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