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