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