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