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