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