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