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