remove long long printf crash
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
98a112c0 1start-sanitize-sky
63705534
DE
2Thu Feb 19 02:11:39 1998 Doug Evans <devans@charmed.cygnus.com>
3
4 * dvp-opc.c (dma_operands): Rewrite.
5 (dma_operand_{count,addr}): New globals.
6 (dma_opcodes): Rewrite. Add "dmaend" with no operands.
7 (insert_dma_addr): Insert value into insn.
8 (extract_dma_addr): Extract value from insn.
9
1b4817e3
DE
10Wed Feb 18 15:46:46 1998 Doug Evans <devans@canuck.cygnus.com>
11
12 * dvp-dis.c (print_vu): Handle loi insns.
13 (print_insn): Likewise.
14 * dvp-opc.c (vu_lower_opcodes): Add "loi".
63705534
DE
15 (vu_operands): Make LDEST1 a FAKE operand.
16 (parse_dest1): Allow elided argument.
17 (print_dest1): Don't print the argument.
1b4817e3 18
98a112c0
DE
19Tue Feb 17 18:48:25 1998 Doug Evans <devans@canuck.cygnus.com>
20
21 * dvp-opc.c (parse_vfreg): Dest spec is optional.
22 (print_vfreg): Don't print dest spec.
23 (parse_accdest): Dest spec is optional.
24 (print_accdest): Don't print dest spec.
25
26end-sanitize-sky
b02643b5
DE
27Tue Feb 17 17:14:50 1998 Doug Evans <devans@seba.cygnus.com>
28
29 * Makefile.am (CGENFILES): Update.
30 * Makefile.in: Regenerate.
31 * cgen-asm.in (insert_normal): Result is error message now.
32 Validate value to be inserted.
33 (insert_insn_normal): Result is error message now.
34 (@arch@_cgen_assemble_insn): Update.
35 * cgen-asm.c (cgen_parse_{signed,unsigned}_integer): Delete min,max
36 arguments. Don't perform validation here.
37 * m32r-asm.c,m32r-dis.c,m32r-opc.c: Regenerate.
38
b2f18612
DE
39Fri Feb 13 14:26:06 1998 Doug Evans <devans@canuck.cygnus.com>
40
41 * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle empty
42 operand instance list.
43 * m32r-opc.c: Regenerate.
44
25161728
ILT
45Fri Feb 13 14:53:02 1998 Ian Lance Taylor <ian@cygnus.com>
46
47 * Makefile.am (AUTOMAKE_OPTIONS): Define.
48 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
49
3ed34fca
MA
50Fri Feb 13 10:21:09 1998 Mark Alexander <marka@cygnus.com>
51
d31bae35 52 * m10300-dis.c (print_insn_mn10300): Recognize break instruction.
3ed34fca 53
3a994653
ILT
54Fri Feb 13 13:12:14 1998 Ian Lance Taylor <ian@cygnus.com>
55
ef3c03a4
ILT
56 * configure.in: Get the version number from BFD.
57 * configure: Rebuild.
58
cf4ce877 59 From H.J. Lu <hjl@gnu.org>:
3a994653
ILT
60 * Makefile.am (libopcodes_la_LDFLAGS): Define.
61 * Makefile.in: Rebuild.
62
6eacba2e
NC
63Fri Feb 13 09:50:32 1998 Nick Clifton <nickc@cygnus.com>
64
65 * m32r-opc.c: Regenerate.
66 * m32r-opc.h: Regenerate.
67
a45cf1c5
DE
68Thu Feb 12 11:01:40 1998 Doug Evans <devans@canuck.cygnus.com>
69
390bd87d
DE
70 * cgen-opc.in (@arch@_cgen_lookup_insn): New argument alias_p.
71 Ignore ALIAS insns if asked to.
72 (@arch@_cgen_get_insn_operands): Pass 0 for alias_p, NULL for insn.
73 * m32r-opc.c: Regenerate.
74
75start-sanitize-sky
a45cf1c5 76 * dvp.opc.c: Nicely format opcode tables.
a7dead17
DE
77 (vu_operands): New element UFLAGS.
78 (parse_uflags,print_uflags): New functions.
79 (vu_upper_opcodes): Add UFLAGS to all insns.
390bd87d 80
bf59c054 81end-sanitize-sky
fc3c25b9
JR
82Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
83
3a994653 84 Fix rac to accept only a0:
fc3c25b9
JR
85 * d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes):
86 Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
87 Introduce OPERAND_GPR.
88 * d10v-dis.c (print_operand): Likewise.
89
ab0bd049
DE
90Wed Feb 11 18:58:34 1998 Doug Evans <devans@seba.cygnus.com>
91
92 * cgen-opc.in: New file.
93 * cgen.sh: Translate @ARCH@. Cat cgen-opc.in into @arch@-opc.c.
94 * Makefile.am (CGENFILES): Add cgen-opc.in.
95 * Makefile.in: Regenerate.
96
97 * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
98 (cgen_hw_lookup): Make result const.
99
100 * cgen-dis.in (*): Use PTR instead of void *.
101 (print_insn): Delete unused vars `i', `syntax'.
102
103 * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
104
9766c43f
DE
105start-sanitize-sky
106Tue Feb 10 14:56:24 1998 Doug Evans <devans@canuck.cygnus.com>
107
108 * dvp-opc.c (*): pke,gpuif renamed to vif,gif.
ab0bd049 109 (vif_opcodes): Update renamed insns.
9766c43f
DE
110 * dvp-dis.c (*): Likewise.
111
112end-sanitize-sky
7ee4e307
ILT
113Sat Feb 7 15:30:27 1998 Ian Lance Taylor <ian@cygnus.com>
114
115 * configure, aclocal.m4: Rebuild with new libtool.
116
942738d3
MM
117start-sanitize-d30v
118Thu Feb 5 17:56:10 1998 Michael Meissner <meissner@cygnus.com>
119
120 * d30v-opc.c (repeat{,i} instructions): Repeat/repeati
121 instructions use a PC relative branch, not absolute.
122
123end-sanitize-d30v
788e3f91
ILT
124Wed Feb 4 19:17:37 1998 Ian Lance Taylor <ian@cygnus.com>
125
126 * configure.in: Set libtool_enable_shared rather than
127 libtool_shared. Remove diversion hack.
128 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
129
7c26196f
DE
130Tue Feb 3 17:19:40 1998 Doug Evans <devans@seba.cygnus.com>
131
132 * cgen-opc.c (cgen_set_cpu): Initialize hardware table.
133 * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
134
135Mon Feb 2 19:22:15 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
136
137 * tic30-dis.c: New file.
138 * disassemble.c (disassembler): Add bfd_arch_tic30 case.
139 * configure.in: Handle bfd_tic30_arch.
140 * Makefile.am: Rebuild dependencies.
141 (CFILES): Add tic30-dis.c
142 (ALL_MACHINES): Add tic30-dis.lo.
143 * configure, Makefile.in: Rebuild.
144
b73ebb79
NC
145start-sanitize-m32rx
146Mon Feb 2 11:04:08 1998 Nick Clifton <nickc@cygnus.com>
147
148 * m32r-opc.c, m32r-opc.h, m32r-asm.c m32r-dis.c: Newly generated
149 versions after updates to m32r.cpu to remove mulwhi-a, mulwlo-a,
150 macwhi-a and macwlo-a instructions.
151
152end-sanitize-m32rx
7092fe96 153start-sanitize-sky
54917cbb
IC
154Fri Jan 30 17:39:21 1998 Ian Carmichael <iancarm@cygnus.com>
155
156 * dvp-opc.c, fixed encoding of a bunch of instructions to
157 be consistent with the asmvu assembler (and inconsistent
158 with the specification).
159
7092fe96
IC
160Thu Jan 29 18:14:56 1998 Ian Carmichael <iancarm@cygnus.com>
161
162 * dvp-opc.c, fixed order of pkemscal/pkemscalf instructions
163 in the opcode table. The pkemscalf instruction must come first.
164
165Thu Jan 29 16:47:24 1998 Ian Carmichael <iancarm@cygnus.com>
166
167 * dvp-opc.c, MAXIi should be VUOP6(0x1d) instead of 0x2d.
168
04eb2ddd 169end-sanitize-sky
35e689de
DE
170Thu Jan 29 13:02:56 1998 Doug Evans <devans@canuck.cygnus.com>
171
172 * m32r-opc.h (HAVE_CPU_M32R): Define.
173
04eb2ddd 174start-sanitize-sky
37130f11
DE
175Wed Jan 28 13:46:19 1998 Doug Evans <devans@canuck.cygnus.com>
176
177 * dvp-dis.c, dvp-opc.c: New files.
178 * configure.in: Compile them if bfd_dvp_arch, as well as mips.
179 * configure: Regenerate.
180 * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo.
181 (dvp-dis.lo,dvp-opc.lo): Add rules for.
35e689de 182 (mips-dis.lo): Compile with @archdefs@.
37130f11
DE
183 * Makefile.in: Regenerate.
184 * disassemble.c: Define ARCH_mips ifdef ARCH_dvp.
185 * mips-dis.c (print_insn_little_mips): Check for DVP insns.
186
187end-sanitize-sky
397b3a9d
NC
188Wed Jan 28 09:55:03 1998 Nick Clifton <nickc@cygnus.com>
189
190 * v850-opc.c (insertion routines): If both alignment and size is
191 wrong then report this.
192
83af2335
JL
193Tue Jan 27 21:52:59 1998 Jeffrey A Law (law@cygnus.com)
194
195 * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.
196 Only recognize instructions for the current target_processor.
197
fcd533e0
FF
198Thu Jan 22 16:20:17 1998 Fred Fish <fnf@cygnus.com>
199
200 * d10v-dis.c (PC_MASK): Correct value.
201 (print_operand): If there's a reloc, don't calculate the
202 address because they could be in different sections.
203
3b7029b1
DE
204start-sanitize-cygnus
205Thu Jan 22 16:10:32 1998 Doug Evans <devans@seba.cygnus.com>
206
207 * cgen.sh: Rewrite to be like simulator's version.
208 * Makefile.am (cgen): Update call to cgen.sh.
209 * Makefile.in: Regenerate
210
211end-sanitize-cygnus
88d4055c
JB
212Fri Jan 16 15:29:11 1998 Jim Blandy <jimb@zwingli.cygnus.com>
213
214 * mips-opc.c (mips_builtin_opcodes): Move 4010's "addciu"
215 instruction after the 4650's "mul" instruction; nobody's using the
216 4010 these days. If object files someday indicate which processor
217 variant they're intended for, we can do a better job at this.
218
b898fc0a
JL
219start-sanitize-r5900
220Tue Jan 13 09:21:56 1998 Jeffrey A Law (law@cygnus.com)
221
222 * mips-opc.c (c.lt.s): Add r5900 variant.
223 (c.le.s): Likewise.
224
225end-sanitize-r5900
c062b103
DE
226Mon Jan 12 14:43:54 1998 Doug Evans <devans@seba.cygnus.com>
227
228 * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using
229 table provided entry size. Use CGEN_INSN_MNEMONIC.
230 (cgen_parse_keyword): Rewrite.
231 * cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
232 table provided entry size. Use CGEN_INSN_MASK_BITSIZE.
233 * cgen-opc.c: Clean up pass over `struct foo' usage.
234 (cgen_keyword_lookup_value): Handle "" entry.
235 (cgen_keyword_add): Likewise.
bfc10abe
DE
236start-sanitize-cygnus
237 * Makefile.am: Add cgen support.
238 * Makefile.in: Regenerate.
239 * configure.in: Add cgen support.
240 * configure: Regenerate.
241 * aclocal.m4: Regenerate.
242 * cgen.sh, cgen-asm.in, cgen-dis.in: New files.
243end-sanitize-cygnus
c062b103 244
e3d2cd9f
ILT
245Mon Dec 22 12:37:06 1997 Ian Lance Taylor <ian@cygnus.com>
246
247 * mips-opc.c: Add FP_D to s.d instruction flags.
248
249Wed Dec 17 11:38:29 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
250
251 * m68k-opc.c (halt, pulse): Enable them on the 68060.
252
47d1c515
FF
253start-sanitize-tic80
254Tue Dec 16 15:22:53 1997 Fred Fish <fnf@cygnus.com>
255
256 * tic80-opc.c (tic80_opcodes): Revert change that put the 32 bit
257 PC relative offset forms before the 15 bit forms. An assembler command
258 line option now chooses the default.
259
260end-sanitize-tic80
3e367092 261start-sanitize-r5900
0379d9b2
JL
262Tue Dec 16 13:24:22 1997 Jeffrey A Law (law@cygnus.com)
263
264 * mips-opc.c: Add many missing r5900 instructions.
265
266end-sanitize-r5900
04eb2ddd 267start-sanitize-d30v
3e367092
MM
268Tue Dec 16 15:22:51 1997 Michael Meissner <meissner@cygnus.com>
269
270 * d30v-opc.c (d30v_opcode_table): Set new flags bits
271 FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions.
272
04eb2ddd 273end-sanitize-d30v
6870e2f5
BK
2741997-12-15 Brendan Kehoe <brendan@lisa.cygnus.com>
275
276 * configure: Only build libopcodes shared if --enable-shared's value
277 was `yes', or was set to `*opcodes*'.
278 * aclocal.m4: Likewise.
f0726391
BK
279 * NOTE: this really needs to be fixed in libtool/libtool.m4, the
280 original source of this bit of code. It's not clear what the best fix
281 would be, though.
6870e2f5 282
91866cc9
JL
283start-sanitize-r5900
284Mon Dec 15 12:43:36 1997 Jeffrey A Law (law@cygnus.com)
285
286 * mips-opc.c (mtpc, mfpc, mtps, mfps): Add r5900 variants.
287end-sanitize-r5900
c2a45746
FF
288start-sanitize-tic80
289Fri Dec 12 11:57:04 1997 Fred Fish <fnf@cygnus.com>
290
291 * tic80-opc.c (OFF_SL_PC, OFF_SL_BR): Minor formatting change.
292 (tic80_opcodes): Reorder table entries to put the 32 bit PC relative
293 offset forms before the 15 bit forms, to default to the long forms.
294
295end-sanitize-tic80
0483568a
RH
296Fri Dec 12 01:32:30 1997 Richard Henderson <rth@cygnus.com>
297
298 * alpha-opc.c (cvttq/*u*): Remove, as that suffix is invalid.
299
06434f5f
FL
300Wed Dec 10 17:42:35 1997 Nick Clifton <nickc@cygnus.com>
301
302 * arm-dis.c (print_insn_little_arm): Prevent examination of stored
303 symbol if none is present.
304 (print_insn_big_arm): Prevent examination of stored symbol if
305 none is present.
306
c10ae9ad
AC
307Thu Oct 23 21:13:37 1997 Fred Fish <fnf@cygnus.com>
308
8f75a0e6 309 * d10v-opc.c (d10v_opcodes): Correct entry for RTE.
c10ae9ad 310
0c4f6dc2
NC
311Mon Dec 8 11:21:07 1997 Nick Clifton <nickc@cygnus.com>
312
313 * disassemble.c: Remove disasm_symaddr() function.
314
315 * arm-dis.c: Use info->symbol instead of info->flags to determine
316 if disassmbly should be in Thumb or Arm mode.
317
3c8e0824
NC
318Tue Dec 2 09:54:27 1997 Nick Clifton <nickc@cygnus.com>
319
c08a4e6b
NC
320 * arm-dis.c: Add support for disassembling Thumb opcodes.
321 (print_insn_thumb): New function.
322
323 * disassemble.c (disasm_symaddr): New function.
324
3c8e0824 325 * arm-opc.h: Display nop pseudo ops alongside equivalent disassembly.
c08a4e6b 326 (thumb_opcodes): Table of Thumb opcodes.
3c8e0824 327
1f3880e1
ILT
328Mon Dec 1 12:25:57 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
329
330 * m68k-opc.c (btst): Change Dd@s to Dd;b.
331
332 * m68k-dis.c (print_insn_arg): Recognize 'm', 'n', 'o', 'p', 'q',
333 and 'v' as operand types.
334
4df3dd02
ILT
335Mon Dec 1 11:56:50 1997 Ian Lance Taylor <ian@cygnus.com>
336
337 * m68k-opc.c: Add argument for lpstop. From Olivier Carmona
338 <olivier.carmona@di.epfl.ch>.
339 * m68k-dis.c (print_insn_m68k): Handle special case of lpstop,
340 which has a two word opcode with a one word argument.
341
342start-sanitize-d30v
343Sun Nov 23 22:25:21 1997 Michael Meissner <meissner@cygnus.com>
344
345 * d30v-opc.c (d30v_opcode_table, case cmpu): Immediate field is
346 unsigned, not signed.
347 (d30v_format_table): Add SHORT_CMPU cases for cmpu.
348
349end-sanitize-d30v
04b26b00
RH
350start-sanitize-sh4
351Wed Nov 19 17:42:35 1997 Richard Henderson <rth@cygnus.com>
352
353 * sh-dis.c (print_insn_shx): Recognize all sh4 additions.
354 * sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4.
355 (ftrv): Slay the cut-and-paste monster.
356
357end-sanitize-sh4
74f79ec5
JR
358Tue Nov 18 23:10:03 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
359
360 * d10v-dis.c (print_operand):
361 Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG.
362
fe00b2ed
JR
363Tue Nov 18 18:45:14 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
364
365 * d10v-opc.c (OPERAND_FLAG): Split into:
366 (OPERAND_FFLAG, OPERAND_CFLAG) .
367 (FSRC): Split into:
368 (FFSRC, CFSRC).
369
370Thu Nov 13 11:05:33 1997 Gavin Koch <gavin@cygnus.com>
371
372 * mips-opc.c: Move the INSN_MACRO ISA value to the membership
373 field for all INSN_MACRO's.
374 * mips16-opc.c: same
375
cfcbe03f
GRK
376Wed Nov 12 10:16:57 1997 Gavin Koch <gavin@cygnus.com>
377
378 * mips-opc.c (sync,cache): These are 3900 insns.
379
3c7ad09f
JR
380Tue Nov 11 23:53:41 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
381
382 sh-opc.h (sh_table): Remove ftst/nan.
383
cfca14e7
KR
384start-sanitize-vr5400
385Mon Nov 3 13:23:15 1997 Ken Raeburn <raeburn@cygnus.com>
386
387 * mips-opc.c (dror32, dror, rzu.ob): Fix bugs in encoding.
388 (c.*.ob, mula.ob, mull.ob, muls.ob, mulsl.ob): Put 'k' version
389 last.
390 * mips-dis.c (print_insn_arg): Handle VR5400 operand types.
391
392end-sanitize-vr5400
0cca41d4
GRK
393start-sanitize-tx49
394Wed Oct 29 15:10:56 1997 Gavin Koch <gavin@cygnus.com>
395
396 * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp):
397 Add tx49 insns and configury.
398
399end-sanitize-tx49
a0539c61
KR
400Tue Oct 28 17:59:32 1997 Ken Raeburn <raeburn@cygnus.com>
401
402 * mips-opc.c (ffc, ffs): Fix mask.
403
8357d960
MM
404start-sanitize-d30v
405Tue Oct 28 16:34:54 1997 Michael Meissner <meissner@cygnus.com>
406
407 * d30v-opc.c (pre_defined_registers): Add eit_vb, int_s, and int_m
408 control registers.
409
410end-sanitize-d30v
a3066d9a
KR
411Mon Oct 27 22:34:03 1997 Ken Raeburn <raeburn@cygnus.com>
412
413 * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
414start-sanitize-vr5400
415 Added VR5400 instructions.
416 (N5): New cpu-id macro.
417end-sanitize-vr5400
418 (WR_HILO, RD_HILO, MOD_HILO): New macros.
419
581c03af
KR
420Mon Oct 27 22:34:03 1997 Ken Raeburn <raeburn@cygnus.com>
421
422 * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
423 (WR_HILO, RD_HILO, MOD_HILO): New macros.
424
04789fe9
NC
425Thu Oct 23 14:57:58 1997 Nick Clifton <nickc@cygnus.com>
426
427 * v850-dis.c (disassemble): Replace // with /* ... */
428
81dac216
RH
429Wed Oct 22 17:33:21 1997 Richard Henderson <rth@cygnus.com>
430
431 * sparc-opc.c: Add wr & rd for v9a asr's.
432 * sparc-dis.c (print_insn_sparc): Recognize '_' and '/' for v9a asr's.
433 (v9a_asr_reg_names): New variable.
434 Patch from David Miller <davem@vger.rutgers.edu>.
435
36e75fe3
RH
436Wed Oct 22 17:18:02 1997 Richard Henderson <rth@cygnus.com>
437
438 * sparc-opc.c (v9notv9a): New insn type.
439 (IMPDEP): Move to the end to not conflict with edge8 et al.
440 Patch from David Miller <davem@vger.rutgers.edu>.
441
d7727fe9
GRK
442Fri Oct 17 13:18:53 1997 Gavin Koch <gavin@cygnus.com>
443
444 * mips-opc.c (bnezl,beqzl): Mark these as also tx39.
445
b7dd310d
GRK
446Thu Oct 16 11:55:20 1997 Gavin Koch <gavin@cygnus.com>
447
448 * mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
449
3516c09c
NC
450Tue Oct 14 16:10:31 1997 Nick Clifton <nickc@cygnus.com>
451
452 * v850-dis.c (disassemble): Use new symbol_at_address_func() field
453 of disassemble_info structure to determine if an overlay address
454 has a matching symbol in low memory.
455
456 * dis-buf.c (generic_symbol_at_address): New (dummy) function for
457 new symbol_at_address_func field in disassemble_info structure.
458
5ff4668d
NC
459Fri Oct 10 16:44:52 1997 Nick Clifton <nickc@cygnus.com>
460
461 * v850-opc.c (extract_d22): Use signed arithmatic.
462
80ae705d
GRK
463Tue Oct 7 23:40:43 1997 Gavin Koch <gavin@cygnus.com>
464
465 * mips-opc.c: Three op mult is not an ISA insn.
466
b0326e92
GRK
467Tue Oct 7 23:37:21 1997 Gavin Koch <gavin@cygnus.com>
468
469 * mips-opc.c: Fix formatting.
470
471Fri Oct 3 17:26:54 1997 Ian Lance Taylor <ian@cygnus.com>
472
473 * i386-dis.c (OP_E): Explicitly sign extend 8 bit values, rather
474 than assuming that char is signed. Explicitly sign extend 16 bit
475 values, rather than assuming that short is 16 bits.
476 (OP_sI, OP_J, OP_DIR): Likewise.
477
43d75990
NC
478start-sanitize-v850e
479Thu Oct 2 13:36:45 1997 Nick Clifton <nickc@cygnus.com>
480
481 * v850-dis.c (v850_sreg_names): Use symbolic names for higher
482 system registers.
483
06434f5f 484end-sanitize-v850e
404d6e4f
NC
485Wed Oct 1 16:58:54 1997 Nick Clifton <nickc@cygnus.com>
486
487 * v850-opc.c: Fix typo in comment.
488
489 * v850-dis.c (disassemble): Add test of processor type when
490 determining opcodes.
491
2e2ef09d
ILT
492Wed Oct 1 14:10:20 1997 Ian Lance Taylor <ian@cygnus.com>
493
494 * configure.in: Use a diversion to set enable_shared before the
495 arguments are parsed.
496 * configure: Rebuild.
497
498Thu Sep 25 13:04:59 1997 Ian Lance Taylor <ian@cygnus.com>
499
500 * m68k-opc.c (TBL1): Use ! rather than `.
501 * m68k-dis.c (print_insn_arg): Remove ` operand specifier.
502
805c3d70
ILT
503Wed Sep 24 11:29:35 1997 Ian Lance Taylor <ian@cygnus.com>
504
f849a33e
ILT
505 * m68k-opc.c: Correct bchg, bclr, bset, and btst on ColdFire.
506
8ebe0ec1
ILT
507 * m68k-opc.c: Accept tst{b,w,l} with immediate operands on cpu32.
508
d97a8f95
ILT
509 * m68k-opc.c: Correct movew of an immediate operand to %sr or %ccr
510 for mcf5200.
511
805c3d70
ILT
512 * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL.
513 * aclocal.m4: Rebuild with new libtool.
514 * configure: Rebuild.
515
1379884b
AC
516start-sanitize-v850e
517Fri Sep 19 11:45:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
518
519 * v850-opc.c ("cmov"): Order reg param r1, r2 not r2, r2.
520
521end-sanitize-v850e
6d70d47f
DE
522Thu Sep 18 11:21:43 1997 Doug Evans <dje@canuck.cygnus.com>
523
524 * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
525
714229c3
NC
526Tue Sep 16 15:18:20 1997 Nick Clifton <nickc@cygnus.com>
527
528 * v850-opc.c (v850_opcodes): Further rearrangements.
529
e9fa596f
KR
530start-sanitize-d30v
531Tue Sep 16 16:12:11 1997 Ken Raeburn <raeburn@cygnus.com>
532
533 * d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change.
534
535end-sanitize-d30v
1a1ec983
NC
536Tue Sep 16 09:48:50 1997 Nick Clifton <nickc@cygnus.com>
537
538 * v850-opc.c (v850_opcodes): Fields reordered to allow assembler
539 parser to work.
540
d9a52316
GRK
541Tue Sep 16 10:01:00 1997 Gavin Koch <gavin@cygnus.com>
542
543 * mips-opc.c: Added tx39 insns sdbbp, rfe, and deret.
544start-sanitize-tx19
545 * mips16-opc.c: Added mips16 sdbbp.
546end-sanitize-tx19
547
9bbbb612
NC
548Mon Sep 15 18:31:52 1997 Nick Clifton <nickc@cygnus.com>
549
550 * v850-opc.c: Initialise processors field of v850_opcode structure.
551
d51bcb70
KR
552start-sanitize-d30v
553Wed Aug 27 21:42:39 1997 Ken Raeburn <raeburn@cygnus.com>
554
555 Merge changes from Martin Hunt:
556
557 * d30v-opc.c: Change mvfacc to accept 6-bit unsigned values.
558
559 * d30v-opc.c (pre_defined_registers): Add control registers from 0-63.
560 (d30v_opcode_tabel): Add dbt, rtd, srah, and srlh instructions. Fix
561 rot2h, sra2h, and srl2h to use new SHORT_A5S format.
562
563 * d30v-dis.c (print_insn): Fix disassembly of SHORT_D2 opcodes.
564
565 * d30v-dis.c (print_insn): First operand of d*i (delayed
566 branch) instructions is relative.
567
568 * d30v-opc.c (d30v_opcode_table): Change form for repeati.
569 (d30v_operand_table): Add IMM6S3 type.
570 (d30v_format_table): Change SHORT_D2. Add LONG_Db.
571
572 * d30v-dis.c: Fix bug with ".s" and ".l" extensions
573 and cmp instructions.
574
575 * d30v-opc.c: Correct entries for repeat*, and sat*.
576 Make IMM5 unsigned. Create IMM6U and IMM12S3U operand
577 types. Correct several formats.
578
579 * d30v-opc.c: (pre_defined_registers): Add dpsw and dpc.
580
581 * d30v-opc.c (pre_defined_registers): Change control registers.
582
583 * d30v-opc.c (d30v_format_table): Correct SHORT_C1 and
584 SHORT_C2. Manual was incorrect.
585
586 * d30v-dis.c (lookup_opcode): Return value now indicates
587 if an opcode has a short and a long form. Used for deciding
588 to append a ".s" or ".l".
589 (print_insn): Append a ".s" to an instruction if it is
590 the short form and ".l" if it is a long form. Do not append
591 anything if the instruction has only one possible size.
592
593 * d30v-opc.c: Change mulx2h to require an even register.
594 New form: SHORT_A2; a SHORT_A form that needs an even
595 register as the first operand.
596
597 * d30v-dis.c (print_insn_d30v): Fix problem where the last
598 instruction was not being disassembled if there were an odd
599 number of instructions.
600
601 * d30v-opc.c (SHORT_M2, LONG_M2): Two new forms.
602
603end-sanitize-d30v
d0fd63cb
NC
604start-sanitize-v850e
605Fri Sep 12 11:43:54 1997 Nick Clifton <nickc@cygnus.com>
606
607 * v850-dis.c (disassemble): Improved display of register lists.
608
3e906c08 609end-sanitize-v850e
44457cbc
DE
610Thu Sep 11 17:35:10 1997 Doug Evans <dje@canuck.cygnus.com>
611
612 * sparc-opc.c (sparc_opcodes): Fix assembler args to
613 fzeros, fones, fsrc1, fsrc1s, fsrc2s, fnot1, fnot1s, fnot2s,
614 fors, fnors, fands, fnands, fxors, fxnors, fornot1s, fornot2s,
615 fandnot1s, fandnot2s.
616
22a25680
DE
617Tue Sep 9 10:03:49 1997 Doug Evans <dje@canuck.cygnus.com>
618
619 * sparc-opc.c (sparc_opcodes): Fix op3 field for fcmpq/fcmpeq.
620
3fb84577
DE
621Mon Sep 8 14:06:59 1997 Doug Evans <dje@canuck.cygnus.com>
622
623 * cgen-asm.c (cgen_parse_address): New argument resultp.
624 All callers updated.
625 * m32r-asm.c (parse_h_hi16): Right shift numbers by 16.
626
9d53ae4f
JL
627Tue Sep 2 18:39:08 1997 Jeffrey A Law (law@cygnus.com)
628
629 * mn10200-dis.c (disassemble): PC relative instructions are
630 relative to the next instruction, not the current instruction.
631
1f302a3b
NC
632Tue Sep 2 15:41:55 1997 Nick Clifton <nickc@cygnus.com>
633
634 * v850-dis.c (disassemble): Only signed extend values that are not
635 returned by extract functions.
636 Remove use of V850_OPERAND_ADJUST_SHORT_MEMORY flag.
637
638Tue Sep 2 15:39:40 1997 Nick Clifton <nickc@cygnus.com>
639
640 * v850-opc.c: Update comments. Remove use of
641 V850_OPERAND_ADJUST_SHORT_MEMORY. Fix several operand patterns.
642
33e2f527
NC
643Tue Aug 26 09:42:28 1997 Nick Clifton <nickc@cygnus.com>
644
645 * v850-opc.c (MOVHI): Immediate parameter is unsigned.
33e2f527 646
a3515171
CP
647Mon Aug 25 15:58:07 1997 Christopher Provenzano <proven@cygnus.com>
648
649 * configure: Rebuilt with latest devo autoconf for NT support.
650
d87a1542
NC
651Fri Aug 22 10:35:15 1997 Nick Clifton <nickc@cygnus.com>
652
653 * v850-dis.c (disassemble): Use curly brace syntax for register
654 lists.
655
656 * v850-opc.c (v850_opcodes[]): Add NOT_R0 flag to decect cases
657 where r0 is being used as a destination register.
658
0c519399
NC
659start-sanitize-v850e
660Thu Aug 21 11:09:09 1997 Nick Clifton <nickc@cygnus.com>
661
662 * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other.
663end-sanitize-v850e
664
bf5ac1b8
JR
665start-sanitize-sh4
666Wed Aug 20 00:43:11 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
667
668 * sh-opc.h (sh_arg_type): Add A_SGR and A_DBR.
669 (sh_nibble_type, sh_arg_type): Add SH4 floating point extensions.
670 (sh_table): Likewise. Add movca.l, ocbi, ocbp, ocbwb.
671 Add insns to access SGR and DBR.
672 * sh-dis.c (print_insn_shx): Add SH4 floating point extensions.
673
674end-sanitize-sh4
0c519399
NC
675Tue Aug 19 10:59:59 1997 Richard Henderson <rth@cygnus.com>
676
677 * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage.
678
805c3d70 679start-sanitize-v850e
ab11a82c
NC
680Mon Aug 18 11:10:03 1997 Nick Clifton <nickc@cygnus.com>
681
682 * v850-opc.c (v850_opcodes[]): Remove use of flag field.
ab11a82c
NC
683 * v850-opc.c (v850_opcodes[]): Add support for reversed short load
684 opcodes..
ab11a82c 685
ab11a82c
NC
686Mon Aug 18 11:08:25 1997 Nick Clifton <nickc@cygnus.com>
687
688 * configure (cgen_files): Add support for v850e target.
689 * configure.in (cgen_files): Add support for v850e target.
ab11a82c 690
ab11a82c
NC
691Mon Aug 18 11:08:25 1997 Nick Clifton <nickc@cygnus.com>
692
cd66558c
NC
693 * configure (cgen_files): Add support for v850ea target.
694 * configure.in (cgen_files): Add support for v850ea target.
805c3d70 695end-sanitize-v850e
ab11a82c 696
2b0c643b
DE
697Fri Aug 15 05:17:48 1997 Doug Evans <dje@canuck.cygnus.com>
698
699 * configure.in (bfd_arc_arch): Add.
700 * configure: Rebuild.
701 * Makefile.am (ALL_MACHINES): Add arc-dis.lo, arc-opc.lo.
702 * Makefile.in: Rebuild.
703 * arc-dis.c, arc-opc.c: New files.
704 * disassemble.c (ARCH_all): Define ARCH_arc.
705 (disassembler): Add ARC support.
706
f61b671d
NC
707Wed Aug 13 18:52:11 1997 Nick Clifton <nickc@cygnus.com>
708
805c3d70 709start-sanitize-v850e
cd66558c 710 * v850-dis.c (disassemble): Add support for v850EA instructions.
3ff7258e
NC
711
712 * v850-opc.c (insert_i5div, extract_i5div): New Functions.
cd66558c 713 (v850_opcodes): Add v850EA instructions.
805c3d70 714
3ff7258e
NC
715 * v850-dis.c (disassemble): Add support for v850E instructions.
716
f61b671d
NC
717 * v850-opc.c (insert_d5_4, extract_d5_4, insert_d16_16,
718 extract_d16_16, insert_i9, extract_i9, insert_u9, extract_u9,
719 insert_spe, extract_spe): New Functions.
720 (v850_opcodes): Add v850E instructions.
3e906c08 721end-sanitize-v850e
f61b671d 722
3ff7258e
NC
723 * v850-opc.c: Reorganised and re-layed out to improve readability
724 and portability.
f61b671d
NC
725
726Tue Aug 5 23:09:31 1997 Ian Lance Taylor <ian@cygnus.com>
727
728 * configure: Rebuild with autoconf 2.12.1.
729
730Mon Aug 4 12:02:16 1997 Ian Lance Taylor <ian@cygnus.com>
731
732 * aclocal.m4, configure: Rebuild with new automake patches.
733
2f403ada
ILT
734Fri Aug 1 13:02:04 1997 Ian Lance Taylor <ian@cygnus.com>
735
736 * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
737 * acinclude.m4: Just include acinclude.m4 from BFD.
738 * aclocal.m4, configure: Rebuild.
739
1daed53f
ILT
740Thu Jul 31 21:44:42 1997 Ian Lance Taylor <ian@cygnus.com>
741
742 * Makefile.am: New file, based on old Makefile.in.
743 * acconfig.h: New file.
744 * acinclude.m4: New file.
745 * stamp-h.in: New file.
746 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.
747 Removed shared library handling; now handled by libtool. Replace
748 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AM_MAINTAINER_MODE,
749 AM_CYGWIN32, and AM_EXEEXT. Replace AC_PROG_INSTALL with
750 AM_PROG_INSTALL. Change all .o files to .lo. Remove stamp-h
751 handling in AC_OUTPUT.
752 * dep-in.sed: Change .o to .lo.
753 * Makefile.in: Now built with automake.
754 * aclocal.m4: Now built with aclocal.
755 * config.in, configure: Rebuild.
756
fea90b62
JL
757Mon Jul 28 21:52:24 1997 Jeffrey A Law (law@cygnus.com)
758
759 * mips-opc.c: Fix typo/thinko in "eret" instruction.
760
6546a590
AC
761start-sanitize-r5900
762Mon Jul 28 22:07:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
763
764 * mips-opc.c: Fix coding of mtsa.
765
b72b716c 766end-sanitize-r5900
3f938200
DE
767Thu Jul 24 13:03:26 1997 Doug Evans <dje@canuck.cygnus.com>
768
769 * sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns.
8deb997b
DE
770 Make array const.
771 * sparc-dis.c (sorted_opcodes): New static local.
772 (struct opcode_hash): `opcode' is pointer to const element.
773 (build_hash): First arg is now table of sorted pointers.
774 (print_insn_sparc): Sort opcodes by sorting table of pointers.
775 (compare_opcodes): Update.
3f938200 776
0d7c678e
DE
777Tue Jul 15 12:05:23 1997 Doug Evans <dje@canuck.cygnus.com>
778
779 * cgen-opc.c: #include <ctype.h>.
780 (hash_keyword_name): New arg `case_sensitive_p'. Callers updated.
781 Handle case insensitive hashing.
782 (hash_keyword_value): Change type of `value' to unsigned int.
783
4bb0ae10
JL
784Thu Jul 10 12:56:10 1997 Jeffrey A Law (law@cygnus.com)
785
786 * mips-opc.c (mips_builtin_opcodes): If an insn uses single
787 precision FP, mark it as such. Likewise for double precision
788 FP. Mark ISA1 insns. Consolidate duplicate opcodes where
789 possible.
790start-sanitize-r5900
791 (mips_builtin_opcodes): Remove non-existant r5900 instructions
792end-sanitize-r5900
793
794start-sanitize-r5900
d0efa46b
JL
795Thu Jun 26 16:20:27 1997 Jeffrey A Law (law@cygnus.com)
796
797 * mips-opc.c (mips_builtin_opcodes): Add "pinteh", "pexeh" and
798 "pexew" as synonyms for "pintoh", "pexoh", "pexow".
799
f8c35bc3 800end-sanitize-r5900
9fd0d551
FL
801Wed Jun 25 15:25:57 1997 Felix Lee <flee@cirdan.cygnus.com>
802
803 * ppc-opc.c (extract_nsi): make unsigned expression signed before
804 negating it.
805 (UNUSED): remove one level of parens, so MSVC doesn't choke on
806 nesting depth when all the macros are expanded.
807
3d116ccd
ILT
808Tue Jun 17 17:02:17 1997 Ian Lance Taylor <ian@cygnus.com>
809
810 * sparc-opc.c: The fcmp v9a instructions take an integer register
811 as a destination, not a floating point register. From Christian
812 Kuehnke <Christian.Kuehnke@arbi.Informatik.Uni-Oldenburg.DE>.
813
0a185c48
ILT
814Mon Jun 16 14:13:18 1997 Ian Lance Taylor <ian@cygnus.com>
815
2896b008
ILT
816 * m68k-dis.c (print_insn_arg): Print case 7.2 using %pc@()
817 syntax. From Roman Hodek
818 <rnhodek@faui22c.informatik.uni-erlangen.de>.
819
0a185c48
ILT
820 * i386-dis.c (twobyte_has_modrm): Fix pand.
821
eedca9da
ILT
822Mon Jun 16 14:08:38 1997 Michael Taylor <mbt@mit.edu>
823
824 * i386-dis.c (dis386_twobyte): Fix pand and pandn.
825
a5f269e9
ILT
826Tue Jun 10 11:26:47 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
827
828 * arm-dis.c: Add prototypes for arm_decode_shift and
829 print_insn_arm.
830
831Mon Jun 2 11:39:04 1997 Gavin Koch <gavin@cygnus.com>
832
833 * mips-opc.c: Add r3900 insns.
834
835Tue May 27 15:55:44 1997 Ian Lance Taylor <ian@cygnus.com>
836
837 * sh-dis.c (print_insn_shx): Change relmask to bfd_vma. Don't
838 print delay slot instructions on the same line. When using a PC
839 relative load, add a comment with the value being loaded if it can
840 be obtained.
841
f0b796d0
ILT
842Tue May 27 11:02:08 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
843
844 * i386-dis.c (dis386[], dis386_twobyte[]): change pushl/popl
845 to pushS/popS for segment regs and byte constant so that
846 pushw/popw printed when in 16 bit data mode.
847
848 * i386-dis.c (dis386[]): change cwtl, cltd to cWtS, cStd to
849 print cbtw, cwtd in 16 bit data mode.
850 * i386-dis.c (putop): extra case W to support above.
851
852 * i386-dis.c (print_insn_x86): print addr32 prefix when given
853 address size prefix in 16 bit address mode.
854
54a93a72
ILT
855Fri May 23 16:47:23 1997 Ian Lance Taylor <ian@cygnus.com>
856
857 * sh-dis.c: Reindent. Rename local variable fprintf to
858 fprintf_fn.
859
0b852861
DE
860Thu May 22 14:06:02 1997 Doug Evans <dje@canuck.cygnus.com>
861
862 * m32r-opc.c (m32r_cgen_insn_table, cmpui): Undo patch of May 2.
863
e17449bc
GRK
864Tue May 20 11:26:27 1997 Gavin Koch <gavin@cygnus.com>
865
866 * mips-opc.c (mips_builtin_opcodes): Moved INSN_ISA field into new
867 field membership.
868 * mips16-opc.c (mip16_opcodes): same.
869
870Mon May 12 15:10:53 1997 Jim Wilson <wilson@cygnus.com>
871
872 * m68k-opc.c (moveb): Change $d to %d.
873
41b96d55
ILT
874Mon May 5 14:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
875
d72ace42
ILT
876 * i386-dis.c: (dis386_twobyte): Add MMX instructions.
877 (twobyte_has_modrm): Likewise.
878 (grps): Likewise.
879 (OP_MMX, OP_EM, OP_MS): New static functions.
880
41b96d55
ILT
881 * i386-dis.c: Revert patch of April 4. The output now matches
882 what gcc generates.
883
cb630105
DE
884Fri May 2 12:48:37 1997 Doug Evans <dje@canuck.cygnus.com>
885
886 * m32r-opc.c (m32r_cgen_insn_table, cmpui): Use $uimm16 instead
887 of $simm16.
888
889Thu May 1 15:34:15 1997 Doug Evans <dje@canuck.cygnus.com>
890
891 * m32r-opc.h (CGEN_ARCH): Renamed from CGEN_CPU.
892
893Tue Apr 15 12:40:08 1997 Ian Lance Taylor <ian@cygnus.com>
894
895 * Makefile.in (install): Depend upon installdirs.
896 (installdirs): New target.
897
898Mon Apr 14 12:13:51 1997 Ian Lance Taylor <ian@cygnus.com>
899
900 From Thomas Graichen <graichen@rzpd.de>:
901 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
902 * configure: Rebuild.
903
9c1858b4
DE
904Sun Apr 13 17:50:41 1997 Doug Evans <dje@canuck.cygnus.com>
905
906 * cgen-*.c, m32r-*.c: #include sysdep.h instead of config.h.
907 Delete string{,s}.h support.
908
5b3b8cb0
DE
909Thu Apr 10 14:44:56 1997 Doug Evans <dje@canuck.cygnus.com>
910
a394e326 911 * cgen-asm.c (cgen_parse_operand_fn): New global.
5b3b8cb0 912 (cgen_parse_{{,un}signed_integer,address}): Update call to
a394e326
DE
913 cgen_parse_operand_fn.
914 (cgen_init_parse_operand): New function.
915 * m32r-asm.c (parse_insn_normal): cgen_init_parse_operand renamed
916 from cgen_asm_init_parse.
5b3b8cb0
DE
917 (m32r_cgen_assemble_insn): New operand `errmsg'.
918 Delete call to as_bad, return error message to caller.
919 (m32r_cgen_asm_hash_keywords): #if 0 out.
920
47332446
ILT
921Wed Apr 9 12:05:25 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
922
923 * m68k-dis.c (print_insn_arg) [case 'd']: Print as address register,
924 not data register.
925 [case 'J']: Fix typo in register name.
926
b4aa23f2
ILT
927Mon Apr 7 16:48:22 1997 Ian Lance Taylor <ian@cygnus.com>
928
929 * configure.in: Substitute SHLIB_LIBS.
930 * configure: Rebuild.
931 * Makefile.in (SHLIB_LIBS): New variable.
932 ($(SHLIB)): Use $(SHLIB_LIBS).
933
e4ba4112
DE
934Mon Apr 7 11:45:44 1997 Doug Evans <dje@canuck.cygnus.com>
935
21b4ac17
DE
936 * cgen-dis.c (build_dis_hash_table): Fix xmalloc size computation.
937
70bb1aa1
DE
938 * cgen-opc.c (hash_keyword_name): Improve algorithm.
939
e4ba4112
DE
940 * disassemble.c (disassembler): Handle m32r.
941
9c03036a
DE
942Fri Apr 4 12:29:38 1997 Doug Evans <dje@canuck.cygnus.com>
943
944 * m32r-asm.c, m32r-dis.c, m32r-opc.c, m32r-opc.h: New files.
945 * cgen-asm.c, cgen-dis.c, cgen-opc.c: New files.
946 * Makefile.in (CFILES): Add them.
947 (ALL_MACHINES): Add them.
948 (dependencies): Regenerate.
949 * configure.in (cgen_files): New variable.
950 (bfd_m32r_arch): Add entry.
951 * configure: Regenerate.
952
fdb6ae68
ILT
953Fri Apr 4 14:04:16 1997 Ian Lance Taylor <ian@cygnus.com>
954
e358a062
ILT
955 * configure.in: Correct file names for bfd_mn10[23]00_arch.
956 * configure: Rebuild.
957
bb6dafe9
ILT
958 * Makefile.in: Rebuild dependencies.
959
71cc7ceb
ILT
960 * d10v-dis.c: Include "ansidecl.h" before "opcode/d10v.h".
961
fdb6ae68
ILT
962 * i386-dis.c (float_reg): Swap fsubrp and fsubp. Swap fdivrp and
963 fdivp.
964
bef47403
ILT
965Thu Apr 3 13:22:45 1997 Ian Lance Taylor <ian@cygnus.com>
966
967 * Branched binutils 2.8.
968
d02305b2
ILT
969Wed Apr 2 12:23:53 1997 Ian Lance Taylor <ian@cygnus.com>
970
bef47403
ILT
971 * m10200-dis.c: Rename from mn10200-dis.c.
972 * m10200-opc.c: Rename from mn10200-opc.c.
973 * m10300-dis.c: Rename from mn10300-dis.c
974 * m10300-opc.c: Rename from mn10300-opc.c.
975 * Makefile.in: Update accordingly.
976
d02305b2
ILT
977 * mips16-opc.c: Add mul and dmul macros.
978
77090cfa
ILT
979Tue Apr 1 16:27:45 1997 Klaus Kaempf <kkaempf@progis.de>
980
981 * makefile.vms: Update CFLAGS, add clean target.
982
af65db57
ILT
983Fri Mar 28 12:10:09 1997 Ian Lance Taylor <ian@cygnus.com>
984
77090cfa
ILT
985 * mips-opc.c: Add "wait". From Ralf Baechle
986 <ralf@gnu.ai.mit.edu>.
987
af65db57
ILT
988 * configure.in: Add stdlib.h to AC_CHECK_HEADERS list.
989 * configure, config.in: Rebuild.
990 * sysdep.h: Include <stdlib.h> if it exists.
991 * sparc-dis.c: Include <stdio.h> and "sysdep.h". Don't include
992 <string.h>.
993 * Makefile.in: Rebuild dependencies.
994
a21e1e96
ILT
995Thu Mar 27 14:24:43 1997 Ian Lance Taylor <ian@cygnus.com>
996
88a257cb
ILT
997 * ppc-opc.c: Add PPC 403 instructions and extended opcodes. From
998 Andrew Bray <andy@madhouse.demon.co.uk>.
999
a21e1e96
ILT
1000 * mips-opc.c: Add cast when setting mips_opcodes.
1001
a21e1e96
ILT
1002Tue Mar 25 23:04:00 1997 Stu Grossman (grossman@critters.cygnus.com)
1003
1004 * v850-dis.c (disassemble): Fix sign extension problem.
1005 * v850-opc.c (extract_d*): Fix sign extension problems to make
1006 disassembly calculate branch offsets correctly.
1007
9ab49ef8
ILT
1008Mon Mar 24 13:22:13 1997 Ian Lance Taylor <ian@cygnus.com>
1009
b8306c6b
ILT
1010 * sh-opc.h: Add bf/s and bt/s as synonyms for bf.s and bt.s.
1011
9ab49ef8
ILT
1012 * mips-opc.c: Add dctr and dctw.
1013
b7f7f207
MH
1014start-sanitize-d30v
1015Sun Mar 23 18:08:10 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1016
1017 * d30v-dis.c (print_insn): Change the way signed constants
1018 are displayed.
1019end-sanitize-d30v
f76db60b
ILT
1020Fri Mar 21 14:37:52 1997 Ian Lance Taylor <ian@cygnus.com>
1021
1022 * Makefile.in (BFD_H): New variable.
1023 (HFILES): New variable.
1024 (CFILES): Add all C files.
1025 (.dep, .dep1, dep.sed, dep, dep-in): New targets.
1026 Delete old dependencies, and build new ones.
1027 * dep-in.sed: New file.
1028
9b07de49
ILT
1029Thu Mar 20 19:03:30 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1030
1031 * m68k-opc.c (m68k_opcode_aliases): Added blo and blo{s,b,w,l}.
1032
1033start-sanitize-coldfire
1034Wed Mar 19 06:53:58 1997 J.T. Conklin <jtc@rtl.cygnus.com>
1035
1036 * m68k-opc.c (m68k_opcodes): Provide coldfire division module
1037 instructions.
1038
1039end-sanitize-coldfire
4e4dd876
JL
1040Tue Mar 18 14:17:03 1997 Jeffrey A Law (law@cygnus.com)
1041
1042 * mn10200-opc.c: Change "trap" to "syscall".
1043 * mn10300-opc.c: Add new "syscall" instruction.
1044
437579d5
C
1045Mon Mar 17 08:48:03 1997 J.T. Conklin <jtc@beauty.cygnus.com>
1046
1047 * m68k-opc.c (m68k_opcodes): Provide correct entries for mulsl and
1048 mulul insns on the coldfire.
1049
6784be52
ILT
1050Sat Mar 15 17:13:05 1997 Ian Lance Taylor <ian@cygnus.com>
1051
1052 * arm-dis.c (print_insn_arm): Don't print instruction bytes.
1053 (print_insn_big_arm): Set bytes_per_chunk and display_endian.
1054 (print_insn_little_arm): Likewise.
1055
b6fab42b
ILT
1056Fri Mar 14 15:08:59 1997 Ian Lance Taylor <ian@cygnus.com>
1057
1058 Based on patches from H.J. Lu <hjl@lucon.org>:
1059 * i386-dis.c (fetch_data): Add prototype.
1060 * m68k-dis.c (fetch_data): Add prototype.
1061 (dummy_print_address): Add prototype. Make static.
1062 * ppc-opc.c (valid_bo): Add prototype.
1063 * sparc-dis.c (build_hash_table): Add prototype.
1064 (is_delayed_branch, compute_arch_mask): Add prototypes.
1065 (print_insn_sparc): Make several local variables const.
1066 (compare_opcodes): Change arguments to const PTR. Add prototype.
1067 * sparc-opc.c (arg): Change name field to be const.
1068 (lookup_name, lookup_value): Add prototypes. Change table and
1069 name parameters to be const.
1070 (sparc_encode_asi): Change name parameter to be const.
1071 (sparc_encode_membar, sparc_encode_prefetch): Likewise.
1072 (sparc_encode_sparclet_cpreg): Likewise.
1073 (sparc_decode_asi): Change return type to be const.
1074 (sparc_decode_membar, sparc_decode_prefetch): Likewise.
1075 (sparc_decode_sparclet_cpreg): Likewise.
1076
1077Fri Mar 7 10:51:49 1997 Ian Lance Taylor <ian@cygnus.com>
1078
1079 * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
1080 Solaris doesn't like the combined options, and the -f is
1081 unnecessary.
1082 (stamp-tshlink, install): Likewise.
1083
c654d69e
JL
1084Thu Mar 6 16:51:11 1997 Jeffrey A Law (law@cygnus.com)
1085
1086 * mn10300-opc.c (IMM16_PCREL, SD8N_PCREL, D16_SHIFT): Mark these
1087 as relaxable.
1088
1089Tue Mar 4 06:10:36 1997 J.T. Conklin <jtc@cygnus.com>
1090
1091 * m68k-opc.c (m68k_opcodes): Fix last change for the mc68010.
1092
c5e5b13f
C
1093Mon Mar 3 07:45:20 1997 J.T. Conklin <jtc@cygnus.com>
1094
1095 * m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
1096 the mc68000.
1097
0270516b
ILT
1098Thu Feb 27 14:04:32 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1099
1100 * m68k-opc.c (m68k_opcodes): Added swbegl pseudo-instruction.
1101
6757ae58 1102start-sanitize-tic80
dcbf6f07
MM
1103Thu Feb 27 11:36:41 1997 Michael Meissner <meissner@cygnus.com>
1104
1105 * tic80-dis.c (print_insn_tic80): Set info->bytes_per_line to 8.
1106
6757ae58
MM
1107Wed Feb 26 15:34:48 1997 Michael Meissner <meissner@cygnus.com>
1108
1109 * tic80-opc.c (tic80_predefined_symbols): Define r25 properly.
1110
1111end-sanitize-tic80
2ef564d2
ILT
1112Wed Feb 26 13:38:30 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1113
1114 * m68k-dis.c (NEXTSINGLE, NEXTDOUBLE, NEXTEXTEND): Use
1115 floatformat_to_double to make portable.
1116 (print_insn_arg): Use NEXTEXTEND macro when extracting extended
1117 precision float.
1118
1119Mon Feb 24 19:26:12 1997 Dawn Perchik <dawn@cygnus.com>
1120
1121 * mips-opc.c: Initialize mips_opcodes to mips_builtin_opcodes,
1122 and bfd_mips_num_opcodes to bfd_mips_num_builtin_opcodes.
1123
1124Mon Feb 24 15:19:01 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1125
1126 * d10v-dis.c, d10v-opc.c: Change pre_defined_registers to
1127 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
1128
17990bad
FF
1129start-sanitize-tic80
1130Mon Feb 24 14:33:26 1997 Fred Fish <fnf@cygnus.com>
1131
1132 * tic80-opc.c (LSI_SCALED): Renamed from this ...
1133 (OFF_SL_BR_SCALED): ... to this, and added the flag
1134 TIC80_OPERAND_BASEREL to the flags word.
1135 (tic80_opcodes): Replace all occurances of LSI_SCALED with
1136 OFF_SL_BR_SCALED.
1137
1138end-sanitize-tic80
a2768484
DP
1139Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
1140
1141 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
1142 Change mips_opcodes from const array to a pointer,
1143 and change bfd_mips_num_opcodes from const int to int,
1144 so that we can increase the size of the mips opcodes table
1145 dynamically.
1146
c7583da0
FF
1147start-sanitize-tic80
1148Sat Feb 22 21:03:47 1997 Fred Fish <fnf@cygnus.com>
1149
1150 * tic80-opc.c (tic80_predefined_symbols): Revert change to
1151 store BITNUM values in the table in one's complement form
1152 to match behavior when assembler is given a raw numeric
1153 value for a BITNUM operand.
1154 * tic80-dis.c (print_operand_bitnum): Ditto.
1155
1156end-sanitize-tic80
4fe23bdd
MH
1157start-sanitize-d30v
1158Fri Feb 21 16:31:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1159
1160 * d30v-opc.c: Removed references to FLAG_X.
1161
1162end-sanitize-d30v
7adf2630
ILT
1163Wed Feb 19 14:51:20 1997 Ian Lance Taylor <ian@cygnus.com>
1164
1165 * Makefile.in: Add dependencies on ../bfd/bfd.h as required.
1166
b2e3f844
MH
1167start-sanitize-d30v
1168Tue Feb 18 17:43:43 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1169
1170 * Makefile.in: Added d30v object files.
1171 * configure: (bfd_d30v_arch) Rebuilt.
1172 * configure.in: (bfd_d30v_arch) Added new case.
1173 * d30v-dis.c: New file.
1174 * d30v-opc.c: New file.
1175 * disassemble.c (disassembler) Add entry for d30v.
1176
1177end-sanitize-d30v
49d1bbbe
FF
1178start-sanitize-tic80
1179Tue Feb 18 16:32:08 1997 Fred Fish <fnf@cygnus.com>
1180
1181 * tic80-opc.c (tic80_predefined_symbols): Add symbolic
1182 representations for the floating point BITNUM values.
1183
1184Fri Feb 14 12:14:05 1997 Fred Fish <fnf@cygnus.com>
1185
1186 * tic80-opc.c (tic80_predefined_symbols): Store BITNUM values
1187 in the table in one's complement form, as they appear in the
1188 actual instruction.
1189 (tic80_symbol_to_value): Use macros to access predefined
1190 symbol fields.
1191 (tic80_value_to_symbol): Ditto.
1192 (tic80_next_predefined_symbol): New function.
1193 * tic80-dis.c (print_operand_bitnum): Remove code that did
1194 one's complement for BITNUM values.
1195
1196end-sanitize-tic80
1d339e48
GRK
1197start-sanitize-r5900
1198Fri Feb 14 13:56:51 1997 Gavin Koch <gavin@cygnus.com>
1199
1200 * mips-opc.c: bug fix, can't mark insns INSN_5900 and INSN_ISA4
1201
1202end-sanitize-r5900
246c5458
ILT
1203Thu Feb 13 21:56:51 1997 Klaus Kaempf <kkaempf@progis.de>
1204
1205 * makefile.vms: Remove 8 bit characters. Update to latest
1206 gcc release.
1207
03514bc8
ILT
1208Thu Feb 13 20:41:22 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1209
1210 * m68k-opc.c (m68k_opcodes): Add swbeg pseudo-instruction.
1211
9bd0068f
JL
1212Thu Feb 13 16:30:02 1997 Jeffrey A Law (law@cygnus.com)
1213
1214 * mn10200-opc.c (IMM16_PCREL): This is a signed operand.
1215 (IMM24_PCREL): Likewise.
1216
6617b927
ILT
1217Thu Feb 13 13:28:43 1997 Ian Lance Taylor <ian@cygnus.com>
1218
1219 * mips-dis.c (print_mips16_insn_arg): Use memaddr - 2 as the base
1220 address for an extended PC relative instruction that is not a
1221 branch.
1222
d1c52e5b
ILT
1223Wed Feb 12 12:27:40 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1224
1225 * m68k-dis.c (print_insn_m68k): Set bytes_per_chunk and
1226 bytes_per_line.
1227
e2773136
FF
1228start-sanitize-tic80
1229Tue Feb 11 16:36:31 1997 Fred Fish <fnf@cygnus.com>
1230
1231 * tic80-opc.c (tic80_operands): Fix typo '+' -> '|'.
1232 (tic80_opcodes): Sort entries so that long immediate forms
1233 come after short immediate forms, making it easier for
1234 assembler to select the right one for a given operand.
1235
1236end-sanitize-tic80
2ea116f4
ILT
1237Tue Feb 11 15:26:47 1997 Ian Lance Taylor <ian@cygnus.com>
1238
1239 * mips-dis.c (_print_insn_mips): Set bytes_per_chunk and
1240 display_endian.
1241 (print_insn_mips16): Likewise.
1242
276c2d7d
GRK
1243start-sanitize-r5900
1244Fri Feb 7 11:12:44 1997 Gavin Koch <gavin@cygnus.com>
1245
1246 * mips-opc.c: add r5900.
1247
1248end-sanitize-r5900
cceb79ba 1249start-sanitize-tic80
c37555c1
FF
1250Mon Feb 10 10:12:41 1997 Fred Fish <fnf@cygnus.com>
1251
1252 * tic80-opc.c (tic80_symbol_to_value): Changed to accept
1253 a symbol class that restricts translation to just that
1254 class (general register, condition code, etc).
1255
cceb79ba
FF
1256Thu Feb 6 17:34:09 1997 Fred Fish <fnf@cygnus.com>
1257
1258 * tic80-opc.c (tic80_operands): Add REG_0_E, REG_22_E,
1259 and REG_DEST_E for register operands that have to be
1260 an even numbered register. Add REG_FPA for operands that
1261 are one of the floating point accumulator registers.
1262 Add TIC80_OPERAND_MASK to flags for ENDMASK operand.
1263 (tic80_opcodes): Change entries that need even numbered
1264 register operands to use the new operand table entries.
1265 Add "or" entries that are identical to "or.tt" entries.
1266
1267end-sanitize-tic80
0d52464c
ILT
1268Wed Feb 5 11:12:44 1997 Ian Lance Taylor <ian@cygnus.com>
1269
1270 * mips16-opc.c: Add new cases of exit instruction for
1271 disassembler.
1272 * mips-dis.c (print_mips16_insn_arg): Display floating point
1273 registers in operands of exit instruction. Print `$' before
1274 register names in operands of entry and exit instructions.
1275
6cb5b585
FF
1276start-sanitize-tic80
1277Thu Jan 30 14:09:03 1997 Fred Fish <fnf@cygnus.com>
1278
1279 * tic80-opc.c (tic80_predefined_symbols): Table of name/value
1280 pairs for all predefined symbols recognized by the assembler.
1281 Also used by the disassembling routines.
1282 (tic80_symbol_to_value): New function.
1283 (tic80_value_to_symbol): New function.
1284 * tic80-dis.c (print_operand_control_register,
1285 print_operand_condition_code, print_operand_bitnum):
1286 Remove private tables and use tic80_value_to_symbol function.
1287
1288end-sanitize-tic80
f28d34be
MH
1289Thu Jan 30 11:30:45 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1290
1291 * d10v-dis.c (print_operand): Change address printing
1292 to correctly handle PC wrapping. Fixes PR11490.
1293
c9f64902
JL
1294Wed Jan 29 09:39:17 1997 Jeffrey A Law (law@cygnus.com)
1295
1296 * mn10200-opc.c (mn10200_operands): Make 8 and 16 bit pc-relative
c654d69e 1297 branches relaxable.
c9f64902 1298
c4f19df2
ILT
1299Tue Jan 28 15:57:34 1997 Ian Lance Taylor <ian@cygnus.com>
1300
20d43018
ILT
1301 * mips-dis.c (print_insn_mips16): Set insn_info information.
1302 (print_mips16_insn_arg): Likewise.
1303
c4f19df2
ILT
1304 * mips-dis.c (print_insn_mips16): Better handling of an extend
1305 opcode followed by an instruction which can not be extended.
1306
071ad7f0
C
1307Fri Jan 24 12:08:21 1997 J.T. Conklin <jtc@cygnus.com>
1308
1309 * m68k-opc.c (m68k_opcodes): Changed operand specifier for the
1310 coldfire moveb instruction to not allow an address register as
1311 destination. Although the documentation does not indicate that
1312 this is invalid, experiments uncovered unexpected behavior.
1313 Added a comment explaining the situation. Thanks to Andreas
1314 Schwab for pointing this out to me.
1315
1eb54bb4
FF
1316start-sanitize-tic80
1317Wed Jan 22 20:13:51 1997 Fred Fish <fnf@cygnus.com>
1318
1319 * tic80-opc.c (tic80_opcodes): Expand comment to note that the
1320 entries are presorted so that entries with the same mnemonic are
1321 adjacent to each other in the table. Sort the entries for each
1322 instruction so that this is true.
1323
1324end-sanitize-tic80
84be8dcf
ILT
1325Mon Jan 20 12:48:57 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1326
1327 * m68k-dis.c: Include <libiberty.h>.
1328 (print_insn_m68k): Sort the opcode table on the most significant
1329 nibble of the opcode.
1330
8fdffbc4 1331start-sanitize-tic80
68c7761c
FF
1332Sat Jan 18 15:15:05 1997 Fred Fish <fnf@cygnus.com>
1333
1334 * tic80-dis.c (tic80_opcodes): Add "wrcr", "vmpy", "vrnd",
1335 "vsub", "vst", "xnor", and "xor" instructions.
1336 (V_a1): Renamed from V_a, msb of accumulator reg number.
1337 (V_a0): Add macro, lsb of accumulator reg number.
1338
8fdffbc4
FF
1339Fri Jan 17 18:24:31 1997 Fred Fish <fnf@cygnus.com>
1340
1341 * tic80-dis.c (print_insn_tic80): Broke excessively long
1342 function up into several smaller ones and arranged for
1343 the instruction printing function to be callable recursively
1344 to print vector instructions that have both a load and a
1345 math instruction packed into a single opcode.
1346 * tic80-opc.c (tic80_opcodes): Expand comment for vld opcode
1347 to explain why it comes after the other vector opcodes.
1348
1349end-sanitize-tic80
a3d4e445
C
1350Fri Jan 17 16:19:15 1997 J.T. Conklin <jtc@beauty.cygnus.com>
1351
1352 * m68k-opc.c (m68k_opcodes): add b, w, or l specifier to coldfire
1353 move insns to handle immediate operands.
1354
1355Thu Jan 17 16:19:00 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1356
c49bbc27
C
1357 * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
1358 fix operand mask in the "moveml" entries for the coldfire.
a3d4e445 1359
003df617 1360start-sanitize-tic80
c977d8fb
FF
1361Thu Jan 16 20:54:40 1997 Fred Fish <fnf@cygnus.com>
1362
1363 * tic80-opc.c (V_a, V_m, V_S, V_Z, V_p, OP_V, MASK_V):
1364 New macros for building vector instruction opcodes.
1365 (tic80_opcodes): Remove all uses of FMT_SI, FMT_REG, and
1366 FMT_LI, which were unused. The field is now a flags field.
1367 Remove some opcodes that are possible, but illegal, such
1368 as long immediate instructions with doubles for immediate
1369 values. Add "vadd" and "vld" instructions.
1370
5fdeceb4
FF
1371Wed Jan 15 18:59:51 1997 Fred Fish <fnf@cygnus.com>
1372
1373 * tic80-opc.c (tic80_operands): Reorder some table entries to make
1374 the order more logical. Move the shift alias instructions ("rotl",
1375 "shl", "ins", "rotr", "extu", "exts", "srl", and "sra" to be
1376 interspersed with the regular sr.x and sl.x instructions. Add
1377 and test new instruction opcodes for "sl", "sli", "sr", "sri", "st",
1378 "sub", "subu", "swcr", and "trap".
1379
1380Tue Jan 14 19:42:50 1997 Fred Fish <fnf@cygnus.com>
1381
1382 * tic80-opc.c (OFF_SS_PC): Renamed from OFF_SS.
1383 (OFF_SL_PC): Renamed from OFF_SL.
1384 (OFF_SS_BR): New operand type for base relative operand.
1385 (OFF_SL_BR): New operand type for base relative operand.
1386 (REG_BASE): New operand type for base register operand.
1387 (tic80_opcodes): Add and test "fmpy", "frndm", "frndn", "frndp",
1388 "frndz", "fsqrt", "fsub", "illop0", "illopF", "ins", "jsr",
1389 "ld", "ld.u", "lmo", "or", "rdcr", "rmo", "rotl", and "rotr"
1390 instructions.
1391 * tic80-dis.c (print_insn_tic80): Print opcode name with fixed width
1392 10 char field, padded with spaces on rhs, rather than a string
1393 followed by a tab. Use renamed TIC80_OPERAND_PCREL flag bit rather
1394 than old TIC80_OPERAND_RELATIVE. Add support for new
1395 TIC80_OPERAND_BASEREL flag bit.
1396
003df617
FF
1397Mon Jan 13 15:58:56 1997 Fred Fish <fnf@cygnus.com>
1398
1399 * tic80-dis.c (print_insn_tic80): Print floating point operands
1400 as floats.
1401 * tic80-opc.c (SPFI): Add single precision floating point
1402 immediate operand type.
1403 (ROTATE): Add rotate operand type for shifts.
1404 (ENDMASK): Add for shifts.
1405 (n): Macro for the 'n' bit.
1406 (i): Macro for the 'i' bit.
1407 (PD): Macro for the 'PD' field.
1408 (P2): Macro for the 'P2' field.
1409 (P1): Macro for the 'P1' field.
5fdeceb4 1410 (tic80_opcodes): Add entries for "exts", "extu", "fadd",
003df617
FF
1411 "fcmp", and "fdiv".
1412
1413end-sanitize-tic80
09171e3f
JL
1414Mon Jan 6 15:06:55 1997 Jeffrey A Law (law@cygnus.com)
1415
1416 * mn10200-dis.c (disassemble): Mask off unwanted bits after
1417 adding in current address for pc-relative operands.
1418
1f8c8c60 1419start-sanitize-tic80
50965d0e
FF
1420Mon Jan 6 10:56:25 1997 Fred Fish <fnf@cygnus.com>
1421
1422 * tic80-dis.c (R_SCALED): Add macro to test for ":s" modifier bit.
1423 (print_insn_tic80): If R_SCALED then print ":s" modifier for operand.
1424 * tic80-opc.c (REG0, REG22, REG27, SSOFF, LSOFF): Names
1425 changed to REG_0, REG_22, REG_DEST, OFF_SS, OFF_SL respectively.
1426 (SICR, LICR, REGM_SI, REGM_LI): Names changed to CR_SI, CR_LI,
1427 REG_BASE_M_SI, REG_BASE_M_LI respectively.
1428 (REG_SCALED, LSI_SCALED): New operand types.
1429 (E): New macro for 'E' bit at bit 27.
1430 (tic80_opcodes): Add and test dld, dld.u, dst, estop, and etrap
1431 opcodes, including the various size flavors (b,h,w,d) for
1432 the direct load and store instructions.
1433
937fe722
FF
1434Sun Jan 5 12:18:14 1997 Fred Fish <fnf@cygnus.com>
1435
1436 * tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
1437 in an instruction.
1438 * tic80-dis.c (print_insn_tic80): Change comma and paren handling.
1439 Use M_SI and M_LI macros to check for ":m" modifier for GPR operands.
1440 * tic80-opc.c (tic80_operands): Add REGM_SI and REGM_LI operands.
1441 (F, M_REG, M_LI, M_SI, SZ_REG, SZ_LI, SZ_SI, D, S): New bit-twiddlers.
1442 (MASK_LI_M, MASK_SI_M, MASK_REG_M): Remove and replace in opcode
1443 masks with "MASK_* & ~M_*" to get the M bit reset.
1444 (tic80_opcodes): Add bsr, bsr.a, cmnd, cmp, dcachec, and dcachef.
1445
1f8c8c60
FF
1446Sat Jan 4 19:05:05 1997 Fred Fish <fnf@cygnus.com>
1447
1448 * tic80-dis.c (print_insn_tic80): Print TIC80_OPERAND_RELATIVE
1449 correctly. Add support for printing TIC80_OPERAND_BITNUM and
1450 TIC80_OPERAND_CC, and TIC80_OPERAND_CR operands in symbolic
1451 form.
1452 * tic80-opc.c (tic80_operands): Add SSOFF, LSOFF, BITNUM,
1453 CC, SICR, and LICR table entries.
1454 (tic80_opcodes): Add and test "nop", "br", "bbo", "bbz",
1455 "bcnd", and "brcr" opcodes.
1456
1457end-sanitize-tic80
872dc6f0
FF
1458Fri Jan 3 18:32:11 1997 Fred Fish <fnf@cygnus.com>
1459
1460 * ppc-opc.c (powerpc_operands): Make comment match the
1461 actual fields (no shift field).
1462 * sparc-opc.c (sparc_opcodes): Document why this cannot be "const".
1463start-sanitize-tic80
1464 * tic80-dis.c (print_insn_tic80): Replace abort stub with a
1465 partial implementation, work in progress.
1466 * tic80-opc.c (tic80_operands): Begin construction operands table.
1467 (tic80_opcodes): Continue populating opcodes table and start
1468 filling in the operand indices.
1469 (tic80_num_opcodes): Add this.
1470end-sanitize-tic80
1471
a3ecb49f
ILT
1472Fri Jan 3 12:13:52 1997 Ian Lance Taylor <ian@cygnus.com>
1473
1474 * m68k-opc.c: Add #B case for moveq.
1475
bc830321
JL
1476Thu Jan 2 12:14:29 1997 Jeffrey A Law (law@cygnus.com)
1477
1478 * mn10300-dis.c (disassemble): Make sure all variables are initialized
1479 before they are used.
1480
160cca64
JL
1481Tue Dec 31 12:20:38 1996 Jeffrey A Law (law@cygnus.com)
1482
1483 * v850-opc.c (v850_opcodes): Put curly-braces around operands
1484 for "breakpoint" instruction.
1485
1a4752c6
ILT
1486Tue Dec 31 15:38:13 1996 Ian Lance Taylor <ian@cygnus.com>
1487
1488 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
1489 (dep): Use ALL_CFLAGS rather than CFLAGS.
1490
0068e79c
MM
1491Tue Dec 31 15:09:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1492
1493 * v850-opc.c (D8_{6,7}): Set V850_OPERAND_ADJUST_SHORT_MEMORY
1494 flag.
1495
39620b71
FF
1496Mon Dec 30 17:02:11 1996 Fred Fish <fnf@cygnus.com>
1497
1498 * Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency.
1499start-sanitize-tic80
1500 (tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in.
1501end-sanitize-tic80
1502
ea6c5620
ILT
1503Mon Dec 30 11:38:01 1996 Ian Lance Taylor <ian@cygnus.com>
1504
1505 * mips16-opc.c: Add "abs".
1506
6357e7f6 1507start-sanitize-tic80
a79d0193
FF
1508Sun Dec 29 10:58:22 1996 Fred Fish <fnf@cygnus.com>
1509
1510 * Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o.
1511 * disassemble.c (ARCH_tic80): Define if ARCH_all is defined.
1512 (disassembler): Add bfd_arch_tic80 support to set disassemble
1513 to print_insn_tic80.
1514 * tic80-dis.c (print_insn_tic80): Add stub.
1515
6357e7f6
FF
1516Fri Dec 27 22:30:57 1996 Fred Fish <fnf@cygnus.com>
1517
1518 * configure.in (arch in $selarchs): Add bfd_tic80_arch entry.
1519 * configure: Regenerate with autoconf.
1520 * tic80-dis.c: Add file.
1521 * tic80-opc.c: Add file.
1522
f204f752 1523end-sanitize-tic80
b5baebe4
MH
1524Fri Dec 20 14:30:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1525
1526 * d10v-opc.c (pre_defined_registers): Add cr[0-15], dpc, dpsw, link.
1527
d21f1eae
JL
1528Mon Dec 16 13:00:15 1996 Jeffrey A Law (law@cygnus.com)
1529
e098bae8
JL
1530 * mn10200-opc.c (mn10200_operands): Add SIMM16N.
1531 (mn10200_opcodes): Use it for some logicals and btst insns.
1532 Add "break" and "trap" instructions.
1533
374cb302
JL
1534 * mn10300-opc.c (mn10300_opcodes): Add "break" instruction.
1535
d21f1eae
JL
1536 * mn10200-opc.c: Add pseudo-ops for "mov (an),am" and "mov an,(am)".
1537
39e5bea2
ILT
1538Sat Dec 14 22:36:20 1996 Ian Lance Taylor <ian@cygnus.com>
1539
1540 * mips-dis.c (print_mips16_insn_arg): The base address of a PC
1541 relative load or add now depends upon whether the instruction is
1542 in a delay slot.
1543
532700fc
JL
1544Wed Dec 11 09:23:46 1996 Jeffrey A Law (law@cygnus.com)
1545
c6b62ad1
JL
1546 * mn10200-dis.c: Finish writing disassembler.
1547 * mn10200-opc.c (mn10200_opcodes): Fix mask for "mov imm8,dn".
1548 Fix mask for "jmp (an)".
1549
1550 * mn10300-dis.c (disassemble, print_insn_mn10300): Corrently
1551 handle endianness issues for mn10300.
1552
532700fc
JL
1553 * mn10200-opc.c (mn10200_opcodes): Fix operands for "movb dm,(an)".
1554
0888b4a3
JL
1555Tue Dec 10 12:08:05 1996 Jeffrey A Law (law@cygnus.com)
1556
7bfc95d9
JL
1557 * mn10200-opc.c (mn10200_opcodes): "mov imm8,d0" is a format 2
1558 instruction. Fix opcode field for "movb (imm24),dn".
1559
0888b4a3
JL
1560 * mn10200-opc.c (mn10200_operands): Fix insertion position
1561 for DI operand.
1562
781766e7
JL
1563Mon Dec 9 16:42:43 1996 Jeffrey A Law (law@cygnus.com)
1564
1565 * mn10200-opc.c: Create mn10200 opcode table.
1566 * mn10200-dis.c: Flesh out mn10200 disassembler. Not ready,
1567 but moving along nicely.
1568
b65415a4
PS
1569Sun Dec 8 04:28:31 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1570
1571 * Makefile.in (ALL_MACHINES): Add mips16-opc.o.
1572
6827a1c7
C
1573Fri Dec 6 16:47:40 1996 J.T. Conklin <jtc@rhino.cygnus.com>
1574
1575 * m68k-opc.c (m68k_opcodes): Revert change to use < and >
1576 specifiers for fmovem* instructions.
1577
4db788a6
JL
1578Fri Dec 6 14:48:09 1996 Jeffrey A Law (law@cygnus.com)
1579
1580 * mn10300-dis.c (disassemble): Remove '$' register prefixing.
1581
34212ec3
ILT
1582Fri Dec 6 17:34:39 1996 Ian Lance Taylor <ian@cygnus.com>
1583
1584 * mips16-opc.c: Change opcode for entry/exit to avoid conflicting
1585 with dsrl.
1586
83296990
JL
1587Fri Dec 6 14:48:09 1996 Jeffrey A Law (law@cygnus.com)
1588
1589 * mn10300-opc.c: Add some comments explaining the various
1590 operands and such.
1591
1592 * mn10300-dis.c (disassemble): Fix minor gcc -Wall warnings.
1593
e72d5a50
C
1594Thu Dec 5 12:09:48 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1595
1596 * m68k-dis.c (print_insn_arg): Handle new < and > operand
1597 specifiers.
1598
1599 * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
1600 operand specifiers in fmovm* instructions.
1601
70eb6bdd
ILT
1602Wed Dec 4 14:52:18 1996 Ian Lance Taylor <ian@cygnus.com>
1603
1604 * ppc-opc.c (insert_li): Give an error if the offset has the two
1605 least significant bits set.
1606
1607Wed Nov 27 13:09:01 1996 Ian Lance Taylor <ian@cygnus.com>
1608
1609 * mips-dis.c (print_insn_mips16): Separate the instruction from
1610 the arguments with a tab, not a space.
1611
23b01150
JL
1612Tue Nov 26 13:24:17 1996 Jeffrey A Law (law@cygnus.com)
1613
069279b3
JL
1614 * mn10300-dis.c (disasemble): Finish conversion to '$' as
1615 register prefix.
1616
23b01150
JL
1617 * mn10300-opc.c (mn10300_opcodes): Fix mask field for
1618 mov am,(imm32,sp).
1619
8d67dc30
ILT
1620Tue Nov 26 10:53:21 1996 Ian Lance Taylor <ian@cygnus.com>
1621
0e809bba
ILT
1622 * configure: Rebuild with autoconf 2.12.
1623
8d67dc30
ILT
1624 Add support for mips16 (16 bit MIPS implementation):
1625 * mips16-opc.c: New file.
1626 * mips-dis.c: Include "elf-bfd.h" and "elf/mips.h".
1627 (mips16_reg_names): New static array.
1628 (print_insn_big_mips): Use print_insn_mips16 in 16 bit mode or
1629 after seeing a 16 bit symbol.
1630 (print_insn_little_mips): Likewise.
1631 (print_insn_mips16): New static function.
1632 (print_mips16_insn_arg): New static function.
1633 * mips-opc.c: Add jalx instruction.
1634 * Makefile.in (mips16-opc.o): New target.
1635 * configure.in: Use mips16-opc.o for bfd_mips_arch.
1636 * configure: Rebuild.
1637
0dd19a8f
C
1638Mon Nov 25 16:15:17 1996 J.T. Conklin <jtc@cygnus.com>
1639
520e44a1
C
1640 * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
1641 operand specifiers in *save, *restore and movem* instructions.
1642
1643 * m68k-opc.c (m68k_opcodes): Fix move and movem instructions for
da34628a 1644 the coldfire.
1852237c 1645
520e44a1 1646 * m68k-opc.c (m68k_opcodes): The coldfire (mcf5200) can only use
09d205d1
C
1647 register operands for immediate arithmetic, not, neg, negx, and
1648 set according to condition instructions.
1649
1852237c
C
1650 * m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage
1651 specifier of the effective-address operand in immediate forms of
1652 arithmetic instructions. The specifier for the immediate operand
1653 notes how and where the constant will be stored.
1654
11cd057a
JL
1655Mon Nov 25 11:17:01 1996 Jeffrey A Law (law@cygnus.com)
1656
1852237c
C
1657 * mn10300-opc.c (mn10300_opcodes): Remove redundant "lcc"
1658 opcode.
1659
76783aa3
JL
1660 * mn10300-dis.c (disassemble): Use '$' instead of '%' for
1661 register prefix.
1662
11cd057a
JL
1663 * mn10300-dis.c (disassemble): Prefix registers with '%'.
1664
f497f3ae
JL
1665Wed Nov 20 10:37:13 1996 Jeffrey A Law (law@cygnus.com)
1666
f0e98103
JL
1667 * mn10300-dis.c (disassemble): Handle register lists.
1668
f0398190
JL
1669 * mn10300-opc.c: Fix handling of register list operand for
1670 "call", "ret", and "rets" instructions.
1671
aa9c04cd
JL
1672 * mn10300-dis.c (disassemble): Print PC-relative and memory
1673 addresses symbolically if possible.
1674 * mn10300-opc.c: Distinguish between absolute memory addresses,
1675 pc-relative offsets & random immediates.
1676
f497f3ae
JL
1677 * mn10300-dis.c (print_insn_mn10300): Fix fetch of last byte
1678 in 7 byte insns.
1679 (disassemble): Handle SPLIT and EXTENDED operands.
1680
99246e03
JL
1681Tue Nov 19 13:33:01 1996 Jeffrey A Law (law@cygnus.com)
1682
d91028d2
JL
1683 * mn10300-dis.c: Rough cut at printing some operands.
1684
4aa92185
JL
1685 * mn10300-dis.c: Start working on disassembler support.
1686 * mn10300-opc.c (mn10300_opcodes): Fix masks on several insns.
1687
99246e03
JL
1688 * mn10300-opc.c (mn10300_operands): Add "REGS" for a register
1689 list.
1690 (mn10300_opcodes): Use REGS for register list in "movm" instructions.
1691
b337f869
MM
1692Mon Nov 18 15:20:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1693
1694 * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
1695
54dfaf0a
JL
1696Fri Nov 15 13:43:19 1996 Jeffrey A Law (law@cygnus.com)
1697
1698 * mn10300-opc.c (mn10300_opcodes): Demand parens around
1699 register argument is calls and jmp instructions.
1700
1701Thu Nov 7 00:26:05 1996 Jeffrey A Law (law@cygnus.com)
1702
1703 * mn10300-opc.c (mn10300_opcodes): Use DN01 for putx and
1704 getx operand. Fix opcode for mulqu imm,dn.
1705
fdef41f3
JL
1706Wed Nov 6 13:42:32 1996 Jeffrey A Law (law@cygnus.com)
1707
26433754
JL
1708 * mn10300-opc.c (mn10300_operands): Hijack "bits" field
1709 in MN10300_OPERAND_SPLIT operands for how many bits
1710 appear in the basic insn word. Add IMM32_HIGH24,
1711 IMM32_HIGH24_LOWSHIFT8, IMM8E_SHIFT8.
1712 (mn10300_opcodes): Use new operands as needed.
1713
64ce0668
JL
1714 * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT8
1715 for bset, bclr, btst instructions.
1716 (mn10300_opcodes): Use new IMM32_LOWSHIFT8 as needed.
1717
fdef41f3
JL
1718 * mn10300-opc.c (mn10300_operands): Remove many redundant
1719 operands. Update opcode table as appropriate.
1720 (IMM32): Add MN10300_OPERAND_SPLIT flag.
1721 (mn10300_opcodes): Fix single bit error in mov imm32,dn insn.
1722
bb5e141a
JL
1723Tue Nov 5 13:26:58 1996 Jeffrey A Law (law@cygnus.com)
1724
1725 * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM2
1726 operands (for indexed load/stores). Fix bitpos for DI
1727 operand. Add SN8N_SHIFT8, IMM8_SHIFT8, and D16_SHIFT for the
1728 few instructions that insert immediates/displacements in the
1729 middle of the instruction. Add IMM8E for 8 bit immediate in
1730 the extended part of an instruction.
1731 (mn10300_operands): Use new opcodes as appropriate.
1732
73386165
MH
1733Tue Nov 5 10:30:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1734
1735 * d10v-opc.c (d10v_opcodes): Declare the trap instruction
1736 sequential so the assembler never parallelizes it with
1737 other instructions.
1738
e85c140a
JL
1739Mon Nov 4 12:50:40 1996 Jeffrey A Law (law@cygnus.com)
1740
1741 * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for
1742 a data/address register that appears in register field 0
1743 and register field 1.
1744 (mn10300_opcodes): Use DN01 and AN01 for mov/cmp imm8,DN/AN
1745
03e95623
ILT
1746Fri Nov 1 10:29:11 1996 Richard Henderson <rth@tamu.edu>
1747
1748 * alpha-dis.c (print_insn_alpha): Use new NOPAL mask for
1749 standard disassembly.
1750
1751 * alpha-opc.c (alpha_operands): Rearrange flags slot.
1752 (alpha_opcodes): Add new BWX, CIX, and MAX instructions.
1753 Recategorize PALcode instructions.
1754
7d2759fc
JL
1755Wed Oct 30 16:46:58 1996 Jeffrey A Law (law@cygnus.com)
1756
1757 * v850-opc.c (v850_opcodes): Add relaxing "jbr".
1758
b56c3d6c
ILT
1759Tue Oct 29 16:30:28 1996 Ian Lance Taylor <ian@cygnus.com>
1760
1761 * mips-dis.c (_print_insn_mips): Don't print a trailing tab if
1762 there are no operand types.
1763
244558e3
JL
1764Tue Oct 29 12:22:21 1996 Jeffrey A Law (law@cygnus.com)
1765
1766 * v850-opc.c (D9_RELAX): Renamed from D9, all references
1767 changed.
1768 (v850_operands): Make sure D22 immediately follows D9_RELAX.
1769
244558e3
JL
1770Fri Oct 25 12:12:53 1996 Ian Lance Taylor <ian@cygnus.com>
1771
1772 * i386-dis.c (print_insn_x86): Set info->bytes_per_line to 5.
1773
0f02ae6e
JL
1774Thu Oct 24 17:53:52 1996 Jeffrey A Law (law@cygnus.com)
1775
244558e3
JL
1776 * v850-opc.c (insert_d8_6): Fix operand insertion for sld.w
1777 and sst.w instructions.
1778
0f02ae6e
JL
1779 * v850-opc.c (v850_opcodes): Add "jCC" instructions (aliases for
1780 "bCC"instructions).
1781
4f6d7c2c
ILT
1782Thu Oct 24 17:21:20 1996 Ian Lance Taylor <ian@cygnus.com>
1783
1784 * mips-dis.c (_print_insn_mips): Use a tab between the instruction
1785 and the arguments.
1786
de145351
ILT
1787Tue Oct 22 23:32:56 1996 Ian Lance Taylor <ian@cygnus.com>
1788
1789 * ppc-opc.c (PPCPWR2): Define.
1790 (powerpc_opcodes): Use PPCPWR2 for fsqrt, rather than duplicating
1791 it.
1792
63dc694d
JL
1793Fri Oct 11 16:03:49 1996 Jeffrey A Law (law@cygnus.com)
1794
1795 * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode
1796 field for movhu instruction.
63dc694d
JL
1797
1798 * v850-dis.c (disassemble): For V850_OPERAND_SIGNED operands,
1799 cast value to "long" not "signed long" to keep hpux10
1800 compiler quiet.
63dc694d 1801
36b34aa4
JL
1802Thu Oct 10 10:25:58 1996 Jeffrey A Law (law@cygnus.com)
1803
02d4ad19
JL
1804 * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode field
1805 for mov (abs16),DN.
1806
ba8ed10c
JL
1807 * mn10300-opc.c (FMT*): Remove definitions.
1808
1e5ddd3b
JL
1809 * mn10300-opc.c (mn10300_opcodes): Fix destination register
1810 for shift-by-register opcodes.
1811
36b34aa4
JL
1812 * mn10300-opc.c (mn10300_operands): Break DN, DM, AN, AM
1813 into [AD][MN][01] for encoding the position of the register
1814 in the opcode.
1815
344d6417
JL
1816Wed Oct 9 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
1817
1818 * mn10300-opc.c (mn10300_opcodes): Add "extended" instructions,
1819 "putx", "getx", "mulq", "mulqu", "sat16", "sat24", "bsch".
1820
06b79658
JL
1821Tue Oct 8 11:55:35 1996 Jeffrey A Law (law@cygnus.com)
1822
db229054
JL
1823 * mn10300-opc.c (mn10300_operands): Remove "REGS" operand.
1824 Fix various typos. Add "PAREN" operand.
1825 (MEM, MEM2): Define.
1826 (mn10300_opcodes): Surround all memory addresses with "PAREN"
1827 operands. Fix several typos.
1828
06b79658
JL
1829 * mn10300-opc.c (mn10300_opcodes): Fix typos in yesterday's
1830 changes.
1831
5ab7bce6
JL
1832Mon Oct 7 16:48:45 1996 Jeffrey A Law (law@cygnus.com)
1833
1834 * mn10300-opc.c (FMT_XX): Renumber starting at one.
1835 (mn10300_operands): Rough cut. Enough to parse "mov" instructions
1836 at this time.
1837 (mn10300_opcodes): Break opcode format out into its own field.
1838 Update many operand fields to deal with signed vs unsigned
1839 issues. Fix one or two typos in the "mov" instruction
1840 opcode, mask and/or operand fields.
1841
6ba7ecd4
ILT
1842Mon Oct 7 11:39:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1843
1844 * m68k-opc.c (plusha): Prefer encoding for m68040up, in case
1845 m68851 wasn't reset.
1846
6c9370db
ILT
1847Thu Oct 3 17:17:02 1996 Ian Lance Taylor <ian@cygnus.com>
1848
99777c0b
JL
1849 * mn10300-opc.c (mn10300_opcodes): Add opcode & masks for
1850 all opcodes. Very rough cut at operands for all opcodes.
1851
cd8a9026
JL
1852 * mn10300-opc.c (mn10300_opcodes): Start fleshing out the
1853 opcode table.
6c9370db 1854
ae1b99e4
JL
1855Thu Oct 3 10:06:07 1996 Jeffrey A Law (law@cygnus.com)
1856
1857 * mn10200-opc.c, mn10300-opc.c: New files.
1858 * mn10200-dis.c, mn10300-dis.c: New files.
1859 * mn10x00-opc.c, mn10x00-dis.c: Deleted.
1860 * disassemble.c: Break mn10x00 support into 10200 and 10300
1861 support.
1862 * configure.in: Likewise.
1863 * configure: Rebuilt.
1864
42b4add9
JM
1865Thu Oct 3 15:59:12 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1866
1867 * Makefile.in (MOSTLYCLEAN): Move config.log to distclean.
1868
e7c50cef
JL
1869Wed Oct 2 23:28:42 1996 Jeffrey A Law (law@cygnus.com)
1870
1871 * mn10x00-opc.c, mn10x00-dis.c: New files for Matsushita
1872 MN10x00 processors.
1873 * disassemble (ARCH_mn10x00): Define.
1874 (disassembler): Handle bfd_arch_mn10x00.
1875 * configure.in: Recognize bfd_mn10x00_arch.
1876 * configure: Rebuilt.
1877
a5cb84dd
ILT
1878Tue Oct 1 10:49:11 1996 Ian Lance Taylor <ian@cygnus.com>
1879
1880 * i386-dis.c (op_rtn): Change to be a pointer. Adjust uses
1881 accordingly. Don't declare functions using op_rtn.
1882
a5cb84dd
ILT
1883Fri Sep 27 18:28:59 1996 Stu Grossman (grossman@critters.cygnus.com)
1884
1885 * v850-dis.c (disassemble): Add memaddr argument. Re-arrange
1886 params to be more standard.
1887 * (disassemble): Print absolute addresses and symbolic names for
1888 branch and jump targets.
1889 * v850-opc.c (v850_operand): Add displacement flag to 9 and 22
1890 bit operands.
1891 * (v850_opcodes): Add breakpoint insn.
1892
a5cb84dd
ILT
1893Mon Sep 23 12:32:26 1996 Ian Lance Taylor <ian@cygnus.com>
1894
1895 * m68k-opc.c: Move the fmovemx data register cases before the
1896 other cases, so that they get recognized before the data register
1897 does gets treated as a degenerate register list.
1898
800bda83
ILT
1899Tue Sep 17 12:06:51 1996 Ian Lance Taylor <ian@cygnus.com>
1900
1901 * mips-opc.c: Add a case for "div" and "divu" with two registers
1902 and a destination of $0.
1903
d7deed25
FF
1904Tue Sep 10 16:12:39 1996 Fred Fish <fnf@rtl.cygnus.com>
1905
1906 * mips-dis.c (print_insn_arg): Add prototype.
1907 (_print_insn_mips): Ditto.
1908
30b1724c
ILT
1909Mon Sep 9 14:26:26 1996 Ian Lance Taylor <ian@cygnus.com>
1910
1911 * mips-dis.c (print_insn_arg): Print condition code registers as
1912 $fccN.
1913
1914Tue Sep 3 12:09:46 1996 Doug Evans <dje@canuck.cygnus.com>
1915
1916 * sparc-opc.c (sparc_opcodes): Add setuw, setsw, setx.
1917
eb5c28e1
JL
1918Tue Sep 3 12:05:25 1996 Jeffrey A Law (law@cygnus.com)
1919
1920 * v850-dis.c (disassemble): Make static. Provide prototype.
1921
1922Sun Sep 1 22:30:40 1996 Jeffrey A Law (law@cygnus.com)
1923
1924 * v850-opc.c (insert_d9, insert_d22): Fix boundary case
1925 in range checks.
1926
574b9cb3
JL
1927Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com)
1928
09478dc3
JL
1929 * v850-dis.c (disassemble): Handle insertion of ',', '[' and
1930 ']' characters into the output stream.
1931 * v850-opc.c (v850_opcodes: Remove size field from all opcodes.
1932 Add "memop" field to all opcodes (for the disassembler).
1933 Reorder opcodes so that "nop" comes before "mov" and "jr"
1934 comes before "jarl".
1935
1936 * v850-dis.c (print_insn_v850): Fix typo in last change.
1937
e05cae19
JL
1938 * v850-dis.c (print_insn_v850): Properly handle disassembling
1939 a two byte insn at the end of a memory region when the memory
1940 region's size is only two byte aligned.
1941
a5f2a4e5
JL
1942 * v850-dis.c (v850_cc_names): Fix stupid thinkos.
1943
502535cf
JL
1944 * v850-dis.c (v850_reg_names): Define.
1945 (v850_sreg_names, v850_cc_names): Likewise.
1946 (disassemble): Very rough cut at printing operands (unformatted).
1947
1948 * v850-opc.c (BOP_MASK): Fix.
1949 (v850_opcodes): Fix mask for jarl and jr.
1950
ba39d3dd 1951 * v850-dis.c: New file. Skeleton for disassembler support.
3e906c08 1952 * Makefile.in Remove v850 references, they're not needed here.
ba39d3dd
JL
1953 * configure.in: Add v850-dis.o when building v850 toolchains.
1954 * configure: Rebuilt.
1955 * disassemble.c (disassembler): Call v850 disassembler.
1956
b2194164
JL
1957 * v850-opc.c (insert_d8_7, extract_d8_7): New functions.
1958 (insert_d8_6, extract_d8_6): New functions.
1959 (v850_operands): Rename D7S to D7; operand for D7 is unsigned.
1960 Rename D8 to D8_7, use {insert,extract}_d8_7 routines.
1961 Add D8_6.
1962 (IF4A, IF4B): Use "D7" instead of "D7S".
1963 (IF4C, IF4D): Use "D8_7" instead of "D8".
1964 (IF4E, IF4F): New. Use "D8_6".
1965 (v850_opcodes): Use IF4A/IF4B for sld.b/sst.b. Use IF4C/IF4D for
1966 sld.h/sst.h. Use IF4E/IF4F for sld.w/sst.w.
1967
c6b9c135
JL
1968 * v850-opc.c (insert_d16_15, extract_d16_15): New functions.
1969 (v850_operands): Change D16 to D16_15, use special insert/extract
1970 routines. New new D16 that uses the generic insert/extract code.
1971 (IF7A, IF7B): Use D16_15.
1972 (IF7C, IF7D): New. Use D16.
1973 (v850_opcodes): Use IF7C and IF7D for ld.b and st.b.
1974
fb8c25a3
JL
1975 * v850-opc.c (insert_d9, insert_d22): Slightly improve error
1976 message. Issue an error if the branch offset is odd.
1977
69ae4b82
JL
1978 * v850-opc.c: Add notes about needing special insert/extract
1979 for all the load/store insns, except "ld.b" and "st.b".
1980
574b9cb3
JL
1981 * v850-opc.c (insert_d22, extract_d22): New functions.
1982 (v850_operands): Use insert_d22 and extract_d22 for
1983 D22 operands.
1984 (insert_d9): Fix range check.
1985
d44b697b
C
1986Fri Aug 30 18:01:02 1996 J.T. Conklin <jtc@hippo.cygnus.com>
1987
1988 * v850-opc.c (v850_operands): Add V850_OPERAND_SIGNED flag
1989 and set bits field to D9 and D22 operands.
1990
e7f3e5fb
JL
1991Thu Aug 29 11:10:46 1996 Jeffrey A Law (law@cygnus.com)
1992
e9ebb364
JL
1993 * v850-opc.c (v850_operands): Define SR2 operand.
1994 (v850_opcodes): "ldsr" uses R1,SR2.
1995
e7f3e5fb
JL
1996 * v850-opc.c (v850_opcodes): Fix opcode specs for
1997 sld.w, sst.b, sst.h, sst.w, and nop.
1998
e7dd7775
JL
1999Wed Aug 28 15:55:43 1996 Jeffrey A Law (law@cygnus.com)
2000
2001 * v850-opc.c (v850_opcodes): Add null opcode to mark the
2002 end of the opcode table.
2003
e7dd7775
JL
2004Mon Aug 26 13:35:53 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2005
2006 * d10v-opc.c (pre_defined_registers): Added register pairs,
2007 "r0-r1", "r2-r3", etc.
2008
cc6e50b5
JL
2009Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
2010
e7dd7775
JL
2011 * v850-opc.c (v850_operands): Make I16 be a signed operand.
2012 Create I16U for an unsigned 16bit mmediate operand.
2013 (v850_opcodes): Use I16U for "ori", "andi" and "xori".
2014
d3edb57f
JL
2015 * v850-opc.c (v850_operands): Define EP operand.
2016 (IF4A, IF4B, IF4C, IF4D): Use EP.
2017
18c97701
JL
2018 * v850-opc.c (v850_opcodes): Fix opcode numbers for "mov"
2019 with immediate operand, "movhi". Tweak "ldsr".
2020
fb6da868
JL
2021 * v850-opc.c (v850_opcodes): Get ld.[bhw] and st.[bhw]
2022 correct. Get sld.[bhw] and sst.[bhw] closer.
2023
38c7a450
JL
2024 * v850-opc.c (v850_operands): "not" is a two byte insn
2025
6c1fc4d3
JL
2026 * v850-opc.c (v850_opcodes): Correct bit pattern for setf.
2027
9ab069ea
JL
2028 * v850-opc.c (v850_operands): D16 inserts at offset 16!
2029
b1e897a9
JL
2030 * v850-opc.c (two): Get order of words correct.
2031
9ad8ddf1
JL
2032 * v850-opc.c (v850_operands): I16 inserts at offset 16!
2033
e41c99bd
JL
2034 * v850-opc.c (v850_operands): Add "SR1" and "SR2" for system
2035 register source and destination operands.
2036 (v850_opcodes): Use SR1 and SR2 for "ldsr" and "stsr".
2037
c262d7d8
JL
2038 * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. Fix
2039 same thinko in "trap" opcode.
85b52013 2040
280d40df
JL
2041 * v850-opc.c (v850_opcodes): Add initializer for size field
2042 on all opcodes.
2043
4be84c49
JL
2044 * v850-opc.c (v850_operands): D6 -> DS7. References changed.
2045 Add D8 for 8-bit unsigned field in short load/store insns.
2046 (IF4A, IF4D): These both need two registers.
2047 (IF4C, IF4D): Define. Use 8-bit unsigned field.
2048 (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
2049 IF4C & IF4D. For "trap" use I5U, not I5. Add IF1 operand
2050 for "ldsr" and "stsr".
2051 * v850-opc.c (v850_operands): 3-bit immediate for bit insns
3c72ab70
JL
2052 is unsigned.
2053
cc6e50b5
JL
2054 * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
2055 short store word (sst.w).
2056
69463cbb
C
2057Thu Aug 22 16:57:27 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2058
2059 * v850-opc.c (v850_operands): Added insert and extract fields,
2060 pointers to functions that handle unusual operand encodings.
2061
0bdf3144
JL
2062Thu Aug 22 01:05:24 1996 Jeffrey A Law (law@cygnus.com)
2063
9c201b1f
JL
2064 * v850-opc.c (v850_opcodes): Enable "trap".
2065
0bdf3144
JL
2066 * v850-opc.c (v850_opcodes): Fix order of displacement
2067 and register for "set1", "clr1", "not1", and "tst1".
2068
b10e29f4
JL
2069Wed Aug 21 18:46:26 1996 Jeffrey A Law (law@cygnus.com)
2070
7c8157dd
JL
2071 * v850-opc.c (v850_operands): Add "B3" support.
2072 (v850_opcodes): Fix and enable "set1", "clr1", "not1"
2073 and "tst1".
2074
2075 * v850-opc.c (v850_opcodes): "jmp" has only an R1 operand.
fed1d21f 2076
b10e29f4
JL
2077 * v850-opc.c: Close unterminated comment.
2078
6bc33c7f
C
2079Wed Aug 21 17:31:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2080
69463cbb
C
2081 * v850-opc.c (v850_operands): Add flags field.
2082 (v850_opcodes): add move opcodes.
6bc33c7f 2083
6d1e1ee8
C
2084Tue Aug 20 14:41:03 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2085
2086 * Makefile.in (ALL_MACHINES): Add v850-opc.o.
2087 * configure: (bfd_v850v_arch) Add new case.
2088 * configure.in: (bfd_v850_arch) Add new case.
2089 * v850-opc.c: New file.
2090
5751b0d7
DE
2091Mon Aug 19 15:21:38 1996 Doug Evans <dje@canuck.cygnus.com>
2092
2093 * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
2094
5751b0d7
DE
2095Thu Aug 15 13:14:43 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2096
2097 * d10v-opc.c: Add additional information to the opcode
2098 table to help determinine which instructions can be done
2099 in parallel.
2100
a952ea1c
SS
2101Thu Aug 15 13:11:13 1996 Stan Shebs <shebs@andros.cygnus.com>
2102
2103 * mpw-make.sed: Update editing of include pathnames to be
2104 more general.
2105
2106Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
2107
2108 * arm-opc.h: Added "bx" instruction definition.
2109
375d76ef
ILT
2110Wed Aug 14 17:00:04 1996 Richard Henderson <rth@tamu.edu>
2111
2112 * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
2113
ed36b6cd
MH
2114Mon Aug 12 14:30:37 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2115
2116 * d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.
2117
cff827d7
MH
2118Fri Aug 9 13:21:59 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2119
2120 * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
2121
0f38eaa0
ILT
2122Thu Aug 8 12:43:52 1996 Klaus Kaempf <kkaempf@progis.de>
2123
2124 * makefile.vms: Update for alpha-opc changes.
2125
484c4645
ILT
2126Wed Aug 7 11:55:10 1996 Ian Lance Taylor <ian@cygnus.com>
2127
2128 * i386-dis.c (print_insn_i386): Actually return the correct value.
2129 (ONE, OP_ONE): #ifdef out; not used.
2130
c5e1996f
MH
2131Fri Aug 2 17:47:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2132
cff827d7 2133 * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
c5e1996f
MH
2134 Changed subi operand type to treat 0 as 16.
2135
82e8213e
ILT
2136Wed Jul 31 16:21:41 1996 Ian Lance Taylor <ian@cygnus.com>
2137
2138 * m68k-opc.c: Add cpushl for the mcf5200. From Ken Rose
2139 <rose@netcom.com>.
2140
50569dee
JSC
2141Wed Jul 31 14:39:27 1996 James G. Smith <jsmith@cygnus.co.uk>
2142
2143 * arm-opc.h: (arm_opcodes): Added halfword and sign-extension
2144 memory transfer instructions. Add new format string entries %h and %s.
2145 * arm-dis.c: (print_insn_arm): Provide decoding of the new
2146 formats %h and %s.
2147
3dd5a8d3
MH
2148Fri Jul 26 11:45:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2149
2150 * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
2151 (d10v_opcodes): Modified accumulator shift instructions to use UNUM4S.
2152
239ce44d
ILT
2153Fri Jul 26 14:01:43 1996 Ian Lance Taylor <ian@cygnus.com>
2154
2155 * alpha-dis.c (print_insn_alpha_osf): Remove.
2156 (print_insn_alpha_vms): Remove.
2157 (print_insn_alpha): Make globally visible. Chose the register
2158 names based on info->flavour.
2159 * disassemble.c: Always return print_insn_alpha for the alpha.
2160
ab0a2294
MH
2161Thu Jul 25 15:24:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2162
2163 * d10v-dis.c (dis_long): Handle unknown opcodes.
2164
0be71562
MH
2165Thu Jul 25 12:08:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2166
2167 * d10v-opc.c: Changes to support signed and unsigned numbers.
2168 All instructions with the same name that have long and short forms
2169 now end in ".l" or ".s". Divs added.
2170 * d10v-dis.c: Changes to support signed and unsigned numbers.
2171
687c3cc8
MH
2172Tue Jul 23 11:02:53 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2173
2174 * d10v-dis.c: Change all functions to use info->print_address_func.
2175
354447a4
ILT
2176Mon Jul 22 15:38:53 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2177
2178 * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
2179 move ccr/sr insns more strict so that the disassembler only
2180 selects them when the addressing mode is data register.
2181
95e3e733
MH
2182Mon Jul 22 11:25:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2183 * d10v-opc.c (pre_defined_registers): Declare.
2184 * d10v-dis.c (print_operand): Now uses pre_defined_registers
2185 to pick a better name for the registers.
354447a4 2186
e4024966
ILT
2187Mon Jul 22 13:47:23 1996 Ian Lance Taylor <ian@cygnus.com>
2188
2189 * sparc-opc.c: Fix opcode values for fpack16, and fpackfix. Fix
2190 operands for fexpand and fpmerge. From Christian Kuehnke
2191 <Christian.Kuehnke@arbi.informatik.uni-oldenburg.de>.
2192
e7bc7bc3
ILT
2193Mon Jul 22 13:17:06 1996 Richard Henderson <rth@tamu.edu>
2194
2195 * alpha-dis.c (print_insn_alpha): No longer the user-visible
2196 print routine. Take new regnames and cpumask arguments.
2197 Kill the environment variable nonsense.
2198 (print_insn_alpha_osf): New function. Do OSF/1 style regnames.
2199 (print_insn_alpha_vms): New function. Do VMS style regnames.
2200 * disassemble.c (disassembler): Test bfd flavour to pick
2201 between OSF and VMS routines. Default to OSF.
2202
8ec90465
ILT
2203Thu Jul 18 17:19:34 1996 Ian Lance Taylor <ian@cygnus.com>
2204
2205 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
2206 * configure: Rebuild.
2207 * Makefile.in (install): Use @INSTALL_SHLIB@.
2208
c6c7035c 2209Wed Jul 17 14:39:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
e3659cbf
MH
2210
2211 * configure: (bfd_d10v_arch) Add new case.
2212 * configure.in: (bfd_d10v_arch) Add new case.
2213 * d10v-dis.c: New file.
2214 * d10v-opc.c: New file.
2215 * disassemble.c (disassembler) Add entry for d10v.
e4024966 2216
dec678d6
C
2217Wed Jul 17 10:12:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2218
2219 * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
2220 to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
2221
9498be1a
SG
2222Mon Jul 15 16:59:55 1996 Stu Grossman (grossman@critters.cygnus.com)
2223
2224 * i386-dis.c: Get rid of print_insn_i8086. Use info.mach to
2225 distinguish between variants of the instruction set.
2226 * sparc-dis.c: Get rid of print_insn_sparclite. Use info.mach to
2227 distinguish between variants of the instruction set.
2228
be0c8b05
SG
2229Fri Jul 12 10:12:01 1996 Stu Grossman (grossman@critters.cygnus.com)
2230
2231 * i386-dis.c (print_insn_i8086): New routine to disassemble using
2232 the 8086 instruction set.
2233 * i386-dis.c: General cleanups. Make most things static. Add
2234 prototypes. Get rid of static variables aflags and dflags. Pass
2235 them as args (to almost everything).
2236
0decb7fd 2237Thu Jul 11 11:58:44 1996 Jeffrey A Law (law@cygnus.com)
52aa5336 2238
3b2a7894
JL
2239 * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
2240
8e9c1f74
JL
2241 * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
2242
52aa5336
JL
2243 * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
2244 if the next arg is marked with SRC_IN_DST. Gross.
2245
b3ef936e
JL
2246 * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
2247 we're looking for and find EXR.
2248
81fc72a7
JL
2249 * h8300-dis.c (bfd_h8_disassemble): We don't have a match
2250 if we're looking for KBIT and we don't find it.
0decb7fd 2251
bf0b880f
JL
2252 * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
2253 for L_3 and L_2.
2254
0decb7fd
JL
2255 * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
2256 3bit immediate operands.
2257
16954037 2258Tue Jul 9 10:55:20 1996 Ian Lance Taylor <ian@cygnus.com>
972b1bb0 2259
25b344a4
JL
2260 * Released binutils 2.7.
2261
16954037
ILT
2262 * alpha-opc.c: Add new case of "mov". From Klaus Kaempf
2263 <kkaempf@progis.ac-net.de>.
2264
2265Thu Jul 4 11:42:51 1996 Ian Lance Taylor <ian@cygnus.com>
2266
972b1bb0
ILT
2267 * alpha-opc.c: Correct second case of "mov" to use OPRL.
2268
eb2c8518
SG
2269Wed Jul 3 16:03:47 1996 Stu Grossman (grossman@critters.cygnus.com)
2270
2271 * sparc-dis.c (print_insn_sparclite): New routine to print
2272 sparclite instructions.
2273
9070eaff
C
2274Wed Jul 3 14:21:18 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2275
2276 * m68k-opc.c (m68k_opcodes): Add coldfire support.
2277
b1dd184e
DE
2278Fri Jun 28 15:53:51 1996 Doug Evans <dje@canuck.cygnus.com>
2279
2280 * sparc-opc.c (asi_table): Add #ASI_N, #ASI_N_L, #ASI_NUCLEUS,
2281 #ASI_NUCLEUS_LITTLE. Rename #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_L
2282 to #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
2283
2f70f660
JM
2284Tue Jun 25 22:58:31 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2285
2286 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
2287 Use autoconf-set values.
2288 (docdir, oldincludedir): Removed.
2289 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2290
2291Fri Jun 21 13:53:36 1996 Richard Henderson <rth@tamu.edu>
2292
2293 * alpha-opc.c: New file.
2294 * alpha-opc.h: Remove.
2295 * alpha-dis.c: Complete rewrite to use new opcode table.
2296 * configure.in: For bfd_alpha_arch, use alpha-opc.o.
2297 * configure: Rebuild with autoconf 2.10.
2298 * Makefile.in (ALL_MACHINES): Add alpha-opc.o.
2299 (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not
2300 alpha-opc.h.
2301 (alpha-opc.o): New target.
2302
c635473f
ILT
2303Wed Jun 19 15:55:12 1996 Ian Lance Taylor <ian@cygnus.com>
2304
4264a46e
ILT
2305 * sparc-dis.c (print_insn_sparc): Remove unused local variable i.
2306 Set imm_added_to_rs1 even if the source and destination register
2307 are not the same.
2308
c635473f
ILT
2309 * sparc-opc.c: Add some two operand forms of the wr instruction.
2310
cc973817
JL
2311Tue Jun 18 15:58:27 1996 Jeffrey A. Law <law@rtl.cygnus.com>
2312
2313 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argument
2314 to just "mode".
2315
cc973817
JL
2316 * disassemble.c (disassembler): Handle H8/S.
2317 * h8300-dis.c (print_insn_h8300s): New function for H8/S.
25b344a4 2318
1b5dbf74
ILT
2319Tue Jun 18 18:06:50 1996 Ian Lance Taylor <ian@cygnus.com>
2320
c635473f
ILT
2321 * sparc-opc.c: Add beq/teq as aliases for be/te.
2322
1b5dbf74
ILT
2323 * ppc-opc.c: Fix fcmpo opcode. From Sergei Steshenko
2324 <sergei@msil.sps.mot.com>.
2325
03496c49
ILT
2326Tue Jun 18 15:08:54 1996 Klaus Kaempf <kkaempf@progis.de>
2327
2328 * makefile.vms: New file.
2329
2330 * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
2331
2332Mon Jun 10 18:50:38 1996 Ian Lance Taylor <ian@cygnus.com>
2333
2334 * h8300-dis.c (bfd_h8_disassemble): Always print ABS8MEM with :8,
2335 regardless of plen.
2336
2337Tue Jun 4 09:15:53 1996 Doug Evans <dje@canuck.cygnus.com>
2338
2339 * i386-dis.c (OP_OFF): Call append_prefix.
2340
366323cf
MM
2341Thu May 23 15:18:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2342
2343 * ppc-opc.c (instruction encoding macros): Add explicit casts to
2344 unsigned long to silence a warning from the Solaris PowerPC
2345 compiler.
2346
2347Thu Apr 25 19:33:32 1996 Doug Evans <dje@canuck.cygnus.com>
2348
2349 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.
2350
2351Mon Apr 22 17:12:35 1996 Doug Evans <dje@blues.cygnus.com>
2352
2353 * sparc-dis.c (X_IMM,X_SIMM): New macros.
2354 (X_IMM13): Delete.
2355 (print_insn_sparc): Merge cases i,I,j together. New cases X,Y.
2356 * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants,
2357 Y for 6 bit shift constants. Rewrite entries for crdcxt, cwrcxt,
2358 cpush, cpusha, cpull sparclet insns.
2359
ec680fc5
DE
2360Wed Apr 17 14:20:22 1996 Doug Evans <dje@canuck.cygnus.com>
2361
366323cf 2362 * sparc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
ec680fc5 2363
1dd37c48
ILT
2364Thu Apr 11 17:30:02 1996 Ian Lance Taylor <ian@cygnus.com>
2365
2366 * sparc-opc.c: Set F_FBR on floating point branch instructions.
2367 Set F_FLOAT on other floating point instructions.
2368
95bc20ec
MM
2369Mon Apr 8 17:02:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2370
2371 * ppc-opc.c (PPC860): Macro for 860/821 specific instructions and
2372 registers.
2373 (powerpc_opcodes): Add 860/821 specific SPRs.
2374
639b5a09
ILT
2375Mon Apr 8 14:00:44 1996 Ian Lance Taylor <ian@cygnus.com>
2376
2377 * configure.in: Permit --enable-shared to specify a list of
57117785 2378 directories. Set and substitute BFD_PICLIST.
639b5a09 2379 * configure: Rebuild.
57117785
ILT
2380 * Makefile.in (BFD_PICLIST): Rename from BFD_LIST. Change all
2381 uses. Set to @BFD_PICLIST@.
639b5a09 2382
d2f6ce6a
JL
2383Fri Apr 5 17:12:27 1996 Jeffrey A Law (law@cygnus.com)
2384
2385 * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates,
2386 not "abs", which may be needed for the absolute in something
2387 like btst #0,@10:8. Print L_3 immediates separately from other
2388 immediates. Change ABSMOV reference to ABS8MEM.
2389
d302b5f2
DE
2390Wed Apr 3 10:40:45 1996 Doug Evans <dje@canuck.cygnus.com>
2391
2392 * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.
2393 (current_arch_mask): New static global.
2394 (compute_arch_mask): New static function.
2395 (print_insn_sparc): Delete sparc_v9_p. New static local
2396 current_mach. Resort opcode table if current_mach changes.
2397 Generalize "insn not supported" test.
2398 (compare_opcodes): Prefer supported opcodes to nonsupported ones.
2399 Delete test for v9/!v9.
2400 * sparc-opc.c (MASK_*): Use SPARC_OPCODE_ARCH_MASK.
2401 (v6notlet): Define.
2402 (brfc): Split into CBR and FBR for coprocessor/fp branches.
2403 (brfcx): Renamed to FBRX.
2404 (condfc): Renamed to CONDFC. Pass v6notlet to CBR (standard
2405 coprocessor mnemonics are not supported on the sparclet).
2406 (condf): Renamed to CONDF.
2407 (SLCBCC2): Delete F_ALIAS flag.
2408
03481f0e
DE
2409Sat Mar 30 21:45:59 1996 Doug Evans <dje@canuck.cygnus.com>
2410
2411 * sparc-opc.c (sparc_opcodes): rd must be 0 for
2412 mov foo,{%y,%psr,%wim,%tbr}. Support mov foo,%asrX.
2413
c8303271
ILT
2414Fri Mar 29 13:02:40 1996 Ian Lance Taylor <ian@cygnus.com>
2415
2416 * Makefile.in (config.status): Depend upon BFD VERSION file, so
2417 that the shared library version number is set correctly.
2418
7919b9ec
ILT
2419Tue Mar 26 15:47:14 1996 Ian Lance Taylor <ian@cygnus.com>
2420
2421 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
2422 Miles Bader <miles@gnu.ai.mit.edu>.
2423 * configure: Rebuild.
2424
2425Sat Mar 16 13:04:07 1996 Fred Fish <fnf@cygnus.com>
2426
2427 * z8kgen.c (internal, gas): Call xmalloc rather than unchecked
2428 malloc.
2429
ea2488ad
ILT
2430Tue Mar 12 12:14:10 1996 Ian Lance Taylor <ian@cygnus.com>
2431
2432 * configure: Rebuild with autoconf 2.8.
2433
2434Thu Mar 7 15:11:10 1996 Doug Evans <dje@charmed.cygnus.com>
2435
2436 * sparc-dis.c (print_insn_sparc): Handle 'O' operand char like 'r'.
2437 * sparc-opc.c (sparc_opcodes): Use 'O' operand char for `neg reg'.
2438
8f218e05
ILT
2439Tue Mar 5 15:51:57 1996 Ian Lance Taylor <ian@cygnus.com>
2440
2441 * configure.in: Don't set SHLIB or SHLINK to an empty string,
2442 since they appear as targets in Makefile.in.
2443 * configure: Rebuild.
2444
c8f388e7
SS
2445Mon Feb 26 13:03:40 1996 Stan Shebs <shebs@andros.cygnus.com>
2446
2447 * mpw-make.sed: Edit out shared library support bits.
2448
38399547
DE
2449Tue Feb 20 20:48:28 1996 Doug Evans <dje@charmed.cygnus.com>
2450
2451 * sparc-opc.c (v8,v6notv9): Add MASK_SPARCLET.
2452 (sparc_opcode_archs): Add MASK_V8 to sparclet entry.
2453 (sparc_opcodes): Add sparclet insns.
2454 (sparclet_cpreg_table): New static local.
2455 (sparc_{encode,decode}_sparclet_cpreg): New functions.
2456 * sparc-dis.c (print_insn_sparc): Handle sparclet cpregs.
2457
2458Tue Feb 20 11:02:44 1996 Alan Modra <alan@mullet.Levels.UniSA.Edu.Au>
2459
2460 * i386-dis.c (index16): New static variable.
2461 (putop): Print jecxz for 32 bit case, jcxz for 16 bit, not the
2462 other way around.
2463 (OP_indirE): Return result of OP_E.
2464 (OP_E): Check for 16 bit addressing mode, and disassemble
2465 correctly. Optimised 32 bit case a little. Don't print
2466 "(base,index,scale)" when sib specifies only an offset.
2467
a9c5cc53
ILT
2468Mon Feb 19 12:32:17 1996 Ian Lance Taylor <ian@cygnus.com>
2469
2470 * configure.in: Set and substitute SHLIB_DEP.
2471 * configure: Rebuild.
2472 * Makefile.in (SHLIB_DEP): New variable.
2473 (LIBIBERTY_LISTS, BFD_LIST): New variables.
2474 (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If
2475 COMMON_SHLIB, add them to piclist with appropriate modifications.
2476 ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB
2477 here: just use piclist.
2478
b62e64e9
DE
2479Mon Feb 19 02:03:50 1996 Doug Evans <dje@charmed.cygnus.com>
2480
2481 * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.
2482 (print_insn_sparc): Rewrite v9/not-v9 tests.
2483 (compare_opcodes): Likewise.
2484 * sparc-opc.c (MASK_<ARCH>): Define.
2485 (v6,v7,v8,sparclite,v9,v9a): Redefine.
2486 (sparclet,v6notv9): Define.
2487 (sparc_opcode_archs): Delete member `conflicts'. Add `supported'.
2488 (sparc_opcodes): Delete F_NOTV9, use v6notv9 instead.
2489
6d76c71f
ILT
2490Thu Feb 15 14:45:05 1996 Ian Lance Taylor <ian@cygnus.com>
2491
46bcd2ec
ILT
2492 * configure.in: Call AC_PROG_CC before configure.host.
2493 * configure: Rebuild.
2494
6d76c71f
ILT
2495 * Makefile.in (SONAME): Remove leading ../bfd/ from $(SHLIB).
2496
03db5a93
ILT
2497Wed Feb 14 19:01:27 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
2498
2499 * i386-dis.c (onebyte_has_modrm): New static array.
2500 (twobyte_has_modrm): New static array.
2501 (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
2502
2503Tue Feb 13 15:15:01 1996 Ian Lance Taylor <ian@cygnus.com>
2504
2505 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
2506 $(SHLINK).
2507
222e3f6e
MM
2508Mon Feb 12 16:26:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2509
2510 * ppc-opc.c (PPC): Undef, so default defination on Windows NT
2511 doesn't conflict.
2512
c07dc459
ILT
2513Wed Feb 7 13:59:54 1996 Ian Lance Taylor <ian@cygnus.com>
2514
222e3f6e
MM
2515 * m68k-opc.c (m68k_opcodes): The bkpt instruction is supported on
2516 m68010up, not just m68020up | cpu32.
2517
c07dc459
ILT
2518 * Makefile.in (SONAME): New variable.
2519 ($(SHLINK)): Make a link to the transformed name, as well.
2520 (stamp-tshlink): New target.
2521 (install): Skip stamp-tshlink during install.
2522
2523Tue Feb 6 12:28:54 1996 Ian Lance Taylor <ian@cygnus.com>
2524
2525 * configure.in: Call AC_ARG_PROGRAM.
2526 * configure: Rebuild.
2527 * Makefile.in (program_transform_name): New variable.
2528 (install): Transform library name before installing it.
2529
e0bf1022
ILT
2530Mon Feb 5 16:14:42 1996 Ian Lance Taylor <ian@cygnus.com>
2531
1a4dd30e 2532 * i960-dis.c (mem): Add HX dcinva instruction.
1a4dd30e 2533
e0bf1022
ILT
2534 Support for building as a shared library, based on patches from
2535 Alan Modra <alan@spri.levels.unisa.edu.au>:
2536 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
2537 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
2538 SHLIB_CFLAGS, COMMON_SHLIB, SHLINK.
2539 * configure: Rebuild.
2540 * Makefile.in (ALLLIBS): New variable.
2541 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
2542 (COMMON_SHLIB, SHLINK): New variables.
2543 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
2544 (STAGESTUFF): Remove variable.
2545 (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB).
2546 (stamp-piclist, piclist): New targets.
2547 ($(SHLIB), $(SHLINK)): New targets.
2548 ($(OFILES)): Depend upon stamp-picdir.
2549 (disassemble.o): Build twice if PICFLAG is set.
2550 (MOSTLYCLEAN): Add pic/*.o.
2551 (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist.
2552 (distclean): Remove pic and stamp-picdir.
2553 (install): Install shared libraries.
2554 (stamp-picdir): New target.
2555
2556Fri Feb 2 17:15:25 1996 Doug Evans <dje@charmed.cygnus.com>
2557
2558 * sparc-dis.c (print_insn_sparc): Delete DISASM_RAW_INSN support.
2559 Print unknown instruction as "unknown", rather than in hex.
2560
9fcea7ef
ILT
2561Tue Jan 30 14:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
2562
2563 * dis-buf.c: Include "sysdep.h" before "dis-asm.h".
2564
2565Thu Jan 25 20:24:07 1996 Doug Evans <dje@charmed.cygnus.com>
2566
2567 * sparc-opc.c (sparc_opcode_archs): Mark v8/sparclite as conflicting.
2568
931c53ab
ILT
2569Thu Jan 25 11:56:49 1996 Ian Lance Taylor <ian@cygnus.com>
2570
2571 * i386-dis.c (print_insn_i386): Only fetch the mod/reg/rm byte
2572 when necessary. From Ulrich Drepper
2573 <drepper@myware.rz.uni-karlsruhe.de>.
2574
ca4cb8bc
DE
2575Thu Jan 25 03:39:10 1996 Doug Evans <dje@charmed.cygnus.com>
2576
2577 * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with
2578 sparc_num_opcodes. Update architecture enum values.
2579 * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.
2580 (sparc_opcode_lookup_arch): New function.
2581 (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes.
2582 (sparc_opcodes): Add v9a shutdown insn.
2583
187fddf7
DE
2584Mon Jan 22 08:29:59 1996 Doug Evans <dje@charmed.cygnus.com>
2585
986c92a7
DE
2586 * sparc-dis.c (print_insn_sparc): Renamed from print_insn.
2587 If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode
2588 architecture.
2589 (print_insn_sparc64): Deleted.
2590 * disassemble.c (disassembler, case bfd_arch_sparc): Always use
2591 print_insn_sparc.
79ae32ab 2592
187fddf7
DE
2593 * sparc-opc.c (architecture_pname): Add v9a.
2594
6ddc0baa
ILT
2595Fri Jan 12 14:35:58 1996 David Mosberger-Tang <davidm@AZStarNet.com>
2596
2597 * alpha-opc.h (alpha_insn_set): VAX floating point opcode was
2598 incorrectly defined as 0x16 when it should be 0x15.
2599 (FLOAT_FORMAT_MASK): function code is 11 bits, not just 7 bits!
2600 (alpha_insn_set): added cvtst and cvttq float ops. Also added
2601 excb (exception barrier) which is defined in the Alpha
2602 Architecture Handbook version 2.
2603 * alpha-dis.c (print_insn_alpha): Fixed special-case decoding for
2604 OPERATE_FORMAT_CODE type instructions. The bug caused mulq to be
2605 disassembled as or, for example.
2606
fef0b65b
ILT
2607Wed Jan 10 12:37:22 1996 Ian Lance Taylor <ian@cygnus.com>
2608
2609 * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.
2610 (_print_insn_mips): Change i from int to unsigned int.
2611
3cf013f8
MM
2612Thu Jan 4 17:21:10 1996 David Edelsohn <edelsohn@mhpcc.edu>
2613
2614 * ppc-opc.c (powerpc_opcodes): tlbi POWER opcode form different
2615 from tlbie PowerPC opcode. Add PPC603 tlbld and tlbli.
2616
1d935cf6
MM
2617Thu Dec 28 13:29:19 1995 John Hassey <hassey@rtp.dg.com>
2618
2619 * i386-dis.c: Added Pentium Pro instructions.
2620
2621Tue Dec 19 22:56:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2622
2623 * ppc-opc.c (fsqrt{,.}): Duplicate for PowerPC in addition to
2624 being for Power2.
2625
2626Fri Dec 15 14:14:15 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2627
2628 * sh-opc.h (sh_nibble_type): Added REG_B.
2629 (sh_arg_type): Added A_REG_B.
2630 (sh_table): Added pref and bank reg versions of ldc, ldc.l, stc
2631 and stc.l opcodes.
2632 * sh-dis.c (print_insn_shx): Added cases for REG_B and A_REG_B.
2633
ab0ec5d0
ILT
2634Fri Dec 15 16:44:31 1995 Ian Lance Taylor <ian@cygnus.com>
2635
2636 * disassemble.c (disassembler): Use new bfd_big_endian macro.
2637
1d776313
ILT
2638Tue Dec 12 12:22:24 1995 Ian Lance Taylor <ian@cygnus.com>
2639
2640 * Makefile.in (distclean): Remove stamp-h. From Ronald
2641 F. Guilmette <rfg@monkeys.com>.
2642
211eda66
SS
2643Tue Dec 5 13:42:44 1995 Stan Shebs <shebs@andros.cygnus.com>
2644
2645 From David Mosberger-Tang <davidm@azstarnet.com>:
2646 * alpha-dis.c (print_insn_alpha): fixed decoding of cpys
2647 instruction.
2648
60da0079
C
2649Mon Dec 4 12:29:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2650
2651 * sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
2652 (sh_table): Added many SH3 opcodes.
2653 * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.
2654
695b028f
MM
2655Fri Dec 1 07:42:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2656
2657 * ppc-opc.c (subfc., subfco): Mark this PPCCOM, not PPC.
2658 (subco,subco.): Mark this PPC, not PPCCOM.
2659
bd22cd1e
ILT
2660Mon Nov 27 13:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
2661
2662 * configure: Rebuild with autoconf 2.7.
2663
00103dfa
ILT
2664Tue Nov 21 18:28:06 1995 Ian Lance Taylor <ian@cygnus.com>
2665
2666 * configure: Rebuild with autoconf 2.6.
2667
2668Wed Nov 15 19:02:53 1995 Ken Raeburn <raeburn@cygnus.com>
2669
2670 * configure.in: Sort list of architectures. Accept but do nothing
2671 for alliant, convex, pyramid, romp, and tahoe.
2672
2673Wed Nov 8 20:18:59 1995 Ian Lance Taylor <ian@cygnus.com>
2674
2675 * a29k-dis.c (print_special): Change num to unsigned int.
2676
2677Wed Nov 8 20:10:35 1995 Eric Freudenthal <freudenthal@nyu.edu>
2678
2679 * a29k-dis.c (print_insn): Cast insn24 to unsigned long when
2680 shifting it.
2681
6a468850
ILT
2682Tue Nov 7 15:21:06 1995 Ian Lance Taylor <ian@cygnus.com>
2683
2684 * configure.in: Call AC_CHECK_PROG to find and cache AR.
2685 * configure: Rebuilt.
2686
f98c3369
ILT
2687Mon Nov 6 17:39:47 1995 Harry Dolan <dolan@ssd.intel.com>
2688
2689 * configure.in: Add case for bfd_i860_arch.
2690 * configure: Rebuild.
2691
681447c6
ILT
2692Fri Nov 3 12:45:31 1995 Ian Lance Taylor <ian@cygnus.com>
2693
2694 * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
2695 * m68k-dis.c (NEXTSINGLE): Change i to unsigned int.
2696 (NEXTDOUBLE): Likewise.
2697 (print_insn_m68k): Don't match fmoveml if there is more than one
2698 register in the list.
2699 (print_insn_arg): Handle a place of '8' for a type of 'L'.
2700
dbf7e45f
ILT
2701Thu Nov 2 23:06:33 1995 Ian Lance Taylor <ian@cygnus.com>
2702
2703 * m68k-opc.c: Use #W rather than #w.
2704 * m68k-dis.c (print_insn_arg): Handle new 'W' place.
2705
681bbcf5
ILT
2706Wed Nov 1 13:30:24 1995 Ian Lance Taylor <ian@cygnus.com>
2707
2708 * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,
2709 and likewise for all the dbxx opcodes.
2710
76ab2645
FF
2711Mon Oct 30 20:50:40 1995 Fred Fish <fnf@cygnus.com>
2712
2713 * arc-dis.c: Include elf-bfd.h rather than libelf.h.
2714
a2bdba31
JSC
2715Mon Oct 23 11:11:34 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
2716
2717 * mips-opc.c: Added shorthand (V1) for INSN_4100 manifest. Added
2718 the VR4100 specific instructions to the mips_opcodes structure.
2719
2720Thu Oct 19 11:05:23 1995 Stan Shebs <shebs@andros.cygnus.com>
2721
2722 * mpw-config.in, mpw-make.sed: Remove ugly workaround for
2723 ugly Metrowerks bug in CW6, is fixed in CW7.
2724
d75c2e0f
MM
2725Mon Oct 16 12:59:01 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2726
2727 * ppc-opc.c (whole file): Add flags for common/any support.
2728
2729Tue Oct 10 11:06:07 1995 Fred Fish <fnf@cygnus.com>
2730
2731 * Makefile.in (BISON): Remove macro.
2732 (FLAGS_TO_PASS): Remove BISON.
2733
9e0b0ae7
KR
2734Fri Oct 6 16:26:45 1995 Ken Raeburn <raeburn@cygnus.com>
2735
2736 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2737
2738 * m68k-dis.c (print_insn_m68k): Recognize all two-word
2739 instructions that take no args by looking at the match mask.
2740 (print_insn_arg): Always print "%" before register names.
2741 [case 'c']: Use "nc" for the no-cache case, as recognized by gas.
2742 [case '_']: Don't print "@#" before address.
2743 [case 'J']: Use "%s" as format string, not register name.
2744 [case 'B']: Treat place == 'C' like 'l' and 'L'.
2745
726257a8
KR
2746Thu Oct 5 22:16:20 1995 Ken Raeburn <raeburn@cygnus.com>
2747
2748 * i386-dis.c: Describe cmpxchg8b operand, and spell the opcode
2749 name correctly.
2750
e521d840
SC
2751Tue Oct 3 08:30:20 1995 steve chamberlain <sac@slash.cygnus.com>
2752
2753 From David Mosberger-Tang <davidm@azstarnet.com>
2754
2755 * alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added.
2756 (alpha_insn_set): added definitions for VAX floating point
2757 instructions (Unix compilers don't generate these, but handcoded
2758 assembly might still use them).
2759
2760 * alpha-dis.c (print_insn_alpha): added support for disassembling
2761 the miscellaneous instructions in the Alpha instruction set.
2762
2763Tue Sep 26 18:47:20 1995 Stan Shebs <shebs@andros.cygnus.com>
2764
2765 * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
2766 no longer create sysdep.h, sed ppc-opc.c to work around a
2767 serious Metrowerks C bug.
2768 * mpw-make.in: Remove.
2769 * mpw-make.sed: New file, used by mpw-configure to edit
2770 Makefile.in into an MPW makefile.
2771
1cd3bab3
ILT
2772Wed Sep 20 12:55:28 1995 Ian Lance Taylor <ian@cygnus.com>
2773
2774 * Makefile.in (maintainer-clean): New synonym for realclean.
2775
a4a879cd
ILT
2776Tue Sep 19 15:28:36 1995 Ian Lance Taylor <ian@cygnus.com>
2777
2778 * m68k-opc.c: Split pmove patterns which use 'P' into patterns
2779 which use '0', '1', and '2' instead. Specify the proper size for
2780 a pmove immediate operand. Correct the pmovefd patterns to be
2781 moves to a register, not from a register.
2782 * m68k-dis.c (print_insn_arg): Replace 'P' with '0', '1', '2'.
2783
4814df24
DE
2784Thu Sep 14 11:58:22 1995 Doug Evans <dje@canuck.cygnus.com>
2785
2786 * sparc-opc.c (sparc_opcodes): Mark all insns that reference
2787 %psr, %wim, %tbr as F_NOTV9.
2788
84c1534f
ILT
2789Fri Sep 8 01:07:38 1995 Ian Lance Taylor <ian@cygnus.com>
2790
824155e8
ILT
2791 * Makefile.in (Makefile): Just rebuild Makefile when running
2792 config.status.
2793 (config.h, stamp-h): New targets.
2794 * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM
2795 earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when
2796 rebuilding config.h.
2797 * configure: Rebuild.
2798
84c1534f
ILT
2799 * mips-opc.c: Change unaligned loads and stores with "t,A"
2800 operands to use "t,A(b)".
2801
84c1534f
ILT
2802Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2803
2804 * sh-dis.c (print_insn_shx): Add F_FR0 support.
2805
84c1534f
ILT
2806Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2807
2808 * sh-dis.c (print_insn_shx): Change loop over op->arg[n] to iterate
2809 until 3 instead of until 2.
2810
40db6118
ILT
2811Wed Sep 6 21:21:33 1995 Ian Lance Taylor <ian@cygnus.com>
2812
2813 * Makefile.in (ALL_CFLAGS): Define.
2814 (.c.o, disassemble.o): Use $(ALL_CFLAGS).
2815 (MOSTLYCLEAN): Add config.log.
2816 (distclean): Don't remove config.log.
2817 * configure.in: Substitute HDEFINES.
2818 * configure: Rebuild.
2819
dd6ed5ab
JW
2820Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2821
2822 * sh-opc.h (sh_arg_type): Add F_FR0.
2823 (sh_table, case fmac): Add F_FR0 as first argument.
2824
dd6ed5ab
JW
2825Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2826
2827 * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
2828
49cb62cd
DE
2829Tue Sep 5 18:28:10 1995 Doug Evans <dje@canuck.cygnus.com>
2830
2831 * sparc-dis.c: Remove all references to NO_V9.
2832
beb926c0
ILT
2833Tue Sep 5 20:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
2834
2835 * aclocal.m4: Just include ../bfd/aclocal.m4.
2836 * configure: Rebuild.
2837
fdd7e4ef
DE
2838Tue Sep 5 16:09:59 1995 Doug Evans <dje@canuck.cygnus.com>
2839
2840 * sparc-dis.c (X_DISP19): Define.
2841 (print_insn, case 'G'): Use it.
2842 (print_insn, case 'L'): Sign extend displacement.
2843
c62d1274
ILT
2844Mon Sep 4 14:28:46 1995 Ian Lance Taylor <ian@cygnus.com>
2845
9b65d522
ILT
2846 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.
2847 Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute
2848 host_makefile_frag or frags.
2849 * aclocal.m4: New file.
2850 * configure: Rebuild.
2851 * Makefile.in (INSTALL): Set to @INSTALL@.
2852 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
2853 (INSTALL_DATA): Set to @INSTALL_DATA@.
2854 (AR): Set to @AR@.
2855 (AR_FLAGS): Set to rc rather than qc.
2856 (CC): Define as @CC@.
2857 (CFLAGS): Set to @CFLAGS@.
2858 (@host_makefile_frag@): Remove.
2859 (config.status): Remove dependency upon @frags@.
2860
c62d1274
ILT
2861 * configure.in: ../bfd/config.bfd now just sets shell variables.
2862 Use them rather than looking through target Makefile fragments.
2863 * configure: Rebuild.
2864
db29ae72
JW
2865Thu Aug 31 12:35:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2866
2867 * sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
2868
a69d3a72
DE
2869Wed Aug 30 13:52:28 1995 Doug Evans <dje@canuck.cygnus.com>
2870
90c45f31
DE
2871 * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
2872 Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
2873 sparc64 insns.
2874
2875 * sparc-opc.c (sparc_opcodes): Fix prefetcha insn.
a69d3a72
DE
2876 (lookup_{name,value}): New functions.
2877 (prefetch_table): New static local.
2878 (sparc_{encode,decode}_prefetch): New functions.
2879 * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
2880
9b39b1a8
JW
2881Wed Aug 30 11:11:58 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2882
2883 * sh-opc.h: Add blank lines to improve readabililty of sh3e
2884 instructions.
2885
66f6448d
JW
2886Wed Aug 30 11:09:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2887
2888 * sh-dis.c: Correct comment on first line of file.
2889
7ec65830
DE
2890Tue Aug 29 15:37:18 1995 Doug Evans <dje@canuck.cygnus.com>
2891
201bf506
DE
2892 * disassemble.c (disassembler): Handle bfd_mach_sparc64.
2893
66f6448d
JW
2894 * sparc-opc.c (asi, membar): New static locals.
2895 (sparc_{encode,decode}_{asi,membar}): New functions.
2896 (sparc_opcodes, membar insn): Fix.
7ec65830 2897 * sparc-dis.c (print_insn): Call sparc_decode_asi.
66f6448d
JW
2898 Support decoding of membar masks.
2899 (X_MEMBAR): Define.
7ec65830
DE
2900
2901Sat Aug 26 21:22:48 1995 Ian Lance Taylor <ian@cygnus.com>
2902
2903 * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
2904
259d19c2
ILT
2905Mon Aug 21 17:33:36 1995 Ian Lance Taylor <ian@cygnus.com>
2906
2907 * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
2908 and likewise for the other branches. Add bhs as an alias for bcc,
2909 and likewise for the size variants. Add dbhs as an alias for
2910 dbcc.
2911
259d19c2
ILT
2912Fri Aug 11 13:40:24 1995 Jeff Law (law@snake.cs.utah.edu)
2913
2914 * sh-opc.h (FP sts instructions): Update to match reality.
2915
3d915dd2
ILT
2916Mon Aug 7 16:12:58 1995 Ian Lance Taylor <ian@cygnus.com>
2917
2918 * m68k-dis.c: (fpcr_names): Add % before all register names.
2919 (reg_names): Likewise.
2920 (print_insn_arg): Don't explicitly print % before register names.
2921 Add % before register names in static array names. In case 'r',
2922 print data registers as `@(Dn)', not `Dn@'. When printing a
2923 memory address, don't print @# before it.
2924 (print_indexed): Change base_disp and outer_disp from int to
2925 bfd_vma. Print using MIT syntax, not mutant invalid Motorola
2926 syntax. Sign extend 8 byte displacement correctly.
2927 (print_base): Print using MIT syntax. Print zpc when appropriate.
2928 Change parameter disp from int to bfd_vma.
2929
2930 * m68k-opc.c (m68k_opcode_aliases): Add jsrl and jsrs as aliases
2931 for jsr.
2932
1ca31557
JL
2933Mon Aug 7 02:21:40 1995 Jeff Law (law@snake.cs.utah.edu)
2934
2935 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,
2936 F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N.
2937 * sh-opc.h (sh_arg_type): Add new operand types.
2938 (sh_table): Add new opcodes from SH3E Floating Point ISA.
2939
1ca31557
JL
2940Sat Aug 5 16:50:14 1995 Fred Fish <fnf@cygnus.com>
2941
2942 * Makefile.in (distclean): Remove generated file config.h.
2943
2944Sat Aug 5 16:50:14 1995 Fred Fish <fnf@cygnus.com>
2945
2946 * Makefile.in (distclean): Remove generated file config.h.
2947
2948Wed Aug 2 18:33:40 1995 Ian Lance Taylor <ian@cygnus.com>
2949
2950 * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
2951 Clean up tables.
2952 * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
2953 (opcode): Remove.
2954 (print_insn_m68k): Change d to be const. Use m68k_numopcodes
2955 rather than numopcodes. Use m68k_opcodes rather than removed
2956 opcode function. Don't check F_ALIAS.
2957 (print_insn_arg): Change first parameter to be const char *.
2958 * Makefile.in (ALL_MACHINES): Add m68k-opc.o.
2959 (m68k-opc.o): New target.
2960 * configure.in: Build m68k-opc.o for bfd_m68k_arch.
2961 * configure: Rebuild.
2962
f069afb4
DE
2963Wed Aug 2 08:23:38 1995 Doug Evans <dje@canuck.cygnus.com>
2964
2965 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
9a84bc05 2966 (opcode_bits, opcode_hash_table): New variables.
f069afb4
DE
2967 (opcodes_initialized): Renamed from opcodes_sorted.
2968 (build_hash_table): New function.
2969 (is_delayed_branch): Use hash table.
2970 (print_insn): Renamed from print_insn_sparc, made static.
9a84bc05 2971 Build and use hash table. If !sparc64, ignore sparc64 insns,
f069afb4 2972 and vice-versa if sparc64.
9a84bc05
DE
2973 (print_insn_sparc, print_insn_sparc64): New functions.
2974 (compare_opcodes): Move sparc64 opcodes to end.
2975 Print commutative insns with constant second.
f069afb4
DE
2976 * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
2977
2978Tue Aug 1 00:12:49 1995 Ian Lance Taylor <ian@cygnus.com>
2979
2980 * sh-dis.c (print_insn_shx): Remove unused local dslot. Use
2981 print_address_func for A_BDISP12 and A_BDISP8. Correct test which
2982 avoids printing a delay slot in a delay slot.
2983 * sh-opc.h (sh_table): Fully bracket last entry.
2984
2985Mon Jul 31 12:04:47 1995 Doug Evans <dje@canuck.cygnus.com>
2986
2987 * sparc-opc.c (sllx, srax, srlx): Fix disassembly.
2988
2989Wed Jul 12 00:59:34 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
2990
2991 * configure.in: Get host_makefile_frag from ${srcdir}.
2992
2993 * configure.in: Autoconfiscated. Check for string[s].h. Create
2994 config.h from config.in. Don't set up sysdep.h link.
2995 * sysdep.h: New file.
2996 * configure, config.in: New files, generated from configure.in.
2997 * Makefile.in: Updated to be processed autoconf-style.
2998 (distclean): Keep sysdep.h. Remove config.log and config.cache.
2999 (Makefile): Depend on config.status.
3000 (config.status): New rule.
3001 * configure.bat: Update Makefile substitutions.
3002
89abbf9d
ILT
3003Tue Jul 11 14:23:37 1995 Jeff Spiegel <jeffs@lsil.com>
3004
3005 * mips-opc.c (L1): Define.
3006 (mips_opcodes): Add R4010 instructions: flushi, flushd, flushid,
3007 addciu, madd, maddu, ffc, ffs, msub, msubu, selsi, selsr, waiti,
3008 and wb.
3009
141b9f1b
ILT
3010Tue Jul 11 11:49:49 1995 Ian Lance Taylor <ian@cygnus.com>
3011
89abbf9d
ILT
3012 * mips-opc.c (mips_opcodes): For the move pseudo-op, prefer daddu
3013 if ISA 3 and addu otherwise, replacing or, since some MIPS chips
3014 have multiple add units but only a single logical unit.
3015
141b9f1b
ILT
3016 * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,
3017 shifted by 18, without any insertion or extraction function.
3018 (insert_cr, extract_cr): Remove.
3019
141b9f1b
ILT
3020Wed Jun 21 20:05:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3021
3022 * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before
3023 register names.
3024
6efe6dc5
SS
3025Thu Jun 15 17:23:31 1995 Stan Shebs <shebs@andros.cygnus.com>
3026
3027 * mpw-config.in: Add sh and i386 configs, remove sparc config.
3028 * sh-opc.h: Add copyright.
3029
3030Mon Jun 5 03:30:43 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
3031
3032 * Makefile.in (crunch-m68k): Delete extra target accidentally
3033 checked in a while ago.
3034
3035Wed May 24 16:22:13 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3036
3037 * sh-opc.h (sh_table): Add SH3 support.
3038
1ff71ed0
SC
3039Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
3040
3041 * sh-opc.h: Added bsrf and braf.
3042
3043Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
3044
3045 * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns. Delete
3046 bogus [ls]fm{ea,fd} patterns.
3047
3048 * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc.
3049 * arm-dis.c (print_insn_arm): Make GIVEN a parameter, don't try and
3050 initialize it from memory. Make function static.
3051 (print_insn_{big,little}_arm): New functions.
3052 * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for
3053 the correct endianness.
3054
8f96fa0e
JM
3055Mon Apr 24 14:18:05 1995 Jason Molenda (crash@phydeaux.cygnus.com>
3056
1ff71ed0 3057 * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from
8f96fa0e
JM
3058 enum list.
3059
4121273f
MM
3060Wed Apr 19 14:07:03 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3061
3062 * m68k-dis.c (opcode): Finish change made by Kung Hsu on April
3063 17th, so that it builds again using GCC as the compiler.
3064
6a37aaf1
KR
3065Tue Apr 18 12:14:51 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3066
3067 * mips-dis.c (print_insn_little_mips): Cast return value from
3068 bfd_getl32 from bfd_vma to unsigned long, because _print_insn_mips
3069 expects an unsigned long, and that might be fewer words of
3070 argument storage (e.g., if bfd_vma is long long on a 32-bit
3071 machine).
3072 (print_insn_big_mips): Likewise with bfd_getb32 value.
3073 (_print_insn_mips): Now static.
3074
3075Mon Apr 17 12:23:28 1995 Kung Hsu <kung@rtl.cygnus.com>
3076
3077 * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because
3078 gcc memory hog problem with initializer is fixed.
3079
1e095685
SS
3080Mon Apr 10 15:55:01 1995 Stan Shebs <shebs@andros.cygnus.com>
3081
3082 Merge in support for Mac MPW as a host.
3083 (Old change descriptions retained for informational value.)
3084
3085 * mpw-config.in (archname): Compute from the config.
3086 (BFD_MACHINES, ARCHDEFS): Put into mk.tmp.
3087
3088 * mpw-config.in (target_arch): Compute from canonical target.
3089 (m68k, mips, powerpc, sparc): Add architectures.
3090 * mpw-make.in (disassemble.c.o): Add.
3091 (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
3092
3093 * mpw-config.in (BFD_MACHINES): Set to a default value.
3094 * mpw-make.in (BFD_MACHINES): Remove wired-in value.
3095
3096 * mpw-make.in (CSEARCH): Add extra-include to search path.
3097
3098 * mpw-config.in (varargs.h): Don't create.
3099 (sysdep.h): Create using forward-include.
3100 * mpw-make.in (CSEARCH): Add include/mpw to search path.
3101
3102 * mpw-config.in: New file, MPW version of configure.in.
3103 * mpw-make.in: New file, MPW version of Makefile.in.
3104
1a56be5c
DE
3105Fri Mar 31 14:23:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3106
3107 * alpha-dis.c (print_insn_alpha): Put empty statement after
3108 default label.
3109
3110Tue Mar 21 10:51:40 1995 Jeff Law (law@snake.cs.utah.edu)
3111
3112 * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version.
3113 (low_sign_extend): Likewise.
3114 (get_field): Delete unused function.
3115 (set_field, deposit_14, deposit_21): Likewise.
3116
3117Fri Mar 17 15:55:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3118
3119 * i386-dis.c: Support for more pentium opcodes. From Guy Harris
3120 (guy@netapp.com).
3121
c024cc11
KR
3122Tue Mar 14 00:52:57 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3123
3124 Sat Feb 11 17:22:41 1995 Klaus Kaempf (kkaempf@didymus.rmi.de)
3125
3126 * alpha-opc.h (OSF_ASMCODE): define
3127 print pal-code names as defined in App C of the
3128 Alpha Architecture Reference Manual
3129
3130 * alpha-dis.c: cleaned up output
3131 print stylized code forms as defined in App A.4.3 of the
3132 Alpha Architecture Reference Manual
3133
8dbed89e
DE
3134Wed Mar 8 15:21:14 1995 Ian Lance Taylor <ian@cygnus.com>
3135
3136 * mips-opc.c: Add new mips4 instructions. Don't set INSN_RFE for
3137 `rfe'.
3138 * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R',
3139 'N', and 'M'.
3140
029e2524
KR
3141Wed Mar 8 02:54:05 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3142
3143 * m68k-dis.c (opcode): New function. Returns address of opcode
3144 table entry given index, even if the opcode table was split to
3145 work around gcc bugs.
3146 (print_insn_m68k): Call opcode instead of referencing m68k_opcodes
3147 directly.
8cf2e6eb
KR
3148 (BREAK_UP_BIG_DECL): Make secondary array static and const.
3149 (reg_names): Now const.
3150 (print_insn_arg): Arrays cacheFieldName and names now const.
3151 (print_indexed): Array scales now const.
029e2524 3152
ab204453
ILT
3153Tue Mar 7 16:41:21 1995 Ian Lance Taylor <ian@cygnus.com>
3154
3155 * ppc-opc.c: Sort recently added instructions by minor opcode
3156 number within major opcode number.
3157
3f073f06
JL
3158Mon Mar 6 10:04:36 1995 Jeff Law (law@snake.cs.utah.edu)
3159
3160 * hppa-dis.c: Include libhppa.h.
3161
3162Fri Feb 24 19:15:36 1995 Ian Lance Taylor <ian@cygnus.com>
3163
3164 * mips-opc.c: Change dli to use M_DLI, and add dla.
3165
f1cb5ff2
PS
3166Mon Feb 20 23:54:38 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3167
3168 * Makefile.in (ALL_MACHINES): Add w65-dis.o.
3169
f27ab330
ILT
3170Thu Feb 16 17:34:41 1995 Ian Lance Taylor <ian@cygnus.com>
3171
3172 * mips-opc.c: Add r4650 mul instruction.
3173
470feacf
ILT
3174Wed Feb 15 15:45:20 1995 Ian Lance Taylor <ian@cygnus.com>
3175
3176 * mips-opc.c: Add uld and usd macros for unaligned double load and
3177 store.
3178
3179Tue Feb 14 13:17:37 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3180
3181 * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci,
3182 mfdcr, mtdcr, icbt, iccci.
3183
7010c43a
SS
3184Thu Feb 9 12:28:13 1995 Stan Shebs <shebs@andros.cygnus.com>
3185
3186 * i960-dis.c (struct tabent, struct sparse_tabent): Change the
3187 signed char fields to shorts, more portable.
3188
ce2349c5
SS
3189Wed Feb 8 17:29:29 1995 Stan Shebs <shebs@andros.cygnus.com>
3190
3191 * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
3192 char fields as signed chars, since they may have negative values.
3193
9ce4de19
C
3194Mon Feb 6 10:52:06 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3195
3196 * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum
3197 (mycroft@netbsd.org).
3198
3199Mon Jan 30 12:38:00 1995 Ian Lance Taylor <ian@cygnus.com>
3200
3201 From "Logg, Ed" <elogg@ea.com>:
3202 * ppc-opc.c (extract_bdm): Correct parenthezisation.
3203 * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized
3204 value.
3205
669124ef
ILT
3206Thu Jan 26 18:32:08 1995 Ian Lance Taylor <ian@cygnus.com>
3207
3208 * ppc-opc.c: Changes based on patch from David Edelsohn
1af6f4bb 3209 <edelsohn@mhpcc.edu>.
669124ef
ILT
3210 (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
3211 SPR.
3212 (FXM_MASK): Define.
3213 (insert_tbr): New static function.
3214 (extract_tbr): New static function.
3215 (XFXFXM_MASK, XFXM): Define.
3216 (XSPRBAT_MASK, XSPRG_MASK): Define.
3217 (powerpc_opcodes): Add instructions to access special registers by
3218 name. Add mtcr and mftbu.
3219
3220Tue Jan 17 10:56:43 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
3221
3222 * mips-opc.c (P3): Define.
3223 (mips_opcodes): Add mad and madu.
3224
9f744f91
SC
3225Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat>
3226
3227 * configure.in: Add W65 support.
3228 * disassemble.c: Likewise.
3229 * w65-opc.h, w65-dis.c: New files.
3230
d383e289
SC
3231Wed Dec 28 22:15:33 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3232
3233 * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
3234 immediates.
3235
27faaa41
ILT
3236Tue Dec 20 11:25:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3237
3238 * mips-opc.c: Add dli as a synonym for li.
3239
a8732972
KR
3240Thu Dec 8 18:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3241
3242 * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
3243 print something for reserved opcode values, even if it won't
3244 assemble again.
3245
3246 * mips-dis.c (_print_insn_mips): When initializing, shift right
3247 and mask, to avoid sign extension problems on the Alpha.
3248
3249 * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
3250 control registers.
3251
a90a64c1
SC
3252Wed Nov 23 22:34:51 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3253
3254 * sh-opc.h (mov.l gbr): Get direction right.
3255 * sh-dis.c (print_insn_shx): New function.
3256 (print_insn_shl, print_insn_sh): Call print_insn_shx to
3257 print opcodes with right byte order.
3258
3259Thu Nov 3 19:32:22 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3260
3261 * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
3262 to avoid conflicts with getopt.
3263
dded3d14
ILT
3264Mon Oct 31 18:48:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3265
3266 * hppa-dis.c (print_insn_hppa): Read the instruction using
3267 bfd_getb32, so that it works on a little endian or 64 bit host.
3268 Remove unused local variable op.
3269
cd4b8926
ILT
3270Tue Oct 25 17:07:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3271
3272 * mips-opc.c: Use or instead of addu for pseudo-op move, since
3273 addu does not work correctly if -mips3.
3274
009946c9
ILT
3275Wed Oct 19 13:40:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3276
3277 * a29k-dis.c (print_special): Add special register names defined
3278 on 29030, 29040 and 29050.
3279 (print_insn): Handle new operand type 'I'.
3280
3281Wed Oct 12 11:59:55 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3282
3283 * Makefile.in (INSTALL): Use top level install.sh script.
3284
3285Wed Oct 5 19:16:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3286
3287 * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
3288 that it works on a little endian host.
3289
995b0d3f
ILT
3290Tue Oct 4 12:14:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3291
3292 * configure.in: Use ${config_shell} when running config.bfd.
3293
3294Wed Sep 21 18:49:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3295
3296 * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
3297
e96a2b1d
ILT
3298Thu Sep 15 16:30:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3299
3300 * a29k-dis.c (print_insn): Print the opcode.
3301
84909073
ILT
3302Wed Sep 14 17:52:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3303
3304 * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
3305
da233e6e
JL
3306Sun Sep 11 22:32:17 1994 Jeff Law (law@snake.cs.utah.edu)
3307
3308 * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
3309
942a4965
ILT
3310Tue Sep 6 11:37:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3311
3312 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
3313 which store a value into memory.
3314
3315Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
3316
3317 * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
3318 * arm-dis.c, arm-opc.h: New files.
3319
3320Fri Aug 5 14:00:05 1994 Stan Shebs (shebs@andros.cygnus.com)
3321
3322 * Makefile.in (ns32k-dis.o): Add dependency.
3323 * ns32k-dis.c (print_insn_arg): Declare initialized local as
3324 string, not as array of chars.
3325
c4396c87
KR
3326Thu Jul 28 18:14:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3327
3328 * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
3329
3330 * sparc-opc.c: Added sparclite extended FP operations, and
3331 versions of v9 impdep* instructions permitting specification of
3332 the OPF field.
3333
2a097d73
KR
3334Tue Jul 26 16:36:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3335
3336 * i960-dis.c (reg_names): Now const.
3337 (struct sparse_tabent): New type, copied from array type in mem
3338 function.
3339 (ctrl): Local static array ctrl_tab now const.
3340 (cobr): Local static array cobr_tab now const.
3341 (mem): Local variables reg1, reg2, reg3 now point to const. Local
3342 static variable mem_tab no longer explicitly initialized. Changed
3343 mem_init to const array of struct sparse_tabent.
3344 (reg): Local static variable reg_tab no longer explicitly
3345 initialized. Changed reg_init to const array of struct
3346 sparse_tabent.
3347 (ea): Local static array scale_tab now const.
3348
315f8809 3349 * i960-dis.c (reg): Added i960JX instructions to reg_init table.
2a097d73 3350 (REG_MAX): Updated.
2a097d73 3351
f61ca5fa
KR
3352Tue Jul 19 21:00:00 1994 DJ Delorie (dj@ctron.com)
3353
3354 * configure.bat: the disassember needs to be enabled for
3355 "objdump -d" to work in djgpp.
3356
69bb683c
KR
3357Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3358
3359 * ns32k-dis.c: Deleted all code in "#ifdef GDB".
3360 (invalid_float): Enabled general version, doesn't require running
60a70a7b
KR
3361 on ns32k host. Changed to take char* argument, and test for
3362 explicitly specified sizes, instead of using sizeof() on host CPU
3363 types.
3364 (INVALID_FLOAT): Cast first argument.
f61ca5fa
KR
3365 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
3366 list_P032, list_M032): Now const.
3367 (optlist, list_search): Made appropriate arguments now point to
3368 const.
3369 (print_insn_arg): Changed static array of one-character-string
3370 pointers into a static const array of characters; fixed sprintf
3371 statement accordingly.
69bb683c
KR
3372
3373Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au)
3374
3375 * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped
3376 from distribution. A ns32k-dis.c from a previous distribution has
3377 been brought up to date and supports the new interface.
3378
318b02b6 3379 * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
69bb683c
KR
3380
3381 * configure.in: add bfd_ns32k_arch target support.
3382
3383 * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
3384 Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
3385
3386Wed Jun 29 22:10:37 1994 Steve Chamberlain (sac@cygnus.com)
3387
3388 * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
3389 disassembly right.
3390
fea3fe64
SS
3391Tue Jun 28 13:22:06 1994 Stan Shebs (shebs@andros.cygnus.com)
3392
3393 * h8300-dis.c, mips-dis.c: Don't use true and false.
3394
3395Thu Jun 23 12:53:19 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3396
3397 * configure.in: Change --with-targets to --enable-targets.
3398
72fcd790
ILT
3399Wed Jun 22 13:38:32 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3400
3401 * mips-dis.c (_print_insn_mips): Build a static hash table mapping
3402 opcodes to the first instruction with that opcode, to speed
3403 disassembly of large files. From ralphc@pyramid.com (Ralph
3404 Campbell).
3405
3406Tue Jun 7 12:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3407
3408 * Makefile.in (mostlyclean): Fix typo (was mostyclean).
3409
c06e55d9
KR
3410Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
3411
3412 * configure.bat: update to latest makefile.in
3413
3414Sat May 7 17:13:21 1994 Steve Chamberlain (sac@cygnus.com)
3415
3416 * a29k-dis.c (print_insn): Print 'x' type operand in hex.
3417 * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
3418 * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
3419 slot insn is in a delay slot.
3420 * z8k-opc.h: (resflg): Fix patterns.
3421 * h8500-opc.h Fix CR insn patterns.
3422
3423Fri May 6 14:34:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3424
3425 * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
3426 "cmpl" before POWER versions, so that gas -many uses them.
3427
7495f83b
KR
3428Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3429
c06e55d9
KR
3430 * disassemble.c: New file.
3431 * Makefile.in (OFILES): Add disassemble.o.
3432 (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
3433 * configure.in: Define ARCHDEFS in Makefile. Code taken from
3434 binutils/configure.in.
3435
7495f83b
KR
3436 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
3437 opcode being examined.
3438
3439Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3440
3441 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
3442 (insert_ral, insert_ram, insert_ras): New functions.
3443 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
3444 RAS for store with update.
3445
8c546ded
ILT
3446Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3447
3448 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
3449 (edelsohn@npac.syr.edu).
3450
76336d50
ILT
3451Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3452
3453 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
3454 immediate argument.
3455
8055d512
DE
3456Mon Apr 4 16:30:46 1994 Doug Evans (dje@canuck.cygnus.com)
3457
3458 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
3459
749a663d
ILT
3460Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3461
3462 * ppc-opc.c (powerpc_operands): The signedp field has been
3463 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
3464 instead. Add new operand SISIGNOPT.
3465 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
3466 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
3467 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
3468 than signedp field.
3469
878db64d
PS
3470Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3471
3472 * i386-dis.c (struct private): Renamed to dis_private. `private'
3473 is a reserved word for dynix cc.
3474
934ec70a
ILT
3475Mon Mar 28 13:00:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3476
3477 * configure.in: Change error message to refer to bfd/config.bfd
3478 rather than bfd/configure.in.
3479
54192495
ILT
3480Mon Mar 28 12:28:30 1994 David Edelsohn (edelsohn@npac.syr.edu)
3481
3482 * ppc-opc.c: Define POWER2 as short alias flag.
3483 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
3484 fsqrt.
3485
3486Wed Mar 23 12:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3487
3488 * i960-dis.c (print_insn_i960): Don't read a second word for
3489 opcodes 0, 1, 2 and 3.
3490
3491Wed Mar 16 15:37:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3492
3493 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
3494
448ff992
ILT
3495Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3496
c0386c7a
ILT
3497 * m68881-ext.c: Removed; no longer used.
3498 * Makefile.in: Changed accordingly.
3499
448ff992
ILT
3500 * m68k-dis.c (ext_format_68881): Don't declare.
3501 (print_insn_m68k): If an instruction uses place 'i', it uses at
3502 least four fixed bytes.
3503 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
3504 extended float, convert to double using floatformat_to_double, not
3505 ieee_extended_to_double, and fetch the data before converting it.
3506
d75eb68c
ILT
3507Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3508
3509 * mips-opc.c: It's sqrt.s, not sqrt.w. From
3510 davidj@ICSI.Berkeley.EDU (David Johnson).
3511
9a458b67
ILT
3512Tue Feb 8 16:55:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3513
3514 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
3515 PowerPC uses bdnz[l][a].
3516
5c9b5f58
PS
3517Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3518
4dd4933e 3519 * dis-buf.c, i386-dis.c: Include sysdep.h.
5c9b5f58
PS
3520
3521Mon Feb 7 19:22:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3522
3523 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
3524
3525 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
3526 by Motorola PowerPC 601 with PPC_OPCODE_601.
3527 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
3528 Disassemble Motorola PowerPC 601 instructions as well as normal
3529 PowerPC instructions.
3530
9f80c72b
JK
3531Sun Feb 6 07:45:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3532
3533 * i960-dis.c (reg, mem): Just use a static array instead of
3534 calling xmalloc.
3535
e3960b96
JL
3536Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3537
0bb364c6
JL
3538 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
3539 condition name index if this is for a negated condition.
3540
e59f3227
JL
3541 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
3542 Floating point format for 'H' operand is backwards from normal
3543 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
3544 operands (fmpyadd and fmpysub), handle bizarre register
3545 translation correctly for single precision format.
3546
e3960b96
JL
3547 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
3548 or 'I' operands if the next format specifier is 'M' (fcmp
3549 condition completer).
3550
3551Feb 4 23:38:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1c214e4c
ILT
3552
3553 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
3554 single number giving a bitmask for the MB and ME fields of an M
3555 form instruction. Change NB to accept 32, and turn it into 0;
3556 also turn 0 into 32 when disassembling. Seperated SH from NB.
3557 (insert_mbe, extract_mbe): New functions.
3558 (insert_nb, extract_nb): New functions.
3559 (SC_MASK): Mask out SA and LK bits.
3560 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
3561 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
3562 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
3563 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
3564 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
3565 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
3566 (powerpc_macros): Define table of macro definitions.
3567 (powerpc_num_macros): Define.
3568
3569 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
3570 if PPC_OPERAND_NEXT is set.
3571
3572Sat Jan 22 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3573
3574 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
3575 char. Retrieve contents using bfd_getl32 instead of shifting.
3576
1211751d
ILT
3577Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3578
3579 * ppc-opc.c: New file. Opcode table for PowerPC, including
3580 opcodes for POWER (RS/6000).
3581 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
3582 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
3583 (CFILES): Add ppc-dis.c.
3584 (ppc-dis.o, ppc-opc.o): New targets.
3585 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
3586
f037e5b0
JL
3587Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3588
3589 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
3590 No space before 'u', 'f', or 'N'.
3591
a279b1f5
JK
3592Sun Jan 16 14:20:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3593
4baf1a8c
JK
3594 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
3595 farther than we should.
3596
a279b1f5
JK
3597 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
3598
3599Thu Jan 6 12:38:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3600
3601 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
3602
3603Wed Jan 5 11:56:21 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3604
3605 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
3606 needs it, to prevent reading past the end of a section.
3607
3608Wed Nov 17 17:20:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3609
3610 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
3611 Removed t,A case for la; always use t,A(b) case.
3612
3613Mon Nov 8 12:37:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3614
3615 From Ted Lemen <mellon@pepper.ncd.com>
3616 * mips-dis.c (print_insn_arg): Handle 'k'.
3617 * mips-opc.c: Make cache use k, not t.
3618
ba936a2e
PS
3619Sun Nov 7 23:52:34 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3620
3621 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
3622 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
3623 FLOAT_FORMAT_CODE to put out floating point register names.
3624
3625Mon Nov 1 18:17:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3626
3627 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
3628
bf04fba0
JK
3629Thu Oct 28 17:42:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3630
3631 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
3632
70643dbc
ILT
3633Wed Oct 27 11:48:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3634
3635 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
3636 larger than 32. Moved dsxx32 variants first for disassembler.
3637
07bf1ce5
SC
3638Mon Oct 25 11:33:14 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
3639
3640 * z8kgen.c, z8k-opc.h: Add full lda information.
3641
3642Tue Oct 19 12:39:25 1993 Jeffrey A Law (law@cs.utah.edu)
3643
3644 * hppa-dis.c (print_insn_hppa): Do not emit a space after
3645 movb instructions. Any necessary space will be emitted by
3646 the code to handle nullification completers.
3647
3648Wed Oct 13 16:19:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3649
3650 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
3651
bb959d0a
PS
3652Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3653
3654 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
3655 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
3656
9978cd4d
ILT
3657Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3658
3659 * mips-opc.c: Correct lwu opcode value (book had it wrong).
3660
3661Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
3662
3663 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
3664 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
3665
cb79d01d
RP
3666Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
3667
3668 * m88k-dis.c (m88kdis): comment change. Remove space after
3669 printing mnemonic.
3670 (printop): handle new arg types DEC and XREG for m88110.
3671
a0ad6c0f
JK
3672Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
3673
3674 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
3675 type for absolute branch addresses. Delete special
3676 "ble" and "be" code in 'W' operand code.
3677
3678Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3679
3680 * mips-opc.c: Set hazard information correctly for branch
3681 likely instructions.
3682
3683Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3684
3685 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
3686 info->fprintf_func for printing and info->print_address_func for
3687 address output.
3688
3689Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3690
3691 * mips-opc.c: Set INSN_TRAP for tXX instructions.
3692
3693Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3694
3695 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
3696 Corrected second case of "b" for disassembler.
3697
44647fcc
ILT
3698Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3699
3700 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
3701 to BFD swapping routines to correspond to BFD name changes.
3702
a9c686ad
ILT
3703Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3704
547998d2
ILT
3705 * mips-opc.c: Change div machine instruction to be z,s,t rather
3706 than s,t. Change div macro to be d,v,t rather than d,s,t.
3707 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
3708 rem and remu which generates only the corresponding div
3709 instruction. This is for compatibility with the MIPS assembler,
3710 which only generates the simple machine instruction when an
3711 explicit destination of $0 is used.
3712 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
a9c686ad 3713
a5ba0d3f
ILT
3714Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3715
3716 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
3717 WR_31 hazard for bal, bgezal, bltzal.
3718
3719Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3720
3721 * hppa-dis.c (print_insn_hppa): Use print function
3722 from within the disassemble_info, not fprintf_filtered.
3723
3724Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3725
3726 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
3727 Law, law@cs.utah.edu.)
3728
320cdccf
ILT
3729Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3730
3731 * mips-opc.c ("absu"): Removed.
3732 ("dabs"): Added.
3733
2bef2d3e
ILT
3734Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3735
3736 * mips-opc.c: Added r6000 and r4000 instructions and macros.
3737 Changed hazard information to distinguish between memory load
3738 delays and coprocessor load delays.
3739
45b14705
ILT
3740Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3741
3742 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
3743
ed2fe80f
DM
3744Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3745
3746 * configure.in: Don't pass cpu to config.bfd.
3747
e9a30357
ILT
3748Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3749
3750 * m88k-dis.c (m88kdis): Make class unsigned.
3751
3752Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
3753
3754 * alpha-dis.c (print_insn_alpha): One branch format case was
3755 missing the instruction name.
3756
3757Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3758
3759 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
3760 Add the arch-specific auxiliary files.
3761 (OFILES): Remove the arch-specific auxiliary files
3762 and use BFD_MACHINES instead of DIS_LIBS.
3763 * configure.in: Set BFD_MACHINES based on --with-targets option.
3764
786e4f1a
ILT
3765Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3766
3767 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
3768 for swc1.
3769
3770Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3771
3772 * sparc-opc.c: Change CONST to const to deal with gcc
3773 -Dconst=__const -traditional.
3774
11a0aaa7
ILT
3775Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3776
3777 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
3778 coprocessor instructions out of #if 0, and made them use new
3779 argument type "C".
3780
071689e1
JK
3781Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3782
3783 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
3784
3785Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
3786
3787 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
3788 instruction, for use by the disassembler.
3789
3790 * sparc-dis.c (SEX): Add sign extension macro. Replace many
3791 hand-coded sign extensions that depended on 32-bit host ints.
3792 FIXME, we still depend on big-endian host bitfield ordering.
3793 (sparc_print_insn): Set the insn_info_valid field, and the
3794 other fields that describe the instruction being printed.
3795
3796Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
3797
3798 * sparc-opc.c (call): Accept all 6 addressing modes valid for
3799 `jmp' instead of just one of them.
3800
4d135f1c
JK
3801Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
3802
071689e1
JK
3803 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
3804 (fput_fp_reg_r): Renamed from fput_reg_r.
3805 (fput_fp_reg): New function.
3806 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
3807
4d135f1c
JK
3808 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
3809
3810 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
3811
17068960
JK
3812Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
3813
b2ad2e64
JK
3814 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
3815
981b3a27
JK
3816 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
3817 don't output a space.
3818
17068960
JK
3819 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
3820
32d2052a
JK
3821Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
3822
3823 * mips-opc.c: New file, containing opcode table from
3824 ../include/opcode/mips.h.
3825 * Makefile.in: Add it.
3826
a4c01299
ILT
3827Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3828
3829 * m88k-dis.c: New file, moved in from gdb and changed to use the
3830 new dis-asm.h disassembler interface.
3831 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
3832 (m88k-dis.o): New target.
3833
37609724
ILT
3834Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
3835
3836 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
3837 argument string const char * to correspond to opcode/mips.h.
3838
fde326fb
ILT
3839Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
3840
3841 * mips-dis.c: Updated to account for name changes in new version
3842 of opcode/mips.h.
3843 * Makefile.in: Added header file dependencies.
3844
a5b5f81d
DE
3845Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
3846
3847 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
3848
3849Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3850
3851 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
3852 extend, rather than shifts.
3853
3854Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
3855
3856 * Makefile.in: Undo 15 June change.
3857
5b6c6336
PB
3858Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
3859
3860 * m68k-dis.c (print_insn_arg): Change return value to byte count
3861 or error code.
3862 * m68k-dis.c: Re-write to detect invalid operands before
3863 printing anything, so we can handle this the same way we
3864 handle invalid opcodes.
3865
219cf232
SC
3866Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
3867
3868 * sh-dis.c, sh-opc.h: Understand some more opcodes.
3869
91ea6ab0
ILT
3870Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
3871
3872 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
3873 header files.
3874
0a3c15c3
KR
3875Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3876
3877 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
3878
3879 * configure.in: Do make sysdep.h link.
3880 * Makefile.in: Search ../include. Don't search ../bfd.
3881
5aef7c67
SG
3882Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
3883
3884 Changes from Jeff Law, law@cs.utah.edu:
3885 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
3886 Do not print a space before the completers specified by
3887 'a' and 'd'.
3888
112087ed
KR
3889Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
3890
998f2ef3
KR
3891 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
3892 defined, since gdb has been fixed.
3893
112087ed
KR
3894 Changes from Jeff Law, law@cs.utah.edu:
3895 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
3896 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
3897 be a *disassemble_info, not a *FILE.
3898 * hppa-dis.c: Support 'd', '!', and 'a'.
3899 * hppa-dis.c: Support 's' to extract a 2 bit space register.
3900 * hppa-dis.c: Delete cases which are no longer needed.
3901
e6fb7139
JK
3902Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
3903
3904 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
3905
3906Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
3907
3908 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
3909 H8/300-H opcodes.
3910
e0a8bcfb
PB
3911Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
3912
3913 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
3914 * configure.in: No longer need to configure to get sysdep.h.
3915
3916Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
3917
3918 * Patches from Jeffrey Law <law@cs.utah.edu>.
3919 * hppa-dis.c: Support 'I', 'J', and 'K' in output
3920 templates for 1.1 FP computational instructions.
3921
3922Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3923
3924 * h8500-dis.c (print_insn_h8500): Address argument is type
3925 bfd_vma.
3926 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
3927 Ditto.
3928
3929 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
3930 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
3931
3932 * sparc-dis.c (compare_opcodes): Move static declaration to
3933 top-level.
3934
3935Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3936
3937 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
3938 instruction, remove unimp hack from 'l' argument.
3939
3940Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
3941
3942 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
3943 happy.
3944
3945Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
3946
3947 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
3948 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
3949 instructions.
3950
cfa8d061
KR
3951Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3952
d698222b
KR
3953 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
3954 arrays of string pointers to 2-d arrays of chars, to save
3955 space.
cfa8d061
KR
3956
3957Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
3958
3959 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
3960 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
3961
3962Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3963
3964 * hppa-dis.c: New file from Utah, adapted to new disassembler
3965 calling interface.
3966 * Makefile.in: Include it.
3967
3968Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3969
3970 * sh-dis.c, sh-opc.h: New files.
3971
3972Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3973
3974 * alpha-dis.c, alpha-opc.h: New files.
3975
3976Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3977
3978 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
3979 value.
3980
d802b948
JG
3981Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
3982
3983 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
3984
3985Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
3986
3987 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
3988 const.
3989
720b3aed
JK
3990Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
3991
3992 * sparc-dis.c: Use fprintf_func a few places where I forgot,
3993 and double percent signs a few places.
3994
3995 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
3996
3997 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
3998 Use info->print_address_func not print_address.
3999
4000 * dis-buf.c (generic_print_address): New function.
4001
f7ed13c7
JK
4002Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4003
4004 * Makefile.in: Add sparc-dis.c.
4005 sparc-dis.c: New file, merges binutils and gdb versions as follows:
4006 From GDB:
4007 Add `add' instruction to the set that get checked
4008 for a preceding `sethi' in order to print an absolute address.
4009 * (print_insn): Disassembly prefers real instructions.
4010 (is_delayed_branch): Speed up.
4011 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
4012 Still missing some float ops, and needs testing.
4013 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
4014 F_ALIAS. Use printf, not fprintf, when not passing a file
4015 pointer...
4016 (compare_opcodes): Check that identical instructions have
4017 identical opcodes, complain otherwise.
4018 From binutils:
4019 * New 'm' arg.
4020 * Include reg_names.
4021 From neither:
4022 Use dis-asm.h/read_memory_func interface.
4023
05545edc
RP
4024Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4025
4026 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
4027 deliberately return non-zero to setjmp from longjmp. Otherwise
4028 this code fails to compile.
4029
cbe61cc6
SG
4030Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
4031
4032 * m68k-dis.c: Fix prototype for fetch_arg().
4033
5d0734a7
JK
4034Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4035
4036 * dis-buf.c: New file, for new read_memory_func interface.
4037 Makefile.in (OFILES): Include it.
4038 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
4039 Use new read_memory_func interface.
4040
4041Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4042
4043 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
4044 * h8500-opc.h: Fix couple of opcodes.
4045
4046Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4047
4048 * Makefile.in: add dvi & installcheck targets
4049
2cb563e6
JG
4050Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
4051
4052 * Makefile.in: Update for h8500-dis.c.
4053
337110ea
SC
4054Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4055
4056 * h8500-dis.c, h8500-opc.h: New files
4057
c840244e
PB
4058Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
4059
4060 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
4061 ../include/dis-asm.h.
4062 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
4063 and ../gdb/m68k-pinsn.c).
4064 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
4065 and ../gdb/i386-pinsn.c).
4066 * m68881-ext.c: New file. Moved definition of
4067 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
4068 * Makefile.in: Adjust for new files.
4069 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
4070 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
4071 can be dis-assembled.
4072
4073Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4074
4075 * mips-dis.c (print_insn_arg): Now returns void.
4076
4077Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
4078
4079 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
4080 files that use the macros.
4081
4082Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4083
4084 * mips-dis.c: New file, from gdb/mips-pinsn.c.
4085 * Makefile.in (DIS_LIBS): Added mips-dis.o.
4086 (CFILES): Added mips-dis.c.
4087
4088Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4089
4090 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
4091 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
4092
4093Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
4094
4095 * Makefile.in: Improve *clean rules.
4096 * configure.in: Allow a default host.
4097
4098Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4099
4100 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
4101 files include other sysdep files
4102
4103Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4104
4105 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
4106
4107Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
4108
4109 * configure.in: For host support, use ../bfd/configure.host
4110 so it stays in sync with the ../bfd/hosts database.
4111
d5dcef63
DZ
4112Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4113
4114 * configure.in: use cpu-vendor-os triple instead of nested cases
4115
0843ea63
MW
4116Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
4117
4118 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
4119 *always* the wrong one.
4120
b31a1f81
SC
4121Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4122
4123 * z8kgen.c: added copyright info
4124
447bbbea
SC
4125Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4126
4127 * z8k-dis.c (unparse_instr): prettier tabs
4128 * z8kgen.c -> z8k-opc.h: bug fixes in tables
4129
57cae454
SG
4130Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
4131
4132 * configure.in: Add ncr* configuration.
4133 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
4134 picayune ANSI compilers happy.
4135
4136Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
4137
4138 * configure.in (i386): Make i386 and i486 synonymous for now.
4139 * configure.in (i[34]86-*-sysv4): Add my_host definition.
4140
3a157902
KR
4141Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4142
4143 * Makefile.in (install): Fix typo.
4144
68ca3238
JG
4145Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
4146
4147 * Makefile.in (make): Remove obsolete crud.
4148 (sparc-opc.o): Avoid Sun Make VPATH bug.
4149
e5bc6aaf
RP
4150Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
4151
4152 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 4153 references of subdir_do.
e5bc6aaf 4154
794a16b0
KR
4155Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4156
4157 * Makefile.in (install): Get the library name right here too.
4158 Don't install bfd.h, since it's unrelated to this library. No
4159 subdirs to recurse into, either.
4160 (CFILES): The source file has a .c suffix, not .o.
4161
4162 * sparc-opc.c: New file, moved from BFD.
4163 * Makefile.in (OFILES): Build it.
4164
4165Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
4166
4167 * z8k-dis.c: fixed forward refferences of some declarations.
4168
4169Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
4170
4171 * Makefile.in: get the name of the library right
4172
a4ccc310
SC
4173Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4174
add1fb05 4175 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
4176 * z8k-opc.h: new file full of z8000 opcodes
4177
9a458b67
ILT
4178\f
4179Local Variables:
4180version-control: never
4181End:
This page took 0.405674 seconds and 4 git commands to generate.