]>
Commit | Line | Data |
---|---|---|
1e095685 SS |
1 | Mon Apr 10 15:55:01 1995 Stan Shebs <[email protected]> |
2 | ||
3 | Merge in support for Mac MPW as a host. | |
4 | (Old change descriptions retained for informational value.) | |
5 | ||
6 | * mpw-config.in (archname): Compute from the config. | |
7 | (BFD_MACHINES, ARCHDEFS): Put into mk.tmp. | |
8 | ||
9 | * mpw-config.in (target_arch): Compute from canonical target. | |
10 | (m68k, mips, powerpc, sparc): Add architectures. | |
11 | * mpw-make.in (disassemble.c.o): Add. | |
12 | (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far). | |
13 | ||
14 | * mpw-config.in (BFD_MACHINES): Set to a default value. | |
15 | * mpw-make.in (BFD_MACHINES): Remove wired-in value. | |
16 | ||
17 | * mpw-make.in (CSEARCH): Add extra-include to search path. | |
18 | ||
19 | * mpw-config.in (varargs.h): Don't create. | |
20 | (sysdep.h): Create using forward-include. | |
21 | * mpw-make.in (CSEARCH): Add include/mpw to search path. | |
22 | ||
23 | * mpw-config.in: New file, MPW version of configure.in. | |
24 | * mpw-make.in: New file, MPW version of Makefile.in. | |
25 | ||
1a56be5c DE |
26 | start-sanitize-arc |
27 | Thu Apr 6 20:36:08 1995 Doug Evans <[email protected]> | |
28 | ||
29 | * arc-dis.c (print_insn): New parameter `big_p'. Callers updated. | |
30 | Call arc_get_opcode_mach to map bfd mach number to opcode value. | |
31 | (print_insn_*): Pass bfd mach number, not opcode version. | |
32 | * arc-opc.c (arc_get_opcode_mach): New function. | |
33 | end-sanitize-arc | |
34 | ||
35 | Fri Mar 31 14:23:38 1995 Ken Raeburn <[email protected]> | |
36 | ||
37 | * alpha-dis.c (print_insn_alpha): Put empty statement after | |
38 | default label. | |
39 | ||
40 | Tue Mar 21 10:51:40 1995 Jeff Law ([email protected]) | |
41 | ||
42 | * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version. | |
43 | (low_sign_extend): Likewise. | |
44 | (get_field): Delete unused function. | |
45 | (set_field, deposit_14, deposit_21): Likewise. | |
46 | ||
47 | Fri Mar 17 15:55:53 1995 J.T. Conklin <[email protected]> | |
48 | ||
49 | * i386-dis.c: Support for more pentium opcodes. From Guy Harris | |
50 | ([email protected]). | |
51 | ||
c024cc11 KR |
52 | Tue Mar 14 00:52:57 1995 Ken Raeburn ([email protected]) |
53 | ||
54 | Sat Feb 11 17:22:41 1995 Klaus Kaempf ([email protected]) | |
55 | ||
56 | * alpha-opc.h (OSF_ASMCODE): define | |
57 | print pal-code names as defined in App C of the | |
58 | Alpha Architecture Reference Manual | |
59 | ||
60 | * alpha-dis.c: cleaned up output | |
61 | print stylized code forms as defined in App A.4.3 of the | |
62 | Alpha Architecture Reference Manual | |
63 | ||
8dbed89e DE |
64 | Wed Mar 8 15:21:14 1995 Ian Lance Taylor <[email protected]> |
65 | ||
66 | * mips-opc.c: Add new mips4 instructions. Don't set INSN_RFE for | |
67 | `rfe'. | |
68 | * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R', | |
69 | 'N', and 'M'. | |
70 | ||
029e2524 KR |
71 | Wed Mar 8 02:54:05 1995 Ken Raeburn <[email protected]> |
72 | ||
73 | * m68k-dis.c (opcode): New function. Returns address of opcode | |
74 | table entry given index, even if the opcode table was split to | |
75 | work around gcc bugs. | |
76 | (print_insn_m68k): Call opcode instead of referencing m68k_opcodes | |
77 | directly. | |
8cf2e6eb KR |
78 | (BREAK_UP_BIG_DECL): Make secondary array static and const. |
79 | (reg_names): Now const. | |
80 | (print_insn_arg): Arrays cacheFieldName and names now const. | |
81 | (print_indexed): Array scales now const. | |
029e2524 | 82 | |
3aa44a1d DE |
83 | start-sanitize-arc |
84 | Tue Mar 7 21:14:14 1995 Doug Evans <[email protected]> | |
85 | ||
86 | * arc-dis.c (print_insn_arc_base): Split into big and little fns. | |
87 | (print_insn_arc_{host,graphics,audio}): Likewise. | |
88 | (print_insn): Add prototype. | |
3aa44a1d DE |
89 | (arc_get_disassembler): New arg `big_p'. Return little or big |
90 | print fn accordingly. | |
91 | * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once. | |
92 | (arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order. | |
93 | (arc_opval_supported): Likewise. | |
94 | * disassemble.c (disassembler): Pass big endian flag to | |
95 | arc_get_disassembler. | |
96 | end-sanitize-arc | |
97 | ||
ab204453 ILT |
98 | Tue Mar 7 16:41:21 1995 Ian Lance Taylor <[email protected]> |
99 | ||
100 | * ppc-opc.c: Sort recently added instructions by minor opcode | |
101 | number within major opcode number. | |
102 | ||
3f073f06 JL |
103 | Mon Mar 6 10:04:36 1995 Jeff Law ([email protected]) |
104 | ||
105 | * hppa-dis.c: Include libhppa.h. | |
106 | ||
107 | Fri Feb 24 19:15:36 1995 Ian Lance Taylor <[email protected]> | |
108 | ||
109 | * mips-opc.c: Change dli to use M_DLI, and add dla. | |
110 | ||
f1cb5ff2 PS |
111 | Mon Feb 20 23:54:38 1995 Peter Schauer ([email protected]) |
112 | ||
113 | * Makefile.in (ALL_MACHINES): Add w65-dis.o. | |
114 | ||
07f27bb8 DE |
115 | start-sanitize-arc |
116 | Fri Feb 17 12:42:25 1995 Doug Evans <[email protected]> | |
117 | ||
118 | * arc-dis.c (arc_get_disassembler): Change argument to int, | |
119 | one of bfd_mach_arc_xxx. All callers updated. | |
120 | end-sanitize-arc | |
121 | ||
f27ab330 ILT |
122 | Thu Feb 16 17:34:41 1995 Ian Lance Taylor <[email protected]> |
123 | ||
124 | * mips-opc.c: Add r4650 mul instruction. | |
125 | ||
470feacf ILT |
126 | Wed Feb 15 15:45:20 1995 Ian Lance Taylor <[email protected]> |
127 | ||
128 | * mips-opc.c: Add uld and usd macros for unaligned double load and | |
129 | store. | |
130 | ||
131 | Tue Feb 14 13:17:37 1995 Michael Meissner <[email protected]> | |
132 | ||
133 | * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci, | |
134 | mfdcr, mtdcr, icbt, iccci. | |
135 | ||
6acc9345 | 136 | start-sanitize-arc |
470feacf ILT |
137 | Mon Feb 13 11:09:17 1995 Doug Evans <[email protected]> |
138 | ||
139 | * arc-dis.c (print_insn): Handle ARC_OPERAND_ADDRESS. | |
140 | * arc-opc.c (arc_operands): New operand 'J' for jump addresses. | |
141 | ('L' operand): Mark as ARC_OPERAND_ADDRESS. | |
142 | (arc_opcodes, j insn): Use 'J' operand type, not 'L'. | |
143 | (arc_opcodes, ld/st insns): Fix address writeback operand letter. | |
144 | (insert_absaddr): New function. | |
145 | ||
6acc9345 DE |
146 | Thu Feb 9 19:19:23 1995 Doug Evans <[email protected]> |
147 | ||
148 | * arc-dis.c (print_insn_arc): Rename to print_insn and make static. | |
149 | New argument `cpu', pass it to arc_opcode_init_tables. | |
150 | Document byte order dependencies. Ignore unsupported insns. | |
c81a2ce3 | 151 | (arc_get_disassembler): New function. |
6acc9345 DE |
152 | (print_insn_arc_base, print_insn_arc_host, print_insn_arc_graphics, |
153 | print_insn_arc_audio): New functions. | |
154 | * arc-opc.c (MULTSHIFT operand): Delete. | |
155 | (UNSIGNED, SATURATION): New operands. | |
156 | (mac, mul, mul64, mulu64): New insns. | |
157 | (ext. asl, asr, lsr, ror): Only available on host and graphics cpus. | |
158 | (padc, padd, pmov, pand, psbc, psub, swap): New insns. | |
159 | (host,graphics,audio extended and auxiliary regs): Define. | |
160 | (ss, sc, mh, ml): New suffixes. | |
161 | (arc_opcode_supported, arc_opval_supported): New functions. | |
162 | (insert_multshift, extract_multshift): Deleted. | |
9f05921f | 163 | * disassemble.c (disassembler, case bfd_arch_arc): Call |
c81a2ce3 | 164 | arc_get_disassembler to get disassembler routine. |
6acc9345 DE |
165 | end-sanitize-arc |
166 | ||
7010c43a SS |
167 | Thu Feb 9 12:28:13 1995 Stan Shebs <[email protected]> |
168 | ||
169 | * i960-dis.c (struct tabent, struct sparse_tabent): Change the | |
170 | signed char fields to shorts, more portable. | |
171 | ||
ce2349c5 SS |
172 | Wed Feb 8 17:29:29 1995 Stan Shebs <[email protected]> |
173 | ||
174 | * i960-dis.c (struct tabent, struct sparse_tabent): Declare the | |
175 | char fields as signed chars, since they may have negative values. | |
176 | ||
9ce4de19 C |
177 | Mon Feb 6 10:52:06 1995 J.T. Conklin <[email protected]> |
178 | ||
179 | * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum | |
180 | ([email protected]). | |
181 | ||
182 | Mon Jan 30 12:38:00 1995 Ian Lance Taylor <[email protected]> | |
183 | ||
184 | From "Logg, Ed" <[email protected]>: | |
185 | * ppc-opc.c (extract_bdm): Correct parenthezisation. | |
186 | * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized | |
187 | value. | |
188 | ||
669124ef ILT |
189 | Thu Jan 26 18:32:08 1995 Ian Lance Taylor <[email protected]> |
190 | ||
191 | * ppc-opc.c: Changes based on patch from David Edelsohn | |
1af6f4bb | 192 | <[email protected]>. |
669124ef ILT |
193 | (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of |
194 | SPR. | |
195 | (FXM_MASK): Define. | |
196 | (insert_tbr): New static function. | |
197 | (extract_tbr): New static function. | |
198 | (XFXFXM_MASK, XFXM): Define. | |
199 | (XSPRBAT_MASK, XSPRG_MASK): Define. | |
200 | (powerpc_opcodes): Add instructions to access special registers by | |
201 | name. Add mtcr and mftbu. | |
202 | ||
203 | Tue Jan 17 10:56:43 1995 Ian Lance Taylor <[email protected]> | |
204 | ||
205 | * mips-opc.c (P3): Define. | |
206 | (mips_opcodes): Add mad and madu. | |
207 | ||
9f744f91 SC |
208 | Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat> |
209 | ||
210 | * configure.in: Add W65 support. | |
211 | * disassemble.c: Likewise. | |
212 | * w65-opc.h, w65-dis.c: New files. | |
213 | ||
d383e289 SC |
214 | Wed Dec 28 22:15:33 1994 Steve Chamberlain ([email protected]) |
215 | ||
216 | * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit | |
217 | immediates. | |
218 | ||
219 | start-sanitize-arc | |
220 | Tue Dec 20 10:36:55 1994 Doug Evans <[email protected]> | |
221 | ||
222 | * arc-dis.c (print_insn_arc): Branch offsets are relative to delay | |
223 | slot. | |
224 | * arc-opc.c (extract_reladdr): New function. | |
225 | (insert_reladdr): Store address right-shifted by 2. | |
226 | end-sanitize-arc | |
227 | ||
27faaa41 ILT |
228 | Tue Dec 20 11:25:12 1994 Ian Lance Taylor <[email protected]> |
229 | ||
230 | * mips-opc.c: Add dli as a synonym for li. | |
231 | ||
edb35c13 DE |
232 | start-sanitize-arc |
233 | Mon Dec 19 12:35:51 1994 Doug Evans <[email protected]> | |
234 | ||
235 | * arc-opc.c (insertion fns): Pass pointer to value's table entry. | |
236 | All uses changed. | |
237 | (extraction fns): Insn argument now array of two words. Return pointer | |
238 | to value's table entry. All uses changed. | |
239 | (arc_opcode_lookup_suffix): Exported for arc-dis.c. | |
240 | (insert_multshift, extract_multshift): New fns. | |
241 | (arc_operands): Add support for cache bypass suffix. Add support for | |
242 | predefined aux regs. Modifier bits moved to flags field. | |
243 | (arc_opcodes): Likewise. | |
244 | Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed. | |
245 | New insn rlc. Update to syntax in programmer's manual. | |
246 | (arc_reg_names): Fix typo in lp_count. Add predefined aux regs. | |
247 | (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache | |
248 | bypass. | |
249 | (arc_opcode_init_tables): New argument to indicate cpu type. | |
250 | (insert_reg): Handle predefined aux regs. | |
251 | (extract_reg): Likewise. | |
252 | (lookup_register): New fn. | |
253 | * arc-dis.c (arc_condition_codes): Deleted. | |
254 | (print_insn_arc): Handle insns with 32 bit immediate constants better. | |
255 | Clean up modifier handling. Handle predefined aux regs. | |
256 | end-sanitize-arc | |
257 | ||
a8732972 KR |
258 | Thu Dec 8 18:23:31 1994 Ken Raeburn <[email protected]> |
259 | ||
260 | * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and | |
261 | print something for reserved opcode values, even if it won't | |
262 | assemble again. | |
263 | ||
264 | * mips-dis.c (_print_insn_mips): When initializing, shift right | |
265 | and mask, to avoid sign extension problems on the Alpha. | |
266 | ||
267 | * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr | |
268 | control registers. | |
269 | ||
270 | start-sanitize-arc | |
271 | Tue Nov 29 18:02:43 1994 Doug Evans <[email protected]> | |
272 | ||
273 | * configure.in: Add ARC support. | |
274 | * disassemble.c: Likewise. | |
275 | * arc-dis.c, arc-opc.c: New files. | |
276 | end-sanitize-arc | |
277 | ||
a90a64c1 SC |
278 | Wed Nov 23 22:34:51 1994 Steve Chamberlain ([email protected]) |
279 | ||
280 | * sh-opc.h (mov.l gbr): Get direction right. | |
281 | * sh-dis.c (print_insn_shx): New function. | |
282 | (print_insn_shl, print_insn_sh): Call print_insn_shx to | |
283 | print opcodes with right byte order. | |
284 | ||
285 | Thu Nov 3 19:32:22 1994 Ken Raeburn <[email protected]> | |
286 | ||
287 | * ns32k-dis.c (struct ns32k_option): Renamed from struct option, | |
288 | to avoid conflicts with getopt. | |
289 | ||
dded3d14 ILT |
290 | Mon Oct 31 18:48:10 1994 Ian Lance Taylor <[email protected]> |
291 | ||
292 | * hppa-dis.c (print_insn_hppa): Read the instruction using | |
293 | bfd_getb32, so that it works on a little endian or 64 bit host. | |
294 | Remove unused local variable op. | |
295 | ||
cd4b8926 ILT |
296 | Tue Oct 25 17:07:57 1994 Ian Lance Taylor <[email protected]> |
297 | ||
298 | * mips-opc.c: Use or instead of addu for pseudo-op move, since | |
299 | addu does not work correctly if -mips3. | |
300 | ||
009946c9 ILT |
301 | Wed Oct 19 13:40:16 1994 Ian Lance Taylor <[email protected]> |
302 | ||
303 | * a29k-dis.c (print_special): Add special register names defined | |
304 | on 29030, 29040 and 29050. | |
305 | (print_insn): Handle new operand type 'I'. | |
306 | ||
307 | Wed Oct 12 11:59:55 1994 Ian Lance Taylor <[email protected]> | |
308 | ||
309 | * Makefile.in (INSTALL): Use top level install.sh script. | |
310 | ||
311 | Wed Oct 5 19:16:29 1994 Ian Lance Taylor <[email protected]> | |
312 | ||
313 | * sparc-dis.c: Rewrite to use bitfields, rather than a union, so | |
314 | that it works on a little endian host. | |
315 | ||
995b0d3f ILT |
316 | Tue Oct 4 12:14:21 1994 Ian Lance Taylor <[email protected]> |
317 | ||
318 | * configure.in: Use ${config_shell} when running config.bfd. | |
319 | ||
320 | Wed Sep 21 18:49:12 1994 Ian Lance Taylor ([email protected]) | |
321 | ||
322 | * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3. | |
323 | ||
e96a2b1d ILT |
324 | Thu Sep 15 16:30:22 1994 Ian Lance Taylor ([email protected]) |
325 | ||
326 | * a29k-dis.c (print_insn): Print the opcode. | |
327 | ||
84909073 ILT |
328 | Wed Sep 14 17:52:14 1994 Ian Lance Taylor ([email protected]) |
329 | ||
330 | * mips-opc.c (mips_opcodes): Set WR_t for sc and scd. | |
331 | ||
da233e6e JL |
332 | Sun Sep 11 22:32:17 1994 Jeff Law ([email protected]) |
333 | ||
334 | * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3. | |
335 | ||
942a4965 ILT |
336 | Tue Sep 6 11:37:12 1994 Ian Lance Taylor ([email protected]) |
337 | ||
338 | * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions | |
339 | which store a value into memory. | |
340 | ||
341 | Sun Sep 04 17:58:10 1994 Richard Earnshaw ([email protected]) | |
318b02b6 KR |
342 | |
343 | * configure.in, Makefile.in, disassemble.c: Add support for the ARM. | |
344 | * arm-dis.c, arm-opc.h: New files. | |
345 | ||
346 | Fri Aug 5 14:00:05 1994 Stan Shebs ([email protected]) | |
347 | ||
348 | * Makefile.in (ns32k-dis.o): Add dependency. | |
349 | * ns32k-dis.c (print_insn_arg): Declare initialized local as | |
350 | string, not as array of chars. | |
351 | ||
c4396c87 KR |
352 | Thu Jul 28 18:14:16 1994 Ken Raeburn ([email protected]) |
353 | ||
354 | * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'. | |
355 | ||
356 | * sparc-opc.c: Added sparclite extended FP operations, and | |
357 | versions of v9 impdep* instructions permitting specification of | |
358 | the OPF field. | |
359 | ||
2a097d73 KR |
360 | Tue Jul 26 16:36:03 1994 Ken Raeburn ([email protected]) |
361 | ||
362 | * i960-dis.c (reg_names): Now const. | |
363 | (struct sparse_tabent): New type, copied from array type in mem | |
364 | function. | |
365 | (ctrl): Local static array ctrl_tab now const. | |
366 | (cobr): Local static array cobr_tab now const. | |
367 | (mem): Local variables reg1, reg2, reg3 now point to const. Local | |
368 | static variable mem_tab no longer explicitly initialized. Changed | |
369 | mem_init to const array of struct sparse_tabent. | |
370 | (reg): Local static variable reg_tab no longer explicitly | |
371 | initialized. Changed reg_init to const array of struct | |
372 | sparse_tabent. | |
373 | (ea): Local static array scale_tab now const. | |
374 | ||
375 | start-sanitize-i960xl | |
376 | * i960-dis.c (reg): Added i960XL instructions to reg_init table. | |
377 | (REG_MAX): Updated. | |
378 | end-sanitize-i960xl | |
379 | ||
f61ca5fa KR |
380 | Tue Jul 19 21:00:00 1994 DJ Delorie ([email protected]) |
381 | ||
382 | * configure.bat: the disassember needs to be enabled for | |
383 | "objdump -d" to work in djgpp. | |
384 | ||
69bb683c KR |
385 | Wed Jul 13 18:01:58 1994 Ken Raeburn ([email protected]) |
386 | ||
387 | * ns32k-dis.c: Deleted all code in "#ifdef GDB". | |
388 | (invalid_float): Enabled general version, doesn't require running | |
60a70a7b KR |
389 | on ns32k host. Changed to take char* argument, and test for |
390 | explicitly specified sizes, instead of using sizeof() on host CPU | |
391 | types. | |
392 | (INVALID_FLOAT): Cast first argument. | |
f61ca5fa KR |
393 | (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532, |
394 | list_P032, list_M032): Now const. | |
395 | (optlist, list_search): Made appropriate arguments now point to | |
396 | const. | |
397 | (print_insn_arg): Changed static array of one-character-string | |
398 | pointers into a static const array of characters; fixed sprintf | |
399 | statement accordingly. | |
69bb683c KR |
400 | |
401 | Sun Jul 10 00:27:47 1994 Ian Dall ([email protected]) | |
402 | ||
403 | * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped | |
404 | from distribution. A ns32k-dis.c from a previous distribution has | |
405 | been brought up to date and supports the new interface. | |
406 | ||
318b02b6 | 407 | * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k. |
69bb683c KR |
408 | |
409 | * configure.in: add bfd_ns32k_arch target support. | |
410 | ||
411 | * Makefile.in: add ns32k-dis.o to ALL_MACHINES. | |
412 | Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o. | |
413 | ||
414 | Wed Jun 29 22:10:37 1994 Steve Chamberlain ([email protected]) | |
415 | ||
416 | * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch | |
417 | disassembly right. | |
418 | ||
fea3fe64 SS |
419 | Tue Jun 28 13:22:06 1994 Stan Shebs ([email protected]) |
420 | ||
421 | * h8300-dis.c, mips-dis.c: Don't use true and false. | |
422 | ||
423 | Thu Jun 23 12:53:19 1994 David J. Mackenzie ([email protected]) | |
424 | ||
425 | * configure.in: Change --with-targets to --enable-targets. | |
426 | ||
72fcd790 ILT |
427 | Wed Jun 22 13:38:32 1994 Ian Lance Taylor ([email protected]) |
428 | ||
429 | * mips-dis.c (_print_insn_mips): Build a static hash table mapping | |
430 | opcodes to the first instruction with that opcode, to speed | |
431 | disassembly of large files. From [email protected] (Ralph | |
432 | Campbell). | |
433 | ||
434 | Tue Jun 7 12:49:44 1994 Ian Lance Taylor ([email protected]) | |
435 | ||
436 | * Makefile.in (mostlyclean): Fix typo (was mostyclean). | |
437 | ||
c06e55d9 KR |
438 | Wed May 11 22:32:00 1994 DJ Delorie ([email protected]) |
439 | ||
440 | * configure.bat: update to latest makefile.in | |
441 | ||
442 | Sat May 7 17:13:21 1994 Steve Chamberlain ([email protected]) | |
443 | ||
444 | * a29k-dis.c (print_insn): Print 'x' type operand in hex. | |
445 | * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly. | |
446 | * sh-dis.c (print_insn_sh): Don't recur endlessly if delay | |
447 | slot insn is in a delay slot. | |
448 | * z8k-opc.h: (resflg): Fix patterns. | |
449 | * h8500-opc.h Fix CR insn patterns. | |
450 | ||
451 | Fri May 6 14:34:46 1994 Ian Lance Taylor ([email protected]) | |
452 | ||
453 | * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and | |
454 | "cmpl" before POWER versions, so that gas -many uses them. | |
455 | ||
7495f83b KR |
456 | Thu Apr 28 18:32:36 1994 Ken Raeburn ([email protected]) |
457 | ||
c06e55d9 KR |
458 | * disassemble.c: New file. |
459 | * Makefile.in (OFILES): Add disassemble.o. | |
460 | (disassemble.o): Provide dependencies; compile with $(ARCHDEFS). | |
461 | * configure.in: Define ARCHDEFS in Makefile. Code taken from | |
462 | binutils/configure.in. | |
463 | ||
7495f83b KR |
464 | * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the |
465 | opcode being examined. | |
466 | ||
467 | Thu Apr 21 17:08:40 1994 Ian Lance Taylor ([email protected]) | |
468 | ||
469 | * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS. | |
470 | (insert_ral, insert_ram, insert_ras): New functions. | |
471 | (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and | |
472 | RAS for store with update. | |
473 | ||
8c546ded ILT |
474 | Sat Apr 16 23:41:44 1994 Ian Lance Taylor ([email protected]) |
475 | ||
476 | * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn | |
477 | ([email protected]). | |
478 | ||
76336d50 ILT |
479 | Wed Apr 6 17:11:45 1994 Ian Lance Taylor ([email protected]) |
480 | ||
481 | * mips-opc.c (mips_opcodes): Correct operands of "nor" with an | |
482 | immediate argument. | |
483 | ||
8055d512 DE |
484 | Mon Apr 4 16:30:46 1994 Doug Evans ([email protected]) |
485 | ||
486 | * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0". | |
487 | ||
749a663d ILT |
488 | Mon Apr 4 13:22:00 1994 Ian Lance Taylor ([email protected]) |
489 | ||
490 | * ppc-opc.c (powerpc_operands): The signedp field has been | |
491 | removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag | |
492 | instead. Add new operand SISIGNOPT. | |
493 | (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT. | |
494 | Based on patch from David Edelsohn ([email protected]). | |
495 | * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather | |
496 | than signedp field. | |
497 | ||
878db64d PS |
498 | Wed Mar 30 00:31:49 1994 Peter Schauer ([email protected]) |
499 | ||
500 | * i386-dis.c (struct private): Renamed to dis_private. `private' | |
501 | is a reserved word for dynix cc. | |
502 | ||
934ec70a ILT |
503 | Mon Mar 28 13:00:15 1994 Ian Lance Taylor ([email protected]) |
504 | ||
505 | * configure.in: Change error message to refer to bfd/config.bfd | |
506 | rather than bfd/configure.in. | |
507 | ||
54192495 ILT |
508 | Mon Mar 28 12:28:30 1994 David Edelsohn ([email protected]) |
509 | ||
510 | * ppc-opc.c: Define POWER2 as short alias flag. | |
511 | (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and | |
512 | fsqrt. | |
513 | ||
514 | Wed Mar 23 12:23:05 1994 Ian Lance Taylor ([email protected]) | |
515 | ||
516 | * i960-dis.c (print_insn_i960): Don't read a second word for | |
517 | opcodes 0, 1, 2 and 3. | |
518 | ||
519 | Wed Mar 16 15:37:58 1994 Ian Lance Taylor ([email protected]) | |
520 | ||
521 | * configure.in: Don't build m68881-ext.o for bfd_m68k_arch. | |
522 | ||
448ff992 ILT |
523 | Mon Mar 14 14:53:50 1994 Ian Lance Taylor ([email protected]) |
524 | ||
c0386c7a ILT |
525 | * m68881-ext.c: Removed; no longer used. |
526 | * Makefile.in: Changed accordingly. | |
527 | ||
448ff992 ILT |
528 | * m68k-dis.c (ext_format_68881): Don't declare. |
529 | (print_insn_m68k): If an instruction uses place 'i', it uses at | |
530 | least four fixed bytes. | |
531 | (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For | |
532 | extended float, convert to double using floatformat_to_double, not | |
533 | ieee_extended_to_double, and fetch the data before converting it. | |
534 | ||
d75eb68c ILT |
535 | Tue Mar 8 18:12:25 1994 Ian Lance Taylor ([email protected]) |
536 | ||
537 | * mips-opc.c: It's sqrt.s, not sqrt.w. From | |
538 | [email protected] (David Johnson). | |
539 | ||
9a458b67 ILT |
540 | Tue Feb 8 16:55:27 1994 Ian Lance Taylor ([email protected]) |
541 | ||
542 | * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the | |
543 | PowerPC uses bdnz[l][a]. | |
544 | ||
5c9b5f58 PS |
545 | Tue Feb 8 00:32:28 1994 Peter Schauer ([email protected]) |
546 | ||
4dd4933e | 547 | * dis-buf.c, i386-dis.c: Include sysdep.h. |
5c9b5f58 PS |
548 | |
549 | Mon Feb 7 19:22:23 1994 Ian Lance Taylor ([email protected]) | |
550 | ||
551 | * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o. | |
552 | ||
553 | * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported | |
554 | by Motorola PowerPC 601 with PPC_OPCODE_601. | |
555 | * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): | |
556 | Disassemble Motorola PowerPC 601 instructions as well as normal | |
557 | PowerPC instructions. | |
558 | ||
9f80c72b JK |
559 | Sun Feb 6 07:45:17 1994 Jim Kingdon ([email protected]) |
560 | ||
561 | * i960-dis.c (reg, mem): Just use a static array instead of | |
562 | calling xmalloc. | |
563 | ||
e3960b96 JL |
564 | Sat Feb 5 00:04:02 1994 Jeffrey A. Law ([email protected]) |
565 | ||
0bb364c6 JL |
566 | * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the |
567 | condition name index if this is for a negated condition. | |
568 | ||
e59f3227 JL |
569 | * hppa-dis.c (print_insn_hppa): No space before 'H' operand. |
570 | Floating point format for 'H' operand is backwards from normal | |
571 | case (0 == double, 1 == single). For '4', '6', '7', '9', and '8' | |
572 | operands (fmpyadd and fmpysub), handle bizarre register | |
573 | translation correctly for single precision format. | |
574 | ||
e3960b96 JL |
575 | * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F' |
576 | or 'I' operands if the next format specifier is 'M' (fcmp | |
577 | condition completer). | |
578 | ||
579 | Feb 4 23:38:03 1994 Ian Lance Taylor ([email protected]) | |
1c214e4c ILT |
580 | |
581 | * ppc-opc.c (powerpc_operands): New operand type MBE to handle a | |
582 | single number giving a bitmask for the MB and ME fields of an M | |
583 | form instruction. Change NB to accept 32, and turn it into 0; | |
584 | also turn 0 into 32 when disassembling. Seperated SH from NB. | |
585 | (insert_mbe, extract_mbe): New functions. | |
586 | (insert_nb, extract_nb): New functions. | |
587 | (SC_MASK): Mask out SA and LK bits. | |
588 | (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT, | |
589 | RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark | |
590 | "bctr" and "bctrl" as accepted by POWER. Change "rlwimi", | |
591 | "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.", | |
592 | "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to | |
593 | use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions. | |
594 | (powerpc_macros): Define table of macro definitions. | |
595 | (powerpc_num_macros): Define. | |
596 | ||
597 | * ppc-dis.c (print_insn_powerpc): Don't skip optional operands | |
598 | if PPC_OPERAND_NEXT is set. | |
599 | ||
600 | Sat Jan 22 23:10:07 1994 Ian Lance Taylor ([email protected]) | |
601 | ||
602 | * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of | |
603 | char. Retrieve contents using bfd_getl32 instead of shifting. | |
604 | ||
1211751d ILT |
605 | Fri Jan 21 19:01:39 1994 Ian Lance Taylor ([email protected]) |
606 | ||
607 | * ppc-opc.c: New file. Opcode table for PowerPC, including | |
608 | opcodes for POWER (RS/6000). | |
609 | * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler. | |
610 | * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o. | |
611 | (CFILES): Add ppc-dis.c. | |
612 | (ppc-dis.o, ppc-opc.o): New targets. | |
613 | * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch. | |
614 | ||
f037e5b0 JL |
615 | Mon Jan 17 20:05:49 1994 Jeffrey A. Law ([email protected]) |
616 | ||
617 | * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template. | |
618 | No space before 'u', 'f', or 'N'. | |
619 | ||
a279b1f5 JK |
620 | Sun Jan 16 14:20:16 1994 Jim Kingdon ([email protected]) |
621 | ||
4baf1a8c JK |
622 | * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading |
623 | farther than we should. | |
624 | ||
a279b1f5 JK |
625 | * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS. |
626 | ||
627 | Thu Jan 6 12:38:05 1994 David J. Mackenzie ([email protected]) | |
628 | ||
629 | * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments. | |
630 | ||
631 | Wed Jan 5 11:56:21 1994 David J. Mackenzie ([email protected]) | |
632 | ||
633 | * i960-dis.c (print_insn_i960): Only read word2 if the instruction | |
634 | needs it, to prevent reading past the end of a section. | |
635 | ||
636 | Wed Nov 17 17:20:12 1993 Ian Lance Taylor ([email protected]) | |
637 | ||
638 | * mips-opc.h: Use macro for j instruction, to support SVR4 PIC. | |
639 | Removed t,A case for la; always use t,A(b) case. | |
640 | ||
641 | Mon Nov 8 12:37:36 1993 Ian Lance Taylor ([email protected]) | |
642 | ||
643 | From Ted Lemen <[email protected]> | |
644 | * mips-dis.c (print_insn_arg): Handle 'k'. | |
645 | * mips-opc.c: Make cache use k, not t. | |
646 | ||
ba936a2e PS |
647 | Sun Nov 7 23:52:34 1993 Peter Schauer ([email protected]) |
648 | ||
649 | * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add | |
650 | FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct | |
651 | FLOAT_FORMAT_CODE to put out floating point register names. | |
652 | ||
653 | Mon Nov 1 18:17:51 1993 Ian Lance Taylor ([email protected]) | |
654 | ||
655 | * mips-opc.c: Use macros for jal variants, to support SVR4 PIC. | |
656 | ||
bf04fba0 JK |
657 | Thu Oct 28 17:42:23 1993 Ian Lance Taylor ([email protected]) |
658 | ||
659 | * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x. | |
660 | ||
70643dbc ILT |
661 | Wed Oct 27 11:48:01 1993 Ian Lance Taylor ([email protected]) |
662 | ||
663 | * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts | |
664 | larger than 32. Moved dsxx32 variants first for disassembler. | |
665 | ||
07bf1ce5 SC |
666 | Mon Oct 25 11:33:14 1993 Steve Chamberlain ([email protected]) |
667 | ||
668 | * z8kgen.c, z8k-opc.h: Add full lda information. | |
669 | ||
670 | Tue Oct 19 12:39:25 1993 Jeffrey A Law ([email protected]) | |
671 | ||
672 | * hppa-dis.c (print_insn_hppa): Do not emit a space after | |
673 | movb instructions. Any necessary space will be emitted by | |
674 | the code to handle nullification completers. | |
675 | ||
676 | Wed Oct 13 16:19:07 1993 Ian Lance Taylor ([email protected]) | |
677 | ||
678 | * mips-opc.c: Moved l.d down so that it disassembles as ldc1. | |
679 | ||
bb959d0a PS |
680 | Fri Oct 8 02:34:21 1993 Peter Schauer ([email protected]) |
681 | ||
682 | * alpha-opc.h: Add ldl_l, fix typo for ldq_u. | |
683 | * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE. | |
684 | ||
9978cd4d ILT |
685 | Tue Oct 5 17:47:53 1993 Ian Lance Taylor ([email protected]) |
686 | ||
687 | * mips-opc.c: Correct lwu opcode value (book had it wrong). | |
688 | ||
689 | Thu Sep 30 11:26:18 1993 Steve Chamberlain ([email protected]) | |
690 | ||
691 | * z8k-dis.c (FETCH_DATA): get just the right amount of data. | |
692 | (unpack_instr): Cope with ARG_IMM4M1 type instructions. | |
693 | ||
cb79d01d RP |
694 | Wed Sep 29 16:24:49 1993 K. Richard Pixley ([email protected]) |
695 | ||
696 | * m88k-dis.c (m88kdis): comment change. Remove space after | |
697 | printing mnemonic. | |
698 | (printop): handle new arg types DEC and XREG for m88110. | |
699 | ||
a0ad6c0f JK |
700 | Tue Sep 28 19:20:16 1993 Jeffrey A Law ([email protected]) |
701 | ||
702 | * hppa-dis.c (print_insn_hppa): Handle 'z' operand | |
703 | type for absolute branch addresses. Delete special | |
704 | "ble" and "be" code in 'W' operand code. | |
705 | ||
706 | Fri Sep 24 14:08:33 1993 Ian Lance Taylor ([email protected]) | |
707 | ||
708 | * mips-opc.c: Set hazard information correctly for branch | |
709 | likely instructions. | |
710 | ||
711 | Fri Sep 17 04:41:17 1993 Peter Schauer ([email protected]) | |
712 | ||
713 | * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use | |
714 | info->fprintf_func for printing and info->print_address_func for | |
715 | address output. | |
716 | ||
717 | Wed Sep 15 12:12:07 1993 Ian Lance Taylor ([email protected]) | |
718 | ||
719 | * mips-opc.c: Set INSN_TRAP for tXX instructions. | |
720 | ||
721 | Thu Sep 9 10:11:27 1993 Ian Lance Taylor ([email protected]) | |
722 | ||
723 | * mips-opc.c: From [email protected] (David Johnson): | |
724 | Corrected second case of "b" for disassembler. | |
725 | ||
44647fcc ILT |
726 | Tue Sep 7 14:25:15 1993 Ian Lance Taylor ([email protected]) |
727 | ||
728 | * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls | |
729 | to BFD swapping routines to correspond to BFD name changes. | |
730 | ||
a9c686ad ILT |
731 | Thu Sep 2 10:35:25 1993 Ian Lance Taylor ([email protected]) |
732 | ||
547998d2 ILT |
733 | * mips-opc.c: Change div machine instruction to be z,s,t rather |
734 | than s,t. Change div macro to be d,v,t rather than d,s,t. | |
735 | Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu, | |
736 | rem and remu which generates only the corresponding div | |
737 | instruction. This is for compatibility with the MIPS assembler, | |
738 | which only generates the simple machine instruction when an | |
739 | explicit destination of $0 is used. | |
740 | * mips-dis.c (print_insn_arg): Handle 'z' (always register zero). | |
a9c686ad | 741 | |
a5ba0d3f ILT |
742 | Thu Aug 26 17:41:44 1993 Ian Lance Taylor ([email protected]) |
743 | ||
744 | * mips-opc.c: From [email protected] (David Johnson): Set | |
745 | WR_31 hazard for bal, bgezal, bltzal. | |
746 | ||
747 | Thu Aug 26 17:20:02 1993 Jim Kingdon ([email protected]) | |
748 | ||
749 | * hppa-dis.c (print_insn_hppa): Use print function | |
750 | from within the disassemble_info, not fprintf_filtered. | |
751 | ||
752 | Wed Aug 25 13:51:40 1993 Ken Raeburn ([email protected]) | |
753 | ||
754 | * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff | |
755 | Law, [email protected].) | |
756 | ||
320cdccf ILT |
757 | Mon Aug 23 12:44:05 1993 Ian Lance Taylor ([email protected]) |
758 | ||
759 | * mips-opc.c ("absu"): Removed. | |
760 | ("dabs"): Added. | |
761 | ||
2bef2d3e ILT |
762 | Fri Aug 20 10:52:52 1993 Ian Lance Taylor ([email protected]) |
763 | ||
764 | * mips-opc.c: Added r6000 and r4000 instructions and macros. | |
765 | Changed hazard information to distinguish between memory load | |
766 | delays and coprocessor load delays. | |
767 | ||
45b14705 ILT |
768 | Wed Aug 18 15:39:23 1993 Ian Lance Taylor ([email protected]) |
769 | ||
770 | * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s. | |
771 | ||
ed2fe80f DM |
772 | Tue Aug 17 09:44:42 1993 David J. Mackenzie ([email protected]) |
773 | ||
774 | * configure.in: Don't pass cpu to config.bfd. | |
775 | ||
e9a30357 ILT |
776 | Tue Aug 17 12:23:52 1993 Ian Lance Taylor ([email protected]) |
777 | ||
778 | * m88k-dis.c (m88kdis): Make class unsigned. | |
779 | ||
780 | Thu Aug 12 15:08:18 1993 Ian Lance Taylor ([email protected]) | |
781 | ||
782 | * alpha-dis.c (print_insn_alpha): One branch format case was | |
783 | missing the instruction name. | |
784 | ||
785 | Wed Aug 11 19:29:39 1993 David J. Mackenzie ([email protected]) | |
786 | ||
787 | * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS. | |
788 | Add the arch-specific auxiliary files. | |
789 | (OFILES): Remove the arch-specific auxiliary files | |
790 | and use BFD_MACHINES instead of DIS_LIBS. | |
791 | * configure.in: Set BFD_MACHINES based on --with-targets option. | |
792 | ||
786e4f1a ILT |
793 | Thu Aug 12 12:04:53 1993 Ian Lance Taylor ([email protected]) |
794 | ||
795 | * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly | |
796 | for swc1. | |
797 | ||
798 | Sun Aug 8 15:09:30 1993 Jim Kingdon ([email protected]) | |
799 | ||
800 | * sparc-opc.c: Change CONST to const to deal with gcc | |
801 | -Dconst=__const -traditional. | |
802 | ||
11a0aaa7 ILT |
803 | Fri Aug 6 10:58:55 1993 Ian Lance Taylor ([email protected]) |
804 | ||
805 | * mips-opc.c: From [email protected] (David Johnson): Took | |
806 | coprocessor instructions out of #if 0, and made them use new | |
807 | argument type "C". | |
808 | ||
071689e1 JK |
809 | Thu Aug 5 17:11:06 1993 Jim Kingdon ([email protected]) |
810 | ||
811 | * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h. | |
812 | ||
813 | Fri Jul 30 18:48:15 1993 John Gilmore ([email protected]) | |
814 | ||
815 | * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch | |
816 | instruction, for use by the disassembler. | |
817 | ||
818 | * sparc-dis.c (SEX): Add sign extension macro. Replace many | |
819 | hand-coded sign extensions that depended on 32-bit host ints. | |
820 | FIXME, we still depend on big-endian host bitfield ordering. | |
821 | (sparc_print_insn): Set the insn_info_valid field, and the | |
822 | other fields that describe the instruction being printed. | |
823 | ||
824 | Tue Jul 27 17:04:58 1993 Jim Wilson ([email protected]) | |
825 | ||
826 | * sparc-opc.c (call): Accept all 6 addressing modes valid for | |
827 | `jmp' instead of just one of them. | |
828 | ||
4d135f1c JK |
829 | Wed Jul 21 11:43:32 1993 Jim Kingdon ([email protected]) |
830 | ||
071689e1 JK |
831 | * hppa-dis.c: Move floating registers from reg_names to fp_reg_names. |
832 | (fput_fp_reg_r): Renamed from fput_reg_r. | |
833 | (fput_fp_reg): New function. | |
834 | (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate. | |
835 | ||
4d135f1c JK |
836 | * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards. |
837 | ||
838 | * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD. | |
839 | ||
17068960 JK |
840 | Mon Jul 19 13:52:21 1993 Jim Kingdon ([email protected]) |
841 | ||
b2ad2e64 JK |
842 | * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'. |
843 | ||
981b3a27 JK |
844 | * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n', |
845 | don't output a space. | |
846 | ||
17068960 JK |
847 | * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad. |
848 | ||
32d2052a JK |
849 | Sun Jul 18 16:30:02 1993 Jim Kingdon ([email protected]) |
850 | ||
851 | * mips-opc.c: New file, containing opcode table from | |
852 | ../include/opcode/mips.h. | |
853 | * Makefile.in: Add it. | |
854 | ||
a4c01299 ILT |
855 | Thu Jul 15 12:37:05 1993 Ian Lance Taylor ([email protected]) |
856 | ||
857 | * m88k-dis.c: New file, moved in from gdb and changed to use the | |
858 | new dis-asm.h disassembler interface. | |
859 | * Makefile.in (DIS_LIBS): Added m88k-dis.o. | |
860 | (m88k-dis.o): New target. | |
861 | ||
37609724 ILT |
862 | Tue Jul 13 10:04:16 1993 Ian Lance Taylor ([email protected]) |
863 | ||
864 | * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to | |
865 | argument string const char * to correspond to opcode/mips.h. | |
866 | ||
fde326fb ILT |
867 | Tue Jul 6 15:18:37 1993 Ian Lance Taylor ([email protected]) |
868 | ||
869 | * mips-dis.c: Updated to account for name changes in new version | |
870 | of opcode/mips.h. | |
871 | * Makefile.in: Added header file dependencies. | |
872 | ||
a5b5f81d DE |
873 | Sat Jul 3 23:47:56 1993 Doug Evans ([email protected]) |
874 | ||
875 | * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction. | |
876 | ||
877 | Thu Jul 1 12:23:38 1993 Jim Kingdon ([email protected]) | |
878 | ||
879 | * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign | |
880 | extend, rather than shifts. | |
881 | ||
882 | Sun Jun 20 20:56:56 1993 Ken Raeburn ([email protected]) | |
883 | ||
884 | * Makefile.in: Undo 15 June change. | |
885 | ||
5b6c6336 PB |
886 | Fri Jun 18 14:15:15 1993 Per Bothner ([email protected]) |
887 | ||
888 | * m68k-dis.c (print_insn_arg): Change return value to byte count | |
889 | or error code. | |
890 | * m68k-dis.c: Re-write to detect invalid operands before | |
891 | printing anything, so we can handle this the same way we | |
892 | handle invalid opcodes. | |
893 | ||
219cf232 SC |
894 | Thu Jun 17 15:01:36 1993 Steve Chamberlain ([email protected]) |
895 | ||
896 | * sh-dis.c, sh-opc.h: Understand some more opcodes. | |
897 | ||
91ea6ab0 ILT |
898 | Wed Jun 16 13:48:05 1993 Ian Lance Taylor ([email protected]) |
899 | ||
900 | * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other | |
901 | header files. | |
902 | ||
0a3c15c3 KR |
903 | Tue Jun 15 21:45:26 1993 Ken Raeburn ([email protected]) |
904 | ||
905 | * sparc-dis.c: Don't declare qsort, since sysdep.h might. | |
906 | ||
907 | * configure.in: Do make sysdep.h link. | |
908 | * Makefile.in: Search ../include. Don't search ../bfd. | |
909 | ||
5aef7c67 SG |
910 | Tue Jun 15 13:36:10 1993 Stu Grossman ([email protected]) |
911 | ||
912 | Changes from Jeff Law, [email protected]: | |
913 | * hppa-dis.c: Fix typo. 'a' and 'd' were reversed. | |
914 | Do not print a space before the completers specified by | |
915 | 'a' and 'd'. | |
916 | ||
112087ed KR |
917 | Fri Jun 11 18:40:21 1993 Ken Raeburn ([email protected]) |
918 | ||
998f2ef3 KR |
919 | * mips-dis.c: No longer need to bomb out if HOST_64_BIT is |
920 | defined, since gdb has been fixed. | |
921 | ||
112087ed KR |
922 | Changes from Jeff Law, [email protected]: |
923 | * hppa-dis.c (print_insn_hppa): Last argument to fput_reg, | |
924 | fput_reg_r, fput_creg, fput_const, and fputs_filtered should | |
925 | be a *disassemble_info, not a *FILE. | |
926 | * hppa-dis.c: Support 'd', '!', and 'a'. | |
927 | * hppa-dis.c: Support 's' to extract a 2 bit space register. | |
928 | * hppa-dis.c: Delete cases which are no longer needed. | |
929 | ||
e6fb7139 JK |
930 | Fri Jun 11 07:53:48 1993 Jim Kingdon ([email protected]) |
931 | ||
932 | * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes. | |
933 | ||
934 | Tue Jun 8 12:25:01 1993 Steve Chamberlain ([email protected]) | |
935 | ||
936 | * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with | |
937 | H8/300-H opcodes. | |
938 | ||
e0a8bcfb PB |
939 | Mon Jun 7 12:58:49 1993 Per Bothner ([email protected]) |
940 | ||
941 | * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h. | |
942 | * configure.in: No longer need to configure to get sysdep.h. | |
943 | ||
944 | Thu Jun 3 15:56:49 1993 Stu Grossman ([email protected]) | |
945 | ||
946 | * Patches from Jeffrey Law <[email protected]>. | |
947 | * hppa-dis.c: Support 'I', 'J', and 'K' in output | |
948 | templates for 1.1 FP computational instructions. | |
949 | ||
950 | Tue May 25 13:05:48 1993 Ken Raeburn ([email protected]) | |
951 | ||
952 | * h8500-dis.c (print_insn_h8500): Address argument is type | |
953 | bfd_vma. | |
954 | * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002): | |
955 | Ditto. | |
956 | ||
957 | * h8500-opc.h (addr_class_type): No comma at end of enumerator. | |
958 | * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto. | |
959 | ||
960 | * sparc-dis.c (compare_opcodes): Move static declaration to | |
961 | top-level. | |
962 | ||
963 | Fri May 21 14:17:37 1993 Peter Schauer ([email protected]) | |
964 | ||
965 | * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp | |
966 | instruction, remove unimp hack from 'l' argument. | |
967 | ||
968 | Wed May 19 15:35:54 1993 Stu Grossman ([email protected]) | |
969 | ||
970 | * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's | |
971 | happy. | |
972 | ||
973 | Fri May 14 15:22:46 1993 Ian Lance Taylor ([email protected]) | |
974 | ||
975 | * Based on patches from [email protected] (David Johnson): | |
976 | * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor | |
977 | instructions. | |
978 | ||
cfa8d061 KR |
979 | Fri May 14 00:09:14 1993 Ken Raeburn ([email protected]) |
980 | ||
d698222b KR |
981 | * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some |
982 | arrays of string pointers to 2-d arrays of chars, to save | |
983 | space. | |
cfa8d061 KR |
984 | |
985 | Thu May 6 20:51:17 1993 Fred Fish ([email protected]) | |
986 | ||
987 | * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c: | |
988 | Cast second arg to read_memory_func to "bfd_byte *", as necessary. | |
989 | ||
990 | Tue May 4 20:31:10 1993 Ken Raeburn ([email protected]) | |
991 | ||
992 | * hppa-dis.c: New file from Utah, adapted to new disassembler | |
993 | calling interface. | |
994 | * Makefile.in: Include it. | |
995 | ||
996 | Mon Apr 26 18:17:42 1993 Steve Chamberlain ([email protected]) | |
997 | ||
998 | * sh-dis.c, sh-opc.h: New files. | |
999 | ||
1000 | Fri Apr 23 18:51:22 1993 Steve Chamberlain ([email protected]) | |
1001 | ||
1002 | * alpha-dis.c, alpha-opc.h: New files. | |
1003 | ||
1004 | Tue Apr 6 12:54:08 1993 Peter Schauer ([email protected]) | |
1005 | ||
1006 | * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed | |
1007 | value. | |
1008 | ||
d802b948 JG |
1009 | Mon Apr 5 17:37:37 1993 John Gilmore ([email protected]) |
1010 | ||
1011 | * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias. | |
1012 | ||
1013 | Fri Apr 2 07:24:27 1993 Ian Lance Taylor ([email protected]) | |
1014 | ||
1015 | * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than | |
1016 | const. | |
1017 | ||
720b3aed JK |
1018 | Thu Apr 1 11:20:43 1993 Jim Kingdon ([email protected]) |
1019 | ||
1020 | * sparc-dis.c: Use fprintf_func a few places where I forgot, | |
1021 | and double percent signs a few places. | |
1022 | ||
1023 | * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils. | |
1024 | ||
1025 | * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c: | |
1026 | Use info->print_address_func not print_address. | |
1027 | ||
1028 | * dis-buf.c (generic_print_address): New function. | |
1029 | ||
f7ed13c7 JK |
1030 | Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected]) |
1031 | ||
1032 | * Makefile.in: Add sparc-dis.c. | |
1033 | sparc-dis.c: New file, merges binutils and gdb versions as follows: | |
1034 | From GDB: | |
1035 | Add `add' instruction to the set that get checked | |
1036 | for a preceding `sethi' in order to print an absolute address. | |
1037 | * (print_insn): Disassembly prefers real instructions. | |
1038 | (is_delayed_branch): Speed up. | |
1039 | * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables. | |
1040 | Still missing some float ops, and needs testing. | |
1041 | * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by | |
1042 | F_ALIAS. Use printf, not fprintf, when not passing a file | |
1043 | pointer... | |
1044 | (compare_opcodes): Check that identical instructions have | |
1045 | identical opcodes, complain otherwise. | |
1046 | From binutils: | |
1047 | * New 'm' arg. | |
1048 | * Include reg_names. | |
1049 | From neither: | |
1050 | Use dis-asm.h/read_memory_func interface. | |
1051 | ||
05545edc RP |
1052 | Wed Mar 31 20:49:06 1993 K. Richard Pixley ([email protected]) |
1053 | ||
1054 | * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data): | |
1055 | deliberately return non-zero to setjmp from longjmp. Otherwise | |
1056 | this code fails to compile. | |
1057 | ||
cbe61cc6 SG |
1058 | Wed Mar 31 17:04:31 1993 Stu Grossman ([email protected]) |
1059 | ||
1060 | * m68k-dis.c: Fix prototype for fetch_arg(). | |
1061 | ||
5d0734a7 JK |
1062 | Wed Mar 31 10:07:04 1993 Jim Kingdon ([email protected]) |
1063 | ||
1064 | * dis-buf.c: New file, for new read_memory_func interface. | |
1065 | Makefile.in (OFILES): Include it. | |
1066 | m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c: | |
1067 | Use new read_memory_func interface. | |
1068 | ||
1069 | Mon Mar 29 14:02:17 1993 Steve Chamberlain ([email protected]) | |
1070 | ||
1071 | * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right. | |
1072 | * h8500-opc.h: Fix couple of opcodes. | |
1073 | ||
1074 | Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
1075 | ||
1076 | * Makefile.in: add dvi & installcheck targets | |
1077 | ||
2cb563e6 JG |
1078 | Mon Mar 22 18:55:04 1993 John Gilmore ([email protected]) |
1079 | ||
1080 | * Makefile.in: Update for h8500-dis.c. | |
1081 | ||
337110ea SC |
1082 | Fri Mar 19 14:27:17 1993 Steve Chamberlain ([email protected]) |
1083 | ||
1084 | * h8500-dis.c, h8500-opc.h: New files | |
1085 | ||
c840244e PB |
1086 | Thu Mar 18 14:12:37 1993 Per Bothner ([email protected]) |
1087 | ||
1088 | * mips-dis.c, z8k-dis.c: Converted to use interface defined in | |
1089 | ../include/dis-asm.h. | |
1090 | * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c | |
1091 | and ../gdb/m68k-pinsn.c). | |
1092 | * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c | |
1093 | and ../gdb/i386-pinsn.c). | |
1094 | * m68881-ext.c: New file. Moved definition of | |
1095 | ext_format ext_format_68881 from ../gdb/m68k-tdep.c. | |
1096 | * Makefile.in: Adjust for new files. | |
1097 | * i386-dis.c: Patches from John Hassey ([email protected]). | |
1098 | * m68k-dis.c: Recognize '9' placement code, so (say) pflush | |
1099 | can be dis-assembled. | |
1100 | ||
1101 | Wed Feb 17 09:19:47 1993 Ken Raeburn ([email protected]) | |
1102 | ||
1103 | * mips-dis.c (print_insn_arg): Now returns void. | |
1104 | ||
1105 | Mon Jan 11 16:09:16 1993 Fred Fish ([email protected]) | |
1106 | ||
1107 | * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h | |
1108 | files that use the macros. | |
1109 | ||
1110 | Thu Jan 7 13:15:17 1993 Ian Lance Taylor ([email protected]) | |
1111 | ||
1112 | * mips-dis.c: New file, from gdb/mips-pinsn.c. | |
1113 | * Makefile.in (DIS_LIBS): Added mips-dis.o. | |
1114 | (CFILES): Added mips-dis.c. | |
1115 | ||
1116 | Thu Jan 7 07:36:33 1993 Steve Chamberlain ([email protected]) | |
1117 | ||
1118 | * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines | |
1119 | * z8kgen.c, z8k-opc.h: fix sizes of some shifts. | |
1120 | ||
1121 | Tue Dec 22 15:42:44 1992 Per Bothner ([email protected]) | |
1122 | ||
1123 | * Makefile.in: Improve *clean rules. | |
1124 | * configure.in: Allow a default host. | |
1125 | ||
1126 | Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1127 | ||
1128 | * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep | |
1129 | files include other sysdep files | |
1130 | ||
1131 | Thu Nov 12 16:10:37 1992 Steve Chamberlain ([email protected]) | |
1132 | ||
1133 | * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint | |
1134 | ||
1135 | Fri Oct 9 04:56:05 1992 John Gilmore ([email protected]) | |
1136 | ||
1137 | * configure.in: For host support, use ../bfd/configure.host | |
1138 | so it stays in sync with the ../bfd/hosts database. | |
1139 | ||
d5dcef63 DZ |
1140 | Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
1141 | ||
1142 | * configure.in: use cpu-vendor-os triple instead of nested cases | |
1143 | ||
0843ea63 MW |
1144 | Wed Sep 30 16:09:20 1992 Michael Werner ([email protected]) |
1145 | ||
1146 | * z8k-dis.c (unparse_instr): fix bug where opcode returned was | |
1147 | *always* the wrong one. | |
1148 | ||
b31a1f81 SC |
1149 | Wed Sep 30 07:42:17 1992 Steve Chamberlain ([email protected]) |
1150 | ||
1151 | * z8kgen.c: added copyright info | |
1152 | ||
447bbbea SC |
1153 | Tue Sep 29 12:20:21 1992 Steve Chamberlain ([email protected]) |
1154 | ||
1155 | * z8k-dis.c (unparse_instr): prettier tabs | |
1156 | * z8kgen.c -> z8k-opc.h: bug fixes in tables | |
1157 | ||
57cae454 SG |
1158 | Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com) |
1159 | ||
1160 | * configure.in: Add ncr* configuration. | |
1161 | * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make | |
1162 | picayune ANSI compilers happy. | |
1163 | ||
1164 | Sep 20 08:50:55 1992 Fred Fish ([email protected]) | |
1165 | ||
1166 | * configure.in (i386): Make i386 and i486 synonymous for now. | |
1167 | * configure.in (i[34]86-*-sysv4): Add my_host definition. | |
1168 | ||
3a157902 KR |
1169 | Fri Sep 18 17:01:23 1992 Ken Raeburn ([email protected]) |
1170 | ||
1171 | * Makefile.in (install): Fix typo. | |
1172 | ||
68ca3238 JG |
1173 | Fri Sep 18 02:04:24 1992 John Gilmore ([email protected]) |
1174 | ||
1175 | * Makefile.in (make): Remove obsolete crud. | |
1176 | (sparc-opc.o): Avoid Sun Make VPATH bug. | |
1177 | ||
e5bc6aaf RP |
1178 | Tue Sep 8 17:29:27 1992 K. Richard Pixley ([email protected]) |
1179 | ||
1180 | * Makefile.in: since there are no SUBDIRS, remove rule and | |
68ca3238 | 1181 | references of subdir_do. |
e5bc6aaf | 1182 | |
794a16b0 KR |
1183 | Tue Sep 8 17:02:58 1992 Ken Raeburn ([email protected]) |
1184 | ||
1185 | * Makefile.in (install): Get the library name right here too. | |
1186 | Don't install bfd.h, since it's unrelated to this library. No | |
1187 | subdirs to recurse into, either. | |
1188 | (CFILES): The source file has a .c suffix, not .o. | |
1189 | ||
1190 | * sparc-opc.c: New file, moved from BFD. | |
1191 | * Makefile.in (OFILES): Build it. | |
1192 | ||
1193 | Thu Sep 3 16:59:20 1992 Michael Werner ([email protected]) | |
1194 | ||
1195 | * z8k-dis.c: fixed forward refferences of some declarations. | |
1196 | ||
1197 | Mon Aug 31 16:09:45 1992 Michael Werner ([email protected]) | |
1198 | ||
1199 | * Makefile.in: get the name of the library right | |
1200 | ||
a4ccc310 SC |
1201 | Mon Aug 31 13:47:35 1992 Steve Chamberlain ([email protected]) |
1202 | ||
add1fb05 | 1203 | * z8k-dis.c: knows how to disassemble z8k stuff |
a4ccc310 SC |
1204 | * z8k-opc.h: new file full of z8000 opcodes |
1205 | ||
9a458b67 ILT |
1206 | \f |
1207 | Local Variables: | |
1208 | version-control: never | |
1209 | End: |