Fix BLX(1) for Thumb
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
4f3c3dbb
NC
12001-03-06 Nick Clifton <nickc@redhat.com>
2
3 * arm-dis.c (print_insn_thumb): Compute destination address
4 of BLX(1) instruction by taking bit 1 from PC and not from bit
5 0 of the offset.
6
9d29e1b3
NC
72001-03-06 Igor Shevlyakov <igor@windriver.com>
8
9 * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
10 so command line switches will work.
11
b3466c39
DB
122001-03-05 Dave Brolley <brolley@redhat.com>
13
2edda1bf
DB
14 * fr30-asm.c: Regenerate.
15 * fr30-desc.c: Regenerate.
16 * fr30-desc.h: Regenerate.
17 * fr30-dis.c: Regenerate.
18 * fr30-ibld.c: Regenerate.
19 * fr30-opc.c: Regenerate.
20 * fr30-opc.h: Regenerate.
21 * m32r-asm.c: Regenerate.
22 * m32r-desc.c: Regenerate.
23 * m32r-desc.h: Regenerate.
24 * m32r-dis.c: Regenerate.
25 * m32r-ibld.c: Regenerate.
26 * m32r-opc.c: Regenerate.
27 * m32r-opc.h: Regenerate.
28 * m32r-opinst.c: Regenerate.
b3466c39 29
80a523c2
NC
302001-02-28 Igor Shevlyakov <igor@windriver.com>
31
32 * m68k-opc.c: fix cpushl according to Motorola. Enable
33 bunch of instructions for Coldfire 5407 and add all new.
34
27b7e12d
AM
352001-02-27 Alan Modra <alan@linuxcare.com.au>
36
37 * configure.in (BFD_VERSION): Do without grep.
38 * configure: Regenerate.
39 * Makefile.am: Run "make dep-am".
40 * Makefile.in: Regenerate.
41
b8e0eda2
L
422001-02-23 David Mosberger <davidm@hpl.hp.com>
43
44 * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
45 * ia64-asmtab.c: Regenerate.
46
87f8eb97
JW
472001-02-21 David Mosberger <davidm@hpl.hp.com>
48
49 * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
50 separate variants: one for IMM22 and the other for IMM14.
51 * ia64-asmtab.c: Regenerate.
52
dd425ada
GM
532001-02-21 Greg McGary <greg@mcgary.org>
54
55 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
56
b34fb0b4
L
572001-02-20 H.J. Lu <hjl@gnu.org>
58
59 * Makefile.am (ia64-ic.tbl): Remove the target.
60 (ia64-raw.tbl): Likewise.
61 (ia64-waw.tbl): Likewise.
62 (ia64-war.tbl): Likewise.
63 (ia64-asmtab.c): Generate it in the source directory.
64 * Makefile.in: Regenerated.
65
e135f41b
NC
662001-02-18 lars brinkhoff <lars@nocrew.org>
67
68 * Makefile.am: Add PDP-11 target.
69 * configure.in: Likewise.
70 * disassemble.c: Likewise.
71 * pdp11-dis.c: New file.
72 * pdp11-opc.c: New file.
73
42dc96ca
JW
742001-02-14 Jim Wilson <wilson@redhat.com>
75
76 * ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
77 * ia64-asmtab.c: Regenerate.
78
76f227a5
JH
79Mon Feb 12 17:41:26 CET 2001 Jan Hubicka <jh@suse.cz>
80
81 * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
82 instructions.
83 (putop): Handle 'Y'
84
9117d219
NC
852001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
86
87 * mips-dis.c (print_insn_arg): Use top four bits of the address of
88 the following instruction not of the jump itself for the jump
89 target.
90 (print_mips16_insn_arg): Likewise.
91
847ee773
MS
922001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
93
94 * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
95 directory.
96 * Makefile.in: Regenerate.
97
a85d7ed0
NC
982001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
99
100 * Makefile.am: Add linux target for S/390.
101 * Makefile.in: Likewise.
102 * configure.in: Likewise.
103 * disassemble.c: Likewise.
104 * s390-dis.c: New file.
105 * s390-mkopc.c: New file.
106 * s390-opc.c: New file.
107 * s390-opc.txt: New file.
108
e5943035
JW
1092001-02-05 Jim Wilson <wilson@redhat.com>
110
111 * ia64-asmtab.c: Revert 2000-12-16 change.
112
0715dc88
PM
1132001-02-02 Patrick Macdonald <patrickm@redhat.com>
114
115 * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
116 * m32r-desc.h: Regenerate.
117
90530880
JH
118Thu Feb 1 16:29:06 MET 2001 Jan Hubicka <jh@suse.cz>
119
76f227a5 120 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
90530880
JH
121 (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
122
1328dc98
AM
1232001-01-14 Alan Modra <alan@linuxcare.com.au>
124
125 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
126
b7ed8fad
NC
1272001-01-13 Nick Clifton <nickc@redhat.com>
128
129 * disassemble.c: Remove spurious white space.
130
e2914f48
JH
131Sat Jan 13 01:48:24 MET 2001 Jan Hubicka <jh@suse.cz>
132
133 * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
134 templates.
135
0d2bcfaf
NC
1362001-01-11 Peter Targett <peter.targett@arccores.com>
137
138 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
139 * Makefile.am (C_FILES): Add arc-ext.c.
140 (ALL_MACHINES) Add arc-ext.lo.
141 (INCLUDES) Add opcode directory to list.
142 New dependency entry for arc-ext.lo.
143 * disassemble.c (disassembler): Correct call to
144 arc_get_disassembler.
145 * arc-opc.c: New update for ARC, including full base
146 instructions for ARC variants.
147 * arc-dis.h, arc-dis.c: New update for ARC, including
148 extensibility functionality.
149 * arc-ext.h, arc-ext.c: New files for handling extensibility.
150
1512001-01-10 Jan Hubicka <jh@suse.cz>
041bd2e0
JH
152
153 * i386-dis.c (PREGRP15 - PREGRP24): New.
154 (dis386_twobyt): Add SSE2 instructions.
155 (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
156 (twobyte_uses_f3_prefix): ... this one.
157 (grps): Add SSE instructions.
158 (prefix_user_table): Add two new slots; add SSE2 instructions.
159 (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
160 Handle the REPNZ and Data16 prefixes as well; do proper lookup
161 to prefix_user_table.
162 (OP_E): Accept mfence and lfence as well.
163 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
164 (OP_XMM): Support REX extensions.
165 (OP_EM): Likewise.
166 (OP_EX): Likewise.
167
6a56ec7e
NC
1682001-01-09 Nick Clifton <nickc@redhat.com>
169
170 * arm-dis.c (print_insn): Set pc to zero for instructions with
171 a reloc associated with them.
172
4a9f416d
JJ
1732001-01-09 Jeff Johnston <jjohnstn@redhat.com>
174
175 * cgen-asm.in (parse_insn_normal): Changed syn to be
176 CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn
177 as character to use CGEN_SYNTAX_CHAR macro and all comparisons
178 to '\0' to use 0 instead.
179 * cgen-dis.in (print_insn_normal): Ditto.
180 * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
181
0d2bcfaf 1822001-01-05 Jan Hubicka <jh@suse.cz>
52b15da3
JH
183
184 * i386-dis.c: Add x86_64 support.
185 (rex): New static variable.
186 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
187 (USED_REX): New macro.
188 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
189 (OP_I64, OP_OFF64, OP_IMREG): New functions.
190 (OP_REG, OP_OFF): Declare.
191 (get64, get32, get32s): New functions.
192 (r??_reg): New constants.
193 (dis386_att): Change templates of instruction implicitly promoted
194 to 64bit; change e?? to RMe?? for unwind RM byte instructions.
195 (grps): Likewise.
196 (dis386_intel): Likewise.
197 (dixx86_64_att): New table based on dis386_att.
198 (dixx86_64_intel): New table based on dis386_intel.
199 (names64, names8rex): New global variable.
200 (names32, names16): Add extended registers.
201 (prefix_user_t): Recognize rex prefixes.
202 (prefix_name): Print REX prefixes nicely.
203 (op_riprel): New global variable.
204 (start_pc): Set type to bfd_vma.
205 (print_insn_i386): Detect the 64bit mode and use proper table;
206 move ckprefix after initializing the buffer; output unused rex prefixes;
207 output information about target of RIP relative addresses.
208 (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
209 (print_operand_value): New function.
210 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
211 REX prefix and new modes.
212 (get64, get32s): New.
213 (get32): Return bfd_signed_vma type.
214 (set_op): Initialize the op_riprel.
215 * disassemble.c (disassembler): Recognize the x86-64 disassembly.
216
7e30bc36
FCE
2172001-01-03 Richard Sandiford <r.sandiford@redhat.com>
218
219 cgen-dis.in (read_insn): Use bfd_get_bits()
220
aed80dae
FCE
2212001-01-02 Richard Sandiford <rsandifo@redhat.com>
222
223 * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
224 (hash_insn_list): Likewise
225 * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
226 (extract_1): Use bfd_get_bits().
227 (extract_normal): Apply sign extension to both extraction
228 methods.
229 * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
230 (cgen_put_insn_value): Use bfd_put_bits()
231
149fe25e
FCE
2322000-12-28 Frank Ch. Eigler <fche@redhat.com>
233
234 * cgen-asm.in (parse_insn_normal): Print better error message for
235 instructions with missing operands.
236
a6cff3e3
NC
2372000-12-21 Santeri Paavolainen <santtu@ssh.com>
238
239 * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
240
09919455
NC
2412000-12-16 Nick Clifton <nickc@redhat.com>
242
243 * Makefile.in: Regenerate.
244 * aclocal.m4: Regenerate.
245 * config.in: Regenerate.
246 * configure.in: Add spacing.
247 * configure: Regenerate.
248 * ia64-asmtab.c: Regenerate.
249 * po/opcodes.pot: Regenerate.
250
606d55bc
FCE
2512000-12-12 Frank Ch. Eigler <fche@redhat.com>
252
253 * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
254 error messages over later parse-time ones.
255
514829c3
JW
2562000-12-12 Jim Wilson <wilson@redhat.com>
257
258 * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
259 argument.
260 * ia64_gen.c (insert_deplist): Cast sizeof result to int.
261 (print_dependency_table): Print NULL if semantics field not set.
262 (insert_opcode_dependencies): Mark cmp parameter as unused.
263 (print_main_table): Use fprintf_vma to print long long fields.
264 (main): Mark argv paramter as unused. Convert to old style definition.
265 * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
266 * ia64-asmtab.c: Regnerate.
267
708b8a71
NC
2682000-12-09 Nick Clifton <nickc@redhat.com>
269
54faae25
NC
270 * m32r-dis.c (print_insn): Prevent re-read of instruction from
271 wrong address.
272
708b8a71
NC
273 * fr30-dis.c: Regenerate.
274
54faae25
NC
2752000-12-08 Peter Targett <peter.targett@arccores.com>
276
277 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
278 * Makefile.am (C_FILES): Add arc-ext.c.
279 (ALL_MACHINES) Add arc-ext.lo.
280 (INCLUDES) Add opcode directory to list.
281 New dependency entry for arc-ext.lo.
282 * disassemble.c (disassembler): Correct call to
283 arc_get_disassembler.
284 * arc-opc.c: New update for ARC, including full base
285 instructions for ARC variants.
286 * arc-dis.h, arc-dis.c: New update for ARC, including
287 extensibility functionality.
288 * arc-ext.h, arc-ext.c: New files for handling extensibility.
289
08fe7a7e
NC
2902000-12-03 Chris Demetriou cgd@sibyte.com
291
292 * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
293 MOD_HILO, and MOD_LO macros.
294
15305553
NC
295 * mips-opc.c (M1, M2): Delete.
296 (mips_builtin_opcodes): Remove all uses of M1.
297
0808b8a9
NC
298 * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
299 instructions take "G" format second operands and use the
300 correct flags.
301 There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
302 match.
303 Delete "sel" code operands from mfc1 and mtc1.
304 Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
305 for dm[ft]c[023].
306
e70f2590
NC
3072000-12-03 Ed Satterthwaite ehs@sibyte.com and
308 Chris Demetriou cgd@sibyte.com
309
310 * mips-opc.c (mips_builtin_opcodes): Finish additions
311 for MIPS32 support, and clean up existing entries for
312 aesthetics, consistency with the MIPS32 ISA, and
313 with consistency the rest of the table.
314
b23da31b
NC
3152000-12-01 Nick Clifton <nickc@redhat.com>
316
317 * mips16-opc.c (mips16_opcodes): Add initialiser for membership
318 field.
319
4372b673
NC
3202000-12-01 Chris Demetriou <cgd@sibyte.com>
321
322 mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
323 specifiers. Update 'B' for new constant names, and remove
324 'm'.
325 mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
326 near the top of the array, so they are disassembled properly.
327 Enable "ssnop" for MIPS32. Add "break" variant with 20 bit
328 code for MIPS32. Update "clo" and "clz" to use 'U' operand
329 specifier. Add 'H' format specifier variants for "mfc1,"
330 "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update
331 MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32
332 "wait" variant which uses 'J' operand specifier.
333
e7af610e
NC
334 * mips-dis.c (set_mips_isa_type): Update to use
335 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
336 Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
337 * mips-opc.c (I32): New constant for instructions added in
338 MIPS32.
339 (P4): Delete.
340 (mips_builtin_opcodes) Replace all uses of P4 with I32.
341
84ea6cf2
NC
342 * mips-dis.c (set_mips_isa_type): Add cases for
343 bfd_mach_mips5 and bfd_mach_mips64.
344 * mips-opc.c (I64): New definitions.
345
c6c98b38
NC
346 * mips-dis.c (set_mips_isa_type): Add case for
347 bfd_mach_mips_sb1.
348
caaaf822
HPN
3492000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
350
351 * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
352 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
353 Initialize variable dc to NULL.
354 (print_insn_shx): Remove unused label d_reg_n.
355
077b8428
NC
3562000-11-24 Nick Clifton <nickc@redhat.com>
357
358 * arm-opc.h: Add new opcode formatting parameter 'B'.
359 (arm_opcodes): Add XScale, v5, and v5te instructions.
360 (thumb_opcodes): Add v5t instructions.
361
362 * arm-dis.c (print_insn_arm): Handle new 'B' format
363 parameter.
364 (print_insn_thumb): Decode BLX(1) instruction.
365
657e7cec
CD
3662000-11-21 Chris Demetriou <cgd@sibyte.com>
367
368 * mips-opc.c: Fix file header comment.
369
b6b0b32c
HPN
3702000-11-14 Hans-Peter Nilsson <hp@axis.com>
371
372 * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
373 print_insn_cris_with_register_prefix.
374
54a4ca2e
AO
3752000-11-11 Alexandre Oliva <aoliva@redhat.com>
376
377 * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
378
025d2eab 3792000-11-07 Matthew Green <mrg@redhat.com>
1ffd7d02
DB
380
381 * cgen-dis.in (print_insn): All insns which can fit into insn_value
382 must be loaded there in their entirety.
383
19f7b010
JJ
3842000-10-20 Jakub Jelinek <jakub@redhat.com>
385
386 * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
387 (compute_arch_mask): Add v8plusb and v9b machines.
388 (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
389 * opcodes/sparc-opc.c: Support for Cheetah instruction set.
390 (prefetch_table): Add #invalidate.
391
710c2d97
NC
3922000-10-16 Nick Clifton <nickc@redhat.com>
393
394 * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
395
f40c3ea3
DB
3962000-10-06 Dave Brolley <brolley@redhat.com>
397
398 * fr30-desc.h: Regenerate.
399 * m32r-desc.h: Regenerate.
400 * m32r-ibld.c: Regenerate.
401
0d2bcfaf 4022000-10-05 Jim Wilson <wilson@redhat.com>
afa680f8
JW
403
404 * ia64-ic.tbl: Update from Intel.
405 * ia64-asmtab.c: Regenerate.
406
d1e28e24
KH
4072000-10-04 Kazu Hirata <kazu@hxi.com>
408
409 * ia64-gen.c: Convert C++-style comments to C-style comments.
410 * tic54x-dis.c: Likewise.
411
b4db717d 4122000-09-29 Hans-Peter Nilsson <hp@axis.com>
78966507
HPN
413
414 Changes to add dollar prefix to registers for files where user symbols
415 don't have a leading underscore. Fix formatting.
416 * cris-dis.c (REGISTER_PREFIX_CHAR): New.
417 (format_reg): Add parameter with_reg_prefix. All callers changed.
418 (print_with_operands): Ditto.
419 (print_insn_cris_generic): Renamed from print_insn_cris, add
420 parameter with_reg_prefix.
421 (print_insn_cris_with_register_prefix,
422 print_insn_cris_without_register_prefix, cris_get_disassembler):
423 New.
424 * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
425
0d2bcfaf 4262000-09-22 Jim Wilson <wilson@redhat.com>
139368c9 427
d48ad4f3
JW
428 * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
429 gt, ge, ngt, and nge.
430 * ia64-asmtab.c: Regenerate.
431
139368c9
JW
432 * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
433 * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
434 (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
435 * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
436 * ia64-asmtab.c: Regnerate.
437
156c2f8b
NC
4382000-09-13 Anders Norlander <anorland@acc.umu.se>
439
440 * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
441 Add mfc0 and mtc0 with sub-selection values.
442 Add clo and clz opcodes.
443 Add msub and msubu instructions for MIPS32.
444 Add madd/maddu aliases for mad/madu for MIPS32.
445 Support wait, deret, eret, movn, pref for MIPS32.
446 Support tlbp, tlbr, tlbwi, tlbwr.
447 (P4): New define.
448
449 * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
450 (print_insn_arg): Handle 'H' args.
451 (set_mips_isa_type): Recognize 4K.
452 Use CPU_* defines instead of hardcoded numbers.
453
de827f51
CM
4542000-09-11 Catherine Moore <clm@redhat.com>
455
456 * d30v-opc.c (d30v_operand_t): New operand type Rb2.
457 (d30v_format_tab): Use Rb2 for modinc and moddec.
458
ea2aae66
CM
4592000-09-07 Catherine Moore <clm@redhat.com>
460
461 * d30v-opc.c (d30v_format_tab): Use format Ra for
462 modinc and moddec.
463
90f2472a
AO
4642000-09-06 Alexandre Oliva <aoliva@redhat.com>
465
466 * configure: Rebuilt with new libtool.m4.
467
5b343f5a
NC
4682000-09-05 Nick Clifton <nickc@redhat.com>
469
470 * configure: Regenerate.
471 * po/opcodes.pot: Regenerate.
472
ac48eca1
AO
4732000-08-31 Alexandre Oliva <aoliva@redhat.com>
474
475 * acinclude.m4: Include libtool and gettext macros from the
476 top level.
477 * aclocal.m4, configure: Rebuilt.
478
c6d805e0
KH
4792000-08-30 Kazu Hirata <kazu@hxi.com>
480
481 * tic80-dis.c: Fix formatting.
482
7d352fc8
KH
4832000-08-29 Kazu Hirata <kazu@hxi.com>
484
485 * w65-dis.c: Fix formatting.
486
a47cf567
NC
4872000-08-28 Mark Hatle <mhatle@mvista.com>
488
489 * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
490 (powerpc_opcodes): Add table entries for PPC 405 instructions.
491 Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
492 instructions. Added extended mnemonic mftbl as defined in the
493 405GP manual for all PPCs.
494
0d2bcfaf 4952000-08-28 Jim Wilson <wilson@redhat.com>
f9365b11
JW
496
497 * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
498 call. Change last goto to use failed instead of done.
499
6bb95a0f
DB
5002000-08-28 Dave Brolley <brolley@redhat.com>
501
502 * cgen-ibld.in (cgen_put_insn_int_value): New function.
503 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
504 (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
505 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
506 * cgen-dis.in (read_insn): New static function.
507 (print_insn): Use read_insn to read the insn into the buffer and set
508 up for disassembly.
509 (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
510 in the buffer.
511 * fr30-asm.c: Regenerated.
512 * fr30-desc.c: Regenerated.
513 * fr30-desc.h Regenerated.
514 * fr30-dis.c: Regenerated.
515 * fr30-ibld.c: Regenerated.
516 * fr30-opc.c: Regenerated.
517 * fr30-opc.h Regenerated.
518 * m32r-asm.c: Regenerated.
519 * m32r-desc.c: Regenerated.
520 * m32r-desc.h Regenerated.
521 * m32r-dis.c: Regenerated.
522 * m32r-ibld.c: Regenerated.
523 * m32r-opc.c: Regenerated.
524
bf830eae
KH
5252000-08-28 Kazu Hirata <kazu@hxi.com>
526
527 * tic30-dis.c: Fix formatting.
528
69eb4bbf
KH
5292000-08-27 Kazu Hirata <kazu@hxi.com>
530
531 * sh-dis.c: Fix formatting.
532
f509565f
GK
5332000-08-24 David Edelsohn <dje@watson.ibm.com>
534
535 * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
536
5c90f90d
KH
5372000-08-24 Kazu Hirata <kazu@hxi.com>
538
539 * z8k-dis.c: Fix formatting.
540
0d2bcfaf 5412000-08-16 Jim Wilson <wilson@redhat.com>
50b81f19
JW
542
543 * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete
544 break, mov-immediate, nop.
545 * ia64-opc-f.c: Delete fpsub instructions.
546 * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
547 address operand. Rewrite using macros to avoid long lines.
548 * ia64-opc.h (POSTINC): Define.
549 * ia64-asmtab.c: Regenerate.
550
0d2bcfaf 5512000-08-15 Jim Wilson <wilson@redhat.com>
19ba6717
JW
552
553 * ia64-ic.tbl: Add missing entries.
554
0d2bcfaf 5552000-08-08 Jason Eckhardt <jle@redhat.com>
a5bc3299
JE
556
557 * i860-dis.c (print_br_address): Change third argument from int
558 to long.
559
0d2bcfaf 5602000-08-07 Richard Henderson <rth@redhat.com>
0228082a
RH
561
562 * ia64-dis.c (print_insn_ia64): Get byte skip count correct
563 for MLI templates. Handle IA64_OPND_TGT64.
564
a47cf567
NC
5652000-08-04 Ben Elliston <bje@redhat.com>
566
567 * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
568 * cgen.sh: Likewise.
569
0d2bcfaf 5702000-08-02 Jim Wilson <wilson@redhat.com>
a47cf567
NC
571
572 * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
573
463f102c
DC
5742000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
575
576 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
577 Change return type from void to int. Check the combination
578 of operands, return 1 if valid. Fix to avoid BUF overflow.
579 Report undefined combinations of operands in COMMENT.
580 Report internal errors to stderr. Output the adiw/sbiw
581 constant operand in both decimal and hex.
582 (print_insn_avr): Disassemble ldd/std with displacement of 0
583 as ld/st. Check avr_operand () return value, handle invalid
584 combinations of operands like unknown opcodes.
585
6e31aea3
BE
5862000-07-28 Ben Elliston <bje@redhat.com>
587
588 * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
589 (run-cgen, stamp-m32r, stamp-fr30): New targets.
590 * Makefile.in: Regenerate.
591 * configure.in: Add --enable-cgen-maint option.
592 * configure: Regenerate.
593
dc62a253
NC
5942000-07-26 Dave Brolley <brolley@redhat.com>
595
596 * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
597 (cgen_hw_lookup_by_num): Ditto.
598 (cgen_operand_lookup_by_name): Ditto.
599 (print_address): Ditto.
600 (print_keyword): Ditto.
601 * cgen-dis.c (hash_insn_array): Mark unused parameters with
602 ATTRIBUTE_UNUSED.
603 * cgen-asm.c (hash_insn_array): Mark unused parameters with
604 ATTRIBUTE_UNUSED.
605 (cgen_parse_keyword): Ditto.
606
0d2bcfaf 6072000-07-22 Jason Eckhardt <jle@redhat.com>
cdac37f6
JE
608
609 * i860-dis.c: New file.
610 (print_insn_i860): New function.
611 (print_br_address): New function.
612 (sign_extend): New function.
613 (BITWISE_OP): New macro.
614 (I860_REG_PREFIX): New macro.
615 (grnames, frnames, crnames): New structures.
616
617 * disassemble.c (ARCH_i860): Define.
618 (disassembler): Add check for bfd_arch_i860 to set disassemble
619 function to print_insn_i860.
620
621 * Makefile.in (CFILES): Added i860-dis.c.
622 (ALL_MACHINES): Added i860-dis.lo.
623 (i860-dis.lo): New dependences.
624
625 * configure.in: New bits for bfd_i860_arch.
626
627 * configure: Regenerated.
628
6c95a37f
HPN
6292000-07-20 Hans-Peter Nilsson <hp@axis.com>
630
631 * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
632 (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
633 (cris-dis.lo, cris-opc.lo): New rules.
634 * Makefile.in: Rebuild.
635 * configure.in (bfd_cris_arch): New target.
636 * configure: Rebuild.
637 * disassemble.c (ARCH_cris): Define.
638 (disassembler): Support ARCH_cris.
639 * cris-dis.c, cris-opc.c: New files.
640 * po/POTFILES.in, po/opcodes.pot: Regenerate.
641
09ab35c7
JJ
6422000-07-11 Jakub Jelinek <jakub@redhat.com>
643
644 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
645 Reported by Bill Clarke <llib@computer.org>.
646
0d2bcfaf 6472000-07-09 Geoffrey Keating <geoffk@redhat.com>
1da5001c
GK
648
649 * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
650 Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
651
6e09abd4
AM
6522000-07-09 Alan Modra <alan@linuxcare.com.au>
653
654 * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
655 fput_const, extract_3, extract_5_load, extract_5_store,
656 extract_5r_store, extract_5R_store, extract_10U_store,
657 extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
658 extract_12, extract_17, extract_22): Prototype.
659 (print_insn_hppa): Rename inner block opcode -> opc to avoid
660 shadowing outer block.
661 (GET_BIT): Define.
662
90821790 6632000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
664
665 * MAINTAINERS: new
666
6eeeb4b4
AO
6672000-07-04 Alexandre Oliva <aoliva@redhat.com>
668
669 * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
670
00d2865b
NC
6712000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
672
673 * avr-dis.c (avr_operand): Change _ () to _() around all strings
674 marked for translation (exception from the usual coding style).
675 (print_insn_avr): Initialize insn2 to avoid warnings.
676
c07ab2ec
NC
6772000-07-03 Kazu Hirata <kazu@hxi.com>
678
679 * h8300-dis.c (bfd_h8_disassemble): Improve readability.
680 * h8500-dis.c: Fix formatting.
681
0bdaf48b
AM
6822000-07-01 Alan Modra <alan@linuxcare.com.au>
683
684 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
685 (CLEANFILES): Add DEPA.
686 * Makefile.in: Regenerate.
687
7c03c75e
SB
6882000-06-26 Scott Bambrough <scottb@netwinder.org>
689
690 * arm-dis.c (regnames): Add an additional register set to match
691 the set used by GCC. Make it the default.
692
1581f8c9
AM
6932000-06-22 Alan Modra <alan@linuxcare.com.au>
694
695 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
696 find one.
697 * Makefile.in: Regenerate.
698
bbeb2e03
L
6992000-06-20 H.J. Lu <hjl@gnu.org>
700
701 * Makefile.am: Rebuild dependency.
702 * Makefile.in: Rebuild.
9b443040
NC
703
7042000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
705
706 * Makefile.in, configure: regenerate
707 * disassemble.c (disassembler): Recognize ARCH_m68hc12,
708 ARCH_m68hc11.
709 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
710 New functions.
711 * configure.in: Recognize m68hc12 and m68hc11.
712 * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
713 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
714 and opcode generation for m68hc11 and m68hc12.
bbeb2e03 715
39c20e8f
ND
7162000-06-16 Nick Duffek <nsd@redhat.com>
717
718 * disassemble.c (disassembler): Refer to the PowerPC 620 using
719 bfd_mach_ppc_620 instead of 620.
720
53d388d1
JL
7212000-06-12 Kazu Hirata <kazu@hxi.com>
722
723 * h8300-dis.c: Fix formatting.
724 (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
725 correctly.
726
0d2bcfaf 7272000-06-09 Denis Chertykov <denisc@overta.ru>
8776c5fe
DC
728
729 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
730
0d2bcfaf 7312000-06-07 Denis Chertykov <denisc@overta.ru>
bab84c47
DC
732
733 * avr-dis.c: completely rewritten.
734
79540e26 7352000-06-02 Kazu Hirata <kazu@hxi.com>
5fec0fc5
NC
736
737 * h8300-dis.c: Follow the GNU coding style.
738 (bfd_h8_disassemble) Fix a typo.
5fec0fc5 739
3903e627
NC
7402000-06-01 Kazu Hirata <kazu@hxi.com>
741
742 * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
743 (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
744 correctly. Fix a typo.
745
0d2bcfaf 7462000-05-31 Nick Clifton <nickc@redhat.com>
c0ae4ccc
NC
747
748 * opintl.h (_(String)): Explain why dgettext is used instead of
749 gettext.
750
0d2bcfaf 7512000-05-30 Nick Clifton <nickc@redhat.com>
c1485d85
NC
752
753 * opintl.h (gettext, dgettext, dcgettext, textdomain,
754 bindtextdomain): Replace defines with those from intl/libgettext.h
755 to quieten gcc warnings.
756
2114f57b
AM
7572000-05-26 Alan Modra <alan@linuxcare.com.au>
758
759 * Makefile.am: Update dependencies with "make dep-am"
760 * Makefile.in: Regenerate.
761
0d2bcfaf 7622000-05-25 Alexandre Oliva <aoliva@redhat.com>
d6062282
AO
763
764 * m10300-dis.c (disassemble): Don't assume 32-bit longs when
765 sign-extending operands.
766
0d2bcfaf 7672000-05-15 Donald Lindsay <dlindsay@redhat.com>
344fc69a
DL
768
769 * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
770 except brf's.
771
0d2bcfaf 7722000-05-21 Nick Clifton <nickc@redhat.com>
6c298591
NC
773
774 * Makefile.am (LIBIBERTY): Define.
775
0d2bcfaf 7762000-05-19 Diego Novillo <dnovillo@redhat.com>
fb48caed
DN
777
778 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
779 (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
780 (reg_names): Rename to std_reg_names. Change it to a char **
781 static variable.
782 (std_reg_names): New name for reg_names.
783 (set_mips_isa_type): Set reg_names to point to std_reg_names by
784 default.
785
f660ee8b
FCE
7862000-05-16 Frank Ch. Eigler <fche@redhat.com>
787
788 * fr30-desc.h: Partially regenerated to account for changed
789 CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
790 * m32r-desc.h: Ditto.
791
0d2bcfaf 7922000-05-15 Nick Clifton <nickc@redhat.com>
322f2c45
NC
793
794 * arm-opc.h: Use upper case for flasg in MSR and MRS
795 instructions. Allow any bit to be set in the field_mask of
796 the MSR instruction.
797
798 * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
799 field_mask of an MSR instruction.
800
60fc8cba
NC
8012000-05-11 Thomas de Lellis <tdel@windriver.com>
802
79540e26
AM
803 * arm-opc.c: Disassembly of thumb ldsb/ldsh
804 instructions changed to ldrsb/ldrsh.
805
73da6b6b
AM
8062000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
807
808 * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
809 target addresses for 'jal' and 'j'.
810
0d2bcfaf 8112000-05-10 Geoff Keating <geoffk@redhat.com>
d2f75a6f
GK
812
813 * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
814 also available in common mode when powerpc syntax is being used.
815
821011cc
AM
8162000-05-08 Alan Modra <alan@linuxcare.com.au>
817
818 * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
819 (dummy_print_address): Ditto.
820
0d2bcfaf 8212000-05-04 Timothy Wall <twall@redhat.com>
5c84d377
TW
822
823 * tic54x-opc.c: New.
824 * tic54x-dis.c: New.
825 * disassemble.c (disassembler): Add ARCH_tic54x.
826 * configure.in: Added tic54x target.
827 * configure: Ditto.
828 * Makefile.am: Add tic54x dependencies.
79540e26 829 * Makefile.in: Ditto.
5c84d377 830
786e2c0f
C
8312000-05-03 J.T. Conklin <jtc@redback.com>
832
833 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
79540e26 834 vector unit operands.
786e2c0f
C
835 (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
836 unit instruction formats.
837 (PPCVEC): New macro, mask for vector instructions.
838 (powerpc_operands): Add table entries for above operand types.
839 (powerpc_opcodes): Add table entries for vector instructions.
840
841 * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
842 (print_insn_little_powerpc): Likewise.
843 (print_insn_powerpc): Prepend 'v' when printing vector registers.
844
0d2bcfaf 8452000-04-24 Clinton Popetz <cpopetz@redhat.com>
a47cf567
NC
846
847 * configure.in: Add bfd_powerpc_64_arch.
848 * disassemble.c (disassembler): Use print_insn_big_powerpc for
849 64 bit code.
850
0d2bcfaf 8512000-04-24 Nick Clifton <nickc@redhat.com>
a47cf567
NC
852
853 * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
854 field.
855
0d2bcfaf 8562000-04-23 Denis Chertykov <denisc@overta.ru>
3c504221
DC
857
858 * avr-dis.c (reg_fmul_d): New. Extract destination register from
859 FMUL instruction.
860 (reg_fmul_r): New. Extract source register from FMUL instruction.
861 (reg_muls_d): New. Extract destination register from MULS instruction.
862 (reg_muls_r): New. Extract source register from MULS instruction.
863 (reg_movw_d): New. Extract destination register from MOVW instruction.
864 (reg_movw_r): New. Extract source register from MOVW instruction.
865 (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
866 EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
867
0d2bcfaf 8682000-04-22 Timothy Wall <twall@redhat.com>
aa170a07
TW
869
870 * ia64-gen.c (general): Add an ordered table of primary
871 opcode names, as well as priority fields to disassembly data
872 structures to enforce a preferred disassembly format based on the
873 ordering of the opcode tables.
874 (load_insn_classes): Show a useful message if IC tables are missing.
875 (load_depfile): Ditto.
876 * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
877 distinguish preferred disassembly.
878 * ia64-opc-f.c: Reorder some insn for preferred disassembly
879 format. Fix incorrect flag on fma.s/fma.s.s0.
880 * ia64-opc.c: Scan *all* disassembly matches and use the one with
881 the highest priority.
882 * ia64-opc-b.c: Use more abbreviations.
883 * ia64-asmtab.c: Regenerate.
79540e26 884
0d2bcfaf 8852000-04-21 Jason Eckhardt <jle@redhat.com>
91b1cc5d
JL
886
887 * hppa-dis.c (extract_16): New function.
888 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
889 new operand types l,y,&,fe,fE,fx.
890
0d2bcfaf
NC
8912000-04-21 Richard Henderson <rth@redhat.com>
892 David Mosberger <davidm@hpl.hp.com>
893 Timothy Wall <twall@redhat.com>
894 Bob Manson <manson@charmed.cygnus.com>
895 Jim Wilson <wilson@redhat.com>
800eeca4
JW
896
897 * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
898 (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
899 ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
900 ia64-asmtab.c.
901 (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
902 (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
903 ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
904 * Makefile.in: Rebuild.
905 * configure Rebuild.
906 * configure.in (bfd_ia64_arch): New target.
907 * disassemble.c (ARCH_ia64): Define.
908 (disassembler): Support ARCH_ia64.
909 * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
910 ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
911 ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
912 ia64-war.tbl, ia64-waw.tbl): New files.
79540e26 913
0d2bcfaf 9142000-04-20 Alexandre Oliva <aoliva@redhat.com>
4d85706b
AO
915
916 * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
917 (disassemble): Use them.
918
0d8dfecf
AM
9192000-04-14 Alan Modra <alan@linuxcare.com.au>
920
921 * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
922 * Makefile.am: Update dependencies.
923 * Makefile.in: Regenerate.
924
9252000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
926
927 * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
928 avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
929 disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
930 i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
931 m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
932 mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
933 ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
934 tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
935 w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove
936 ansidecl.h as sysdep.h includes it.
937
0d2bcfaf 9382000-04-7 Andrew Cagney <cagney@b1.redhat.com>
79540e26 939
a2d91340 940 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
79540e26 941 --enable-build-warnings option.
a2d91340
AC
942 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
943 * Makefile.in, configure: Re-generate.
944
0d2bcfaf 9452000-04-05 J"orn Rennecke <amylaar@redhat.com>
52ccafd0
JR
946
947 * sh-opc.c (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
948 stc GBR,@-<REG_N> is available for arch_sh1_up.
949 Group parallel processing insn with identical mnemonics together.
950 Make three-operand psha / pshl come first.
951
0d2bcfaf 9522000-04-05 J"orn Rennecke <amylaar@redhat.co.uk>
015551fc
JR
953
954 * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
955 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
956 (sh_arg_type): Add A_PC.
957 (sh_table): Update entries using immediates. Add repeat.
958 * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
959 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
960
41b49281
AM
9612000-04-04 Alan Modra <alan@linuxcare.com.au>
962
8ad3436c
AM
963 * po/opcodes.pot: Regenerate.
964
41b49281
AM
965 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
966 (DEP): Quote when passing vars to sub-make. Add warning message
967 to end.
968 (DEP1): Rewrite for "gcc -MM".
969 (CLEANFILES): Add DEP2.
970 Update dependencies.
971 * Makefile.in: Regenerate.
972
b77a133c
AM
9732000-04-03 Denis Chertykov <denisc@overta.ru>
974
975 * avr-dis.c: Syntax cleanup.
976 (add0fff): Print the pc relative address as a signed number.
977 (add03f8): Likewise.
978
9aaaa291
ILT
9792000-04-01 Ian Lance Taylor <ian@zembu.com>
980
981 * disassemble.c (disassembler_usage): Don't use a prototype. Mark
982 the parameter ATTRIBUTE_UNUSED.
983 * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
984
0d2bcfaf 9852000-04-01 Alexandre Oliva <aoliva@redhat.com>
5728a7d7
AO
986
987 * m10300-opc.c: SP-based offsets are always unsigned.
988
67b60d92
NC
9892000-03-29 Thomas de Lellis <tdel@windriver.com>
990
991 * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
992 [branch always] instead of "undefined".
993
0d2bcfaf 9942000-03-27 Nick Clifton <nickc@redhat.com>
ba23e138
NC
995
996 * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
997 short instructions, from end of list of long instructions.
998
832ddf62
ILT
9992000-03-27 Ian Lance Taylor <ian@zembu.com>
1000
1001 * Makefile.am (CFILES): Add avr-dis.c.
1002 (ALL_MACHINES): Add avr-dis.lo.
1003
adde6300
AM
10042000-03-27 Alan Modra <alan@linuxcare.com>
1005
1006 * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
1007 truncate integers.
1008 (print_insn_avr): Call function via pointer in K&R compatible way.
1009 (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
1010 add0fff, add03f8): Convert to old style function declaration and
1011 add prototype.
1012 (avrdis_opcode): Add prototype.
1013
10142000-03-27 Denis Chertykov <denisc@overta.ru>
1015
1016 * avr-dis.c: New file. AVR disassembler.
1017 * configure.in (bfd_avr_arch): New architecture support.
1018 * disassemble.c: Likewise.
1019 * configure: Regenerate.
1020
0d2bcfaf 10212000-03-06 J"oern Rennecke <amylaar@redhat.com>
05102e70
JR
1022
1023 * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
1024
0d2bcfaf 10252000-03-02 J"orn Rennecke <amylaar@redhat.co.uk>
866afedc 1026
79540e26
AM
1027 * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand
1028 flag to determine if operand is pc-relative.
1029 * d30v-opc.c:
1030 (d30v_format_table):
1031 (REL6S3): Renamed from IMM6S3.
1032 Added flag OPERAND_PCREL.
1033 (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
1034 added flag OPERAND_PCREL.
1035 (IMM12S3U): Replaced with REL12S3.
1036 (SHORT_D2, LONG_D): Delay target is pc-relative.
1037 (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
1038 Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
1039 using the REL* operands.
1040 (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
1041 (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
1042 LONG_Db, using REL* operands.
1043 (SHORT_U, SHORT_A5S): Removed stray alternatives.
1044 (d30v_opcode_table): Use new *r formats.
866afedc 1045
0d2bcfaf 10462000-02-28 Nick Clifton <nickc@redhat.com>
77343c58
NC
1047
1048 * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
1049 'signed_overflow_ok_p'.
1050
e56f75e9
ILT
10512000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
1052
1053 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
1054 name of the libtool directory.
1055 * Makefile.in: Rebuild.
1056
0d2bcfaf 10572000-02-24 Nick Clifton <nickc@redhat.com>
fa7928ca
NC
1058
1059 * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
1060 (cgen_clear_signed_overflow_ok): New function.
1061 (cgen_signed_overflow_ok_p): New function.
1062
0d2bcfaf 10632000-02-23 Andrew Haley <aph@redhat.com>
cfcdbe97 1064
79540e26 1065 * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
cfcdbe97
AH
1066 m32r-ibld.c,m32r-opc.h: Rebuild.
1067
5b93d8bb
AM
10682000-02-23 Linas Vepstas <linas@linas.org>
1069
1070 * i370-dis.c, i370-opc.c: New.
1071
1072 * disassemble.c (ARCH_i370): Define.
1073 (disassembler): Handle it.
1074
1075 * Makefile.am: Add support for Linux/IBM 370.
1076 * configure.in: Likewise.
1077
1078 * Makefile.in: Regenerate.
1079 * configure: Likewise.
1080
0d2bcfaf 10812000-02-22 Chandra Chavva <cchavva@redhat.com>
b669ceb9
CC
1082
1083 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
1084 ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
1085 procedure.
1086
0d2bcfaf 10872000-02-22 Andrew Haley <aph@redhat.com>
8027df89
AH
1088
1089 * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
1090 force gp32 to zero.
1091 * mips-opc.c (G6): New define.
1092 (mips_builtin_op): Add "move" definition for -gp32.
1093
4db3857a
ILT
10942000-02-22 Ian Lance Taylor <ian@zembu.com>
1095
1096 From Grant Erickson <gerickso@Brocade.COM>:
1097 * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
1098
f6af82bd
AM
10992000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1100
1101 * dis-buf.c (buffer_read_memory): Change `length' param and all int
1102 vars to unsigned.
1103
0d2bcfaf 11042000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
d4845d57
JR
1105
1106 * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
1107 (print_insn_ppi): Likewise.
1108 (print_insn_shx): Use info->mach to select appropriate insn set.
1109 Add support for sh-dsp. Remove FD_REG_N support.
1110 * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
1111 (sh_arg_type): Likewise. Remove FD_REG_N.
1112 (sh_dsp_reg_nums): New enum.
1113 (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
1114 (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
1115 (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
1116 (arch_sh3_dsp_up): Likewise.
1117 (sh_opcode_info): New field: arch.
1118 (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
1119 D_REG_N. Fill in arch field. Add sh-dsp insns.
1120
0d2bcfaf 11212000-02-14 Fernando Nasser <fnasser@totem.to.redhat.com>
a7f8487e
FN
1122
1123 * arm-dis.c: Change flavor name from atpcs-special to
1124 special-atpcs to prevent name conflict in gdb.
1125 (get_arm_regname_num_options, set_arm_regname_option,
1126 get_arm_regnames): New functions. API to access the several
1127 flavor of register names. Note: Used by gdb.
1128 (print_insn_thumb): Use the register name entry from the currently
1129 selected flavor for LR and PC.
1130
0d2bcfaf 11312000-02-10 Nick Clifton <nickc@redhat.com>
97ee9b94
NC
1132
1133 * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
1134 classes.
1135 (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
1136 "mulsh.h" instructions.
1137 * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
1138 classes.
1139 (print_insn_mcore): Add support for little endian targets.
1140 Add support for MULSH and OPSR classes.
1141
0d2bcfaf 11422000-02-07 Nick Clifton <nickc@redhat.com>
a3d9c82d
NC
1143
1144 * arm-dis.c (parse_arm_diassembler_option): Rename again.
1145 Previous delat did not take.
1146
79540e26
AM
11472000-02-03 Timothy Wall <twall@redhat.com>
1148
940b2b78
TW
1149 * dis-buf.c (buffer_read_memory): Use octets_per_byte field
1150 to adjust target address bounds checking and calculate the
1151 appropriate octet offset into data.
79540e26 1152
94470b23
NC
11532000-01-27 Nick Clifton <nickc@redhat.com>
1154
6c082ed8
NC
1155 * arm-dis.c: (parse_disassembler_option): Rename to
1156 parse_arm_disassembler_option and allow to be exported.
1157
94470b23
NC
1158 * disassemble.c (disassembler_usage): New function: Print out any
1159 target specific disassembler options.
58efb6c0 1160 Call arm_disassembler_options() if the ARM architecture is being
79540e26 1161 supported.
58efb6c0
NC
1162
1163 * arm-dis.c (NUM_ELEM): Define this macro if not already
1164 defined.
1165 (arm_regname): New struct type for ARM register names.
1166 (arm_toggle_regnames): Delete.
1167 (parse_disassembler_option): Use register name structure.
1168 (print_insn): New function: Combines duplicate code found in
1169 print_insn_big_arm and print_insn_little_arm.
1170 (print_insn_big_arm): Call print_insn.
1171 (print_insn_little_arm): Call print_insn.
1172 (print_arm_disassembler_options): Display list of supported,
1173 ARM specific disassembler options.
79540e26 1174
2f0ca46a
NC
11752000-01-27 Thomas de Lellis <tdel@windriver.com>
1176
79540e26 1177 * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
2f0ca46a 1178 ARM_STT_16BIT flag as Thumb code symbols.
79540e26
AM
1179
1180 * arm-dis.c (printf_insn_little_arm): Ditto.
2f0ca46a 1181
cb268829
NC
11822000-01-25 Thomas de Lellis <tdel@windriver.com>
1183
1184 * arm-dis.c (printf_insn_thumb): Prevent double dumping
79540e26 1185 of raw thumb instructions.
cb268829 1186
0d2bcfaf 11872000-01-20 Nick Clifton <nickc@redhat.com>
06b53c1b
NC
1188
1189 * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
1190
01c7f630
NC
11912000-01-03 Nick Clifton <nickc@cygnus.com>
1192
1193 * arm-dis.c (streq): New macro.
1194 (strneq): New macro.
1195 (force_thumb): ew local variable.
1196 (parse_disassembler_option): New function: Parse a single, ARM
1197 specific disassembler command line switch.
1198 (parse_disassembler_option): Call parse_disassembler_option to
1199 parse individual command line switches.
1200 (print_insn_big_arm): Check force_thumb.
1201 (print_insn_little_arm): Check force_thumb.
1202
2f6d2f85 1203For older changes see ChangeLog-9899
252b5132
RH
1204\f
1205Local Variables:
2f6d2f85
NC
1206mode: change-log
1207left-margin: 8
1208fill-column: 74
252b5132
RH
1209version-control: never
1210End:
This page took 0.199695 seconds and 4 git commands to generate.