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