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