oops - use correct version of automake to regenerate Makefile.in
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
fde8b632
SC
12003-10-27 Stephane Carrez <stcarrez@nerim.fr>
2
3 * m68hc11-dis.c: Convert to ISO C90 prototypes.
4
3e602632
NC
52003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
6 Bernardo Innocenti <bernie@develer.com>
7
8 * m68k-dis.c: Add MCFv4/MCF5528x support.
9 * m68k-opc.c: Likewise.
10
f7c541f6
DB
112003-10-10 Dave Brolley <brolley@redhat.com>
12
13 * frv-asm.c,frv-desc.c,frv-opc.c: Regenerated.
14
d576f161
DB
152003-10-08 Dave Brolley <brolley@redhat.com>
16
17 * frv-desc.[ch], frv-opc.[ch]: Regenerated.
18
118fecd3
BW
192003-09-30 Bob Wilson <bob.wilson@acm.org>
20
21 * xtensa-dis.c (fetch_data): Remove numBytes parameter.
22 (print_insn_xtensa): Fix call to fetch_data.
23
5f74bc13
CD
242003-09-30 Chris Demetriou <cgd@broadcom.com>
25
26 * mips-dis.c (mips_arch_choices): Add entry for "mips64r2"
27 (print_insn_args): Add handing for +E, +F, +G, and +H.
28 * mips-opc.c (I65): New define for MIPS64r2.
29 (mips_builtin_opcodes): Add "dext", "dextm", "dextu", "dins",
30 "dinsm", "dinsu", "drotl", "drotr", "drotr32", "drotrv", "dsbh",
31 and "dshd" for MIPS64r2. Adjust "dror", "dror32", and "drorv" to
32 be supported on MIPS64r2.
33
e74d091b
DB
342003-09-24 Dave Brolley <brolley@redhat.com>
35
36 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerated.
37
26ca5450
AJ
382003-09-14 Andreas Jaeger <aj@suse.de>
39
40 * i386-dis.c: Convert to ISO C90 prototypes.
41 * i370-dis.c: Likewise.
42 * i370-opc.c: Likewiwse.
43 * i960-dis.c: Likewise.
44 * ia64-opc.c: Likewise.
45
f7df6a79
DB
462003-09-09 Dave Brolley <brolley@redhat.com>
47
48 * frv-desc.c: Regenerated.
49
9c2de729
DB
502003-09-08 Dave Brolley <brolley@redhat.com>
51
52 On behalf of Doug Evans <dje@sebabeach.org>
53 * Makefile.am (run-cgen): Pass new args archfile and opcfile
54 to cgen.sh.
55 (stamp-ip2k,stamp-m32r,stamp-fr30,stamp-frv,stamp-openrisc,
56 stamp-iq2000,stamp-xstormy16): Pass paths of .cpu and .opc files
57 to cgen.sh.
58 (stamp-frv): Delete hardcoded path spec workaround.
59 * Makefile.in: Regenerate.
60 * cgen.sh: New args archfile and opcfile. Pass on to cgen.
61
8ad30312
NC
622003-09-04 Nick Clifton <nickc@redhat.com>
63
64 * v850-dis.c (disassemble): Accept bfd_mach_v850e1.
65 * v850-opc.c (v850_opcodes): Add DBTRAP and DBRET instructions.
66
661bd698
AM
672003-09-04 Alan Modra <amodra@bigpond.net.au>
68
69 * ppc-dis.c (struct dis_private): New.
70 (powerpc_dialect): Make static. Accept -Many in addition to existing
71 options. Save dialect in dis_private.
72 (print_insn_big_powerpc): Retrieve dialect from dis_private.
73 (print_insn_little_powerpc): Likewise.
74 (print_insn_powerpc): Call powpc_dialect here. Remove unnecessary
75 efs/altivec check. Try harder to disassemble if given -Many.
76 * ppc-opc.c (insert_fxm): Expand comment.
77 (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
78 (POWER, POWER2, PPCPWR2, POWER32, COM, COM32, M601, PWRCOM): Likewise.
79 (POWER4): Remove PPCCOM.
80 (PPCONLY): Don't define. Update all occurrences to PPC.
81
92c2346c
AC
822003-09-03 Andrew Cagney <cagney@redhat.com>
83
84 * dis-init.c (init_disassemble_info): New file and function.
85 * Makefile.am (CFILES): Add "dis-init.c".
86 (libopcodes_la_SOURCES): Add "dis-init.c".
87 (dis-init.lo): Specify dependencies.
88 * Makefile.in: Regenerate.
89
ecd51ad3
DB
902003-09-03 Dave Brolley <brolley@redhat.com>
91
92 * frv-*: Regenerated.
93
823bbe9d
AM
942003-09-02 Alan Modra <amodra@bigpond.net.au>
95
96 * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries.
97 Move duplicate mnemonic entries together. Use RS instead of RT on
98 all mt*.
99 * ppc-dis.c: Convert to ISO C.
100
5272d201
DB
1012003-08-29 Dave Brolley <brolley@redhat.com>
102
103 * Makefile.am (stamp-frv): Copy frv.cpu and frv.opc from
104 $(srcdir)/../cpu temporarily when regenerating source files.
105 * Makefile.in: Regenerated.
106
f02232aa
NC
1072003-08-19 Nick Clifton <nickc@redhat.com>
108
109 * arm-dis.c (print_insn_arm: case 'A'): Add code to
110 disassemble unindexed form of Addressing Mode 5.
111
7d5b217e
AM
1122003-08-19 Alan Modra <amodra@bigpond.net.au>
113
114 * ppc-opc.c (PPC440): Define.
115 (powerpc_opcodes): Allow mac*, mul*, nmac*, dccci, dcread, iccci,
116 icread instructions when PPC440. Add dlmzb instruction.
117
f8607389
AM
1182003-08-14 Alan Modra <amodra@bigpond.net.au>
119
120 * dep-in.sed: Remove libintl.h.
121 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
122 Run "make dep-am".
123 * Makefile.in: Regenerate.
124
209e3033 1252003-08-07 Michael Meissner <gnu@the-meissners.org>
10e05405
MM
126
127 * cgen-asm.c (hash_insn_array): Remove PARAMS macro.
128 (hash_insn_list): Ditto.
129 (build_asm_hash_table): Ditto.
130 (cgen_set_parse_operand_fn): Prototype definition.
131 (cgen_init_parse_operand): Ditto.
132 (hash_insn_array): Ditto.
133 (hash_insn_list): Ditto.
134 (build_asm_hash_table): Ditto.
135 (cgen_asm_lookup_insn): Ditto.
136 (cgen_parse_keyword): Ditto.
137 (cgen_parse_signed_integer): Ditto.
138 (cgen_parse_unsigned_integer): Ditto.
139 (cgen_parse_address): Ditto.
140 (cgen_validate_signed_integer): Ditto.
141 (cgen_validate_unsigned_integer): Ditto.
142
143 * cgen-opc.c (hash_keyword_name): Remove PARAMS macro.
144 (hash_keyword_value): Ditto.
145 (build_keyword_hash_tables): Ditto.
146 (cgen_keyword_lookup_name): Prototype definition.
147 (cgen_keyword_lookup_value): Ditto.
148 (cgen_keyword_add): Ditto.
149 (cgen_keyword_search_init): Ditto.
150 (cgen_keyword_search_next): Ditto.
151 (hash_keyword_name): Ditto.
152 (hash_keyword_value): Ditto.
153 (build_keyword_hash_tables): Ditto.
154 (cgen_hw_lookup_by_name): Ditto.
155 (cgen_hw_lookup_by_num): Ditto.
156 (cgen_operand_lookup_by_name): Ditto.
157 (cgen_operand_lookup_by_num): Ditto.
158 (cgen_insn_count): Ditto.
159 (cgen_macro_insn_count): Ditto.
160 (cgen_get_insn_value): Ditto.
161 (cgen_put_insn_value): Ditto.
162 (cgen_lookup_insn): Ditto.
163 (cgen_get_insn_operands): Ditto.
164 (cgen_lookup_get_insn_operands): Ditto.
165 (cgen_set_signed_overflow_ok): Ditto.
166 (cgen_clear_signed_overflow_ok): Ditto.
167 (cgen_signed_overflow_ok_p): Ditto.
168
169 * cgen-dis.c (hash_insn_array): Remove PARAMS macro.
170 (hash_insn_list): Ditto.
171 (build_dis_hash_table): Ditto.
172 (count_decodable_bits): Ditto.
173 (add_insn_to_hash_chain): Ditto.
174 (count_decodable_bits): Prototype definition.
175 (add_insn_to_hash_chain): Ditto.
176 (hash_insn_array): Ditto.
177 (hash_insn_list): Ditto.
178 (build_dis_hash_table): Ditto.
179 (cgen_dis_lookup_insn): Ditto.
180
181 * cgen-asm.in (parse_insn_normal): Remove PARAMS macro.
182 (@arch@_cgen_build_insn_regex): Prototype definition.
183 (parse_insn_normal): Ditto.
184 (@arch@_cgen_assemble_insn): Ditto.
185 (@arch@_cgen_asm_hash_keywords): Ditto.
186
187 * cgen-dis.in (print_normal): Remove PARAMS macro. Use void *
188 instead of PTR.
189 (print_address): Ditto.
190 (print_keyword): Ditto.
191 (print_insn_normal): Ditto.
192 (print_insn): Ditto.
193 (default_print_insn): Ditto.
194 (read_insn): Ditto.
195 (print_normal): Prototype definition. Use void * instead of PTR.
196 (print_address): Ditto.
197 (print_keyword): Ditto.
198 (print_insn_normal): Ditto.
199 (read_insn): Ditto.
200 (print_insn): Ditto.
201 (default_print_insn): Ditto.
202 (print_insn_@arch@): Ditto.
203
204 * cgen-ibld.in (insert_normal): Remove PARAMS macro.
205 (insn_insn_normal): Ditto.
206 (extract_normal): Ditto.
207 (extract_insn_normal): Ditto.
208 (put_insn_int_value): Ditto.
209 (insert_1): Ditto.
210 (fill_cache): Ditto.
211 (extract_1): Ditto.
212 (insert_1): Prototype definition.
213 (insert_normal): Ditto.
214 (insert_insn_normal): Ditto.
215 (put_insn_int_value): Ditto.
216 (fill_cache): Ditto.
217 (extract_1): Ditto.
218 (extract_normal): Ditto.
219 (extract_insn_normal): Ditto.
220
ffead7ae
MM
221 * fr30-asm.c: Regenerate.
222 * fr30-dis.c: Ditto.
223 * fr30-ibld.c: Ditto.
90e3a20c 224 * frv-asm.c: Ditto.
ffead7ae
MM
225 * frv-dis.c: Ditto.
226 * frv-ibld.c: Ditto.
90e3a20c 227 * ip2k-asm.c: Ditto.
ffead7ae
MM
228 * ip2k-dis.c: Ditto.
229 * ip2k-ibld.c: Ditto.
90e3a20c 230 * iq2000-asm.c: Ditto.
ffead7ae
MM
231 * iq2000-dis.c: Ditto.
232 * iq2000-ibld.c: Ditto.
90e3a20c 233 * m32r-asm.c: Ditto.
ffead7ae
MM
234 * m32r-dis.c: Ditto.
235 * m32r-ibld.c: Ditto.
90e3a20c 236 * openrisc-asm.c: Ditto.
ffead7ae
MM
237 * openrisc-dis.c: Ditto.
238 * openrisc-ibld.c: Ditto.
90e3a20c 239 * xstormy16-asm.c: Ditto.
ffead7ae
MM
240 * xstormy16-dis.c: Ditto.
241 * xstormy16-ibld.c: Ditto.
242
9e7d479d
NC
2432003-08-06 Nick Clifton <nickc@redhat.com>
244
245 * po/fr.po: Updated French translation.
246
3d3d3d63
NC
2472003-08-05 Nick Clifton <nickc@redhat.com>
248
249 * configure.in (ALL_LINGUAS): Add nl.
250 * configure: Regenerate.
251 * po/nl.po: New Dutch translation.
252
7f8a68cd
JE
2532003-07-30 Jason Eckhardt <jle@rice.edu>
254
661bd698 255 * i860-dis.c: Convert to ISO C90. Remove superflous prototypes.
7f8a68cd 256
52f20b27
NC
2572003-07-30 Nick Clifton <nickc@redhat.com>
258
259 * po/ro.po: Updated Romanian translation.
260
0deb7ac5
JJ
2612003-07-29 Jakub Jelinek <jakub@redhat.com>
262
263 * ppc-opc.c (insert_mbe, extract_mbe): Shift 1L instead of 1 up.
264
834d807b
NC
2652003-07-24 Nick Clifton <nickc@redhat.com>
266
267 * po/fr.po: Updated French translation.
268
31e0f3cd
NC
2692003-07-18 Nick Clifton <nickc@redhat.com>
270
271 * arm-dis.c (parse_arm_disassembler_option): Do not expect
272 option string to be NUL terminated.
661bd698
AM
273 (parse_disassembler_options): Allow options to be space or
274 comma separated.
31e0f3cd 275
6c37ac4d
NC
2762003-07-17 Nick Clifton <nickc@redhat.com>
277
278 * po/es.po: New Spanish translation.
279 * po/sv.po: New Swedish translation.
280 * po/opcodes.pot: Regenerate.
281
5a7ea749
RS
2822003-07-15 Richard Sandiford <rsandifo@redhat.com>
283
284 * mips-dis.c (mips_arch_choices): Add rm7000 and rm9000 entries.
285
76bff705
NC
2862003-07-14 Nick Clifton <nickc@redhat.com>
287
288 * po/tr.po: Update with latest version.
289 * po/POTFILES.in: Regenerate.
290 * Makefile.in: Regenerate.
291
fce00800
AM
2922003-07-11 Alan Modra <amodra@bigpond.net.au>
293
294 * po/opcodes.pot: Regenerate.
295
40fa0207
AO
2962003-07-09 Alexandre Oliva <aoliva@redhat.com>
297
298 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
299 * m10300-dis.c (disassemble): Negate negative accumulator's shift.
300 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
301 * m10300-dis.c (disassemble, case FSREG, FDREG): Don't assume
302 32-bit longs when sign-extending operands.
303 2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
304 * m10300-opc.c: Remove MN10300_OPERAND_RELAX from all FSREGs.
305 * m10300-dis.c (HAVE_AM33_2): Define.
306 (disassemble): Use it.
307 (HAVE_AM33): Redefine.
308 (print_insn_mn10300): Fix mask for 5-byte extended insns.
309 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
310 * m10300-opc.c: Renamed AM332 to AM33_2.
311 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
312 * m10300-opc.c: Defined AM33 2.0 register operands. Added support
313 for AM33 2.0 `imm8,(abs16)' addressing mode for btst, bset and
314 bclr. Implemented `fbCC', `flCC', `dcpf' and all FP insns.
315 * m10300-dis.c (print_insn_mn10300): Recognize 5byte extended
316 insn code of AM33 2.0.
317 (disassemble): Recognize FMT_D3. Print out FP register names.
318
fec06546
CD
3192003-07-09 Chris Demetriou <cgd@broadcom.com>
320
321 * mips-dis.c (set_default_mips_dis_options): Get BFD from
322 the disassembler_info's section, rather than from the
323 disassembler_info's symbols pointer.
324
8427c424
AM
3252003-07-07 Alan Modra <amodra@bigpond.net.au>
326
327 * ppc-opc.c: Remove NULL pointer checks. Formatting. Remove
328 extraneous ATTRIBUTE_UNUSED.
329 * ppc-dis.c (print_insn_powerpc): Always pass a valid address to
330 operand->extract.
331
c168870a
AM
3322003-07-04 Alan Modra <amodra@bigpond.net.au>
333
2fbfdc41
AM
334 * ppc-opc.c: Convert to C90, removing unnecessary prototypes and
335 casts. Formatting.
336
c168870a
AM
337 * ppc-opc.c: Remove PARAMS from prototypes.
338 (FXM4): Define.
339 (insert_fxm): New function, used by both FXM and FXM4.
340 (extract_fxm): Likewise.
341 (XFXFXM_MASK): Remove 1 << 20 term.
342 (powerpc_opcodes): Add Power4 version of "mfcr". Simplify "mtcr" mask.
343
bac02689
MS
3442003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
345
346 * s390-dis.c (s390_extract_operand): Add support for long displacements.
347 * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z990.
348 * s390-opc.c (D20_20): Add define for 20 bit displacements.
349 (INSTR_RRF_R0RR, INSTR_RSL_R0RD, INSTR_RSY_RRRD, INSTR_RSY_RURD,
350 INSTR_RSY_AARD, INSTR_RXY_RRRD, INSTR_RXY_FRRD, INSTR_SIY_URD): Add
351 new instruction formats.
352 (MASK_RRF_R0RR, MASK_RSL_R0RD, MASK_RSY_RRRD, MASK_RSY_RURD,
353 MASK_RSY_AARD, MASK_RXY_RRRD, MASK_RXY_FRRD, MASK_SIY_URD): Likewise.
354 (s390_opformats): Likewise.
355 * s390-opc.txt: Add new instructions for cpu type z990. Add missing
356 hfp instructions. Add missing instructions pgin, pgout and xsch.
357
ca164297
L
3582003-06-23 H.J. Lu <hongjiu.lu@intel.com>
359
360 * i386-dis.c (PNI_Fixup): New. Fix up "mwait" and "monitor" in
361 Intel Precott New Instructions.
362 (PREGRP27): New. Added for "addsubpd" and "addsubps".
363 (PREGRP28): New. Added for "haddpd" and "haddps".
364 (PREGRP29): New. Added for "hsubpd" and "hsubps".
365 (PREGRP30): New. Added for "movsldup" and "movddup".
366 (PREGRP31): New. Added for "movshdup" and "movhpd".
367 (PREGRP32): New. Added for "lddqu".
368 (dis386_twobyte): Use PREGRP30 to replace the "movlpX" entry.
369 Use PREGRP31 to replace the "movhpX" entry. Use PREGRP28 for
370 entry 0x7c. Use PREGRP29 for entry 0x7d. Use PREGRP27 for
371 entry 0xd0. Use PREGRP32 for entry 0xf0.
372 (twobyte_has_modrm): Updated.
373 (twobyte_uses_SSE_prefix): Likewise.
374 (grps): Use PNI_Fixup in the "sidtQ" entry.
375 (prefix_user_table): Add PREGRP27, PREGRP28, PREGRP29, PREGRP30,
376 PREGRP31 and PREGRP32.
377 (float_mem): Use "fisttp{l||l|}" in entry 1 in opcode 0xdb.
378 Use "fisttpll" in entry 1 in opcode 0xdd.
379 Use "fisttp" in entry 1 in opcode 0xdf.
380
6ddfd88c
CG
3812003-06-19 Christian Groessler <chris@groessler.org>
382
383 * z8k-dis.c (instr_data_s): Change tabl_index from long to int.
384 (print_insn_z8k): Correctly check return value from
385 z8k_lookup_instr call.
386 (unparse_instr): Handle CLASS_IRO case.
387 * z8kgen.c: Fix function definitions. Fix formatting.
388 (opt): Add brk opcode alias for non-simulator breakpoint. Add
389 missing and fix existing in/out and sin/sout opcode definitions.
390 (args): "@ri", "@ro" - add CLASS_IRO register usage for in/out
391 opcodes.
392 (internal): Check p->flags for non-zero before dereferencing it.
393 (gas): Add CLASS_IRO line. Insert new OPC_xxx lines for the added
394 opcodes and renumber the remaining lines repectively.
395 (main): Remove "-d" command line switch.
396 * z8k-opc.h: Regenerate with new z8kgen.c.
397
3b443373
L
3982003-06-11 H.J. Lu <hongjiu.lu@intel.com>
399
400 * po/Make-in (DESTDIR): New.
401 (install-data-yes): Support $(DESTDIR).
402 (uninstall): Likewise.
403
795bb480
AM
4042003-06-11 Alan Modra <amodra@bigpond.net.au>
405
406 * Makefile.am: Run "make dep-am".
407 * Makefile.in: Regenerate.
408 * po/POTFILES.in: Regenerate.
409
b11dcf4e
DE
4102003-06-10 Doug Evans <dje@sebabeach.org>
411
412 * cgen-asm.in (@arch@_cgen_assemble_insn): CGEN_INSN_RELAX renamed to
413 CGEN_INSN_RELAXED.
414 * fr30-asm.c,fr30-desc.c,fr30-desc.h: Regenerate.
415 * frv-asm.c,frv-desc.c,frv-desc.h: Regenerate.
416 * ip2k-asm.c,ip2k-desc.c,ip2k-desc.h: Regenerate.
417 * iq2000-asm.c,iq2000-desc.c,iq2000-desc.h: Regenerate.
418 * m32r-asm.c,m32r-desc.c,m32r-desc.h,m32r-opc.c: Regenerate.
419 * openrisc-asm.c,openrisc-desc.c,openrisc-desc.h: Regenerate.
420 * xstormy16-asm.c,xstormy16-desc.c,xstormy16-desc.h: Regenerate.
421
adadcc0c
AM
4222003-06-10 Gary Hade <garyhade@us.ibm.com>
423 Alan Modra <amodra@bigpond.net.au>
424
425 * ppc-opc.c (DQ, RAQ, RSQ, RTQ): Define.
426 (insert_dq, extract_dq, insert_raq, insert_rtq, insert_rsq): New.
427 (powerpc_opcodes): Add "attn", "lq" and "stq".
428
0613284f
RS
4292003-06-10 Richard Sandiford <rsandifo@redhat.com>
430
431 * h8300-dis.c (bfd_h8_disassemble): Don't print brackets round
432 rts/l and rte/l register lists.
433
36c3ae24
NC
4342003-06-03 Nick Clifton <nickc@redhat.com>
435
436 * frv-desc.c: Regenerate.
437 * frv-opc.c: Regenerate.
438 * frv-asm.c: Regenerate.
439 * frv-desc.h: Regenerate.
440 * frv-dis.c: Regenerate.
441 * frv-ibld.c: Regenerate.
442 * frv-opc.h: Regenerate.
443 * po/opcodes.pot: Regenerate.
444
20dc5b5a
MS
4452003-06-03 Michael Snyder <msnyder@redhat.com>
446 and Bernd Schmidt <bernds@redhat.com>
447 and Alexandre Oliva <aoliva@redhat.com>
36c3ae24 448
20dc5b5a
MS
449 * disassemble.c (disassembler): Add support for h8300sx.
450 * h8300-dis.c: Ditto.
451
75798298
NC
4522003-06-03 Nick Clifton <nickc@redhat.com>
453
454 * frv-desc.c: Regenerate.
455 * frv-opc.c: Regenerate.
456
457 * aclocal.m4: Regenerate.
458 * config.in: Regenerate.
459 * configure: Regenerate.
460 * iq2000-asm.c: Regenerate.
461 * iq2000-desc.c: Regenerate.
462 * iq2000-desc.h: Regenerate.
463 * iq2000-dis.c: Regenerate.
464 * iq2000-ibld.c: Regenerate.
465 * iq2000-opc.c: Regenerate.
466 * iq2000-opc.h: Regenerate.
467 * po/POTFILES.in: Regenerate.
468 * po/opcodes.pot: Regenerate.
469
14218d5f
JE
4702003-05-23 Jason Eckhardt <jle@rice.edu>
471
472 * i860-dis.c (crnames): Add bear, ccr, p0, p1, p2, p3.
473 (print_insn_i860): Grab 4 bits of the control register field
474 instead of 3.
475
b645cb17
JE
4762003-05-18 Jason Eckhardt <jle@rice.edu>
477
478 * i860-dis.c (print_insn_i860): Instruction shrd has a dual bit,
479 print it.
480
dd4b5cc0
AJ
4812003-05-17 Andreas Jaeger <aj@suse.de>
482
adadcc0c
AM
483 * Makefile.am (libopcodes_la_LIBADD): Add libbfd.la.
484 (libopcodes_la_DEPENDENCIES): Add libbfd.la.
485 * Makefile.in: Regenerated.
dd4b5cc0 486
71bee782
NC
4872003-05-16 Nick Clifton <nickc@redhat.com>
488
489 * configure.in (ALL_LINGUAS): Add Romanian translation.
490 * configure: Regenerate.
491 * po/ro.po: New file: Romanian translation.
492
049f8936
NC
4932003-05-12 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
494
495 * disassemble.c (disassembler): Add support for h8300hn and h8300sn.
496
8373f971
AM
4972003-05-09 Alan Modra <amodra@bigpond.net.au>
498
499 * i386-dis.c (print_insn): Test intel_syntax against (char) -1 in
500 case char is unsigned.
501
13e10c0a
CG
5022003-05-01 Christian Groessler <chris@groessler.org>
503
504 * z8k-dis.c (z8k_lookup_instr): Optimize FETCH_DATA calls.
505 (unpack_instr): Fix representation of segmented addresses.
506 (intr_name): Added, contains names of the parameters to the EI/DI
507 instructions.
508 (unparse_instr): Fix display of EI/DI parameters.
509
390ff83f
DE
5102003-04-22 Doug Evans <dje@sebabeach.org>
511
512 * fr30-desc.c,fr30-desc.h,fr30-opc.c,fr30-opc.h: Regenerate.
513 * frv-desc.c,frv-desc.h,frv-opc.c,frv-opc.h: Regenerate.
514 * ip2k-desc.c,ip2k-desc.h,ip2k-opc.c,ip2k-opc.h: Regenerate.
515 * m32r-desc.c,m32r-desc.h,m32r-opc.c,m32r-opc.h: Regenerate.
516 * m32r-opinst.c: Regenerate.
517 * openrisc-desc.c,openrisc-desc.h,openrisc-opc.c,openrisc-opc.h: Regenerate.
518 * xstormy16-desc.c,xstormy16-desc.h,xstormy16-opc.c,xstormy16-opc.h: Regenerate.
519
c2dcd04e
NC
5202003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
521
522 * h8500-opc.c: Replace occurrances of 'Hitachi' with 'Renesas'.
523
983aea34
NC
5242003-04-07 James E Wilson <wilson@tuliptree.org>
525
526 * ia64-ic.tbl (fr-readers): Add mem-writers-fp.
527 * ia64-asmtab.c: Regenerate.
528
0b14f26e
AO
5292003-04-08 Alexandre Oliva <aoliva@redhat.com>
530
531 * mips-dis.c (mips_gpr_names_newabi): Reverted previous patch.
532
8aa4c77d
AO
5332003-04-07 Alexandre Oliva <aoliva@redhat.com>
534
535 * mips-dis.c (mips_gpr_names_newabi): $12-$15 are named $t4-$t7.
536
be33c5dd
SS
5372003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
538
539 * tic4x-dis.c: Namespace cleanup. Replace s/c4x/tic4x and
540 s/c3x/tic3x/
541
5a6c6817
NC
5422003-04-01 Nick Clifton <nickc@redhat.com>
543
544 * arm-dis.c: Remove presence of (r) and (tm) symbols.
545 * arm-opc.h: Remove presence of (r) and (tm) symbols.
546
e16bb312
NC
5472003-03-25 Stan Cox <scox@redhat.com>
548 Nick Clifton <nickc@redhat.com>
adadcc0c 549
e16bb312
NC
550 Contribute support for Intel's iWMMXt chip - an ARM variant:
551
552 * arm-dis.c (regnames): Add iWMMXt register names.
553 (set_iwmmxt_regnames): New function.
554 (print_insn_arm): Handle iWMMXt formatters.
555 * arm-opc.h: Document iWMMXt formatters.
556 (arm_opcod): Add iWMMXt instructions.
557
067186e4
DE
5582003-03-22 Doug Evans <dje@sebabeach.org>
559
560 * i386-dis.c (dis386): Recognize icebp (0xf1).
561
af169f23
MS
5622003-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
563
564 * s390-dis.c (init_disasm): Rename S390_OPCODE_ESAME to
565 S390_OPCODE_ZARCH.
566 (print_insn_s390): Use new modes field of s390_opcodes.
567 * s390-mkopc.c (ARCHBITS_ESAONLY, ARCHBITS_ESA, ARCHBITS_ESAME): Remove.
568 (s390_opcode_mode_val, s390_opcode_cpu_val): New enums.
569 (struct op_struct): Remove archbits. Add mode_bits and min_cpu.
570 (insertOpcode): Replace archbits by min_cpu and mode_bits.
571 (dumpTable): Write mode_bits and min_cpu instead of archbits.
572 (main): Adapt to new format in s390-opcode.txt.
573 * s390-opc.c (s390_opformats): Replace archbits by min_cpu and
574 mode_bits.
575 * s390-opc.txt: Replace archbits by min_cpu and mode_bits.
576
112290ab
NC
5772003-03-17 Nick Clifton <nickc@redhat.com>
578
579 * ppc-opc.c: Fix formatting. Update copyright date.
580
1c7c333e
DJ
5812003-03-14 Daniel Jacobowitz <drow@mvista.com>
582
583 * ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
584
ca504dff
AM
5852003-02-25 Alan Modra <amodra@bigpond.net.au>
586
587 * hppa-dis.c: Formatting.
588
75776faa
AM
5892003-02-25 Matthew Wilcox <willy@debian.org>
590
ca504dff
AM
591 * hppa-dis.c (print_insn_hppa): Implement fcnv instruction modifiers.
592
75776faa
AM
593 * hppa-dis.c (print_insn_hppa <2 bit space register>): Do not print
594 the space register when the value is zero.
595
4a9a3c54
CD
5962003-02-23 Elias Athanasopoulos <elathan@phys.uoa.gr>
597
598 * mips-dis.c (print_mips_disassembler_options): Make 'i' unsigned,
599 use ARRAY_SIZE in loops.
600
282f9000
DB
6012003-02-12 Dave Brolley <brolley@redhat.com>
602
603 * fr30-desc.c: Regenerate.
604
db6eb5be
AM
6052003-02-06 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
606
607 * i386-dis.c (dq_mode, Edq): Define.
608 (dis386_twobyte): Correct movd operands.
609 (OP_E): Handle dq_mode case.
610
0f6ab988
NC
6112003-01-29 Henric Jungheim <henric@attbi.com>
612
613 * sparc-dis.c (print_insn_sparc): When examining values added in
614 to rs1, make sure that there are previous instructions.
615
5177500f
NC
6162003-01-23 Nick Clifton <nickc@redhat.com>
617
618 * Add sh2e support:
619
620 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
621
622 * sh-dis.c (print_insn_shx): Handle bfd_mach_sh2e.
623 * sh-opc.h (arch_sh2e, arch_sh2e_up): New.
624 (arch_sh2_up): Added sh2e.
625 (sh_table): Replaced all occurrences of arch_sh3e_up with
626 arch_sh2e_up, except in fsqrt.
627
f0abc2a1
AM
6282003-01-23 Alan Modra <amodra@bigpond.net.au>
629
630 * sh64-dis.c: Include elf32-sh64.h.
631 * Makefile.am: Run "make dep-am".
632 * Makefile.in: Regenerate.
633
0f247f8d
RH
6342003-01-17 Richard Henderson <rth@redhat.com>
635
636 * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap
637 PAL entry points.
638
f62ba8f2
AM
6392003-01-16 Alan Modra <amodra@bigpond.net.au>
640
641 * Makefile.am: Run "make dep-am".
642 * Makefile.in: Regenerate.
643 * po/POTFILES.in: Regenerate.
644
40065372
KD
6452003-01-08 Klee Dienes <kdienes@apple.com>
646
647 * Makefile.am (ALL_MACHINES): Add msp430-dis.lo.
648 * Makefile.in: Regenerate.
649
29ef7e54
AM
6502003-01-08 Alan Modra <amodra@bigpond.net.au>
651
652 * ppc-opc.c (powerpc_macros <extrwi>): Accept a shift of 32.
653
47b1a55a
SC
6542002-01-02 Ben Elliston <bje@redhat.com>
655 Jeff Johnston <jjohnstn@redhat.com>
656
adadcc0c
AM
657 * iq2000-asm.c: New file.
658 * iq2000-desc.c: Likewise.
659 * iq2000-desc.h: Likewise.
660 * iq2000-dis.c: Likewise.
661 * iq2000-ibld.c: Likewise.
662 * iq2000-opc.c: Likewise.
663 * iq2000-opc.h: Likewise.
664 * Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h.
665 (CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c,
666 iq2000-ibld.c, iq2000-opc.c.
667 (ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo,
668 iq2000-ibld.lo, iq2000-opc.lo.
669 (CLEANFILES): Add stamp-iq2000.
670 (IQ2000_DEPS): New macro.
671 (stamp-iq2000): New target.
672 * Makefile.in: Regenerate.
673 * configure.in: Handle bfd_iq2000_arch.
674 * configure: Regenerate.
47b1a55a 675
440cc0bc
CD
6762003-01-02 Chris Demetriou <cgd@broadcom.com>
677
678 * mips-dis.c (print_insn_args): Use position extracted by "+A"
679 to calculate size for "+B". Redo code for "+C" so it shares
680 the same style as "+A" and "+B" now do.
681
794ac9d0
CD
6822003-01-02 Chris Demetriou <cgd@broadcom.com>
683
684 * mips-dis.c: Update copyright years.
685 (print_insn_arg): Rename to...
686 (print_insn_args): This, returning void. Process the whole
687 string of args rather than a single one. Reindent.
688 (print_insn_mips): Update to match the above.
689
3cf6d008
CD
6902002-12-31 Chris Demetriou <cgd@broadcom.com>
691
692 * mips-opc.c (mips_builtin_opcodes): Move "di" into the
693 right order alphabetically, and make all hex constants use
694 lower-case letters.
695
bbcc0807
CD
6962002-12-31 Chris Demetriou <cgd@broadcom.com>
697
698 * mips-dis.c (mips_cp0sel_name): New structure.
699 (mips_cp0sel_names_mips3264, mips_cp0sel_names_mips3264r2)
700 (mips_cp0sel_names_sb1): New arrays.
701 (mips_arch_choice): New structure members "cp0sel_names" and
702 "cp0sel_names_len".
703 (mips_arch_choices): Add references to new cp0sel_names arrays
704 as appropriate, and make all existing entries reference
705 appropriate mips_XXX_names_numeric arrays rather than simply
706 using NULL.
707 (mips_cp0sel_names, mips_cp0sel_names_len): New variables.
708 (lookup_mips_cp0sel_name): New function.
709 (set_default_mips_dis_options): Set mips_cp0sel_names and
710 mips_cp0sel_names_len as appropriate. Remove now-unnecessary
711 checks for NULL register name arrays.
712 (parse_mips_dis_option): Likewise.
713 (print_insn_arg): Handle "+D" operand type.
714 * mips-opc.c (mips_builtin_opcodes): Add new "+D" variants
715 of mfc0, mtc0, dmfc0, and dmtc0 to print CP0+sel register
716 names symbolically.
717
af7ee8bf
CD
7182002-12-30 Chris Demetriou <cgd@broadcom.com>
719
720 * mips-dis.c (mips_cp0_names_mips3264r2, mips_hwr_names_numeric)
721 (mips_hwr_names_mips3264r2): New arrays.
722 (mips_arch_choice): New "hwr_names" member.
723 (mips_arch_choices): Adjust for structure change, and add a new
724 entry for "mips32r2" ISA.
725 (mips_hwr_names): New variable.
726 (set_default_mips_dis_options): Set mips_hwr_names.
727 (parse_mips_dis_option): New "hwr-names" option which sets
728 mips_hwr_names, and adjust "reg-names=ARCH" to set mips_hwr_names.
729 (print_insn_arg): Change return type to "int"
730 and use that to indicate number of characters consumed.
731 Add support for "+" operand extension character, "+A", "+B",
732 "+C", and "K" operands.
733 (print_insn_mips): Adjust for changes to print_insn_arg.
734 (print_mips_disassembler_options): Adjust for "hwr-names"
735 addition and "reg-names" change.
736 * mips-opc (I33): New define (shorthand for INSN_ISA32R2).
737 (mips_builtin_opcodes): Note that "nop" and "ssnop" are special
738 forms of "sll". Add new MIPS32 Release 2 instructions: ehb,
739 di, ei, ext, ins, jr.hb, jalr.hb, mfhc1, mfhc2, mthc1, mthc2,
740 rdhwr, rdpgpr, seb, seh, synci, wrpgpr, wsbh.
741 Note that hardware rotate instructions (ror, rorv) can be
742 used on MIPS32 Release 2, and add the official mnemonics
743 for them (rotr, rotrv) and the similar "rotl" mnemonic for
744 left-rotate.
745
2469cfa2
NC
7462002-12-30 Dmitry Diky <diwil@mail.ru>
747
748 * configure.in: Add msp430 target.
749 * configure: Regenerate.
750 * disassemble.c: Add entry for msp430 disassembly.
751 * msp430-dis.c: New file: msp430 disassembler.
752
640c0ccd
CD
7532002-12-27 Chris Demetriou <cgd@broadcom.com>
754
755 * disassemble.c (disassembler_usage): Add invocation of
756 print_mips_disassembler_options.
79085171
CD
757 * mips-dis.c: Include libiberty.h.
758 (print_mips_disassembler_options, set_default_mips_dis_options)
759 (parse_mips_dis_option, parse_mips_dis_options, choose_abi_by_name)
760 (choose_arch_by_name, choose_arch_by_number): New functions.
640c0ccd
CD
761 (mips_abi_choice, mips_arch_choice): New structures.
762 (mips32_reg_names, mips64_reg_names, reg_names): Remove.
763 (mips_gpr_names_numeric, mips_gpr_names_oldabi)
764 (mips_gpr_names_newabi, mips_fpr_names_numeric)
765 (mips_fpr_names_32, mips_fpr_names_n32, mips_fpr_names_64)
766 (mips_cp0_names_numeric, mips_cp0_names_mips3264)
767 (mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices)
768 (mips_processor, mips_isa, mips_gpr_names, mips_fpr_names)
769 (mips_cp0_names): New variables.
770 (print_insn_args): Use new variables to print GPR, FPR, and CP0
771 register names.
772 (mips_isa_type): Remove.
773 (print_insn_mips): Remove ISA and CPU setup since it is now done...
774 (_print_insn_mips): Here. Remove register setup code, and
775 call set_default_mips_dis_options and parse_mips_dis_options
776 instead.
777 (print_mips16_insn_arg): Use mips_gpr_names instead of mips32_names.
778
50e0eb66
AM
7792002-12-23 Alan Modra <amodra@bigpond.net.au>
780
781 * Makefile.in: Regenerate.
782
d9147ab3
DE
7832002-12-19 Nick Kelsey <nickk@ubicom.com>
784
785 * cgen-asm.c (cgen_parse_keyword): Added underscore to symbol character
786 check to fix false keyword trigger with names such as <keyword>_foo.
787
4714fbc0
DE
7882002-12-19 Doug Evans <dje@sebabeach.org>
789
790 * Makefile.am (CGEN_CPUS): New variable.
791 (run-cgen-all): New rule.
792 * Makefile.in: Regenerate.
793
82dd0097
CD
7942002-12-18 Chris Demetriou <cgd@broadcom.com>
795
796 * mips-opc.c (mips_builtin_opcodes): Remove one "ror" and two
797 "dror" entries, and reorder the remaining "dror" and "ror" entries.
798
89b623e1
DD
7992002-12-16 DJ Delorie <dj@delorie.com>
800
801 * xstormy16-asm.c (parse_immediate16): Add prototype.
802
c2617f40
DD
8032002-12-16 Andrew MacLeod <amacleod@redhat.com>
804
805 * xstormy16-asm.c: Regenerate.
806
e3c99126
AM
8072002-12-16 Alan Modra <amodra@bigpond.net.au>
808
809 * ns32k-dis.c (print_insn_ns32k): Constify "d", remove register
810 keyword.
811
78a33af2
AM
8122002-12-13 Alan Modra <amodra@bigpond.net.au>
813
45e85b87
AM
814 * h8500-opc.h (h8500_table): Add missing initializers to quiet
815 warnings.
0e073f4c 816 * pj-dis.c (print_insn_pj): Adjust for pj_opc_info_t change.
94ba77d9 817 * pj-opc.c (pj_opc_info): Add braces around union initializer.
78a33af2
AM
818 * z8kgen.c: Include "libiberty.h".
819 (opt, args, toks): Fix initializer warnings.
820 (chewname): Make "name" a char **. Return mnemonic trimmed of
821 operands.
822 (gas): Improve emitted "DO NOT EDIT" warning. Format emitted
823 opcode_entry_type, and make "nicename" and "name" const. Make
824 z8k_table const too. Formatting. Generate idx as gas needs it.
825 * z8k-opc.h: Regenerate.
826
b394d696
SC
8272002-12-08 Stephane Carrez <stcarrez@nerim.fr>
828
829 * m68hc11-dis.c (print_indexed_operand): Fix PC-relative address
830 for 9 and 16-bit PC-relative addressing mode.
831
42a2f80a
AH
8322002-12-05 Aldy Hernandez <aldyh@redhat.com>
833
834 * ppc-opc.c: Delete evsabs, evsnabs, evsneg, evsadd, evssub,
835 evsmul, evsdiv, evscmpgt, evsgmplt, evststgt, evtstlt, evststeq,
836 evscfui, evscfsi, evscfuf, evscfsf, evsctui, evsctuiz, evsctsi,
837 evsctsiz, evsctuf, evsctsf, evmwhssfaa, evmwhssmaa, evmwhsmfaa,
838 evmwhsmiaa, evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian,
839 evmwhsmfan, evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa,
840 evmwhgsmfaa, evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan,
841 evmwhgsmian, evmwhgumian.
842 (mftb): Add to opcode table.
843 (mtspefscr): Change RT to RS in opcode table.
844
b6be6416
AH
8452002-12-05 Aldy Hernandez <aldyh@redhat.com>
846
847 * ppc-opc.c: Move mbar and msync up. Change mask for mbar and
848 msync.
849
c10d9d8f
JW
8502002-12-04 David Mosberger <davidm@hpl.hp.com>
851
852 * ia64-opc-d.c (ia64_opcodes_d): Add "hint" instruction.
853 * ia64-opc-b.c: Add "hint.b" instruction.
854 * ia64-opc-f.c: Add "hint.f" instruction.
855 * ia64-opc-i.c: Add "hint.i" instruction.
856 * ia64-opc-m.c: Add "hint.m", "fc.i", "ld16", "st16", and
857 "cmp8xchg16" instructions.
858 * ia64-opc-x.c: Add "hint.x" instruction.
859
860 * ia64-opc.h (AR_CSD): New macro.
861
862 * ia64-ic.tbl: Update according to SDM2.1.
863 * ia64-raw.tbl: Ditto.
864 * ia64-waw.tbl: Ditto.
865
866 * ia64-gen.c (in_iclass): Handle "hint" like "nop".
867 (lookup_regindex): Recognize AR[FCR], AR[EFLAG], AR[CSD],
868 AR[SSD], AR[CFLG], AR[FSR], AR[FIR], and AR[FDR].
869 * ia64-asmtab.c: Regenerate.
adadcc0c 870
81c2cc8b
AH
8712002-11-25 Aldy Hernandez <aldyh@redhat.com>
872
873 * ppc-opc.c: Remove evmwlssf, evmwlssfa, evmwlsmf, evmwlsmfa,
874 evmwlssfaaw, evmwlsmfaaw, evmwlssfanw, evmwlsfanw.
875
914749f6
AH
8762002-12-04 Aldy Hernandez <aldyh@redhat.com>
877
878 * ppc-opc.c (PMRN): Remove.
879 (RA): Set to NB + 1.
880 (powerpc_opcodes): Change PMRN to SPR.
881 Change all RD to RS.
882 Change mftb to look like mftbl.
883 Move mftb before mftbl.
884 Add mfbbtar.
885 Add mtbbtar.
886 Change mfpmr to use PMR.
887 Change mtpmr to use PMR.
888 (RD): Remove.
889 (insert_ev2): Fix mask and shift.
890 (extract_ev2): Same.
891 (insert_ev4): Same.
892 (extract_ev4): Same.
893 (PMR): Define.
894 (extract_pmrn): Remove.
895 (insert_pmrn): Remove.
896
a823923b
RH
8972002-12-03 Richard Henderson <rth@redhat.com>
898
899 * ia64-opc-m.c: Add ld8.mov.
900 * ia64-asmtab.c: Regenerate.
901
6a51a8a8
AM
9022002-12-02 Alan Modra <amodra@bigpond.net.au>
903
904 * arm-dis.c (print_insn_arm): Constify "insn". Formatting.
905 (print_insn_thumb): Likewise.
906 * h8500-dis.c (print_insn_h8500): Constify "opcode".
907 * mcore-dis.c (print_insn_mcore): Constify "op". Formatting.
908 * ns32k-dis.c (print_insn_arg <case 'F'>): Use a union to avoid
909 type-punned pointer warnings.
910 <case 'L'>: Likewise. Fix error message too.
911 * pdp11-dis.c (print_reg): Warning fix.
912 * sh-dis.c (print_movxy): Constify "op" param.
913 (print_insn_ddt): Constify sh_opcode_info vars.
914 (print_insn_ppi): Likewise.
915 (print_insn_sh): Likewise.
916 * tic30-dis.c (cnvt_tmsfloat_ieee): Use a union to avoid
917 type-punned pointer warnings.
918 * w65-dis.c (print_insn_w65): Constify "op".
919
2fd84db3
SC
9202002-12-01 Stephane Carrez <stcarrez@nerim.fr>
921
922 * m68hc11-dis.c (PC_REGNUM): Define.
923 (print_indexed_operand): Need an adjustment for some PC-relative
924 operand modes; print the final address of PC-relative modes.
925 (print_insn): Take into account movw/movb to adjust the PC-relative
926 operand addresses.
927
b34976b6
AM
9282002-11-30 Alan Modra <amodra@bigpond.net.au>
929
930 *arm-dis.c, cris-dis.c, h8300-dis.c, mips-dis.c, mmix-dis.c, sh-dis.c,
931 sh64-dis.c, v850-dis.c: Replace boolean with bfd_boolean, true with
932 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
933 with TRUE/FALSE. Formatting.
934
9967baf0
DD
9352002-11-25 DJ Delorie <dj@redhat.com>
936
937 * xstormy16-opc.c: Regenerate.
938
97dd3f18
JW
9392002-11-25 Jim Wilson <wilson@redhat.com>
940
941 * ia64-dis.c (print_insn_ia64): Correct handling of IA64_OPND_TGT64.
942
193eb15d
DD
9432002-11-15 DJ Delorie <dj@redhat.com>
944
945 * xstormy16-desc.c: Regenerate.
946 * xstormy16-opc.c: Regenerate.
947 * xstormy16-opc.h: Regenerate.
adadcc0c 948
11041102
KD
9492002-11-18 Klee Dienes <kdienes@apple.com>
950
951 * avr-dis.c: Include libiberty.h (for xmalloc).
952 (struct avr_opcodes_s): Remove 'bin_mask' field (it's
953 automatically computed in the init routine).
954 (AVR_INSN): No longer provide bin_mask field in initializer.
955 (avr_opcodes_s): Declare as const.
956 (print_insn_avr): Store the bin_mask field in a separate table
957 (allocated with xmalloc); iterate through it at the same time as
958 we iterate through the opcodes.
959
a3e64b75
KD
9602002-11-18 Klee Dienes <kdienes@apple.com>
961
962 * h8300-dis.c: Include libiberty.h (for xmalloc).
963 (struct h8_instruction): New type, used to wrap h8_opcodes with a
964 length field (computed at run-time).
965 (h8_instructions): New variable.
966 (bfd_h8_disassemble_init): Allocate the storage for
967 h8_instructions. Fill h8_instructions with pointers to the
968 appropriate opcode and the correct value for the length field.
969 (bfd_h8_disassemble): Iterate through h8_instructions instead of
970 h8_opcodes.
971
84037f8c
KD
9722002-11-18 Klee Dienes <kdienes@apple.com>
973
974 * arc-opc.c (arc_ext_opcodes): Define.
975 (arc_ext_operands): Define.
976 * i386-dis.c (Suffix3DNow): Declare as const.
977 * arm-opc.h (arm_opcodes): Declare as const.
978 (thumb_opcodes): Declare as const.
979 * h8500-opc.h (h8500_table): Declare as const.
980 (h8500_table): Use a NULL for the opcode in the terminator, so
981 that code testing (opcode->name) behaves correctly.
982 * mcore-opc.h (mcore_table): Declare as const.
983 * sh-opc.h (sh_table): Declare as const.
984 * w65-opc.h (optable): Declare as const.
985 * z8k-opc.h (z8k_table): Declare as const.
986
9c87d6c7
SS
9872002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
988
989 * tic4x-dis.c: Added support for enhanced and special insn.
990 (c4x_print_op): Added insn class 'i' and 'j'
991 (c4x_hash_opcode_special): Add to support special insn
992 (c4x_hash_opcode): Update to support the new opcode-list
993 format. Add support for the new special insns.
994 (c4x_disassemble): New opcode-list support.
995
c444c2f6
KD
9962002-11-16 Klee Dienes <kdienes@apple.com>
997
998 * m88k-dis.c: Include libiberty.h (for xmalloc).
999 (HASHTAB): New type, used to build instruction hash tables.
1000 Contains a pointer to an INSTAB and a pointer to the next hash
1001 chain entry.
1002 (instructions): Move definition from m88k.h; remove initialization
1003 of 'next' field.
1004 (hashtable): Now an aray of pointer-to-HASHTAB, not INSTAB.
1005 (printop): Mark pointer to OPSPEC as const.
1006 (install): Remove; fold into init_disasm.
1007 (m88kdis): Update to ihashtab_initialized to 1 after calling
1008 init_disasm. entry_ptr now iterates through HASHTABs, not
1009 INSTABs.
1010 (init_disasm): Iterate through the instructions and add to
1011 hashtable[].
1012
44287f60
SS
10132002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
1014
1015 * tic4x-dis.c: (c4x_print_op): Add support for the new argument
1016 format. Fix bug in 'N' register printer.
1017
8b4fa155
AM
10182002-11-12 Segher Boessenkool <segher@koffie.nl>
1019
1020 * ppc-dis.c (print_insn_powerpc): Correct condition register display.
1021
95e172a5
AH
10222002-11-07 Aldy Hernandez <aldyh@redhat.com>
1023
1024 * ppc-opc.c (EVUIMM_4): Change bit size to 32.
1025 (EVUIMM_2): Same.
ced05688 1026 (EVUIMM_8): Same.
95e172a5 1027
bde78a07
NC
10282002-11-07 Klee Dienes <kdienes@apple.com>
1029
adadcc0c
AM
1030 * Makefile.am (ia64-asmtab.c): Update to use the new '--srcdir'
1031 argument to ia64-gen.
bde78a07
NC
1032 Regenerate dependencies for ia64-len.lo.
1033 * Makefile.in: Regenerate.
adadcc0c
AM
1034 * ia64-gen.c: Convert to use getopt(). Add the standard GNU
1035 options, as well as '--srcdir', which controls the directory in
1036 which ia64-gen looks for the sources it uses to generate the
1037 output table. Add a 'const' to the declaration of the final
1038 output table. Call xmalloc_set_program_name to set the program
1039 name.
bde78a07 1040 * ia64-asmtab.c: Regenerate.
adadcc0c 1041
bde78a07
NC
10422002-11-07 Nick Clifton <nickc@redhat.com>
1043
1044 * ia64-gen.c: Fix comment formatting and compile time warnings.
1045 * ia64-opc-a.c: Fix compile time warnings.
1046 * ia64-opc-b.c: Likewise.
1047 * ia64-opc-d.c: Likewise.
1048 * ia64-opc-f.c: Likewise.
1049 * ia64-opc-i.c: Likewise.
1050 * ia64-opc-m.c: Likewise.
1051 * ia64-opc-x.c: Likewise.
1052
fe587977
AH
10532002-11-06 Aldy Hernandez <aldyh@redhat.com>
1054
c168870a 1055 * ppc-opc.c: Change RD to RS for evmerge*.
fe587977 1056
d3c866d1
NC
10572002-10-07 Nathan Tallent <eraxxon@alumni.rice.edu>
1058
1059 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
1060 fbl, fble, fblg, fbn, fbne, fbnz, fbo, fbu, fbue, fbug, fbuge,
1061 fbul, fbule>: Add conditional/unconditional branch
1062 classification.
1063
ac8c616a
SC
10642002-10-13 Stephane Carrez <stcarrez@nerim.fr>
1065
1066 * m68hc11-dis.c (print_insn): Treat bitmask and branch operands
1067 at the end.
1068
9752cf1b 10692002-09-30 Gavin Romig-Koch <gavin@redhat.com>
adadcc0c
AM
1070 Ken Raeburn <raeburn@cygnus.com>
1071 Aldy Hernandez <aldyh@redhat.com>
1072 Eric Christopher <echristo@redhat.com>
1073 Richard Sandiford <rsandifo@redhat.com>
9752cf1b
RS
1074
1075 * mips-dis.c (print_insn_arg): Handle '[', ']', 'e' and '%'.
1076 (mips_isa_type): Handle bfd_mach_mips4120, bfd_mach_mips5400
1077 and bfd_mach_mips5500.
1078 * mips-opc.c (V1): Include INSN_4111 and INSN_4120.
1079 (N411, N412, N5, N54, N55): New convenience defines.
1080 (mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes.
1081 Change dmadd16 and madd16 from V1 to N411.
1082
3396de36
TS
10832002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1084
1085 * mips-dis.c (print_insn_mips): Always allow disassembly of
1086 32-bit jalx opcode.
1087
1a403964
NC
10882002-09-24 Nick Clifton <nickc@redhat.com>
1089
1090 * po/de.po: Updated German translation.
1091
2d2550d6
AM
10922002-09-21 Alan Modra <amodra@bigpond.net.au>
1093
1094 * Makefile.am: Run "make dep-am".
1095 * Makefile.in: Regenerate.
1096 * po/POTFILES.in: Regenerate.
1097
0ec499f7
NC
10982002-09-20 Nick Clifton <nickc@redhat.com>
1099
1100 * ppc-opc.c (CRFD, CRFS): Add PPC_OPERAND_CR flag so that cr
1101 register names are accepted.
1102
4415b5c2
AM
11032002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1104
1105 * tic4x-dis.c: Add function declarations and ATTRIBUTE_UNUSED.
1106 Convert functions to K&R format.
1107
dde1b132
NC
11082002-09-13 Nick Clifton <nickc@redhat.com>
1109
1110 * ppc-opc.c (MFDEC2): Include Book-E.
2d2550d6
AM
1111 (PPCCHLK64): New opcode mask.
1112 (evsubw, evsubiw, evmr, evnot, isellt, iselgt, iseleq, mfpid,
1113 mfcsrr0, mfcsrr1, mfdear, mfesr, mfivpr, mfusprg0, mftbl,
1114 mftbu, mfpir, mfdbsr, mfdbcr0, mfdbcr1, mfdbcr2, mfiac1,
1115 mfiac2, mfiac3, mfiac4, mfdac1, mfdac2, mfdvc1, mfdvc2, mftsr,
1116 mftcr, mfivor0, mfivor1, mfivor2, mfivor3, mfivor4, mfivor5,
1117 mfivor6, mfivor7, mfivor8, mfivor9, mfivor10, mfivor11,
1118 mfivor12, mfivor13, mfivor14, mfivor15, mfbbear, mfmcsrr0,
1119 mfmcsrr1, mfmcsr, mtpid, mtdecar, mtcsrr0, mtcsrr1, mtdear,
1120 mtesr, mtivpr, mtusprg0, mtsprg4, mtsprg5, mtsprg6, mtsprg7,
1121 mtdbsr, mtdbcr0, mtdbcr1, mtdbcr2, mtiac1, mtiac2, mtiac3,
1122 mtiac4, mtdac1, mtdac2, mtdvc1, mtdvc2, mttsr, mttcr, mtivor0,
1123 mtivor1, mtivor2, mtivor3, mtivor4, mtivor5, mtivor6, mtivor7,
1124 mtivor8, mtivor9, mtivor10, mtivor11, mtivor12, mtivor13,
1125 mtivor14, mtivor15, mtbbear, mtmcsrr0, mtmcsrr1, mtmcsr): New
1126 Book-E instructions.
1127 (evfsneg): Fix opcode value.
1128 (dcbtstlse, dcbtlse, icblce, dcblce, icbtsle): Use PPCCHLK64
1129 mask.
1130 (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit
1131 Book-E.
1132 (extsw): Restrict to 64-bit PPC instruction sets.
1133 (extsw.): Does not exist in 64-bit Book-E.
1134 (powerpc_macro): Remove mftbl, mftbu and mftb Book-E macros as
1135 they are no longer needed.
dde1b132 1136
9ec878e3
AM
11372002-09-12 Gary Hade <garyhade@us.ibm.com>
1138
1139 * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
1140
e09f4395
NC
11412002-09-11 Nick Clifton <nickc@redhat.com>
1142
1143 * po/da.po: Updated Danish translation file.
1144
341026c1
NC
11452002-09-04 Nick Clifton <nickc@redhat.com>
1146
1147 * ppc-opc.c (extsw, extsw.): Do not allow for the BookE32.
1148
07dd56a9
NC
11492002-09-04 Nick Clifton <nickc@redhat.com>
1150
1151 * disassemble.c (disassembler_usage): Add invocation of
1152 print_ppc_disassembler_options.
2d2550d6 1153 * ppc-dis.c (print_ppc_disassembler_options): New function.
07dd56a9 1154
2e32aab9
NC
11552002-09-04 Nick Clifton <nickc@redhat.com>
1156
1157 * ppc-opc.c: The BookE implementations of the TLBWE and TLBRE
1158 instructions do not take any arguments.
1159
bf5be082
NC
11602002-09-02 Nick Clifton <nickc@redhat.com>
1161
1162 * v850-opc.c: Remove redundant references to V850EA architecture.
1163
d943fe33
AM
11642002-09-02 Alan Modra <amodra@bigpond.net.au>
1165
1166 * arc-opc.c: Include bfd.h.
1167 (arc_get_opcode_mach): Subtract off base bfd_mach value.
1168
53f32ea5
AM
11692002-08-30 Alan Modra <amodra@bigpond.net.au>
1170
1171 * v850-dis.c (disassemble): Remove bfd_mach_v850ea case.
1172
1173 * mips-dis.c (_print_insn_mips): Don't use hard-coded mach constants.
1174
026df7c5
NC
11752002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
1176
1177 * configure.in: Added bfd_tic4x_arch.
1178 * configure: Regenerate.
1179 * Makefile.am: Added tic4x-dis.o target.
1180 * Makefile.in: Regenerate.
1181
11822002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1183
1184 * disassemble.c: Added tic4x target and c4x
1185 disassembler routine.
1186 * tic4x-dis.c: New file.
1187
14899840
NC
11882002-08-16 Christian Groessler <chris@groessler.org>
1189
1190 * z8k-dis.c (unparse_instr): case CLASS_BA: Designate hex
1191 values as those.
1192 * z8kgen.c (opt): Fix definition of "in rd,imm16" opcode.
1193 * z8k-opc.h: Regenerated with new z8kgen.c.
1194
2d2550d6 11952002-08-19 Elena Zannoni <ezannoni@redhat.com>
23976049 1196
2d2550d6 1197 From matthew green <mrg@redhat.com>
23976049
EZ
1198
1199 * ppc-dis.c (powerpc_dialect): Support `-m500', `-m500x2' and
1200 `-mefs'. Turn off AltiVec for E500 and efs.
1201 (print_insn_powerpc): Don't print an AltiVec instruction if the
1202 dialect is not efs.
1203
1204 * ppc-opc.c (insert_pmrn, extract_pmrn, insert_ev2, extract_ev2,
1205 insert_ev4, extract_ev4, insert_ev8, extract_ev8): New functions
1206 for extracting pmrn/evld/evstd/etc operands.
1207 (CRB, CRFD, CRFS, DC, RD): New instruction fields.
1208 (CT): Make this equal to RD + 1.
1209 (PMRN): New operand.
1210 (RA): Update.
1211 (EVUIMM, EVUIMM_2, EVUIMM_4, EVUIMM_8): New operands.
1212 (WS): Update.
1213 (EVSEL, EVSEL_MASK): New instruction form and mask for EVSEL.
1214 (ISEL, ISEL_MASK): New instruction form and mask for ISEL.
1215 (XISEL, XISEL_MASK): New instruction form and mask for ISEL.
1216 (CTX, CTX_MASK): New instruction form and mask for context cache
1217 instructions.
1218 (UCTX, UCTX_MASK): New instruction form and mask for user context
1219 cache instructions.
1220 (XC, XC_MASK, XUC, XUC_MASK): New instruction forms.
1221 (CLASSIC): New define.
1222 (PPCESPE): New define.
1223 (PPCISEL, , PPCBRLK, PPCPMR, PPCCHLK, PPCRFMI): New
1224 defines for integer select, cache control, branch
1225 locking, power management, cache locking and machine check
1226 APU instructions, respectively.
1227 (efsabs, efsnabs, efsneg, efsadd, efssub, efsmul,
1228 efsdiv, efscmpgt, efscmplt, efscmpeq, efststgt, efststlt,
1229 efststeq, efscfui, efsctuiz, efscfsi, efscfuf, efscfsf,
2d2550d6 1230 efsctui, efsctsi, efsctsiz, efsctuf, efsctsf,
23976049
EZ
1231 evaddw, evaddiw, evsubfw, evsubifw, evabs, evneg, evextsb,
1232 evextsh, evrndw, evcntlzw, evcntlsw, brinc, evand, evandc, evor,
1233 evorc, evxor, eveqv, evnand, evnor, evrlw, evrlwi, evslw, evslwi,
1234 evsrws, evsrwu, evsrwis, evsrwiu, evsplati, evsplatfi, evmergehi,
1235 evmergelo, evmergehilo, evmergelohi, evcmpgts, evcmpgtu, evcmplts,
1236 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
1237 evldhx, evlwhe, evlwhex, evlwhou, evlwhoux, evlwhos, evlwhosx,
1238 evlwwsplat, evlwwsplatx, evlwhsplat, evlwhsplatx, evlhhesplat,
1239 evlhhesplatx, evlhousplat, evlhousplatx, evlhossplat, evlhossplatx,
1240 evstdd, evstddx, evstdw, evstdwx, evstdh, evstdhx, evstwwe,
1241 evstwwex, evstwwo, evstwwox, evstwhe, evstwhex, evstwho, evstwhox,
1242 evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul, evfsdiv,
1243 evfscmpgt, evfscmplt, evfscmpeq, evfststgt, evfststlt, evfststeq,
1244 evfscfui, evfsctuiz, evfscfsi, evfscfuf, evfscfsf, evfsctui,
1245 evfsctsi, evfsctsiz, evfsctuf, evfsctsf, evsabs, evsnabs, evsneg,
1246 evsadd, evssub, evsmul, evsdiv, evscmpgt, evsgmplt, evsgmpeq,
1247 evststgt, evststlt, evststeq, evscfui, evscfsi, evscfuf, evscfsf,
1248 evsctui, evsctuiz, evsctsi, evsctsiz, evsctuf, evsctsf, evmhossf,
1249 evmhossfa, evmhosmf, evmhosmfa, evmhosmi, evmhosmia, evmhoumi,
1250 evmhoumia, evmhessf, evmhessfa, evmhesmf, evmhesmfa, evmhesmi,
1251 evmhesmia, evmheumi, evmheumia, evmhossfaaw, evmhossiaaw,
1252 evmhosmfaaw, evmhosmiaaw, evmhousiaaw, evmhoumiaaw, evmhessfaaw,
1253 evmhessiaaw, evmhesmfaaw, evmhesmiaaw, evmheusiaaw, evmheumiaaw,
1254 evmhossfanw, evmhossianw, evmhosmfanw, evmhosmianw, evmhousianw,
1255 evmhoumianw, evmhessfanw, evmhessianw, evmhesmfanw, evmhesmianw,
1256 evmheusianw, evmheumianw, evmhogsmfaa, evmhogsmiaa, evmhogumiaa,
1257 evmhegsmfaa, evmhegsmiaa, evmhegumiaa, evmhogsmfan, evmhogsmian,
1258 evmhogumian, evmhegsmfan, evmhegsmian, evmhegumian, evmwhssf,
1259 evmwhssfa, evmwhssfaa, evmwhssmaa, evmwhsmfaa, evmwhsmiaa,
1260 evmwhusiaa, evmwhumiaa, evmwhssfan, evmwhssian, evmwhsmfan,
1261 evmwhsmian, evmwhusian, evmwhumian, evmwhgssfaa, evmwhgsmfaa,
1262 evmwhgsmiaa, evmwhgumiaa, evmwhgssfan, evmwhgsmfan, evmwhgsmian,
1263 evmwhgumian, evmwhsmf, evmwhsmfa, evmshsmi, evmshsmia, evmshumi,
1264 evmshumia, evmmlssf, evmmlssfa, evmwlsmf, evmwlsmfa, evmwlumi,
1265 evmwlumia, evmwlssfaaw, evmwlssiaaw, evmwlsmfaaw, evmwlsmiaaw,
1266 evmwlusiaaw, evmwlumiaaw, evmwissfanw, evmwissianw, evmwlsmfanw,
1267 evmwlsmianw, evmwlusianw, evmwlumianw, evmwssf, evmwssfa,
1268 evmwsmf, evmwsmfa, evmwsmi, evmwsmia, evmwumi, evmwumia,
1269 evmwssfaa, evmwsmfaa, evmwsmiaa, evmwumiaa, evmwssfan, evmwsmfan,
1270 evmwsmian, evmwumian, evaddssiaaw, evaddsmiaaw, evaddusiaaw,
1271 evaddumiaaw, evsubfssiaaw, evsubfsmiaaw, evsubfusiaaw,
1272 evsubfumiaaw, evmra, evdivws, evdivws): New e500x2 Core Complex
1273 instructions.
1274 (rfmci): New machine check APU instruction.
1275 (isel): New integer select APU instructino.
1276 (icbtls, icbtlse, icblc, icblce, dcbtls, dcbtlse, dcbtstls,
1277 dcbtstlse, dcblc, dcblce): New cache control APU instructions.
1278 (mtspefscr, mfspefscr): New instructions.
1279 (mfpmr, mtpmr): New performance monitor APU instructions.
1280 (savecontext): New context cache APU instructions.
1281 (bblels, bbelr): New branch locking APU instructions.
1282 (bblels, bbelr): New instructions.
1283 (mftbl, mftbu, mftb): Set as CLASSIC instructions. Add BOOKE alias.
1284
7eccd7f6
SC
12852002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1286
1287 * m68hc11-opc.c: Update call operand to accept the page definition.
1288 Identify instructions that are branches and calls to generate a
1289 RL_JUMP relocation.
1290
f07534f6
SC
12912002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1292
1293 * m68hc11-dis.c (print_insn): Take into account 68HC12 memory
1294 banks and fix disassembling of call instruction.
1295 (print_indexed_operand): New param to tell whether
1296 it was an indirect addressing operand (for disassembling call).
1297
2b692c59
NC
12982002-08-09 Nick Clifton <nickc@redhat.com>
1299
1300 * po/sv.po: Updated Swedish translation.
1301
0c11417f
MR
13022002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1303
1304 * mips-opc.c (mips_builtin_opcodes): Remove "dla" and "la" as
1305 aliases to "daddiu" and "addiu".
1306
83e1617e
NC
13072002-07-30 Nick Clifton <nickc@redhat.com>
1308
1309 * po/sv.po: Updated Swedish translation.
1310
219576a4
NC
13112002-07-25 Nick Clifton <nickc@redhat.com>
1312
1313 * po/sv.po: Updated Swedish translation.
1314 * po/es.po: Updated Spanish translation.
1315 * po/pr_BR.po: Updated Brazilian Portuguese translation.
1316 * po/tr.po: Updated Turkish translation.
1317 * po/fr.po: Updated French translation.
1318
ff3063f5
NC
13192002-07-24 Nick Clifton <nickc@redhat.com>
1320
1321 * po/sv.po: Updated Swedish translation.
1322 * po/es.po: Updated Spanish translation.
1323 * po/pr_BR.po: Updated Brazilian Portuguese translation.
1324
8c3bb577
AM
13252002-07-23 Alan Modra <amodra@bigpond.net.au>
1326
1327 * Makefile.am: Run "make dep-am".
1328 * Makefile.in: Regenerate.
1329 * po/POTFILES.in: Regenerate.
1330
0461a601
NC
13312002-07-23 Nick Clifton <nickc@redhat.com>
1332
ff3063f5
NC
1333 * po/fr.po: Updated French translation.
1334 * po/pr_BR.po: New Brazilian Portuguese translation.
1335 * po/id.po: Updated Indonesian translation.
0461a601
NC
1336 * configure.in (LINGUAS): Add pr_BR.
1337 * configure: Regenerate.
1338
a40cbfa3
NC
13392002-07-18 Denis Chertykov <denisc@overta.ru>
1340 Frank Ch. Eigler <fche@redhat.com>
1341 Alan Lehotsky <alehotsky@cygnus.com>
1342 matthew green <mrg@redhat.com>
1343
1344 * configure.in: Add support for ip2k.
1345 * configure: Regenerate.
1346 * Makefile.am: Add support for ip2k.
1347 * Makefile.in: Regenerate.
1348 * disassemble.c: Add support for ip2k.
1349 * ip2k-asm.c: New generated file.
1350 * ip2k-desc.c: New generated file.
1351 * ip2k-desc.h: New generated file.
1352 * ip2k-dis.c: New generated file.
1353 * ip2k-ibld.c: New generated file.
1354 * ip2k-opc.c: New generated file.
1355 * ip2k-opc.h: New generated file.
1356
ae66e5d7
L
13572002-07-17 David Mosberger <davidm@hpl.hp.com>
1358
1359 * ia64-opc-b.c (bWhc): New macro.
1360 (mWhc): Ditto.
1361 (OpPaWhcD): Ditto.
1362 (ia64_opcodes_b): Correct patterns for indirect call
1363 instructions to use 3-bit "wh" field.
1364 * ia64-asmtab.c: Regnerate.
1365
aec421e0
TS
13662002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1367
1368 * mips-dis.c (mips_isa_type): Add MIPS16 insn handling.
1369 * mips-opc.c (I16): New define.
1370 (mips_builtin_opcodes): Make jalx an I16 insn.
1371
fd3c93d5
DB
13722002-06-18 Dave Brolley <brolley@redhat.com>
1373
1374 * po/POTFILES.in: Add frv-*.[ch].
1375 * disassemble.c (ARCH_frv): New macro.
1376 (disassembler): Handle bfd_arch_frv.
1377 * configure.in: Support frv_bfd_arch.
1378 * Makefile.am (HFILES): Add frv-*.h.
1379 (CFILES): Add frv-*.c
1380 (ALL_MACHINES): Add frv-*.lo.
1381 (CLEANFILES): Add stamp-frv.
1382 (FRV_DEPS): New variable.
1383 (stamp-frv): New target.
1384 (frv-asm.lo): New target.
1385 (frv-desc.lo): New target.
1386 (frv-dis.lo): New target.
1387 (frv-ibld.lo): New target.
1388 (frv-opc.lo): New target.
1389 (frv-*.[ch]): New files.
1390
bc98a631
BE
13912002-06-18 Ben Elliston <bje@redhat.com>
1392
1393 * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
1394 * Makefile.in: Regenerate.
1395
56da5fed
AM
13962002-06-08 Alan Modra <amodra@bigpond.net.au>
1397
1398 * a29k-dis.c: Replace CONST with const.
1399 * h8300-dis.c: Likewise.
1400 * m68k-dis.c: Likewise.
1401 * or32-dis.c: Likewise.
1402 * sparc-dis.c: Likewise.
1403
5b0e55b6
JT
14042002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1405
1406 * configure.in: Add "sh5*-*" to list of targets which include
1407 sh64 support.
1408 * configure: Regenerate.
1409
154bce22
CD
14102002-05-31 Chris G. Demetriou <cgd@broadcom.com>
1411
1412 * mips-opc.c: Clean up a few whitespace issues, and sort a
1413 few entries understanding that 'x' follows 'w' in the alphabet.
2d2550d6 1414
107c6e1a 14152002-05-31 Chris G. Demetriou <cgd@broadcom.com>
2d2550d6 1416 Ed Satterthwaite <ehs@broadcom.com>
107c6e1a
CD
1417
1418 * mips-opc.c: Add support for SB-1 MDMX subset and extensions.
1419
194b5210
AM
14202002-05-31 Alan Modra <amodra@bigpond.net.au>
1421
1422 * Makefile.am: Run "make dep-am".
1423 * Makefile.in: Regenerate.
1424 * po/POTFILES.in: Regenerate.
1425
deec1734 14262002-05-30 Chris G. Demetriou <cgd@broadcom.com>
2d2550d6 1427 Ed Satterthwaite <ehs@broadcom.com>
deec1734
CD
1428
1429 * mips-dis.c (print_insn_arg): Add support for 'O', 'Q', 'X', 'Y',
1430 and 'Z' formats, for MDMX.
2d2550d6 1431 (mips_isa_type): Add MDMX instructions to the ISA
deec1734
CD
1432 bit mask for bfd_mach_mipsisa64.
1433 * mips-opc.c: Add support for MDMX instructions.
1434 (MX): New definition.
1435
1436 * mips-dis.c: Update copyright years to include 2002.
1437
c2012993
TR
14382002-05-30 Diego Novillo <dnovillo@redhat.com>
1439
1440 * d10v-opc.c (d10v_opcodes): `btsti' does not modify its
2d2550d6 1441 arguments.
c2012993 1442
d172d4ba
NC
14432002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1444
1445 * configure.in: Add DLX configuraton support.
1446 * configure: Regenerate.
1447 * Makefile.am: Add DLX configuraton support.
1448 * Makefile.in: Regenerate.
1449 * disassemble.c: Add DLX support.
1450 * dlx-dis.c: New file.
1451
19f33eee
AM
14522002-05-25 Alan Modra <amodra@bigpond.net.au>
1453
1454 * Makefile.am (sh-dis.lo): Don't put make commands in deps.
1455 * Makefile.in: Regenerate.
1456 * arc-dis.c: Use #include "" instead of <> for local header files.
1457 * m68k-dis.c: Likewise.
1458
219576a4 14592002-05-22 J"orn Rennecke <joern.rennecke@superh.com>
9ccc8931
JR
1460
1461 * Makefile.am (sh-dis.lo): Compile with @archdefs@.
1462 * Makefile.in: regenerate.
426e6456
JR
1463
1464 * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
1465 for disassembly.
1466
771c7ce4
TS
14672002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1468
1469 * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros.
1470
219576a4 14712002-05-17 J"orn Rennecke <joern.rennecke@superh.com>
1c509ca8
JR
1472
1473 * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
1474 * sh-dis.c (LITTLE_BIT): Delete.
1475 (print_insn_sh, print_insn_shl): Deleted.
1476 (print_insn_shx): Renamed to
1477 (print_insn_sh). No longer static. Handle SHmedia instructions.
1478 Use info->endian to determine endianness.
1479 * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
1480 (print_insn_sh64x): No longer static. Renamed to
1481 (print_insn_sh64). Removed pfun_compact and endian arguments.
1482 If we got an uneven address to indicate SHmedia, adjust it.
1483 Return -2 for SHcompact instructions.
1484
81172ff2
AM
14852002-05-17 Alan Modra <amodra@bigpond.net.au>
1486
1487 * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
1488 * configure.in: Invoke AM_INSTALL_LIBBFD.
1489 * Makefile.am (install-data-local): Move to..
1490 (install_libopcodes): .. New target.
1491 (uninstall_libopcodes): Likewise.
1492 (install-bfdlibLTLIBRARIES): Likewise.
1493 (uninstall-bfdlibLTLIBRARIES): Likewise.
1494 (bfdlibdir): New.
1495 (bfdincludedir): New.
1496 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
1497 * aclocal.m4: Regenerate.
1498 * configure: Regenerate.
1499 * Makefile.in: Regenerate.
1500
a978a3e5
NC
15012002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1502
1503 * fr30-asm.c: Regenerate.
1504 * fr30-desc.c: Regenerate.
1505 * fr30-dis.c: Regenerate.
1506 * m32r-asm.c: Regenerate.
1507 * m32r-desc.c: Regenerate.
1508 * m32r-dis.c: Regenerate.
1509 * openrisc-asm.c: Regenerate.
1510 * openrisc-desc.c: Regenerate.
1511 * openrisc-dis.c: Regenerate.
1512 * xstormy16-asm.c: Regenerate.
1513 * xstormy16-desc.c: Regenerate.
1514 * xstormy16-dis.c: Regenerate.
1515
563773fe
TS
15162002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1517
1518 * mips-dis.c (is_newabi): EABI is not a NewABI.
1519
942e7dd9
JT
15202002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
1521
1522 * configure.in (shle-*-*elf*): Include sh64 support.
1523 * configure: Regenerate.
1524
d85cdfab
JT
15252002-04-28 Jason Thorpe <thorpej@wasabisystems.com>
1526
1527 * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.
1528 (print_insn_mode): Print some basic info about floating point values.
1529
c1a34e60
AM
15302002-05-09 Anton Blanchard <anton@samba.org>
1531
1532 * ppc-opc.c: Add "tlbiel" for POWER4.
1533
748f46d4
GH
15342002-05-07 Graydon Hoare <graydon@redhat.com>
1535
2d2550d6 1536 * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather
748f46d4
GH
1537 than just most-recently-opened.
1538
7d4a12d2
AM
15392002-05-01 Alan Modra <amodra@bigpond.net.au>
1540
1541 * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
1542
3c25c5f6
NC
15432002-04-24 Christian Groessler <chris@groessler.org>
1544
1545 * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2
1546 bytes_per_chunk, 6 bytes_per_line for nicer display of the hex
1547 codes.
1548 (z8k_lookup_instr): CLASS_IGNORE case added.
1549 (output_instr): Don't print hex codes, they are already
1550 printed.
1551 (unpack_instr): ARG_NIM4 case added. ARG_NIM8 case
1552 fixed. Support CLASS_BIT_1OR2 and CLASS_IGNORE cases.
1553 (unparse_instr): Fix base and indexed addressing disassembly:
1554 The index is inside the brackets.
1555 * z8kgen.c (gas): Add ARG_NIM4 and CLASS_IGNORE defines.
1556 (opt): Fix shift left/right arithmetic/logical byte defines:
1557 The high byte of the immediate word is ignored by the
1558 processor.
1559 Fix n parameter of ldm opcodes: The opcode contains (n-1).
1560 (args): Fix "n" entry.
1561 (toks): Add "nim4" and "iiii" entries.
1562 * z8k-opc.h: Regenerated with new z8kgen.c.
1563
c6ed57bd
NC
15642002-04-24 Nick Clifton <nickc@cambridge.redhat.com>
1565
1566 * po/id.po: New Indonesian translation.
1567 * configure.in (ALL_LIGUAS): Add id.po
1568 * configure: Regenerate.
1569
eb0fdfed
MG
15702002-04-17 matthew green <mrg@redhat.com>
1571
1572 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
1573
82674a1f
AM
15742002-04-04 Alan Modra <amodra@bigpond.net.au>
1575
1576 * dep-in.sed: Cope with absolute paths.
1577 * Makefile.am (dep.sed): Subst TOPDIR.
1578 Run "make dep-am".
1579 * Makefile.in: Regenerate.
1580 * ppc-opc.c: Whitespace.
1581 * s390-dis.c: Fix copyright date.
1582
294b41b3
MG
15832002-03-23 matthew green <mrg@redhat.com>
1584
1585 * ppc-opc.c (vmaddfp): Fix operand order.
1586
71b21050
AM
15872002-03-21 Alan Modra <amodra@bigpond.net.au>
1588
1589 * Makefile.am: Run "make dep-am".
1590 * Makefile.in: Regenerate.
1591
5ae2e65e
AM
15922002-03-21 Anton Blanchard <anton@samba.org>
1593
1594 * ppc-opc.c: Add optional field to mtmsrd.
1595 (MTMSRD_L, XRLARB_MASK): Define.
1596
219576a4 15972002-03-18 Jan Hubicka <jh@suse.cz>
c1a64871
JH
1598
1599 * i386-dis.c (prefix_name): Fix handling of 32bit address prefix
1600 in 64bit mode.
1601 (print_insn) Likewise.
1602 (putop): Fix handling of 'E'
1603 (OP_E, OP_OFF): handle 32bit addressing mode in 64bit.
1604 (ptr_reg): Likewise.
1605
a1c259a1
NC
16062002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1607
1608 * po/fr.po: Updated version.
1609
44426910
CD
16102002-03-16 Chris Demetriou <cgd@broadcom.com>
1611
1612 * mips-opc.c (M3D): Tweak comment.
1613 (mips_builtin_op): Add comment indicating that opcodes of the
1614 same name must be placed together in the table, and sort
1615 the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt",
1616 "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
1617
43079f18
NC
16182002-03-16 Nick Clifton <nickc@cambridge.redhat.com>
1619
1620 * Makefile.am: Tidy up sh64 rules.
2d2550d6 1621 * Makefile.in: Regenerate.
43079f18 1622
82f6ea4a
CD
16232002-03-15 Chris G. Demetriou <cgd@broadcom.com>
1624
1625 * mips-dis.c: Update copyright years.
1626
1f25f5d3
CD
16272002-03-15 Chris G. Demetriou <cgd@broadcom.com>
1628
1629 * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA
1630 bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add
1631 comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that
1632 indicate that they should dissassemble all applicable
1633 MIPS-specified ASEs.
1634 * mips-opc.c: Add support for MIPS-3D instructions.
1635 (M3D): New definition.
1636
1637 * mips-opc.c: Update copyright years.
1638
ff8a5556
CD
16392002-03-15 Chris G. Demetriou <cgd@broadcom.com>
1640
1641 * mips-opc.c (mips_builtin_opcodes): Sort bc<N> opcodes by name.
1642
4c563ebf
CD
16432002-03-15 Chris Demetriou <cgd@broadcom.com>
1644
1645 * mips-dis.c (is_newabi): Fix ABI decoding.
1646
eb7b56d0
CD
16472002-03-14 Chris G. Demetriou <cgd@broadcom.com>
1648
1649 * mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32
1650 and bfd_mach_mipsisa64 cases to match the rest.
1651
9ce88e60
NC
16522002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1653
1654 * po/fr.po: Updated version.
1655
98acc1c5
AM
16562002-03-13 Alan Modra <amodra@bigpond.net.au>
1657
1658 * ppc-opc.c: Add optional `L' field to tlbie.
1659 (XRTLRA_MASK): Define.
1660
aa084229
CD
16612002-03-06 Chris Demetriou <cgd@broadcom.com>
1662
1663 * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being
1664 present on I4.
1665
1666 * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps".
1667
84dd1cff
AM
16682002-03-05 Paul Koning <pkoning@equallogic.com>
1669
1670 * pdp11-opc.c: Fix "mark" operand type. Fix operand types
1671 for float opcodes that take float operands. Add alternate
1672 names (xxxD vs. xxxF) for float opcodes.
1673 * pdp11-dis.c (print_operand): Clean up formatting for mode 67.
1674 (print_foperand): New function to handle float opcode operands.
1675 (print_insn_pdp11): Use print_foperand to disassemble float ops.
1676
ef412327
NC
16772002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
1678
1679 * po/de.po: Updated.
1680
263de010
NC
16812002-02-26 Brian Gaeke <brg@dgate.org>
1682
1683 * Makefile.am (install-data-local): Install dis-asm.h.
1684
fe41178f
NC
16852002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
1686
1687 * configure.in (LINGUAS): Add de.po.
1688 * configure: Regenerate.
1689 * po/de.po: New file.
1690
94efba12
AM
16912002-02-25 Alan Modra <amodra@bigpond.net.au>
1692
1693 * ppc-dis.c (powerpc_dialect): Handle power4 option.
1694 * ppc-opc.c (insert_bdm): Correct description of "at" branch
1695 hints. Test PPC_OPCODE_POWER4 to determine branch hint flavour.
1696 (extract_bdm, insert_bdp, extract_bdp, valid_bo): Likewise.
1697 (BOFM64, BOFP64, BOTM64, BOFP64): Rename to BOFM4, BOFP4 etc.
1698 (BODNZM64, BODNZP64, BODZM64, BODZP64): Likewise.
1699 (PPCCOM32, PPCCOM64): Delete.
1700 (NOPOWER4, POWER4): Define.
1701 (powerpc_opcodes): Replace occurences of PPCCOM32 with NOPOWER4,
1702 and PPCCOM4 with POWER4 so that "at" style branch hint opcodes
1703 are enabled for power4 rather than ppc64.
1704
ff3a6ee3
TR
17052002-02-20 Tom Rix <trix@redhat.com>
1706
56da5fed 1707 * ppc-opc.c (powerpc_operands): Add WS field. Use for tlbre, tlbwe.
ff3a6ee3 1708
45b38a80
MS
17092002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1710
1711 * s390-dis.c (init_disasm): Use renamed architecture defines.
1712
9a0ccb24
MG
17132002-02-19 matthew green <mrg@redhat.com>
1714
1715 * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
1716 specific.
1717
6ad738c5
NC
17182002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
1719
1720 * po/tr.po: Updated translation.
1721
8bf7d691
RH
17222002-02-15 Richard Henderson <rth@redhat.com>
1723
1724 * alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
1725 disassembly mask.
1726
fa024f00
RH
17272002-02-15 Richard Henderson <rth@redhat.com>
1728
1729 * alpha-opc.c (alpha_opcodes): Add simple pseudos for
1730 lda, ldah, jmp, ret.
1731
9694d6b2
NC
17322002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
1733
1734 * po/da.po: Updated translation.
1735
d7de8249
GH
17362002-02-12 Graydon Hoare <graydon@redhat.com>
1737
1738 * cgen-asm.in (parse_insn_normal): Change call from
2d2550d6 1739 @arch@_cgen_parse_operand to cd->parse_operand, to
d7de8249 1740 facilitate CGEN_ASM_INIT_HOOK doing useful work.
2d2550d6 1741
56930d37
AO
17422002-02-11 Alexandre Oliva <aoliva@redhat.com>
1743
1744 * sparc-dis.c (print_insn_sparc): Make sure 0xFFFFFFFF is not
1745 sign-extended.
1746
2c73f9d8
AM
17472002-02-11 Alan Modra <amodra@bigpond.net.au>
1748
1749 * Makefile.am: "make dep-am".
1750 * Makefile.in: Regenerate.
1751 * aclocal.m4: Regenerate.
1752 * config.in: Regenerate.
1753 * configure: Regenerate.
1754
ca0f2ed6
HPN
17552002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
1756
1757 * configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64
1758 support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and
1759 shl-*-linux*.
1760 * configure: Regenerate.
1761
34b0f91d
DJ
17622002-02-10 Daniel Jacobowitz <drow@mvista.com>
1763
1764 * cgen-dis.c: Add prototypes for count_decodable_bits
1765 and add_insn_to_hash_chain.
1766
e8b872bb
AO
17672002-02-08 Alexandre Oliva <aoliva@redhat.com>
1768
1769 * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
1770 * configure: Rebuilt.
1771
5e37cc46
NC
17722002-02-08 Ivan Guzvinec <ivang@opencores.org>
1773
1774 * or32-opc.c: Fix compile time warning messages.
1775 * or32-dis.c: Fix compile time warning messages.
1776
d28847ce
AO
17772002-02-08 Alexandre Oliva <aoliva@redhat.com>
1778
1779 Contribute sh64-elf.
1780 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
1781 * sh64-opc.c: Regenerate.
1782 2001-03-13 DJ Delorie <dj@redhat.com>
1783 * sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its
1784 purpose is more obvious.
1785 * sh64-opc.c (shmedia_table): Ditto.
1786 * sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto.
1787 (print_insn_shmedia): Ditto.
1788 2001-03-12 DJ Delorie <dj@redhat.com>
1789 * sh64-opc.c: Adjust comments to reflect reality: replace bits
1790 3:0 with zeros (not "reserved"), replace "rrrrrr" with
1791 "gggggg" for two-operand floating point opcodes. Remove
1792 "fsina".
1793 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com>
1794 * sh64-dis.c (print_insn_shmedia) <failing read_memory_func>:
1795 Correct printing of .byte:s. Return number of printed bytes or
1796 -1; never 0.
1797 (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s
1798 to next four-byte-alignment if insn or data is not aligned.
1799 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1800 * sh64-dis.c: Update comments and fix comment formatting.
1801 (initialize_shmedia_opcode_mask_table) <case A_IMMM>:
1802 Abort instead of setting length to 0.
1803 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
1804 crange_bsearch_cmpl, sh64_get_contents_type,
1805 sh64_address_in_cranges): Move to bfd/elf32-sh64.c.
1806 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1807 * sh64-opc.c: Remove #if 0:d entries for instructions not found in
1808 SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo.
1809 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1810 * sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed
1811 address with same prefix as SHcompact.
1812 In the disassembler, use a .cranges section for linked executables.
1813 * sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file
1814 and update for using structure in info->private_data.
1815 (struct sh64_disassemble_info): New.
1816 (is_shmedia_p): Delete.
1817 (crange_qsort_cmpb): New function.
1818 (crange_qsort_cmpl, crange_bsearch_cmpb): New functions.
1819 (crange_bsearch_cmpl, sh64_address_in_cranges): New functions.
1820 (init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions.
1821 (sh64_get_contents_type, sh64_address_is_shmedia): New functions.
1822 (print_insn_shmedia): Correct displaying of address after MOVI/SHORI
1823 pair. Display addresses for linked executables only.
1824 (print_insn_sh64x_media): Initialize info->private_data by calling
1825 init_sh64_disasm_info.
1826 (print_insn_sh64x): Ditto. Find out type of contents by calling
1827 sh64_contents_type_disasm. Display data regions using ".long" and
1828 ".byte" similar to unrecognized opcodes.
1829 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1830 * sh64-dis.c (is_shmedia_p): Check info->section and look for ISA
1831 information in section flags before considering symbols. Don't
1832 assume an info->mach setting of bfd_mach_sh5 means SHmedia code.
1833 * configure.in (bfd_sh_arch): Check presence of sh64 insns by
1834 matching $target $canon_targets instead of looking at the
1835 now-removed -DINCLUDE_SHMEDIA in $targ_cflags.
1836 * configure: Regenerate.
1837 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
1838 * sh64-opc.c (shmedia_creg_table): New.
1839 * sh64-opc.h (shmedia_creg_info): New type.
1840 (shmedia_creg_table): Declare.
1841 * sh64-dis.c (creg_name): New function.
1842 (print_insn_shmedia): Use it.
1843 * disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map
1844 bfd_mach_sh5 to print_insn_sh64 if big-endian and to
1845 print_insn_sh64l if little-endian.
1846 * sh64-dis.c (print_insn_shmedia): Make r unsigned.
1847 (print_insn_sh64l): New.
1848 (print_insn_sh64x): New.
1849 (print_insn_sh64x_media): New.
1850 (print_insn_sh64): Break out code to print_insn_sh64x and
1851 print_insn_sh64x_media.
1852 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1853 * sh64-opc.h: New file
1854 * sh64-opc.c: New file
1855 * sh64-dis.c: New file
1856 * Makefile.am: Add sh64 targets.
1857 (HFILES): Add sh64-opc.h.
1858 (CFILES): Add sh64-opc.c and sh64-dis.c.
1859 (ALL_MACHINES): Add sh64 files.
1860 * Makefile.in: Regenerate.
1861 * configure.in: Add support for sh64 to bfd_sh_arch.
1862 * configure: Regenerate.
1863 * disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define.
1864 (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to
1865 print_insn_sh64.
1866 * sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4.
1867 * po/POTFILES.in: Regenerate.
1868 * po/opcodes.pot: Regenerate.
1869
cadaa522
FCE
18702002-02-04 Frank Ch. Eigler <fche@redhat.com>
1871
1872 * cgen-dis.in (print_insn_@arch@): Support disassemble_info.insn_sets.
1873
0b3301c3
AO
18742002-02-04 Alexandre Oliva <aoliva@redhat.com>
1875
1876 * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
1877
ba323545
AM
18782002-02-01 Alan Modra <amodra@bigpond.net.au>
1879
1880 * Makefile.am: Run "make dep-am"
1881 * Makefile.in: Regenerate.
1882
3b16e843
NC
18832002-01-31 Ivan Guzvinec <ivang@opencores.org>
1884
1885 * or32-dis.c: New file.
1886 * or32-opc.c: New file.
1887 * configure.in: Add support for or32.
1888 * configure: Regenerate.
1889 * Makefile.am: Add support for or32.
1890 * Makefile.in: Regenerate.
1891 * disassemble.c: Add support for or32.
1892 * po/POTFILES.in: Regenerate.
1893 * po/opcodes.pot: Regenerate.
1894
4867be41
DJ
18952002-01-27 Daniel Jacobowitz <drow@mvista.com>
1896
1897 * configure: Regenerated.
1898
fdfd5c7a
NC
18992002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1900
1901 * po/fr.po: Updated version.
1902
1ddbd152
NC
19032002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1904
1905 * po/es.po: Updated version.
1906
0e5aca4e
NC
19072002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
1908
1909 * po/da.po: New version.
1910
d0de3026
NC
19112002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1912
1913 * po/da.po: New file: Spanish translation.
1914 * configure.in (ALL_LINGUAS): Add da.
1915 * configure: Regenerate.
1916
9a2e995d
GH
19172002-01-22 Graydon Hoare <graydon@redhat.com>
1918
1919 * fr30-asm.c: Regenerate.
1920 * fr30-desc.c: Likewise.
1921 * fr30-desc.h: Likewise.
1922 * fr30-dis.c: Likewise.
1923 * fr30-ibld.c: Likewise.
1924 * fr30-opc.c: Likewise.
1925 * fr30-opc.h: Likewise.
1926 * m32r-asm.c: Likewise.
1927 * m32r-desc.c: Likewise.
1928 * m32r-desc.h: Likewise.
1929 * m32r-dis.c: Likewise.
1930 * m32r-ibld.c: Likewise.
1931 * m32r-opc.c: Likewise.
1932 * m32r-opc.h: Likewise.
1933 * m32r-opinst.c: Likewise.
1934 * openrisc-asm.c: Likewise.
1935 * openrisc-desc.c: Likewise.
1936 * openrisc-desc.h: Likewise.
1937 * openrisc-dis.c: Likewise.
1938 * openrisc-ibld.c: Likewise.
1939 * openrisc-opc.c: Likewise.
1940 * openrisc-opc.h: Likewise.
1941 * xstormy16-desc.c: Likewise.
1942
98c02720
RH
19432002-01-22 Richard Henderson <rth@redhat.com>
1944
1945 * alpha-dis.c (print_insn_alpha): Also mask the base opcode for
1946 comparison.
1947
c46f0c34
AM
19482002-01-22 Alan Modra <amodra@bigpond.net.au>
1949
1950 * Makefile.am: Run "make dep-am".
1951 * Makefile.in: Regenerate.
c168870a 1952 * po/POTFILES.in: Regenerate.
c46f0c34 1953
a2fc1b1f
RE
19542002-01-19 Richard Earnshaw <rearnsha@arm.com>
1955
1956 * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
1957 * arm-dis.c (print_insn_arm): Don't handle 'h' case.
1958
395213c8
RE
19592002-01-18 Keith Walker <keith.walker@arm.com>
1960
1961 * arm-opc.h (arm_opcodes): Add bxj instruction.
1962
328577ad
NC
19632002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1964
1965 * po/opcodes.pot: Regenerate.
1966 * po/fr.po: Regenerate.
1967 * po/sv.po: Regenerate.
1968 * po/tr.po: Regenerate.
1969
af3ae48d
NC
19702002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1971
1972 * po/tr.po: Import new version.
1973
a660f11e
RE
19742002-01-15 Richard Earnshaw <rearnsha@arm.com>
1975
1976 * arm-opc.h (arm_opcodes): Add patterns for VFP instructions.
1977 * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for
1978 VFP bitfields.
1979
1951c6f7
MG
19802002-01-10 matthew green <mrg@redhat.com>
1981
1982 * xstormy16-asm.c: Regenerate.
1983 * xstormy16-desc.c: Likewise.
1984 * xstormy16-desc.h: Likewise.
1985 * xstormy16-dis.c: Likewise.
1986 * xstormy16-opc.c: Likewise.
1987 * xstormy16-opc.h: Likewise.
1988
be2d1673
NC
19892002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1990
1991 * po/es.po: New file: Spanish translation.
1992 * configure.in (ALL_LINGUAS): Add es.
1993 * configure: Regenerate.
1994
19952001-12-31 Jeffrey A Law (law@redhat.com)
8ef42b29
JL
1996
1997 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
1998 'X', 'M', and 'A'. No longer emit a space after 'x' or 's'.
1999 Always emit a space after 'H'.
2000
1cbbfaf9
MG
20012001-12-18 matthew green <mrg@redhat.com>
2002
2003 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
2004
c2274b27
RH
20052001-12-17 Richard Henderson <rth@redhat.com>
2006
2007 * alpha-opc.c (unop): Encode with RB as $sp.
2008
93fbbb04
GK
20092001-12-07 Geoffrey Keating <geoffk@redhat.com>
2010
2011 * Makefile.am: Add support for xstormy16.
2012 * Makefile.in: Regenerate.
2013 * configure.in: Add support for xstormy16.
2014 * configure: Regenerate.
2015 * disassemble.c: Add support for xstormy16.
2016 * xstormy16-asm.c: New generated file.
2017 * xstormy16-desc.c: New generated file.
2018 * xstormy16-desc.h: New generated file.
2019 * xstormy16-dis.c: New generated file.
2020 * xstormy16-ibld.c: New generated file.
2021 * xstormy16-opc.c: New generated file.
2022 * xstormy16-opc.h: New generated file.
2023
3793abc3
RH
20242001-12-06 Richard Henderson <rth@redhat.com>
2025
2026 * alpha-opc.c (alpha_opcodes): Add wh64en.
2027
41852a32
AO
20282001-12-04 Alexandre Oliva <aoliva@redhat.com>
2029
96f27b6c
AO
2030 * d10v-opc.c (d10v_predefined_registers): Remove warnings
2031 introduced in Nov 29's patch.
2032
373efcb3
AO
2033 * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of
2034 unmatched register.
2035
d1267250
AO
2036 * d10v-dis.c (print_operand): Disregard OPERAND_SP in register
2037 predefined value.
2038
41852a32
AO
2039 * d10v-opc.c (RSRC_NOSP): New macro.
2040 (d10v_operands): Add it.
2041 (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
2042
e21c4a1c
AO
20432001-11-29 Alexandre Oliva <aoliva@redhat.com>
2044
2045 * d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.
2046 (RSRC_SP): New macro.
2047 (d10v_operands): Add it.
2048 (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP.
2049
c6843df5
AM
20502001-11-23 Lars Brinkhoff <lars@nocrew.org>
2051
2052 * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
2053 Also, break out of the loop as soon as an instruction has been
2054 printed.
2055
473d3293
MG
20562001-11-17 matthew green <mrg@redhat.com>
2057
2058 * ppc-opc.c (mfvrsave, mtvrsave): New instructions.
2059
802a735e
AM
20602001-11-15 Alan Modra <amodra@bigpond.net.au>
2061
c86380b5
AM
2062 * po/POTFILES.in: Regenerate.
2063
802a735e
AM
2064 * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC.
2065 (insert_bat, extract_bat, insert_bba, extract_bba,
2066 insert_bd, extract_bd, insert_bdm, extract_bdm,
2067 insert_bdp, extract_bdp, valid_bo,
2068 insert_bo, extract_bo, insert_boe, extract_boe,
2069 insert_ds, extract_ds, insert_de, extract_de,
2070 insert_des, extract_des, insert_li, extract_li,
2071 insert_mbe, extract_mbe, insert_mb6, extract_mb6,
2072 insert_nb, extract_nb, insert_nsi, extract_nsi,
2073 insert_ral, insert_ram, insert_ras,
2074 insert_rbs, extract_rbs, insert_sh6, extract_sh6,
2075 insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param.
2076 (extract_bd, extract_bdm, extract_bdp,
2077 extract_ds, extract_des,
2078 extract_li, extract_nsi): Implement sign extension without conditional.
2079 (insert_bdm, extract_bdm,
2080 insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints.
2081 (extract_bdm, extract_bdp): Correct 32 bit validation.
2082 (AT1_MASK, AT2_MASK): Define.
2083 (BBOAT_MASK): Define.
2084 (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define.
2085 (BOFM64, BOFP64, BOTM64, BOTP64): Define.
2086 (BODNZM64, BODNZP64, BODZM64, BODZP64): Define.
2087 (PPCCOM32, PPCCOM64): Define.
2088 (powerpc_opcodes): Modify existing 32 bit insns with branch hints
2089 and add new patterns to implement 64 bit branches with hints. Move
2090 booke instructions so they match before ppc64.
2091
2092 * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for
2093 64 bit default targets, and parse "32" and "64" in options.
2094 Formatting fixes.
2095 (print_insn_powerpc): Pass dialect to operand->extract.
2096
2e1ef6b4
DB
20972001-11-14 Dave Brolley <brolley@redhat.com>
2098
1c009264
DB
2099 * cgen-dis.c (count_decodable_bits): New function.
2100 (add_insn_to_hash_chain): New function.
2101 (hash_insn_array): Call add_insn_to_hash_chain.
2102 (hash_insn_list): Call add_insn_to_hash_chain.
2e1ef6b4
DB
2103 * m32r-dis.c: Regenerated.
2104 * fr30-dis.c: Regenerated.
2105
fa405d97
AJ
21062001-11-14 Andreas Jaeger <aj@suse.de>
2107
2108 * i386-dis.c (print_insn): Use x86-64 as option.
2109
e396998b
AM
21102001-11-14 Alan Modra <amodra@bigpond.net.au>
2111
2112 * disassemble.c (disassembler): Call print_insn_i386.
2113 * i386-dis.c (SUFFIX_ALWAYS): Define.
2114 (struct dis_private): Add orig_sizeflag.
2115 (print_insn_i386): Make it a wrapper, calling..
2116 (print_insn): ..The old body of print_insn_i386. Avoid longjmp
2117 warning without using volatile by moving orig_sizeflag to priv,
2118 and removing inbuf. Parse disassembler_options.
2119 (print_insn_i386_att, print_insn_i386_intel): Move initialisation
2120 code to print_insn.
2121 (putop): Remove #ifdef SUFFIX_ALWAYS.
2122
6e917903
TW
21232001-11-11 Timothy Wall <twall@alum.mit.edu>
2124
2125 * tic54x-dis.c: Use revised opcode structure. Export opcode
2126 template lookup.
2127 (has_lkaddr): Don't forget about Lmem insns.
2128 * tic54x-opc.c: Add emulation trap. Parallel table now uses
2129 standard opcode templates.
fa405d97 2130
e5470cdc
AM
21312001-11-13 Zack Weinberg <zack@codesourcery.com>
2132
2133 * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
2134 to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand
2135 category instead of Ew.
2136
6c93a8fa
NC
21372001-11-12 Niraj Gupta <ngupta@zumanetworks.com>
2138
2139 * m68k-opc.c: Fix definitions of wddata[bwl].
2140
b165b838
RS
21412001-11-09 Richard Sandiford <rsandifo@redhat.com>
2142
2143 * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
2144 fit in the buffer, try to match the empty keyword.
2145
e333d2c4
NC
21462001-11-09 Nick Clifton <nickc@cambridge.redhat.com>
2147
2148 * cgen-ibld.in (extract_1): Fix badly placed #if 0.
2149 * fr30-ibld.c: Regenerate.
2150 * m32r-ibld.c: Regenerate.
2151 * openrisc-ibld.c: Regenerate.
2152
def7143b
CD
21532001-11-04 Chris Demetriou <cgd@broadcom.com>
2154
2155 * mips-dis.c (print_insn_mips): Remove spaces at end of line.
2156
3c62831e
NC
21572001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2158
2159 * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr".
2160 * configure: Regernate.
2161 * po/fr.po: New file.
2162 * po/sv.po: New file.
2163 * po/tr.po: New file.
2164
64e38312
SC
21652001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2166
2167 * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
2168 constant as source.
2169
3c3bdf30
NC
21702001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2171
2172 * Makefile.am (CFILES): Add mmix-dis.c and mmix-opc.c. Regenerate
2173 dependencies.
2174 * Makefile.in: Regenerate.
2175 * mmix-dis.c, mmix-opc.c: New files.
2176
d9a35582
KH
21772001-10-29 Kazu Hirata <kazu@hxi.com>
2178
2179 * d30v-dis.c: Fix a comment typo.
2180
9bb28706
CD
21812001-10-23 Chris Demetriou <cgd@broadcom.com>
2182
2183 * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and
2184 "bltzall" as writing GPR 31 (since they do).
2185
2186 * mips-dis.c (print_insn_arg): Calculate info->target
2187 where appropriate.
2188 (print_insn_mips): Fill in instruction info.
2189 (print_mips16_insn_arg): Remove unneded variable 'val'.
2190 Removed duplicated instruction target calculations,
2191 calculate once and print that result. Use same idiom for
2192 masking the jump segment bits as is used in print_insn_arg.
2193
1f613cde
AM
21942001-10-20 Alan Modra <amodra@bigpond.net.au>
2195
2196 * ppc-opc.c (CT): Make it an optional operand.
2197
2228315b
CD
21982001-10-17 Chris Demetriou <cgd@broadcom.com>
2199
2200 * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
2201 SB-1 binaries include instructions specific to the SB-1.
2202 * mips-opc.c (SB1): New definition.
2203 (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
2204 "recip.ps", "rsqrt.ps", and "sqrt.ps".
2205
f5c120c5
MG
22062001-10-17 matthew green <mrg@redhat.com>
2207
2208 * ppc-opc.c (STRM): New AltiVec operand.
2209 (XDSS): New AltiVec instruction form.
2210 (mtvscr): Correct operand list.
2211 (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.
2212
aa200fe8
AM
22132001-10-17 Alan Modra <amodra@bigpond.net.au>
2214
2215 * po/POTFILES.in: Regenerate.
2216
9fa87a06
MG
22172001-10-13 matthew green <mrg@redhat.com>
2218
2219 * ppc-opc.c (MO): New macro for MO field of mbar instruction.
2220 (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr,
2221 mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions.
2222
37111cc7
NC
22232001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
2224
2225 * cgen-ibld.in: Include safe-ctype.h in preference to
2226 ctype.h.
2227 * cgen-asm.in: Include safe-ctype.h in preference to
2228 ctype.h. Fix formatting. Use ISSPACE instead of isspace and
2229 TOLOWER instead of tolower.
2d2550d6 2230 (@arch@_cgen_build_insn_regex): Remove duplication of syntax
37111cc7
NC
2231 string elements in constructed regular expression.
2232 * fr30-asm.c: Regenerate.
2233 * fr30-desc.c: Regenerate.
2234 * fr30-ibld.c: Regenerate.
2235 * m32r-asm.c: Regenerate.
2236 * m32r-desc.c: Regenerate.
2237 * m32r-ibld.c: Regenerate.
2238 * openrisc-asm.c: Regenerate.
2239 * openrisc-desc.c: Regenerate.
2240 * openrisc-ibld.c: Regenerate.
2241 * po/opcodes.pot: Regenerate.
fa405d97 2242
418c1742
MG
22432001-10-12 matthew green <mrg@redhat.com>
2244
2245 * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
2246 instruction field instruction/extraction functions for new BookE
2247 DE form instructions.
2248 (CT): New macro for CT field in an X form instruction.
2249 (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form
2250 instructions.
2251 (PPC64): Don't include PPC_OPCODE_PPC.
2252 (403): New opcode macro for PPC403 processors.
2253 (BOOKE): New opcode macro for BookE processors.
2254 (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.
2255 (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise.
2256 (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise.
2257 (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise.
2258 (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise.
2259 (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise.
2260 (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise.
2261 (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise.
2262 (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise.
2263 (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise.
2264 (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise.
2265 (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise.
2266 (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise.
2267 (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise.
2268
2269 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look
2270 for a disassembler option of `booke', `booke32' or `booke64' to enable
2271 BookE support in the disassembler.
2272
6e9a3f4d
JH
22732001-10-12 John Healy <jhealy@redhat.com>
2274
2275 * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8)
2276 for the length when extracting the base part of the insn.
2277
f3a55c17 22782001-10-09 Bruno Haible <haible@clisp.cons.org>
a5d2034a 2279
f3a55c17
NC
2280 * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive
2281 regular expression. Fix some formatting problems.
2282 * fr30-asm.c: Regenerate.
2283 * openrisc-asm.c: Regenerate.
2284 * m32r-asm.c: Regenerate.
2285
22862001-10-09 Christian Groessler <cpg@aladdin.de>
2287
2288 * z8k-dis.c (unparse_instr): Fixed formatting. Change disassembly
2289 of indirect register memory accesses to be same format the
2290 assembler accepts.
a5d2034a 2291
ddb68265
NC
22922001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
2293
2294 * sh-opc.h: Fix encoding of least significant nibble of the
2295 DSP single data transfer instructions.
2296
2d2550d6 2297 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
fa405d97 2298 instructions.
ddb68265 2299
0e2ee3ca
NC
23002001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
2301
2302 * cgen-asm.in: Fix compile time warning messages in generated
2303 C files.
2304 * cgen-dis.in: The same.
2305 * cgen-ibld.in: The same.
2d2550d6
AM
2306 * fr30-asm.c: Regenerate.
2307 * fr30-desc.c: Regenerate.
2308 * fr30-dis.c: Regenerate.
2309 * fr30-ibld.c: Regenerate.
2310 * fr30-opc.c: Regenerate.
2311 * m32r-asm.c: Regenerate.
2312 * m32r-desc.c: Regenerate.
2313 * m32r-dis.c: Regenerate.
2314 * m32r-ibld.c: Regenerate.
2315 * m32r-opc.c: Regenerate.
2316 * m32r-opinst.c Regenerate.
2317 * openrisc-asm.c: Regenerate.
2318 * openrisc-desc.c: Regenerate.
2319 * openrisc-dis.c: Regenerate.
2320 * openrisc-ibld.c: Regenerate.
2321 * openrisc-opc.c: Regenerate.
2322 * openrisc-opc.h: Regenerate.
0e2ee3ca
NC
2323 * Makefile.in: Regenerate.
2324 * po/POTFILES.in: Regenerate.
2325 * po/opcodes.pot: Regenerate.
2326
b1ee46c5
AH
23272001-10-08 Aldy Hernandez <aldyh@redhat.com>
2328
2d2550d6 2329 * arm-opc.h (arm_opcodes): Add cirrus insns.
b1ee46c5
AH
2330
2331 * arm-dis.c (print_insn_arm): Add 'I' case.
2332
fcd8210c
AM
23332001-10-03 Alan Modra <amodra@bigpond.net.au>
2334
2335 * po/POTFILES.in: Regenerate.
2336 * configure: Regenerate.
2337
7997656a
AM
23382001-10-02 Alan Modra <amodra@bigpond.net.au>
2339
2340 * Makefile.am (Makefile): Depend on bfd/configure.in.
2341 Run "make dep-am".
2342 * Makefile.in: Regenerate.
2343
545ae501
JH
23442001-09-30 John Healy <jhealy@redhat.com>
2345
2d2550d6
AM
2346 * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
2347 calls to cgen_get_insn_value and cgen_put_insn_value calls.
2348 (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
545ae501 2349
8737c3ea
HPN
23502001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2351
2352 * Makefile.am: Update dependencies with "make dep-am".
2353 * Makefile.in: Regenerate.
2354
86caa542
AM
23552001-09-26 Alan Modra <amodra@bigpond.net.au>
2356
2357 * arc-dis.c: Formatting fixes.
2358 (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
2359
2ca0d952
AM
23602001-09-21 Bruno Haible <haible@clisp.cons.org>
2361
2362 * arc-dis.c: Don't include <ctype.h>.
2363 * openrisc-desc.c: Likewise.
2364 * openrisc-ibld.c: Likewise.
2365
fc05c67f
NC
23662001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
2367
2368 * fr30-opc.c: Fix compile time warning messages.
2369 * i370-opc.c: Fix compile time warning messages.
2370 * i960-dis.c: Fix compile time warning messages.
2371 * m32r-asm.c: Fix compile time warning messages.
2372 * m32r-desc.c: Fix compile time warning messages.
2373 * m32r-dis.c: Fix compile time warning messages.
2374 * m32r-ibld.c: Fix compile time warning messages.
2375 * m32r-opc.c: Fix compile time warning messages.
2376 * m32r-opinst.c: Fix compile time warning messages.
2377 * ns32k-dis.c: Fix compile time warning messages.
2378 * openrisc-asm.c: Fix compile time warning messages.
2379 * openrisc-desc.c: Fix compile time warning messages.
2380 * openrisc-dis.c: Fix compile time warning messages.
2381 * openrisc-ibld.c: Fix compile time warning messages.
2382 * openrisc-opc.c: Fix compile time warning messages.
2383 * pdp11-dis.c: Fix compile time warning messages.
2384 * tic54x-dis.c: Fix compile time warning messages.
2385 * v850-opc.c: Fix compile time warning messages.
2386 * vax-dis.c: Fix compile time warning messages.
2387 * w65-opc.h: Fix compile time warning messages.
2388 * z8k-opc.h: Fix compile time warning messages.
2389 * z8kgen.c: Fix compile time warning messages.
2390
d5b2f4d6
NC
23912001-09-19 Nick Clifton <nickc@cambridge.redhat.com>
2392
2393 * arm-dis.c: Fix compile time warning messages.
2394 * cgen-asm.c: Fix compile time warning messages.
2395 * cgen-dis.c: Fix compile time warning messages.
2396 * cris-dis.c: Fix compile time warning messages.
2397 * d10v-dis.c: Fix compile time warning messages.
2398 * fr30-asm.c: Fix compile time warning messages.
2399 * fr30-desc.c: Fix compile time warning messages.
2400 * fr30-dis.c: Fix compile time warning messages.
2401 * fr30-ibld.c: Fix compile time warning messages.
2402
3882b010
L
24032001-09-18 Bruno Haible <haible@clisp.cons.org>
2404
2405 * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
2406 (cgen_parse_keyword): Use ISALNUM instead of isalnum.
2407 * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
2408 (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
2409 isalpha/tolower.
2410 (cgen_keyword_add): Use ISALNUM instead of isalnum.
2411 (hash_keyword_name): Use TOLOWER instead of tolower.
2412 * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
2413 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
2414 tolower/isspace.
2415 (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
2416 * fr30-desc.c: Don't include <ctype.h>.
2417 * fr30-ibld.c: Likewise.
2418 * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
2419 (load_insn_classes, parse_resource_users, load_depfile): Use
2420 ISSPACE instead of isspace.
2421 * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
2422 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
2423 tolower/isspace.
2424 (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
2425 * m32r-desc.c: Don't include <ctype.h>.
2426 * m32r-ibld.c: Likewise.
2427 * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
2428 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
2429 tolower/isspace.
2430 (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
2431
b6849f55
NC
24322001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
2433
2434 * Makefile.am: Add rules and dependencies to create the s/390 opcode
2435 table out of s390-opc.txt automatically.
2436 * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
2437 * s390-mkopc.c (dumpTable): Change output to create a complete file.
2438 * s390-opc.c: New improved opcode format macros and remove the
2439 pregenerated opcode table.
2440 * s390-opc.txt: Adapt to new improved opcode format macros.
2441
2613489e
NC
24422001-09-14 David Schleef <ds@schleef.org>
2443
2444 * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
2445
8227b51f
AM
24462001-09-04 Alan Modra <amodra@bigpond.net.au>
2447
2448 * i386-dis.c (grps): Don't print the implicit al/ax/eax register
2449 for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
2450
0823fbca
EC
24512001-08-31 Eric Christopher <echristo@redhat.com>
2452 Jason Eckhardt <jle@redhat.com>
2453
2454 * mips-dis.c: Add support for bfd_mach_mipsisa32 and
2455 bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
2456 bfd_mach_mips64.
2457
5bd67f35
AJ
24582001-08-31 Andreas Jaeger <aj@suse.de>
2459
2460 * tic54x-opc.c: Add default initializers to avoid warnings.
2461
2462 * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
2463 * arc-ext.c: Likewise.
2464
0565ba96 24652001-08-28 matthew green <mrg@redhat.com>
0152a4c6
MG
2466
2467 * ppc-opc.c (icbt): Order correctly.
2468
6ba045b1
AM
24692001-08-27 David Edelsohn <dje@watson.ibm.com>
2470 Torbjorn Granlund <tege@swox.com>
2471
2472 * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
2473 (LS): Define.
2474 (insert_ds): Complain if not a multiple of 4.
2475 (XSYNC): Define.
2476 (XSYNC_MASK): Define.
2477 (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
2478 "slbmfee". Modify "sync" to use XSYNC_MASK and LS.
2479
5b3fabc9
AJ
24802001-08-26 Andreas Jaeger <aj@suse.de>
2481
2482 * h8500-opc.h: Add default initializers to h8500_table to shut up
2483 GCC warnings.
2484
d83c6548
AJ
24852001-08-25 Andreas Jaeger <aj@suse.de>
2486
2487 * tic54x-dis.c: Add unused attributes where needed.
2488
2489 * z8k-dis.c (output_instr): Add unused attribute.
2490
2491 * h8300-dis.c: Add missing prototypes.
2492 (bfd_h8_disassemble): Make static.
2493
2494 * cris-dis.c: Add missing prototype.
2495 * h8500-dis.c: Likewise.
2496 * m68hc11-dis.c: Likewise.
2497 * pj-dis.c: Likewise.
2498 * tic54x-dis.c: Likewise.
2499 * v850-dis.c: Likewise.
2500 * vax-dis.c: Likewise.
2501 * w65-dis.c: Likewise.
2502 * z8k-dis.c: Likewise.
2503
2504 * d10v-dis.c: Add missing prototype.
2505 (dis_long): Remove unused variable.
2506 (dis_2_short): Likewise.
2507
2508 * sh-dis.c: Add missing prototypes.
2509 * v850-opc.c: Likewise.
2510 Add unused attributes where needed.
2511
2512 * ns32k-dis.c: Add missing prototypes.
2513 (bit_extract_simple): Remove unused variable.
2514
355d475e
AJ
25152001-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
2516
c168870a 2517 * s390-opc.c: Add "low or high" and "not low or high"
355d475e 2518 branch instructions for gcc 3.0.
c168870a 2519 * s390-opc.txt: Likewise.
355d475e 2520
7fa108a4
AJ
25212001-08-21 Andreas Jaeger <aj@suse.de>
2522
2523 * i960-dis.c: Add parameters for prototypes
2524 (ctrl): Add unused attributes.
2525 (cobr): Likewise.
2526 (put_abs): Likewise.
2527
2528 * mips-dis.c: Add missing prototypes.
2529 * a29k-dis.c: Likewise.
2530 * arc-dis.c: Likewise.
2531 * ia64-opc.c: Likewise.
2532
2533 * s390-dis.c: Add missing prototypes.
2534 (init_disasm): Remove unused attribute since the parameter is
2535 used.
2536
99c14723
TS
25372001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2538
2539 * mips-opc.c (M1): Define. Reformatted Code.
2540 (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
2541 mtps, mtps. Typo.
2542
2cd89590
JL
25432001-08-16 Jonathan Larmour <jlarmour@redhat.com>
2544
2545 * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
2546 the corresponding non-likely insn is in MIPS I.
2547
7f6621cd
KH
25482001-08-13 Kazu Hirata <kazu@hxi.com>
2549
2550 * mcore-dis.c: Fix formatting.
2551 * mips-dis.c: Likewise.
2552 * pj-dis.c: Likewise.
2553 * z8k-dis.c: Likewise.
2554
fc7bc883
RH
25552001-08-12 Richard Henderson <rth@redhat.com>
2556
2557 * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
2558 to *VALUEP. Regenerate all cgen files.
2559
d98bb281
RS
25602001-08-10 Richard Sandiford <rsandifo@redhat.com>
2561
2562 * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
2563 argument.
2564 * mips-opc.c (G6): Undefine.
2565 (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro
2566 as the first "move" alternative.
2567
0218d1e4
AJ
25682001-08-10 Andreas Jaeger <aj@suse.de>
2569
2570 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2571 to build warnings.
2572 * configure: Regenerate.
2573
11b37b7b
AM
25742001-08-10 Alan Modra <amodra@bigpond.net.au>
2575
2576 * ppc-opc.c: Revert 2001-08-08.
2577
badaf34c
AM
25782001-08-09 Alan Modra <amodra@bigpond.net.au>
2579
2580 * dis-buf.c (generic_strcat_address): Add missing prototype.
2581 #if 0 the functions as it is unused.
2582
0f1bac05
AM
25832001-08-08 Alan Modra <amodra@bigpond.net.au>
2584
2585 1999-10-25 Torbjorn Granlund <tege@swox.com>
2586 * ppc-opc.c: Include "bfd.h".
2587 (powerpc_operands): Add new field for reloc type.
2588
21d34b1c
TS
25892001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2590
2591 * mips-dis.c (print_insn_arg): Don't use software integer registers
2592 for coprocessor registers.
2593 (get_mips_isa): Removed.
2594 (is_newabi): New function, checks if NewABI is used.
2595 (_print_insn_mips): Get distinction between old ABI and new ABI right.
2596
28bab82b
NC
25972001-08-01 Christian Groessler <cpg@aladdin.de>
2598
2599 * z8kgen.c: Fixed indentation of opt[] array. Include stdio.h to
2600 get stderr definition.
2601 (internal, gas): Removed warnings.
2602 (gas): Create a correct final entry for created array.
2603 * z8k-opc.h: Recreated with new z8kgen.
2604
6608db57
KH
26052001-07-28 Kazu Hirata <kazu@hxi.com>
2606
2607 * i386-dis.c: Fix formatting.
2608
d708bcba
AM
26092001-07-28 Matthias Kramm <kramm@quiss.org>
2610
7fa108a4
AJ
2611 * i386-dis.c: Change formatting conventions for architecture
2612 i386:intel to better match the format of various intel i386
d708bcba
AM
2613 assemblers, like nasm, tasm or masm.
2614
8a5cc6be
AM
26152001-07-24 Alan Modra <amodra@bigpond.net.au>
2616
2617 * Makefile.am: Update dependencies with "make dep-am".
2618 * Makefile.in: Regenerate
2619
33822a8e
KH
26202001-07-24 Kazu Hirata <kazu@hxi.com>
2621
2622 * alpha-dis.c: Fix formatting.
2623 * cris-dis.c: Likewise.
2dcee538
KH
2624 * d10v-dis.c: Likewise.
2625 * d30v-dis.c: Likewise.
33822a8e
KH
2626 * m10300-dis.c: Likewise.
2627 * tic54x-dis.c: Likewise.
2628
44f2a95d
KH
26292001-07-23 Kazu Hirata <kazu@hxi.com>
2630
ec22bdda
KH
2631 * m68k-dis.c: Fix formatting.
2632 * pj-dis.c: Likewise.
2633 * s390-dis.c: Likewise.
2634 * z8k-dis.c: Likewise.
44f2a95d 2635
209fd667
CD
26362001-07-21 Chris Demetriou <cgd@broadcom.com>
2637
2638 * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s
2639 into the rest of the surrounding definitions.
2640
bcb5558b
AM
26412001-07-18 Alan Modra <amodra@bigpond.net.au>
2642
2643 * i386-dis.c (grps): Print l or w suffix, and require mem modrm
2644 for lgdt, lidt, sgdt, sidt.
2645
40536497
PB
26462001-07-13 Philip Blundell <philb@gnu.org>
2647
2648 * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
2649
23969580
JJ
26502001-07-12 Jeff Johnston <jjohnstn@redhat.com>
2651
2d2550d6
AM
2652 * cgen-asm.in: Include "xregex.h" always to enable the libiberty
2653 regex support.
2654 (@arch@_cgen_build_insn_regex): New routine from Graydon.
2655 (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
23969580 2656 to verify if it is worth parsing the insn as insn "x". Also update
7fa108a4 2657 error message when insn is not a recognized format of the insn vs
23969580
JJ
2658 when the insn is completely unrecognized.
2659
81f6038f
FCE
26602001-07-11 Frank Ch. Eigler <fche@redhat.com>
2661
2662 * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
2663 bfd_get_bits.
2664 * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
2665 non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
2666
7081ff04
AJ
26672001-07-09 Andreas Jaeger <aj@suse.de>, Karsten Keil <kkeil@suse.de>
2668
2669 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
2670 (OP_J): Use bfd_vma for mask to work properly with 64 bits.
2671 (op_address,op_riprel): Use bfd_vma to handle 64 bits.
2672
4a3264e6
BE
26732001-07-05 Ben Elliston <bje@redhat.com>
2674
2675 * Makefile.am (CPUDIR): Define.
2676 (stamp-m32r): Update dependencies.
2677 (stamp-fr30): Ditto.
2678 (stamp-openrisc): Ditto.
2679 * Makefile.in: Regenerate.
2680
2dd46b8b
NC
26812001-07-03 Zoltan Hidvegi <hzoli@hzoli.2y.net>
2682
2683 * ppc-opc.c: Fix encoding of 'clf' instruction.
2684
17f0ac84
GK
26852001-06-30 Geoffrey Keating <geoffk@redhat.com>
2686
2687 * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
2688
5e91c3b4
GK
26892001-06-28 Geoffrey Keating <geoffk@redhat.com>
2690
2691 * cgen-asm.c (cgen_parse_keyword): Allow any first character.
2692 * cgen-opc.c (cgen_keyword_add): Ignore special first
2693 character when building nonalpha_chars field.
2694
62d964d8
BE
26952001-06-24 Ben Elliston <bje@redhat.com>
2696
2697 * m88k-dis.c: Format to conform to GNU coding standards.
2698
7f32bebc
AJ
26992001-06-23 Andreas Jaeger <aj@suse.de>
2700
2701 * disassemble.c (disassembler_usage): Add unused attribute.
2702
564e8ad9
EC
27032001-06-22 Eric Christopher <echristo@redhat.com>
2704
2705 * mips-opc.c: Move prefx to start of the table.
2706
fe1f0130
NC
27072001-06-22 Stacey Sheldon <ssheldon@Catena.com>
2708
2709 * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
2710 instruction.
2711
80febfb6
NC
27122001-06-22 Pauli <pauli@moreton.com.au>
2713
2714 * m68k-opc.c: Add wdebug instruction.
2715
cb87eaaf
AH
27162001-06-15 Aldy Hernandez <aldyh@redhat.com>
2717
2718 * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
2719
3e890047
GK
27202001-06-14 Geoffrey Keating <geoffk@redhat.com>
2721
2722 * cgen-asm.c (cgen_parse_keyword): When looking for the
2723 boundaries of a keyword, allow any special characters
2724 that are actually in one of the allowed keyword.
2725 * cgen-opc.c (cgen_keyword_add): Add any special characters
2726 to the nonalpha_chars field.
2727
6fc12824
NC
27282001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
2729
2730 * s390-opc.c: Add lgh instruction.
2731 * s390-opc.txt: Likewise.
2732
6439fc28
AM
27332001-06-11 Alan Modra <amodra@bigpond.net.au>
2734
2735 * i386-dis.c: Group function prototypes in one place.
2736 (FLOATCODE): Redefine as 1.
2737 (USE_GROUPS): Redefine as 2.
2738 (USE_PREFIX_USER_TABLE): Redefine as 3.
2739 (X86_64_SPECIAL): Define as 4.
2740 (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
2741 (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
2742 (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
2743 (dis386): New table combining above four tables.
2744 (dis386_twobyte_att, dis386_twobyte_intel): Delete.
2745 (dis386_twobyte): New table combining above two tables.
2746 (x86_64_table): New table to handle x86_64.
2747 (X86_64_0): Define.
2748 (float_mem_att, float_mem_intel): Delet.
2749 (float_mem): New table combining above two tables.
2750 (print_insn_i386): Modify for above.
2751 (dofloat): Likewise.
2752 (putop): Handle '{', '|' and '}' to select alternative mnemonics.
2753 Return 0 on success, 1 if no valid alternative.
2754 (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
2755 (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
2756 (putop <case 'I'>): Move to case 'T', and share case 'P' code.
2757 (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
2758 if not 64-bit mode.
2759 (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
2760 (OP_I64): If not 64-bit mode, call OP_I.
2761 OP_OFF64): If not 64-bit mode, call OP_OFF.
2762 (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
2763 'ignore'/'ignored' to 'bytemode'.
2764
5dd0794d
AM
27652001-06-10 Alan Modra <amodra@bigpond.net.au>
2766
2767 * configure.in: Sort 'ta' case statement.
2768 * configure: Regenerate.
2769
2770 * i386-dis.c (dis386_att): Add 'H' to conditional branch and
2771 loop,jcxz insns.
2772 (disx86_64_att): Likewise.
2773 (dis386_twobyte_att): Likewise.
2774 (print_insn_i386): Don't print branch hints as a prefix.
2775 (putop): 'H' macro prints branch hints.
2776 (get64): Kill compile warnings.
2777
bda22bbf
AO
27782001-06-09 Alexandre Oliva <aoliva@redhat.com>
2779
2780 * sh-opc.h (sh_table): Don't use empty initializers.
2781
879db8be
NC
27822001-06-06 Christian Groessler <cpg@aladdin.de>
2783
2d2550d6
AM
2784 * z8k-dis.c: Fix formatting.
2785 (unpack_instr): Remove unused cases in switch statement. Add
2786 safety abort() in default case.
2787 (unparse_instr): Add safety abort() in default case.
879db8be 2788
98b32482
NC
27892001-06-06 Peter Jakubek <pjak@snafu.de>
2790
5dd0794d
AM
2791 * m68k-dis.c (print_insn_m68k): Fix typo.
2792 * m68k-opc.c (m68k_opcodes): Correct allowed operands for
98b32482
NC
2793 mcf (ColdFire) div, rem and moveb instructions.
2794
3ffd33cf
AM
27952001-06-06 Alan Modra <amodra@bigpond.net.au>
2796
2797 * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
2798 (cond_jump_mode, loop_jcxz_mode): Define.
2799 (dis386_att): Add cond_jump_flag and loop_jcxz_flag as
2800 appropriate, and 'F' suffix to loop insns.
2801 (disx86_64_att): Likewise.
2802 (dis386_twobyte_att): Likewise.
2803 (print_insn_i386): Don't output addr prefix for loop, jcxz insns.
2804 Output data size prefix for long conditional jumps. Output cs and
2805 ds branch hints.
2806 (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
2807 (OP_J): Don't make PREFIX_DATA used.
2808
9ab433aa
AO
28092001-06-04 Alexandre Oliva <aoliva@redhat.com>
2810
2811 * sh-opc.h (sh_table): Complete last element entry to avoid
2812 compiler warning.
2813
d1cf510e
NC
28142001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2815
2816 * mips-dis.c (mips_isa_type): Add MIPS r12k support.
2817
cba24d7d
AM
28182001-05-23 Alan Modra <amodra@one.net.au>
2819
2820 * arc-opc.c: Whitespace changes.
2821
22f3fc43
HPN
28222001-05-18 Hans-Peter Nilsson <hp@axis.com>
2823
2824 * cris-opc.c (cris_spec_regs): Add missing initializer field for
2825 last element.
2826
84fd0d38
FCE
28272001-05-15 Frank Ch. Eigler <fche@redhat.com>
2828
2829 * cgen-dis.in (extract_normal): Complete support for min<base case.
2830
aa5f19f2
NC
28312001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2832
2833 * mips-dis.c (INSNLEN): Rename MAXLEN.
2834 (std_reg_names): Replace by mips32_reg_names and mips64_reg_names.
2835 (print_insn_arg): Remove $ prefix of register names.
2836 (set_mips_isa_type): Remove.
cba24d7d 2837 (mips_isa_type): New function.
aa5f19f2
NC
2838 (get_mips_isa): New Function.
2839 (print_insn_mips): Rename _print_insn_mips.
2840 (_print_insn_mips): New function, contains code which was
2841 duplicated in print_insn_big_mips and print_insn_little_mips.
2842 (print_insn_big_mips): Moved code to _print_insn_mips.
2843 (print_insn_little_mips): Likewise.
2844 (print_mips16_insn_arg): Remove $ prefix of register names.
2845 Print error message before abort.
2846
24a7a601
C
28472001-05-14 J.T. Conklin <jtc@redback.com>
2848
2849 * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
7f32bebc 2850 simplified mnemonics used for setting PPC750-specific special
24a7a601
C
2851 purpose registers.
2852
8d5ec599
L
28532001-05-12 H.J. Lu <hjl@gnu.org>
2854
2855 * i386-dis.c (print_insn_i386): Always set `mod', `reg' and
2856 `rm'.
2857
bcee8eb8
AM
28582001-05-12 Peter Targett <peter.targett@arccores.com>
2859
2860 * arc-opc.c (arc_reg_names): Correct attribute for lp_count
2861 register to r/w. Formatting fixes throughout file.
2862
67d6227d
AM
28632001-05-12 Alan Modra <amodra@one.net.au>
2864
2865 * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
2866 movq operands.
4bba6815
AM
2867 (twobyte_has_modrm): Update table.
2868 (need_modrm): Give it file scope.
2869 (MODRM_CHECK): Define.
2870 (dofloat): Use MODRM_CHECK.
2871 (OP_E): Likewise.
2872 (OP_EM): Likewise.
2873 (OP_EX): Likewise.
67d6227d 2874
a00ad97d
FCE
28752001-05-07 Frank Ch. Eigler <fche@redhat.com>
2876
2877 * cgen-dis.in (default_print_insn): Tolerate min<base instructions
2878 even at end of a section.
2879 * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
2880 by ignoring precariously-unpacked insn_value in favor of raw buffer.
2881
a28d0f3d
AM
28822001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2883
2884 * disassemble.c (disassembler_usage): Remove unused attribute.
2885
52646233
FCE
28862001-05-04 Frank Ch. Eigler <fche@redhat.com>
2887
2888 * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
2889
28902001-05-04 Frank Ch. Eigler <fche@redhat.com>
2891
2892 * cgen-dis.in (print_insn): Remove call to read_insn. Instead,
2893 assume incoming buffer already has the base insn loaded. Handle
714b578b 2894 smaller-than-base instructions for variable-length case.
52646233 2895
992aaec9
AM
28962001-05-04 Alan Modra <amodra@one.net.au>
2897
2898 * i386-dis.c (Ev, Ed): Remove duplicate define.
2899 (Gd): Define.
2900 (XS): Define.
2901 (OP_XS): New function.
2902 (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
2903 movmskp operands.
2904 (dis386_twobyte_intel): Likewise.
2905 (prefix_user_table): Use MS for maskmovq operand.
2906
87e6d782
NC
29072001-04-27 Johan Rydberg <jrydberg@opencores.org>
2908
2d2550d6
AM
2909 * Makefile.am: Add OpenRISC target.
2910 * Makefile.in: Regenerated.
87e6d782 2911
2d2550d6 2912 * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
87e6d782 2913
2d2550d6
AM
2914 * configure.in (bfd_openrisc_arch): Add target.
2915 * configure: Regenerated.
87e6d782 2916
2d2550d6
AM
2917 * openrisc-asm.c: New file.
2918 * openrisc-desc.c: Likewise.
2919 * openrisc-desc.h: Likewise.
2920 * openrisc-dis.c: Likewise.
2921 * openrisc-ibld.c: Likewise.
2922 * openrisc-opc.c: Likewise.
2923 * openrisc-opc.h: Likewise.
87e6d782 2924
6840198f
NC
29252001-04-24 Christian Groessler <cpg@aladdin.de>
2926
2927 * z8k-dis.c: add names of control registers (ctrl_names);
2928 (seg_length): provides instruction length fixup for segmented
2929 mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
2930 CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
2931 (unparse_intr): handle CLASS_PR, print addresses without '#'
2932 * z8k-opc.h: re-created with new z8kgen
2933 * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
2934 entries for ldctl/ldctlb instruction
2935
c2419411
AJ
29362001-04-06 Andreas Jaeger <aj@suse.de>
2937
2938 * i386-dis.c: Add ffreep instruction.
2939
3eb9799d
AO
29402001-03-30 Alexandre Oliva <aoliva@redhat.com>
2941
2942 * ppc-opc.c (insert_mbe): Shift mask initializer as long.
2943
0f17484f
AM
29442001-03-24 Alan Modra <alan@linuxcare.com.au>
2945
2946 * i386-dis.c (PREGRP25): Define.
2947 (dis386_twobyte_att): Use here in place of "movntq" entry.
2948 (dis386_twobyte_intel): Likewise.
2949 (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
2950 (PREGRP26): Define.
2951 (dis386_twobyte_att): Use here.
2952 (dis386_twobyte_intel): Likewise.
2953 (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
2954 (prefix_user_table <maskmovdqu>): XM operand, not MX.
2955 (prefix_user_table): Cosmetic changes to "bad" entries.
2956
e93d7199
NC
29572001-03-23 Nick Clifton <nickc@redhat.com>
2958
2959 * mips-opc.c: Remove extraneous whitespace.
2960 * mips-dis.c: Remove extraneous whitespace.
2961
fca2040b
BE
29622001-03-22 Ben Elliston <bje@redhat.com>
2963
2964 * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
2965 declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
2966 * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
2967 to allay a compiler warning.
2968
87890af0
AM
29692001-03-22 Alan Modra <alan@linuxcare.com.au>
2970
2971 * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
2972 (dis386_twobyte_intel): Likewise.
2973 (twobyte_has_modrm): Set entry for paddq, psubq.
2974
27fca2d8
PM
29752001-03-20 Patrick Macdonald <patrickm@redhat.com>
2976
2d2550d6
AM
2977 * cgen-dis.in (print_insn_@arch@): Add support for target machine
2978 determination via CGEN_COMPUTE_MACH.
27fca2d8
PM
2979 * fr30-desc.c: Regenerate.
2980 * fr30-dis.c: Regenerate.
2981 * fr30-opc.h: Regenerate.
2982 * m32r-desc.c: Regenerate.
2983 * m32r-dis.c: Regenerate.
2984 * m32r-opc.h: Regenerate.
2985 * m32r-opinst.c: Regenerate.
2986
f4fbb4a3
L
29872001-03-20 H.J. Lu <hjl@gnu.org>
2988
2989 * configure.in: Remove the redundent AC_ARG_PROGRAM.
2990 * configure: Rebuild.
2991
f4bc6bb0
JW
29922001-03-19 Jim Wilson <wilson@redhat.com>
2993
2994 * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
2995 notestr if larger than xsect.
2996 (in_class): Handle format M5.
2997 * ia64-asmtab.c: Regnerate.
2998
bbe6d95f
AM
29992001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
3000
3001 * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
3002 has more than one byte left to read.
3003
82b66b23
NC
30042001-03-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
3005
3006 * s390-opc.c: Add new opcodes. Smooth out formatting.
3007 * s390-opc.txt: Add new opcodes.
c2419411 3008
4f3c3dbb
NC
30092001-03-06 Nick Clifton <nickc@redhat.com>
3010
3011 * arm-dis.c (print_insn_thumb): Compute destination address
2d2550d6
AM
3012 of BLX(1) instruction by taking bit 1 from PC and not from bit
3013 0 of the offset.
4f3c3dbb 3014
9d29e1b3
NC
30152001-03-06 Igor Shevlyakov <igor@windriver.com>
3016
3017 * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
3018 so command line switches will work.
3019
b3466c39
DB
30202001-03-05 Dave Brolley <brolley@redhat.com>
3021
2edda1bf
DB
3022 * fr30-asm.c: Regenerate.
3023 * fr30-desc.c: Regenerate.
3024 * fr30-desc.h: Regenerate.
3025 * fr30-dis.c: Regenerate.
3026 * fr30-ibld.c: Regenerate.
3027 * fr30-opc.c: Regenerate.
3028 * fr30-opc.h: Regenerate.
3029 * m32r-asm.c: Regenerate.
3030 * m32r-desc.c: Regenerate.
3031 * m32r-desc.h: Regenerate.
3032 * m32r-dis.c: Regenerate.
3033 * m32r-ibld.c: Regenerate.
3034 * m32r-opc.c: Regenerate.
3035 * m32r-opc.h: Regenerate.
3036 * m32r-opinst.c: Regenerate.
b3466c39 3037
80a523c2
NC
30382001-02-28 Igor Shevlyakov <igor@windriver.com>
3039
3040 * m68k-opc.c: fix cpushl according to Motorola. Enable
3041 bunch of instructions for Coldfire 5407 and add all new.
3042
27b7e12d
AM
30432001-02-27 Alan Modra <alan@linuxcare.com.au>
3044
3045 * configure.in (BFD_VERSION): Do without grep.
3046 * configure: Regenerate.
3047 * Makefile.am: Run "make dep-am".
3048 * Makefile.in: Regenerate.
3049
b8e0eda2
L
30502001-02-23 David Mosberger <davidm@hpl.hp.com>
3051
3052 * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
3053 * ia64-asmtab.c: Regenerate.
3054
87f8eb97
JW
30552001-02-21 David Mosberger <davidm@hpl.hp.com>
3056
3057 * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
3058 separate variants: one for IMM22 and the other for IMM14.
3059 * ia64-asmtab.c: Regenerate.
c2419411 3060
dd425ada
GM
30612001-02-21 Greg McGary <greg@mcgary.org>
3062
3063 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
3064
b34fb0b4
L
30652001-02-20 H.J. Lu <hjl@gnu.org>
3066
3067 * Makefile.am (ia64-ic.tbl): Remove the target.
3068 (ia64-raw.tbl): Likewise.
3069 (ia64-waw.tbl): Likewise.
3070 (ia64-war.tbl): Likewise.
3071 (ia64-asmtab.c): Generate it in the source directory.
3072 * Makefile.in: Regenerated.
3073
e135f41b
NC
30742001-02-18 lars brinkhoff <lars@nocrew.org>
3075
2d2550d6
AM
3076 * Makefile.am: Add PDP-11 target.
3077 * configure.in: Likewise.
3078 * disassemble.c: Likewise.
3079 * pdp11-dis.c: New file.
3080 * pdp11-opc.c: New file.
e135f41b 3081
42dc96ca
JW
30822001-02-14 Jim Wilson <wilson@redhat.com>
3083
3084 * ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
3085 * ia64-asmtab.c: Regenerate.
3086
219576a4 30872001-02-12 Jan Hubicka <jh@suse.cz>
76f227a5
JH
3088
3089 * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
3090 instructions.
3091 (putop): Handle 'Y'
3092
9117d219
NC
30932001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3094
2d2550d6 3095 * mips-dis.c (print_insn_arg): Use top four bits of the address of
9117d219
NC
3096 the following instruction not of the jump itself for the jump
3097 target.
3098 (print_mips16_insn_arg): Likewise.
3099
847ee773
MS
31002001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3101
3102 * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
3103 directory.
3104 * Makefile.in: Regenerate.
3105
a85d7ed0
NC
31062001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
3107
3108 * Makefile.am: Add linux target for S/390.
3109 * Makefile.in: Likewise.
3110 * configure.in: Likewise.
3111 * disassemble.c: Likewise.
3112 * s390-dis.c: New file.
3113 * s390-mkopc.c: New file.
3114 * s390-opc.c: New file.
3115 * s390-opc.txt: New file.
3116
e5943035
JW
31172001-02-05 Jim Wilson <wilson@redhat.com>
3118
3119 * ia64-asmtab.c: Revert 2000-12-16 change.
3120
0715dc88
PM
31212001-02-02 Patrick Macdonald <patrickm@redhat.com>
3122
c2419411 3123 * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
0715dc88
PM
3124 * m32r-desc.h: Regenerate.
3125
219576a4 31262001-02-01 Jan Hubicka <jh@suse.cz>
90530880 3127
76f227a5 3128 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
90530880
JH
3129 (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
3130
1328dc98
AM
31312001-01-14 Alan Modra <alan@linuxcare.com.au>
3132
3133 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
3134
b7ed8fad
NC
31352001-01-13 Nick Clifton <nickc@redhat.com>
3136
3137 * disassemble.c: Remove spurious white space.
3138
219576a4 31392001-01-13 Jan Hubicka <jh@suse.cz>
e2914f48
JH
3140
3141 * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
3142 templates.
3143
0d2bcfaf
NC
31442001-01-11 Peter Targett <peter.targett@arccores.com>
3145
3146 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
3147 * Makefile.am (C_FILES): Add arc-ext.c.
3148 (ALL_MACHINES) Add arc-ext.lo.
3149 (INCLUDES) Add opcode directory to list.
3150 New dependency entry for arc-ext.lo.
3151 * disassemble.c (disassembler): Correct call to
3152 arc_get_disassembler.
3153 * arc-opc.c: New update for ARC, including full base
3154 instructions for ARC variants.
3155 * arc-dis.h, arc-dis.c: New update for ARC, including
3156 extensibility functionality.
3157 * arc-ext.h, arc-ext.c: New files for handling extensibility.
3158
31592001-01-10 Jan Hubicka <jh@suse.cz>
041bd2e0
JH
3160
3161 * i386-dis.c (PREGRP15 - PREGRP24): New.
3162 (dis386_twobyt): Add SSE2 instructions.
3163 (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
3164 (twobyte_uses_f3_prefix): ... this one.
3165 (grps): Add SSE instructions.
3166 (prefix_user_table): Add two new slots; add SSE2 instructions.
3167 (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
3168 Handle the REPNZ and Data16 prefixes as well; do proper lookup
3169 to prefix_user_table.
3170 (OP_E): Accept mfence and lfence as well.
3171 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
3172 (OP_XMM): Support REX extensions.
3173 (OP_EM): Likewise.
3174 (OP_EX): Likewise.
3175
6a56ec7e
NC
31762001-01-09 Nick Clifton <nickc@redhat.com>
3177
3178 * arm-dis.c (print_insn): Set pc to zero for instructions with
3179 a reloc associated with them.
3180
4a9f416d
JJ
31812001-01-09 Jeff Johnston <jjohnstn@redhat.com>
3182
3183 * cgen-asm.in (parse_insn_normal): Changed syn to be
3184 CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn
3185 as character to use CGEN_SYNTAX_CHAR macro and all comparisons
3186 to '\0' to use 0 instead.
3187 * cgen-dis.in (print_insn_normal): Ditto.
3188 * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
3189
0d2bcfaf 31902001-01-05 Jan Hubicka <jh@suse.cz>
52b15da3
JH
3191
3192 * i386-dis.c: Add x86_64 support.
3193 (rex): New static variable.
3194 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
3195 (USED_REX): New macro.
3196 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
3197 (OP_I64, OP_OFF64, OP_IMREG): New functions.
3198 (OP_REG, OP_OFF): Declare.
3199 (get64, get32, get32s): New functions.
3200 (r??_reg): New constants.
3201 (dis386_att): Change templates of instruction implicitly promoted
3202 to 64bit; change e?? to RMe?? for unwind RM byte instructions.
3203 (grps): Likewise.
3204 (dis386_intel): Likewise.
3205 (dixx86_64_att): New table based on dis386_att.
3206 (dixx86_64_intel): New table based on dis386_intel.
3207 (names64, names8rex): New global variable.
3208 (names32, names16): Add extended registers.
3209 (prefix_user_t): Recognize rex prefixes.
3210 (prefix_name): Print REX prefixes nicely.
3211 (op_riprel): New global variable.
3212 (start_pc): Set type to bfd_vma.
3213 (print_insn_i386): Detect the 64bit mode and use proper table;
3214 move ckprefix after initializing the buffer; output unused rex prefixes;
3215 output information about target of RIP relative addresses.
3216 (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
3217 (print_operand_value): New function.
3218 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
3219 REX prefix and new modes.
3220 (get64, get32s): New.
3221 (get32): Return bfd_signed_vma type.
3222 (set_op): Initialize the op_riprel.
3223 * disassemble.c (disassembler): Recognize the x86-64 disassembly.
3224
7e30bc36
FCE
32252001-01-03 Richard Sandiford <r.sandiford@redhat.com>
3226
3227 cgen-dis.in (read_insn): Use bfd_get_bits()
3228
aed80dae
FCE
32292001-01-02 Richard Sandiford <rsandifo@redhat.com>
3230
3231 * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
3232 (hash_insn_list): Likewise
3233 * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
3234 (extract_1): Use bfd_get_bits().
3235 (extract_normal): Apply sign extension to both extraction
3236 methods.
3237 * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
3238 (cgen_put_insn_value): Use bfd_put_bits()
3239
149fe25e
FCE
32402000-12-28 Frank Ch. Eigler <fche@redhat.com>
3241
3242 * cgen-asm.in (parse_insn_normal): Print better error message for
3243 instructions with missing operands.
3244
a6cff3e3
NC
32452000-12-21 Santeri Paavolainen <santtu@ssh.com>
3246
3247 * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
3248
09919455
NC
32492000-12-16 Nick Clifton <nickc@redhat.com>
3250
3251 * Makefile.in: Regenerate.
3252 * aclocal.m4: Regenerate.
3253 * config.in: Regenerate.
3254 * configure.in: Add spacing.
3255 * configure: Regenerate.
3256 * ia64-asmtab.c: Regenerate.
3257 * po/opcodes.pot: Regenerate.
3258
606d55bc
FCE
32592000-12-12 Frank Ch. Eigler <fche@redhat.com>
3260
3261 * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
3262 error messages over later parse-time ones.
3263
514829c3
JW
32642000-12-12 Jim Wilson <wilson@redhat.com>
3265
3266 * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
3267 argument.
060d22b0 3268 * ia64-gen.c (insert_deplist): Cast sizeof result to int.
514829c3
JW
3269 (print_dependency_table): Print NULL if semantics field not set.
3270 (insert_opcode_dependencies): Mark cmp parameter as unused.
3271 (print_main_table): Use fprintf_vma to print long long fields.
3272 (main): Mark argv paramter as unused. Convert to old style definition.
3273 * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
3274 * ia64-asmtab.c: Regnerate.
3275
708b8a71
NC
32762000-12-09 Nick Clifton <nickc@redhat.com>
3277
54faae25
NC
3278 * m32r-dis.c (print_insn): Prevent re-read of instruction from
3279 wrong address.
3280
708b8a71
NC
3281 * fr30-dis.c: Regenerate.
3282
54faae25
NC
32832000-12-08 Peter Targett <peter.targett@arccores.com>
3284
3285 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
3286 * Makefile.am (C_FILES): Add arc-ext.c.
3287 (ALL_MACHINES) Add arc-ext.lo.
3288 (INCLUDES) Add opcode directory to list.
3289 New dependency entry for arc-ext.lo.
3290 * disassemble.c (disassembler): Correct call to
3291 arc_get_disassembler.
3292 * arc-opc.c: New update for ARC, including full base
3293 instructions for ARC variants.
3294 * arc-dis.h, arc-dis.c: New update for ARC, including
3295 extensibility functionality.
3296 * arc-ext.h, arc-ext.c: New files for handling extensibility.
3297
08fe7a7e
NC
32982000-12-03 Chris Demetriou cgd@sibyte.com
3299
2d2550d6
AM
3300 * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
3301 MOD_HILO, and MOD_LO macros.
08fe7a7e 3302
2d2550d6
AM
3303 * mips-opc.c (M1, M2): Delete.
3304 (mips_builtin_opcodes): Remove all uses of M1.
15305553 3305
2d2550d6
AM
3306 * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
3307 instructions take "G" format second operands and use the
3308 correct flags.
3309 There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
0808b8a9 3310 match.
2d2550d6
AM
3311 Delete "sel" code operands from mfc1 and mtc1.
3312 Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
0808b8a9 3313 for dm[ft]c[023].
c2419411 3314
e70f2590 33152000-12-03 Ed Satterthwaite ehs@sibyte.com and
2d2550d6 3316 Chris Demetriou cgd@sibyte.com
e70f2590 3317
2d2550d6
AM
3318 * mips-opc.c (mips_builtin_opcodes): Finish additions
3319 for MIPS32 support, and clean up existing entries for
3320 aesthetics, consistency with the MIPS32 ISA, and
3321 with consistency the rest of the table.
e70f2590 3322
b23da31b
NC
33232000-12-01 Nick Clifton <nickc@redhat.com>
3324
3325 * mips16-opc.c (mips16_opcodes): Add initialiser for membership
3326 field.
3327
4372b673
NC
33282000-12-01 Chris Demetriou <cgd@sibyte.com>
3329
2d2550d6
AM
3330 mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
3331 specifiers. Update 'B' for new constant names, and remove
3332 'm'.
3333 mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
3334 near the top of the array, so they are disassembled properly.
3335 Enable "ssnop" for MIPS32. Add "break" variant with 20 bit
3336 code for MIPS32. Update "clo" and "clz" to use 'U' operand
3337 specifier. Add 'H' format specifier variants for "mfc1,"
3338 "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update
3339 MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32
3340 "wait" variant which uses 'J' operand specifier.
3341
3342 * mips-dis.c (set_mips_isa_type): Update to use
3343 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
3344 Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
3345 * mips-opc.c (I32): New constant for instructions added in
3346 MIPS32.
3347 (P4): Delete.
3348 (mips_builtin_opcodes) Replace all uses of P4 with I32.
3349
3350 * mips-dis.c (set_mips_isa_type): Add cases for
3351 bfd_mach_mips5 and bfd_mach_mips64.
3352 * mips-opc.c (I64): New definitions.
3353
3354 * mips-dis.c (set_mips_isa_type): Add case for
3355 bfd_mach_mips_sb1.
c6c98b38 3356
caaaf822
HPN
33572000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3358
3359 * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
3360 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
3361 Initialize variable dc to NULL.
3362 (print_insn_shx): Remove unused label d_reg_n.
3363
077b8428
NC
33642000-11-24 Nick Clifton <nickc@redhat.com>
3365
3366 * arm-opc.h: Add new opcode formatting parameter 'B'.
3367 (arm_opcodes): Add XScale, v5, and v5te instructions.
3368 (thumb_opcodes): Add v5t instructions.
3369
3370 * arm-dis.c (print_insn_arm): Handle new 'B' format
3371 parameter.
3372 (print_insn_thumb): Decode BLX(1) instruction.
3373
657e7cec
CD
33742000-11-21 Chris Demetriou <cgd@sibyte.com>
3375
3376 * mips-opc.c: Fix file header comment.
3377
b6b0b32c
HPN
33782000-11-14 Hans-Peter Nilsson <hp@axis.com>
3379
3380 * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
3381 print_insn_cris_with_register_prefix.
3382
54a4ca2e
AO
33832000-11-11 Alexandre Oliva <aoliva@redhat.com>
3384
3385 * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
3386
025d2eab 33872000-11-07 Matthew Green <mrg@redhat.com>
1ffd7d02
DB
3388
3389 * cgen-dis.in (print_insn): All insns which can fit into insn_value
3390 must be loaded there in their entirety.
3391
19f7b010
JJ
33922000-10-20 Jakub Jelinek <jakub@redhat.com>
3393
3394 * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
3395 (compute_arch_mask): Add v8plusb and v9b machines.
3396 (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
060d22b0 3397 * sparc-opc.c: Support for Cheetah instruction set.
19f7b010
JJ
3398 (prefetch_table): Add #invalidate.
3399
710c2d97
NC
34002000-10-16 Nick Clifton <nickc@redhat.com>
3401
3402 * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
3403
f40c3ea3
DB
34042000-10-06 Dave Brolley <brolley@redhat.com>
3405
3406 * fr30-desc.h: Regenerate.
3407 * m32r-desc.h: Regenerate.
3408 * m32r-ibld.c: Regenerate.
3409
0d2bcfaf 34102000-10-05 Jim Wilson <wilson@redhat.com>
afa680f8
JW
3411
3412 * ia64-ic.tbl: Update from Intel.
3413 * ia64-asmtab.c: Regenerate.
c2419411 3414
d1e28e24
KH
34152000-10-04 Kazu Hirata <kazu@hxi.com>
3416
3417 * ia64-gen.c: Convert C++-style comments to C-style comments.
3418 * tic54x-dis.c: Likewise.
3419
b4db717d 34202000-09-29 Hans-Peter Nilsson <hp@axis.com>
78966507
HPN
3421
3422 Changes to add dollar prefix to registers for files where user symbols
3423 don't have a leading underscore. Fix formatting.
3424 * cris-dis.c (REGISTER_PREFIX_CHAR): New.
3425 (format_reg): Add parameter with_reg_prefix. All callers changed.
3426 (print_with_operands): Ditto.
3427 (print_insn_cris_generic): Renamed from print_insn_cris, add
3428 parameter with_reg_prefix.
3429 (print_insn_cris_with_register_prefix,
3430 print_insn_cris_without_register_prefix, cris_get_disassembler):
3431 New.
3432 * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
3433
0d2bcfaf 34342000-09-22 Jim Wilson <wilson@redhat.com>
139368c9 3435
d48ad4f3
JW
3436 * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
3437 gt, ge, ngt, and nge.
3438 * ia64-asmtab.c: Regenerate.
3439
139368c9
JW
3440 * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
3441 * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
3442 (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
3443 * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
3444 * ia64-asmtab.c: Regnerate.
3445
156c2f8b 34462000-09-13 Anders Norlander <anorland@acc.umu.se>
c2419411
AJ
3447
3448 * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
3449 Add mfc0 and mtc0 with sub-selection values.
156c2f8b 3450 Add clo and clz opcodes.
c2419411
AJ
3451 Add msub and msubu instructions for MIPS32.
3452 Add madd/maddu aliases for mad/madu for MIPS32.
3453 Support wait, deret, eret, movn, pref for MIPS32.
156c2f8b 3454 Support tlbp, tlbr, tlbwi, tlbwr.
c2419411
AJ
3455 (P4): New define.
3456
3457 * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
3458 (print_insn_arg): Handle 'H' args.
3459 (set_mips_isa_type): Recognize 4K.
156c2f8b
NC
3460 Use CPU_* defines instead of hardcoded numbers.
3461
de827f51
CM
34622000-09-11 Catherine Moore <clm@redhat.com>
3463
3464 * d30v-opc.c (d30v_operand_t): New operand type Rb2.
3465 (d30v_format_tab): Use Rb2 for modinc and moddec.
c2419411 3466
ea2aae66 34672000-09-07 Catherine Moore <clm@redhat.com>
c2419411 3468
2d2550d6
AM
3469 * d30v-opc.c (d30v_format_tab): Use format Ra for
3470 modinc and moddec.
ea2aae66 3471
90f2472a
AO
34722000-09-06 Alexandre Oliva <aoliva@redhat.com>
3473
3474 * configure: Rebuilt with new libtool.m4.
3475
5b343f5a
NC
34762000-09-05 Nick Clifton <nickc@redhat.com>
3477
3478 * configure: Regenerate.
3479 * po/opcodes.pot: Regenerate.
c2419411 3480
ac48eca1
AO
34812000-08-31 Alexandre Oliva <aoliva@redhat.com>
3482
3483 * acinclude.m4: Include libtool and gettext macros from the
3484 top level.
3485 * aclocal.m4, configure: Rebuilt.
3486
c6d805e0
KH
34872000-08-30 Kazu Hirata <kazu@hxi.com>
3488
3489 * tic80-dis.c: Fix formatting.
3490
7d352fc8
KH
34912000-08-29 Kazu Hirata <kazu@hxi.com>
3492
3493 * w65-dis.c: Fix formatting.
3494
a47cf567
NC
34952000-08-28 Mark Hatle <mhatle@mvista.com>
3496
3497 * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
3498 (powerpc_opcodes): Add table entries for PPC 405 instructions.
3499 Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
3500 instructions. Added extended mnemonic mftbl as defined in the
3501 405GP manual for all PPCs.
3502
0d2bcfaf 35032000-08-28 Jim Wilson <wilson@redhat.com>
f9365b11
JW
3504
3505 * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
3506 call. Change last goto to use failed instead of done.
3507
6bb95a0f
DB
35082000-08-28 Dave Brolley <brolley@redhat.com>
3509
3510 * cgen-ibld.in (cgen_put_insn_int_value): New function.
3511 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
3512 (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
3513 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
3514 * cgen-dis.in (read_insn): New static function.
3515 (print_insn): Use read_insn to read the insn into the buffer and set
3516 up for disassembly.
3517 (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
3518 in the buffer.
3519 * fr30-asm.c: Regenerated.
3520 * fr30-desc.c: Regenerated.
060d22b0 3521 * fr30-desc.h: Regenerated.
6bb95a0f
DB
3522 * fr30-dis.c: Regenerated.
3523 * fr30-ibld.c: Regenerated.
3524 * fr30-opc.c: Regenerated.
060d22b0 3525 * fr30-opc.h: Regenerated.
6bb95a0f
DB
3526 * m32r-asm.c: Regenerated.
3527 * m32r-desc.c: Regenerated.
060d22b0 3528 * m32r-desc.h: Regenerated.
6bb95a0f
DB
3529 * m32r-dis.c: Regenerated.
3530 * m32r-ibld.c: Regenerated.
3531 * m32r-opc.c: Regenerated.
3532
bf830eae
KH
35332000-08-28 Kazu Hirata <kazu@hxi.com>
3534
3535 * tic30-dis.c: Fix formatting.
3536
69eb4bbf
KH
35372000-08-27 Kazu Hirata <kazu@hxi.com>
3538
3539 * sh-dis.c: Fix formatting.
3540
f509565f
GK
35412000-08-24 David Edelsohn <dje@watson.ibm.com>
3542
3543 * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
3544
5c90f90d
KH
35452000-08-24 Kazu Hirata <kazu@hxi.com>
3546
3547 * z8k-dis.c: Fix formatting.
3548
0d2bcfaf 35492000-08-16 Jim Wilson <wilson@redhat.com>
50b81f19
JW
3550
3551 * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete
3552 break, mov-immediate, nop.
3553 * ia64-opc-f.c: Delete fpsub instructions.
3554 * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
3555 address operand. Rewrite using macros to avoid long lines.
3556 * ia64-opc.h (POSTINC): Define.
3557 * ia64-asmtab.c: Regenerate.
3558
0d2bcfaf 35592000-08-15 Jim Wilson <wilson@redhat.com>
19ba6717
JW
3560
3561 * ia64-ic.tbl: Add missing entries.
3562
0d2bcfaf 35632000-08-08 Jason Eckhardt <jle@redhat.com>
a5bc3299
JE
3564
3565 * i860-dis.c (print_br_address): Change third argument from int
3566 to long.
3567
0d2bcfaf 35682000-08-07 Richard Henderson <rth@redhat.com>
0228082a
RH
3569
3570 * ia64-dis.c (print_insn_ia64): Get byte skip count correct
3571 for MLI templates. Handle IA64_OPND_TGT64.
3572
a47cf567
NC
35732000-08-04 Ben Elliston <bje@redhat.com>
3574
3575 * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
3576 * cgen.sh: Likewise.
3577
0d2bcfaf 35782000-08-02 Jim Wilson <wilson@redhat.com>
c2419411 3579
a47cf567
NC
3580 * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
3581
463f102c
DC
35822000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
3583
3584 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
3585 Change return type from void to int. Check the combination
3586 of operands, return 1 if valid. Fix to avoid BUF overflow.
3587 Report undefined combinations of operands in COMMENT.
3588 Report internal errors to stderr. Output the adiw/sbiw
3589 constant operand in both decimal and hex.
3590 (print_insn_avr): Disassemble ldd/std with displacement of 0
3591 as ld/st. Check avr_operand () return value, handle invalid
3592 combinations of operands like unknown opcodes.
3593
6e31aea3
BE
35942000-07-28 Ben Elliston <bje@redhat.com>
3595
3596 * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
3597 (run-cgen, stamp-m32r, stamp-fr30): New targets.
3598 * Makefile.in: Regenerate.
3599 * configure.in: Add --enable-cgen-maint option.
3600 * configure: Regenerate.
3601
dc62a253
NC
36022000-07-26 Dave Brolley <brolley@redhat.com>
3603
3604 * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
3605 (cgen_hw_lookup_by_num): Ditto.
3606 (cgen_operand_lookup_by_name): Ditto.
3607 (print_address): Ditto.
3608 (print_keyword): Ditto.
3609 * cgen-dis.c (hash_insn_array): Mark unused parameters with
3610 ATTRIBUTE_UNUSED.
3611 * cgen-asm.c (hash_insn_array): Mark unused parameters with
3612 ATTRIBUTE_UNUSED.
3613 (cgen_parse_keyword): Ditto.
3614
0d2bcfaf 36152000-07-22 Jason Eckhardt <jle@redhat.com>
cdac37f6
JE
3616
3617 * i860-dis.c: New file.
3618 (print_insn_i860): New function.
3619 (print_br_address): New function.
3620 (sign_extend): New function.
3621 (BITWISE_OP): New macro.
3622 (I860_REG_PREFIX): New macro.
3623 (grnames, frnames, crnames): New structures.
3624
3625 * disassemble.c (ARCH_i860): Define.
3626 (disassembler): Add check for bfd_arch_i860 to set disassemble
3627 function to print_insn_i860.
3628
3629 * Makefile.in (CFILES): Added i860-dis.c.
3630 (ALL_MACHINES): Added i860-dis.lo.
3631 (i860-dis.lo): New dependences.
3632
3633 * configure.in: New bits for bfd_i860_arch.
3634
3635 * configure: Regenerated.
3636
6c95a37f
HPN
36372000-07-20 Hans-Peter Nilsson <hp@axis.com>
3638
3639 * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
3640 (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
3641 (cris-dis.lo, cris-opc.lo): New rules.
3642 * Makefile.in: Rebuild.
3643 * configure.in (bfd_cris_arch): New target.
3644 * configure: Rebuild.
3645 * disassemble.c (ARCH_cris): Define.
3646 (disassembler): Support ARCH_cris.
3647 * cris-dis.c, cris-opc.c: New files.
3648 * po/POTFILES.in, po/opcodes.pot: Regenerate.
3649
09ab35c7
JJ
36502000-07-11 Jakub Jelinek <jakub@redhat.com>
3651
3652 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
3653 Reported by Bill Clarke <llib@computer.org>.
3654
0d2bcfaf 36552000-07-09 Geoffrey Keating <geoffk@redhat.com>
1da5001c
GK
3656
3657 * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
3658 Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
3659
6e09abd4
AM
36602000-07-09 Alan Modra <alan@linuxcare.com.au>
3661
3662 * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
3663 fput_const, extract_3, extract_5_load, extract_5_store,
3664 extract_5r_store, extract_5R_store, extract_10U_store,
3665 extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
3666 extract_12, extract_17, extract_22): Prototype.
3667 (print_insn_hppa): Rename inner block opcode -> opc to avoid
3668 shadowing outer block.
3669 (GET_BIT): Define.
3670
90821790 36712000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
3672
3673 * MAINTAINERS: new
3674
6eeeb4b4
AO
36752000-07-04 Alexandre Oliva <aoliva@redhat.com>
3676
3677 * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
3678
00d2865b
NC
36792000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
3680
3681 * avr-dis.c (avr_operand): Change _ () to _() around all strings
3682 marked for translation (exception from the usual coding style).
3683 (print_insn_avr): Initialize insn2 to avoid warnings.
3684
c07ab2ec
NC
36852000-07-03 Kazu Hirata <kazu@hxi.com>
3686
3687 * h8300-dis.c (bfd_h8_disassemble): Improve readability.
3688 * h8500-dis.c: Fix formatting.
3689
0bdaf48b
AM
36902000-07-01 Alan Modra <alan@linuxcare.com.au>
3691
3692 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3693 (CLEANFILES): Add DEPA.
3694 * Makefile.in: Regenerate.
3695
7c03c75e
SB
36962000-06-26 Scott Bambrough <scottb@netwinder.org>
3697
3698 * arm-dis.c (regnames): Add an additional register set to match
3699 the set used by GCC. Make it the default.
3700
1581f8c9
AM
37012000-06-22 Alan Modra <alan@linuxcare.com.au>
3702
3703 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3704 find one.
3705 * Makefile.in: Regenerate.
3706
bbeb2e03
L
37072000-06-20 H.J. Lu <hjl@gnu.org>
3708
3709 * Makefile.am: Rebuild dependency.
3710 * Makefile.in: Rebuild.
9b443040
NC
3711
37122000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3713
3714 * Makefile.in, configure: regenerate
c2419411 3715 * disassemble.c (disassembler): Recognize ARCH_m68hc12,
9b443040 3716 ARCH_m68hc11.
c2419411 3717 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
9b443040
NC
3718 New functions.
3719 * configure.in: Recognize m68hc12 and m68hc11.
3720 * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
c2419411 3721 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
9b443040 3722 and opcode generation for m68hc11 and m68hc12.
bbeb2e03 3723
39c20e8f
ND
37242000-06-16 Nick Duffek <nsd@redhat.com>
3725
3726 * disassemble.c (disassembler): Refer to the PowerPC 620 using
3727 bfd_mach_ppc_620 instead of 620.
3728
53d388d1
JL
37292000-06-12 Kazu Hirata <kazu@hxi.com>
3730
3731 * h8300-dis.c: Fix formatting.
3732 (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
3733 correctly.
3734
0d2bcfaf 37352000-06-09 Denis Chertykov <denisc@overta.ru>
8776c5fe
DC
3736
3737 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
3738
0d2bcfaf 37392000-06-07 Denis Chertykov <denisc@overta.ru>
bab84c47
DC
3740
3741 * avr-dis.c: completely rewritten.
3742
79540e26 37432000-06-02 Kazu Hirata <kazu@hxi.com>
5fec0fc5
NC
3744
3745 * h8300-dis.c: Follow the GNU coding style.
3746 (bfd_h8_disassemble) Fix a typo.
5fec0fc5 3747
3903e627
NC
37482000-06-01 Kazu Hirata <kazu@hxi.com>
3749
3750 * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
3751 (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
3752 correctly. Fix a typo.
3753
0d2bcfaf 37542000-05-31 Nick Clifton <nickc@redhat.com>
c0ae4ccc
NC
3755
3756 * opintl.h (_(String)): Explain why dgettext is used instead of
3757 gettext.
3758
0d2bcfaf 37592000-05-30 Nick Clifton <nickc@redhat.com>
c1485d85
NC
3760
3761 * opintl.h (gettext, dgettext, dcgettext, textdomain,
3762 bindtextdomain): Replace defines with those from intl/libgettext.h
3763 to quieten gcc warnings.
3764
2114f57b
AM
37652000-05-26 Alan Modra <alan@linuxcare.com.au>
3766
3767 * Makefile.am: Update dependencies with "make dep-am"
3768 * Makefile.in: Regenerate.
3769
0d2bcfaf 37702000-05-25 Alexandre Oliva <aoliva@redhat.com>
d6062282
AO
3771
3772 * m10300-dis.c (disassemble): Don't assume 32-bit longs when
3773 sign-extending operands.
3774
0d2bcfaf 37752000-05-15 Donald Lindsay <dlindsay@redhat.com>
344fc69a
DL
3776
3777 * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
3778 except brf's.
3779
0d2bcfaf 37802000-05-21 Nick Clifton <nickc@redhat.com>
6c298591
NC
3781
3782 * Makefile.am (LIBIBERTY): Define.
3783
0d2bcfaf 37842000-05-19 Diego Novillo <dnovillo@redhat.com>
fb48caed
DN
3785
3786 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
3787 (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
3788 (reg_names): Rename to std_reg_names. Change it to a char **
3789 static variable.
3790 (std_reg_names): New name for reg_names.
3791 (set_mips_isa_type): Set reg_names to point to std_reg_names by
3792 default.
3793
f660ee8b
FCE
37942000-05-16 Frank Ch. Eigler <fche@redhat.com>
3795
3796 * fr30-desc.h: Partially regenerated to account for changed
3797 CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
3798 * m32r-desc.h: Ditto.
3799
0d2bcfaf 38002000-05-15 Nick Clifton <nickc@redhat.com>
322f2c45
NC
3801
3802 * arm-opc.h: Use upper case for flasg in MSR and MRS
3803 instructions. Allow any bit to be set in the field_mask of
3804 the MSR instruction.
3805
3806 * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
3807 field_mask of an MSR instruction.
3808
60fc8cba
NC
38092000-05-11 Thomas de Lellis <tdel@windriver.com>
3810
060d22b0 3811 * arm-opc.h: Disassembly of thumb ldsb/ldsh
79540e26
AM
3812 instructions changed to ldrsb/ldrsh.
3813
73da6b6b
AM
38142000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
3815
3816 * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
3817 target addresses for 'jal' and 'j'.
3818
0d2bcfaf 38192000-05-10 Geoff Keating <geoffk@redhat.com>
d2f75a6f
GK
3820
3821 * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
3822 also available in common mode when powerpc syntax is being used.
3823
821011cc
AM
38242000-05-08 Alan Modra <alan@linuxcare.com.au>
3825
3826 * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
3827 (dummy_print_address): Ditto.
3828
0d2bcfaf 38292000-05-04 Timothy Wall <twall@redhat.com>
5c84d377
TW
3830
3831 * tic54x-opc.c: New.
3832 * tic54x-dis.c: New.
3833 * disassemble.c (disassembler): Add ARCH_tic54x.
3834 * configure.in: Added tic54x target.
3835 * configure: Ditto.
3836 * Makefile.am: Add tic54x dependencies.
79540e26 3837 * Makefile.in: Ditto.
5c84d377 3838
786e2c0f
C
38392000-05-03 J.T. Conklin <jtc@redback.com>
3840
3841 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
79540e26 3842 vector unit operands.
786e2c0f
C
3843 (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
3844 unit instruction formats.
3845 (PPCVEC): New macro, mask for vector instructions.
3846 (powerpc_operands): Add table entries for above operand types.
3847 (powerpc_opcodes): Add table entries for vector instructions.
3848
3849 * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
3850 (print_insn_little_powerpc): Likewise.
3851 (print_insn_powerpc): Prepend 'v' when printing vector registers.
3852
0d2bcfaf 38532000-04-24 Clinton Popetz <cpopetz@redhat.com>
a47cf567
NC
3854
3855 * configure.in: Add bfd_powerpc_64_arch.
3856 * disassemble.c (disassembler): Use print_insn_big_powerpc for
3857 64 bit code.
3858
0d2bcfaf 38592000-04-24 Nick Clifton <nickc@redhat.com>
a47cf567
NC
3860
3861 * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
3862 field.
3863
0d2bcfaf 38642000-04-23 Denis Chertykov <denisc@overta.ru>
3c504221
DC
3865
3866 * avr-dis.c (reg_fmul_d): New. Extract destination register from
3867 FMUL instruction.
3868 (reg_fmul_r): New. Extract source register from FMUL instruction.
3869 (reg_muls_d): New. Extract destination register from MULS instruction.
3870 (reg_muls_r): New. Extract source register from MULS instruction.
3871 (reg_movw_d): New. Extract destination register from MOVW instruction.
3872 (reg_movw_r): New. Extract source register from MOVW instruction.
3873 (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
3874 EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
3875
0d2bcfaf 38762000-04-22 Timothy Wall <twall@redhat.com>
aa170a07
TW
3877
3878 * ia64-gen.c (general): Add an ordered table of primary
3879 opcode names, as well as priority fields to disassembly data
3880 structures to enforce a preferred disassembly format based on the
3881 ordering of the opcode tables.
3882 (load_insn_classes): Show a useful message if IC tables are missing.
3883 (load_depfile): Ditto.
3884 * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
3885 distinguish preferred disassembly.
3886 * ia64-opc-f.c: Reorder some insn for preferred disassembly
3887 format. Fix incorrect flag on fma.s/fma.s.s0.
3888 * ia64-opc.c: Scan *all* disassembly matches and use the one with
3889 the highest priority.
3890 * ia64-opc-b.c: Use more abbreviations.
3891 * ia64-asmtab.c: Regenerate.
79540e26 3892
0d2bcfaf 38932000-04-21 Jason Eckhardt <jle@redhat.com>
91b1cc5d
JL
3894
3895 * hppa-dis.c (extract_16): New function.
3896 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
3897 new operand types l,y,&,fe,fE,fx.
3898
0d2bcfaf
NC
38992000-04-21 Richard Henderson <rth@redhat.com>
3900 David Mosberger <davidm@hpl.hp.com>
3901 Timothy Wall <twall@redhat.com>
3902 Bob Manson <manson@charmed.cygnus.com>
3903 Jim Wilson <wilson@redhat.com>
800eeca4
JW
3904
3905 * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
3906 (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
3907 ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
3908 ia64-asmtab.c.
3909 (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
3910 (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
3911 ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
3912 * Makefile.in: Rebuild.
3913 * configure Rebuild.
3914 * configure.in (bfd_ia64_arch): New target.
3915 * disassemble.c (ARCH_ia64): Define.
3916 (disassembler): Support ARCH_ia64.
3917 * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
3918 ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
3919 ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
060d22b0 3920 ia64-war.tbl, ia64-waw.tbl: New files.
79540e26 3921
0d2bcfaf 39222000-04-20 Alexandre Oliva <aoliva@redhat.com>
4d85706b
AO
3923
3924 * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
3925 (disassemble): Use them.
3926
0d8dfecf
AM
39272000-04-14 Alan Modra <alan@linuxcare.com.au>
3928
3929 * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
3930 * Makefile.am: Update dependencies.
3931 * Makefile.in: Regenerate.
3932
39332000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3934
3935 * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
3936 avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
3937 disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
3938 i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
3939 m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
3940 mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
3941 ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
3942 tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
3943 w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove
3944 ansidecl.h as sysdep.h includes it.
3945
0d2bcfaf 39462000-04-7 Andrew Cagney <cagney@b1.redhat.com>
79540e26 3947
a2d91340 3948 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
79540e26 3949 --enable-build-warnings option.
a2d91340
AC
3950 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3951 * Makefile.in, configure: Re-generate.
3952
0d2bcfaf 39532000-04-05 J"orn Rennecke <amylaar@redhat.com>
52ccafd0 3954
060d22b0 3955 * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
52ccafd0
JR
3956 stc GBR,@-<REG_N> is available for arch_sh1_up.
3957 Group parallel processing insn with identical mnemonics together.
3958 Make three-operand psha / pshl come first.
3959
0d2bcfaf 39602000-04-05 J"orn Rennecke <amylaar@redhat.co.uk>
015551fc
JR
3961
3962 * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
3963 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
3964 (sh_arg_type): Add A_PC.
3965 (sh_table): Update entries using immediates. Add repeat.
3966 * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
3967 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
3968
41b49281
AM
39692000-04-04 Alan Modra <alan@linuxcare.com.au>
3970
8ad3436c
AM
3971 * po/opcodes.pot: Regenerate.
3972
41b49281
AM
3973 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3974 (DEP): Quote when passing vars to sub-make. Add warning message
3975 to end.
3976 (DEP1): Rewrite for "gcc -MM".
3977 (CLEANFILES): Add DEP2.
3978 Update dependencies.
3979 * Makefile.in: Regenerate.
3980
b77a133c
AM
39812000-04-03 Denis Chertykov <denisc@overta.ru>
3982
3983 * avr-dis.c: Syntax cleanup.
3984 (add0fff): Print the pc relative address as a signed number.
3985 (add03f8): Likewise.
3986
9aaaa291
ILT
39872000-04-01 Ian Lance Taylor <ian@zembu.com>
3988
3989 * disassemble.c (disassembler_usage): Don't use a prototype. Mark
3990 the parameter ATTRIBUTE_UNUSED.
3991 * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
3992
0d2bcfaf 39932000-04-01 Alexandre Oliva <aoliva@redhat.com>
5728a7d7
AO
3994
3995 * m10300-opc.c: SP-based offsets are always unsigned.
3996
67b60d92
NC
39972000-03-29 Thomas de Lellis <tdel@windriver.com>
3998
3999 * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
4000 [branch always] instead of "undefined".
4001
0d2bcfaf 40022000-03-27 Nick Clifton <nickc@redhat.com>
ba23e138
NC
4003
4004 * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
4005 short instructions, from end of list of long instructions.
4006
832ddf62
ILT
40072000-03-27 Ian Lance Taylor <ian@zembu.com>
4008
4009 * Makefile.am (CFILES): Add avr-dis.c.
4010 (ALL_MACHINES): Add avr-dis.lo.
4011
adde6300
AM
40122000-03-27 Alan Modra <alan@linuxcare.com>
4013
4014 * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
4015 truncate integers.
4016 (print_insn_avr): Call function via pointer in K&R compatible way.
4017 (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
4018 add0fff, add03f8): Convert to old style function declaration and
4019 add prototype.
4020 (avrdis_opcode): Add prototype.
4021
40222000-03-27 Denis Chertykov <denisc@overta.ru>
4023
4024 * avr-dis.c: New file. AVR disassembler.
4025 * configure.in (bfd_avr_arch): New architecture support.
4026 * disassemble.c: Likewise.
4027 * configure: Regenerate.
4028
0d2bcfaf 40292000-03-06 J"oern Rennecke <amylaar@redhat.com>
05102e70
JR
4030
4031 * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
4032
0d2bcfaf 40332000-03-02 J"orn Rennecke <amylaar@redhat.co.uk>
866afedc 4034
79540e26
AM
4035 * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand
4036 flag to determine if operand is pc-relative.
4037 * d30v-opc.c:
4038 (d30v_format_table):
4039 (REL6S3): Renamed from IMM6S3.
4040 Added flag OPERAND_PCREL.
4041 (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
4042 added flag OPERAND_PCREL.
4043 (IMM12S3U): Replaced with REL12S3.
4044 (SHORT_D2, LONG_D): Delay target is pc-relative.
4045 (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
4046 Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
4047 using the REL* operands.
4048 (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
4049 (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
4050 LONG_Db, using REL* operands.
4051 (SHORT_U, SHORT_A5S): Removed stray alternatives.
4052 (d30v_opcode_table): Use new *r formats.
866afedc 4053
0d2bcfaf 40542000-02-28 Nick Clifton <nickc@redhat.com>
77343c58
NC
4055
4056 * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
4057 'signed_overflow_ok_p'.
4058
e56f75e9
ILT
40592000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
4060
4061 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
4062 name of the libtool directory.
4063 * Makefile.in: Rebuild.
4064
0d2bcfaf 40652000-02-24 Nick Clifton <nickc@redhat.com>
fa7928ca
NC
4066
4067 * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
4068 (cgen_clear_signed_overflow_ok): New function.
4069 (cgen_signed_overflow_ok_p): New function.
4070
0d2bcfaf 40712000-02-23 Andrew Haley <aph@redhat.com>
cfcdbe97 4072
79540e26 4073 * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
060d22b0 4074 m32r-ibld.c, m32r-opc.h: Rebuild.
cfcdbe97 4075
5b93d8bb
AM
40762000-02-23 Linas Vepstas <linas@linas.org>
4077
4078 * i370-dis.c, i370-opc.c: New.
4079
4080 * disassemble.c (ARCH_i370): Define.
4081 (disassembler): Handle it.
4082
4083 * Makefile.am: Add support for Linux/IBM 370.
4084 * configure.in: Likewise.
4085
4086 * Makefile.in: Regenerate.
4087 * configure: Likewise.
4088
0d2bcfaf 40892000-02-22 Chandra Chavva <cchavva@redhat.com>
b669ceb9
CC
4090
4091 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
4092 ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
4093 procedure.
4094
0d2bcfaf 40952000-02-22 Andrew Haley <aph@redhat.com>
8027df89
AH
4096
4097 * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
4098 force gp32 to zero.
4099 * mips-opc.c (G6): New define.
4100 (mips_builtin_op): Add "move" definition for -gp32.
4101
4db3857a
ILT
41022000-02-22 Ian Lance Taylor <ian@zembu.com>
4103
4104 From Grant Erickson <gerickso@Brocade.COM>:
4105 * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
4106
f6af82bd
AM
41072000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4108
4109 * dis-buf.c (buffer_read_memory): Change `length' param and all int
4110 vars to unsigned.
4111
0d2bcfaf 41122000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
d4845d57
JR
4113
4114 * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
4115 (print_insn_ppi): Likewise.
4116 (print_insn_shx): Use info->mach to select appropriate insn set.
4117 Add support for sh-dsp. Remove FD_REG_N support.
4118 * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
4119 (sh_arg_type): Likewise. Remove FD_REG_N.
4120 (sh_dsp_reg_nums): New enum.
4121 (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
4122 (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
4123 (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
4124 (arch_sh3_dsp_up): Likewise.
4125 (sh_opcode_info): New field: arch.
4126 (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
4127 D_REG_N. Fill in arch field. Add sh-dsp insns.
4128
0d2bcfaf 41292000-02-14 Fernando Nasser <fnasser@totem.to.redhat.com>
a7f8487e
FN
4130
4131 * arm-dis.c: Change flavor name from atpcs-special to
4132 special-atpcs to prevent name conflict in gdb.
4133 (get_arm_regname_num_options, set_arm_regname_option,
4134 get_arm_regnames): New functions. API to access the several
4135 flavor of register names. Note: Used by gdb.
4136 (print_insn_thumb): Use the register name entry from the currently
4137 selected flavor for LR and PC.
4138
0d2bcfaf 41392000-02-10 Nick Clifton <nickc@redhat.com>
97ee9b94
NC
4140
4141 * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
4142 classes.
4143 (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
4144 "mulsh.h" instructions.
4145 * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
4146 classes.
4147 (print_insn_mcore): Add support for little endian targets.
4148 Add support for MULSH and OPSR classes.
4149
0d2bcfaf 41502000-02-07 Nick Clifton <nickc@redhat.com>
a3d9c82d
NC
4151
4152 * arm-dis.c (parse_arm_diassembler_option): Rename again.
4153 Previous delat did not take.
4154
79540e26
AM
41552000-02-03 Timothy Wall <twall@redhat.com>
4156
940b2b78
TW
4157 * dis-buf.c (buffer_read_memory): Use octets_per_byte field
4158 to adjust target address bounds checking and calculate the
4159 appropriate octet offset into data.
79540e26 4160
94470b23
NC
41612000-01-27 Nick Clifton <nickc@redhat.com>
4162
6c082ed8
NC
4163 * arm-dis.c: (parse_disassembler_option): Rename to
4164 parse_arm_disassembler_option and allow to be exported.
4165
94470b23
NC
4166 * disassemble.c (disassembler_usage): New function: Print out any
4167 target specific disassembler options.
58efb6c0 4168 Call arm_disassembler_options() if the ARM architecture is being
79540e26 4169 supported.
58efb6c0
NC
4170
4171 * arm-dis.c (NUM_ELEM): Define this macro if not already
4172 defined.
4173 (arm_regname): New struct type for ARM register names.
4174 (arm_toggle_regnames): Delete.
4175 (parse_disassembler_option): Use register name structure.
4176 (print_insn): New function: Combines duplicate code found in
4177 print_insn_big_arm and print_insn_little_arm.
4178 (print_insn_big_arm): Call print_insn.
4179 (print_insn_little_arm): Call print_insn.
4180 (print_arm_disassembler_options): Display list of supported,
4181 ARM specific disassembler options.
79540e26 4182
2f0ca46a
NC
41832000-01-27 Thomas de Lellis <tdel@windriver.com>
4184
79540e26 4185 * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
2f0ca46a 4186 ARM_STT_16BIT flag as Thumb code symbols.
79540e26
AM
4187
4188 * arm-dis.c (printf_insn_little_arm): Ditto.
2f0ca46a 4189
cb268829
NC
41902000-01-25 Thomas de Lellis <tdel@windriver.com>
4191
4192 * arm-dis.c (printf_insn_thumb): Prevent double dumping
79540e26 4193 of raw thumb instructions.
cb268829 4194
0d2bcfaf 41952000-01-20 Nick Clifton <nickc@redhat.com>
06b53c1b
NC
4196
4197 * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
4198
01c7f630
NC
41992000-01-03 Nick Clifton <nickc@cygnus.com>
4200
4201 * arm-dis.c (streq): New macro.
4202 (strneq): New macro.
4203 (force_thumb): ew local variable.
4204 (parse_disassembler_option): New function: Parse a single, ARM
4205 specific disassembler command line switch.
4206 (parse_disassembler_option): Call parse_disassembler_option to
4207 parse individual command line switches.
4208 (print_insn_big_arm): Check force_thumb.
4209 (print_insn_little_arm): Check force_thumb.
4210
2f6d2f85 4211For older changes see ChangeLog-9899
252b5132
RH
4212\f
4213Local Variables:
2f6d2f85
NC
4214mode: change-log
4215left-margin: 8
4216fill-column: 74
252b5132
RH
4217version-control: never
4218End:
This page took 0.398548 seconds and 4 git commands to generate.