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