* symtab.c (lookup_symbol): Demangle before lowercasing.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
219576a4
NC
12002-07-25 Nick Clifton <nickc@redhat.com>
2
3 * po/sv.po: Updated Swedish translation.
4 * po/es.po: Updated Spanish translation.
5 * po/pr_BR.po: Updated Brazilian Portuguese translation.
6 * po/tr.po: Updated Turkish translation.
7 * po/fr.po: Updated French translation.
8
ff3063f5
NC
92002-07-24 Nick Clifton <nickc@redhat.com>
10
11 * po/sv.po: Updated Swedish translation.
12 * po/es.po: Updated Spanish translation.
13 * po/pr_BR.po: Updated Brazilian Portuguese translation.
14
8c3bb577
AM
152002-07-23 Alan Modra <amodra@bigpond.net.au>
16
17 * Makefile.am: Run "make dep-am".
18 * Makefile.in: Regenerate.
19 * po/POTFILES.in: Regenerate.
20
0461a601
NC
212002-07-23 Nick Clifton <nickc@redhat.com>
22
ff3063f5
NC
23 * po/fr.po: Updated French translation.
24 * po/pr_BR.po: New Brazilian Portuguese translation.
25 * po/id.po: Updated Indonesian translation.
0461a601
NC
26 * configure.in (LINGUAS): Add pr_BR.
27 * configure: Regenerate.
28
a40cbfa3
NC
292002-07-18 Denis Chertykov <denisc@overta.ru>
30 Frank Ch. Eigler <fche@redhat.com>
31 Alan Lehotsky <alehotsky@cygnus.com>
32 matthew green <mrg@redhat.com>
33
34 * configure.in: Add support for ip2k.
35 * configure: Regenerate.
36 * Makefile.am: Add support for ip2k.
37 * Makefile.in: Regenerate.
38 * disassemble.c: Add support for ip2k.
39 * ip2k-asm.c: New generated file.
40 * ip2k-desc.c: New generated file.
41 * ip2k-desc.h: New generated file.
42 * ip2k-dis.c: New generated file.
43 * ip2k-ibld.c: New generated file.
44 * ip2k-opc.c: New generated file.
45 * ip2k-opc.h: New generated file.
46
ae66e5d7
L
472002-07-17 David Mosberger <davidm@hpl.hp.com>
48
49 * ia64-opc-b.c (bWhc): New macro.
50 (mWhc): Ditto.
51 (OpPaWhcD): Ditto.
52 (ia64_opcodes_b): Correct patterns for indirect call
53 instructions to use 3-bit "wh" field.
54 * ia64-asmtab.c: Regnerate.
55
aec421e0
TS
562002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
57
58 * mips-dis.c (mips_isa_type): Add MIPS16 insn handling.
59 * mips-opc.c (I16): New define.
60 (mips_builtin_opcodes): Make jalx an I16 insn.
61
fd3c93d5
DB
622002-06-18 Dave Brolley <brolley@redhat.com>
63
64 * po/POTFILES.in: Add frv-*.[ch].
65 * disassemble.c (ARCH_frv): New macro.
66 (disassembler): Handle bfd_arch_frv.
67 * configure.in: Support frv_bfd_arch.
68 * Makefile.am (HFILES): Add frv-*.h.
69 (CFILES): Add frv-*.c
70 (ALL_MACHINES): Add frv-*.lo.
71 (CLEANFILES): Add stamp-frv.
72 (FRV_DEPS): New variable.
73 (stamp-frv): New target.
74 (frv-asm.lo): New target.
75 (frv-desc.lo): New target.
76 (frv-dis.lo): New target.
77 (frv-ibld.lo): New target.
78 (frv-opc.lo): New target.
79 (frv-*.[ch]): New files.
80
bc98a631
BE
812002-06-18 Ben Elliston <bje@redhat.com>
82
83 * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.
84 * Makefile.in: Regenerate.
85
56da5fed
AM
862002-06-08 Alan Modra <amodra@bigpond.net.au>
87
88 * a29k-dis.c: Replace CONST with const.
89 * h8300-dis.c: Likewise.
90 * m68k-dis.c: Likewise.
91 * or32-dis.c: Likewise.
92 * sparc-dis.c: Likewise.
93
5b0e55b6
JT
942002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
95
96 * configure.in: Add "sh5*-*" to list of targets which include
97 sh64 support.
98 * configure: Regenerate.
99
154bce22
CD
1002002-05-31 Chris G. Demetriou <cgd@broadcom.com>
101
102 * mips-opc.c: Clean up a few whitespace issues, and sort a
103 few entries understanding that 'x' follows 'w' in the alphabet.
104
107c6e1a
CD
1052002-05-31 Chris G. Demetriou <cgd@broadcom.com>
106 Ed Satterthwaite <ehs@broadcom.com>
107
108 * mips-opc.c: Add support for SB-1 MDMX subset and extensions.
109
194b5210
AM
1102002-05-31 Alan Modra <amodra@bigpond.net.au>
111
112 * Makefile.am: Run "make dep-am".
113 * Makefile.in: Regenerate.
114 * po/POTFILES.in: Regenerate.
115
deec1734
CD
1162002-05-30 Chris G. Demetriou <cgd@broadcom.com>
117 Ed Satterthwaite <ehs@broadcom.com>
118
119 * mips-dis.c (print_insn_arg): Add support for 'O', 'Q', 'X', 'Y',
120 and 'Z' formats, for MDMX.
121 (mips_isa_type): Add MDMX instructions to the ISA
122 bit mask for bfd_mach_mipsisa64.
123 * mips-opc.c: Add support for MDMX instructions.
124 (MX): New definition.
125
126 * mips-dis.c: Update copyright years to include 2002.
127
c2012993
TR
1282002-05-30 Diego Novillo <dnovillo@redhat.com>
129
130 * d10v-opc.c (d10v_opcodes): `btsti' does not modify its
131 arguments.
132
d172d4ba
NC
1332002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
134
135 * configure.in: Add DLX configuraton support.
136 * configure: Regenerate.
137 * Makefile.am: Add DLX configuraton support.
138 * Makefile.in: Regenerate.
139 * disassemble.c: Add DLX support.
140 * dlx-dis.c: New file.
141
19f33eee
AM
1422002-05-25 Alan Modra <amodra@bigpond.net.au>
143
144 * Makefile.am (sh-dis.lo): Don't put make commands in deps.
145 * Makefile.in: Regenerate.
146 * arc-dis.c: Use #include "" instead of <> for local header files.
147 * m68k-dis.c: Likewise.
148
219576a4 1492002-05-22 J"orn Rennecke <joern.rennecke@superh.com>
9ccc8931
JR
150
151 * Makefile.am (sh-dis.lo): Compile with @archdefs@.
152 * Makefile.in: regenerate.
426e6456
JR
153
154 * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4
155 for disassembly.
156
771c7ce4
TS
1572002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
158
159 * mips-opc.c (mips_builtin_opcodes): Add drol, dror macros.
160
219576a4 1612002-05-17 J"orn Rennecke <joern.rennecke@superh.com>
1c509ca8
JR
162
163 * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
164 * sh-dis.c (LITTLE_BIT): Delete.
165 (print_insn_sh, print_insn_shl): Deleted.
166 (print_insn_shx): Renamed to
167 (print_insn_sh). No longer static. Handle SHmedia instructions.
168 Use info->endian to determine endianness.
169 * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
170 (print_insn_sh64x): No longer static. Renamed to
171 (print_insn_sh64). Removed pfun_compact and endian arguments.
172 If we got an uneven address to indicate SHmedia, adjust it.
173 Return -2 for SHcompact instructions.
174
81172ff2
AM
1752002-05-17 Alan Modra <amodra@bigpond.net.au>
176
177 * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
178 * configure.in: Invoke AM_INSTALL_LIBBFD.
179 * Makefile.am (install-data-local): Move to..
180 (install_libopcodes): .. New target.
181 (uninstall_libopcodes): Likewise.
182 (install-bfdlibLTLIBRARIES): Likewise.
183 (uninstall-bfdlibLTLIBRARIES): Likewise.
184 (bfdlibdir): New.
185 (bfdincludedir): New.
186 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
187 * aclocal.m4: Regenerate.
188 * configure: Regenerate.
189 * Makefile.in: Regenerate.
190
a978a3e5
NC
1912002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
192
193 * fr30-asm.c: Regenerate.
194 * fr30-desc.c: Regenerate.
195 * fr30-dis.c: Regenerate.
196 * m32r-asm.c: Regenerate.
197 * m32r-desc.c: Regenerate.
198 * m32r-dis.c: Regenerate.
199 * openrisc-asm.c: Regenerate.
200 * openrisc-desc.c: Regenerate.
201 * openrisc-dis.c: Regenerate.
202 * xstormy16-asm.c: Regenerate.
203 * xstormy16-desc.c: Regenerate.
204 * xstormy16-dis.c: Regenerate.
205
563773fe
TS
2062002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
207
208 * mips-dis.c (is_newabi): EABI is not a NewABI.
209
942e7dd9
JT
2102002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
211
212 * configure.in (shle-*-*elf*): Include sh64 support.
213 * configure: Regenerate.
214
d85cdfab
JT
2152002-04-28 Jason Thorpe <thorpej@wasabisystems.com>
216
217 * vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.
218 (print_insn_mode): Print some basic info about floating point values.
219
c1a34e60
AM
2202002-05-09 Anton Blanchard <anton@samba.org>
221
222 * ppc-opc.c: Add "tlbiel" for POWER4.
223
748f46d4
GH
2242002-05-07 Graydon Hoare <graydon@redhat.com>
225
226 * cgen-dis.in: (print_insn_@arch@): Cache list of opened CPUs rather
227 than just most-recently-opened.
228
7d4a12d2
AM
2292002-05-01 Alan Modra <amodra@bigpond.net.au>
230
231 * ppc-opc.c: Add "tlbsx." and "tlbsxe." for booke.
232
3c25c5f6
NC
2332002-04-24 Christian Groessler <chris@groessler.org>
234
235 * z8k-dis.c (print_insn_z8k): Set disassemble_info to 2
236 bytes_per_chunk, 6 bytes_per_line for nicer display of the hex
237 codes.
238 (z8k_lookup_instr): CLASS_IGNORE case added.
239 (output_instr): Don't print hex codes, they are already
240 printed.
241 (unpack_instr): ARG_NIM4 case added. ARG_NIM8 case
242 fixed. Support CLASS_BIT_1OR2 and CLASS_IGNORE cases.
243 (unparse_instr): Fix base and indexed addressing disassembly:
244 The index is inside the brackets.
245 * z8kgen.c (gas): Add ARG_NIM4 and CLASS_IGNORE defines.
246 (opt): Fix shift left/right arithmetic/logical byte defines:
247 The high byte of the immediate word is ignored by the
248 processor.
249 Fix n parameter of ldm opcodes: The opcode contains (n-1).
250 (args): Fix "n" entry.
251 (toks): Add "nim4" and "iiii" entries.
252 * z8k-opc.h: Regenerated with new z8kgen.c.
253
c6ed57bd
NC
2542002-04-24 Nick Clifton <nickc@cambridge.redhat.com>
255
256 * po/id.po: New Indonesian translation.
257 * configure.in (ALL_LIGUAS): Add id.po
258 * configure: Regenerate.
259
eb0fdfed
MG
2602002-04-17 matthew green <mrg@redhat.com>
261
262 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
263
82674a1f
AM
2642002-04-04 Alan Modra <amodra@bigpond.net.au>
265
266 * dep-in.sed: Cope with absolute paths.
267 * Makefile.am (dep.sed): Subst TOPDIR.
268 Run "make dep-am".
269 * Makefile.in: Regenerate.
270 * ppc-opc.c: Whitespace.
271 * s390-dis.c: Fix copyright date.
272
294b41b3
MG
2732002-03-23 matthew green <mrg@redhat.com>
274
275 * ppc-opc.c (vmaddfp): Fix operand order.
276
71b21050
AM
2772002-03-21 Alan Modra <amodra@bigpond.net.au>
278
279 * Makefile.am: Run "make dep-am".
280 * Makefile.in: Regenerate.
281
5ae2e65e
AM
2822002-03-21 Anton Blanchard <anton@samba.org>
283
284 * ppc-opc.c: Add optional field to mtmsrd.
285 (MTMSRD_L, XRLARB_MASK): Define.
286
219576a4 2872002-03-18 Jan Hubicka <jh@suse.cz>
c1a64871
JH
288
289 * i386-dis.c (prefix_name): Fix handling of 32bit address prefix
290 in 64bit mode.
291 (print_insn) Likewise.
292 (putop): Fix handling of 'E'
293 (OP_E, OP_OFF): handle 32bit addressing mode in 64bit.
294 (ptr_reg): Likewise.
295
a1c259a1
NC
2962002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
297
298 * po/fr.po: Updated version.
299
44426910
CD
3002002-03-16 Chris Demetriou <cgd@broadcom.com>
301
302 * mips-opc.c (M3D): Tweak comment.
303 (mips_builtin_op): Add comment indicating that opcodes of the
304 same name must be placed together in the table, and sort
305 the "recip.fmt", "recip1.fmt", "recip2.fmt", "rsqrt.fmt",
306 "rsqrt1.fmt", and "rsqrt2.fmt" opcodes by name.
307
43079f18
NC
3082002-03-16 Nick Clifton <nickc@cambridge.redhat.com>
309
310 * Makefile.am: Tidy up sh64 rules.
311 * Makefile.in: Regenerate.
312
82f6ea4a
CD
3132002-03-15 Chris G. Demetriou <cgd@broadcom.com>
314
315 * mips-dis.c: Update copyright years.
316
1f25f5d3
CD
3172002-03-15 Chris G. Demetriou <cgd@broadcom.com>
318
319 * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA
320 bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add
321 comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that
322 indicate that they should dissassemble all applicable
323 MIPS-specified ASEs.
324 * mips-opc.c: Add support for MIPS-3D instructions.
325 (M3D): New definition.
326
327 * mips-opc.c: Update copyright years.
328
ff8a5556
CD
3292002-03-15 Chris G. Demetriou <cgd@broadcom.com>
330
331 * mips-opc.c (mips_builtin_opcodes): Sort bc<N> opcodes by name.
332
4c563ebf
CD
3332002-03-15 Chris Demetriou <cgd@broadcom.com>
334
335 * mips-dis.c (is_newabi): Fix ABI decoding.
336
eb7b56d0
CD
3372002-03-14 Chris G. Demetriou <cgd@broadcom.com>
338
339 * mips-dis.c (mips_isa_type): Fix formatting of bfd_mach_mipsisa32
340 and bfd_mach_mipsisa64 cases to match the rest.
341
9ce88e60
NC
3422002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
343
344 * po/fr.po: Updated version.
345
98acc1c5
AM
3462002-03-13 Alan Modra <amodra@bigpond.net.au>
347
348 * ppc-opc.c: Add optional `L' field to tlbie.
349 (XRTLRA_MASK): Define.
350
aa084229
CD
3512002-03-06 Chris Demetriou <cgd@broadcom.com>
352
353 * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being
354 present on I4.
355
356 * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps".
357
84dd1cff
AM
3582002-03-05 Paul Koning <pkoning@equallogic.com>
359
360 * pdp11-opc.c: Fix "mark" operand type. Fix operand types
361 for float opcodes that take float operands. Add alternate
362 names (xxxD vs. xxxF) for float opcodes.
363 * pdp11-dis.c (print_operand): Clean up formatting for mode 67.
364 (print_foperand): New function to handle float opcode operands.
365 (print_insn_pdp11): Use print_foperand to disassemble float ops.
366
ef412327
NC
3672002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
368
369 * po/de.po: Updated.
370
263de010
NC
3712002-02-26 Brian Gaeke <brg@dgate.org>
372
373 * Makefile.am (install-data-local): Install dis-asm.h.
374
fe41178f
NC
3752002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
376
377 * configure.in (LINGUAS): Add de.po.
378 * configure: Regenerate.
379 * po/de.po: New file.
380
94efba12
AM
3812002-02-25 Alan Modra <amodra@bigpond.net.au>
382
383 * ppc-dis.c (powerpc_dialect): Handle power4 option.
384 * ppc-opc.c (insert_bdm): Correct description of "at" branch
385 hints. Test PPC_OPCODE_POWER4 to determine branch hint flavour.
386 (extract_bdm, insert_bdp, extract_bdp, valid_bo): Likewise.
387 (BOFM64, BOFP64, BOTM64, BOFP64): Rename to BOFM4, BOFP4 etc.
388 (BODNZM64, BODNZP64, BODZM64, BODZP64): Likewise.
389 (PPCCOM32, PPCCOM64): Delete.
390 (NOPOWER4, POWER4): Define.
391 (powerpc_opcodes): Replace occurences of PPCCOM32 with NOPOWER4,
392 and PPCCOM4 with POWER4 so that "at" style branch hint opcodes
393 are enabled for power4 rather than ppc64.
394
ff3a6ee3
TR
3952002-02-20 Tom Rix <trix@redhat.com>
396
56da5fed 397 * ppc-opc.c (powerpc_operands): Add WS field. Use for tlbre, tlbwe.
ff3a6ee3 398
45b38a80
MS
3992002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
400
401 * s390-dis.c (init_disasm): Use renamed architecture defines.
402
9a0ccb24
MG
4032002-02-19 matthew green <mrg@redhat.com>
404
405 * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
406 specific.
407
6ad738c5
NC
4082002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
409
410 * po/tr.po: Updated translation.
411
8bf7d691
RH
4122002-02-15 Richard Henderson <rth@redhat.com>
413
414 * alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
415 disassembly mask.
416
fa024f00
RH
4172002-02-15 Richard Henderson <rth@redhat.com>
418
419 * alpha-opc.c (alpha_opcodes): Add simple pseudos for
420 lda, ldah, jmp, ret.
421
9694d6b2
NC
4222002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
423
424 * po/da.po: Updated translation.
425
d7de8249
GH
4262002-02-12 Graydon Hoare <graydon@redhat.com>
427
428 * cgen-asm.in (parse_insn_normal): Change call from
429 @arch@_cgen_parse_operand to cd->parse_operand, to
430 facilitate CGEN_ASM_INIT_HOOK doing useful work.
431
56930d37
AO
4322002-02-11 Alexandre Oliva <aoliva@redhat.com>
433
434 * sparc-dis.c (print_insn_sparc): Make sure 0xFFFFFFFF is not
435 sign-extended.
436
2c73f9d8
AM
4372002-02-11 Alan Modra <amodra@bigpond.net.au>
438
439 * Makefile.am: "make dep-am".
440 * Makefile.in: Regenerate.
441 * aclocal.m4: Regenerate.
442 * config.in: Regenerate.
443 * configure: Regenerate.
444
ca0f2ed6
HPN
4452002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
446
447 * configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64
448 support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and
449 shl-*-linux*.
450 * configure: Regenerate.
451
34b0f91d
DJ
4522002-02-10 Daniel Jacobowitz <drow@mvista.com>
453
454 * cgen-dis.c: Add prototypes for count_decodable_bits
455 and add_insn_to_hash_chain.
456
e8b872bb
AO
4572002-02-08 Alexandre Oliva <aoliva@redhat.com>
458
459 * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
460 * configure: Rebuilt.
461
5e37cc46
NC
4622002-02-08 Ivan Guzvinec <ivang@opencores.org>
463
464 * or32-opc.c: Fix compile time warning messages.
465 * or32-dis.c: Fix compile time warning messages.
466
d28847ce
AO
4672002-02-08 Alexandre Oliva <aoliva@redhat.com>
468
469 Contribute sh64-elf.
470 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
471 * sh64-opc.c: Regenerate.
472 2001-03-13 DJ Delorie <dj@redhat.com>
473 * sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its
474 purpose is more obvious.
475 * sh64-opc.c (shmedia_table): Ditto.
476 * sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto.
477 (print_insn_shmedia): Ditto.
478 2001-03-12 DJ Delorie <dj@redhat.com>
479 * sh64-opc.c: Adjust comments to reflect reality: replace bits
480 3:0 with zeros (not "reserved"), replace "rrrrrr" with
481 "gggggg" for two-operand floating point opcodes. Remove
482 "fsina".
483 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com>
484 * sh64-dis.c (print_insn_shmedia) <failing read_memory_func>:
485 Correct printing of .byte:s. Return number of printed bytes or
486 -1; never 0.
487 (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s
488 to next four-byte-alignment if insn or data is not aligned.
489 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
490 * sh64-dis.c: Update comments and fix comment formatting.
491 (initialize_shmedia_opcode_mask_table) <case A_IMMM>:
492 Abort instead of setting length to 0.
493 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
494 crange_bsearch_cmpl, sh64_get_contents_type,
495 sh64_address_in_cranges): Move to bfd/elf32-sh64.c.
496 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
497 * sh64-opc.c: Remove #if 0:d entries for instructions not found in
498 SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo.
499 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
500 * sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed
501 address with same prefix as SHcompact.
502 In the disassembler, use a .cranges section for linked executables.
503 * sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file
504 and update for using structure in info->private_data.
505 (struct sh64_disassemble_info): New.
506 (is_shmedia_p): Delete.
507 (crange_qsort_cmpb): New function.
508 (crange_qsort_cmpl, crange_bsearch_cmpb): New functions.
509 (crange_bsearch_cmpl, sh64_address_in_cranges): New functions.
510 (init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions.
511 (sh64_get_contents_type, sh64_address_is_shmedia): New functions.
512 (print_insn_shmedia): Correct displaying of address after MOVI/SHORI
513 pair. Display addresses for linked executables only.
514 (print_insn_sh64x_media): Initialize info->private_data by calling
515 init_sh64_disasm_info.
516 (print_insn_sh64x): Ditto. Find out type of contents by calling
517 sh64_contents_type_disasm. Display data regions using ".long" and
518 ".byte" similar to unrecognized opcodes.
519 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
520 * sh64-dis.c (is_shmedia_p): Check info->section and look for ISA
521 information in section flags before considering symbols. Don't
522 assume an info->mach setting of bfd_mach_sh5 means SHmedia code.
523 * configure.in (bfd_sh_arch): Check presence of sh64 insns by
524 matching $target $canon_targets instead of looking at the
525 now-removed -DINCLUDE_SHMEDIA in $targ_cflags.
526 * configure: Regenerate.
527 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
528 * sh64-opc.c (shmedia_creg_table): New.
529 * sh64-opc.h (shmedia_creg_info): New type.
530 (shmedia_creg_table): Declare.
531 * sh64-dis.c (creg_name): New function.
532 (print_insn_shmedia): Use it.
533 * disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map
534 bfd_mach_sh5 to print_insn_sh64 if big-endian and to
535 print_insn_sh64l if little-endian.
536 * sh64-dis.c (print_insn_shmedia): Make r unsigned.
537 (print_insn_sh64l): New.
538 (print_insn_sh64x): New.
539 (print_insn_sh64x_media): New.
540 (print_insn_sh64): Break out code to print_insn_sh64x and
541 print_insn_sh64x_media.
542 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
543 * sh64-opc.h: New file
544 * sh64-opc.c: New file
545 * sh64-dis.c: New file
546 * Makefile.am: Add sh64 targets.
547 (HFILES): Add sh64-opc.h.
548 (CFILES): Add sh64-opc.c and sh64-dis.c.
549 (ALL_MACHINES): Add sh64 files.
550 * Makefile.in: Regenerate.
551 * configure.in: Add support for sh64 to bfd_sh_arch.
552 * configure: Regenerate.
553 * disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define.
554 (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to
555 print_insn_sh64.
556 * sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4.
557 * po/POTFILES.in: Regenerate.
558 * po/opcodes.pot: Regenerate.
559
cadaa522
FCE
5602002-02-04 Frank Ch. Eigler <fche@redhat.com>
561
562 * cgen-dis.in (print_insn_@arch@): Support disassemble_info.insn_sets.
563
0b3301c3
AO
5642002-02-04 Alexandre Oliva <aoliva@redhat.com>
565
566 * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
567
ba323545
AM
5682002-02-01 Alan Modra <amodra@bigpond.net.au>
569
570 * Makefile.am: Run "make dep-am"
571 * Makefile.in: Regenerate.
572
3b16e843
NC
5732002-01-31 Ivan Guzvinec <ivang@opencores.org>
574
575 * or32-dis.c: New file.
576 * or32-opc.c: New file.
577 * configure.in: Add support for or32.
578 * configure: Regenerate.
579 * Makefile.am: Add support for or32.
580 * Makefile.in: Regenerate.
581 * disassemble.c: Add support for or32.
582 * po/POTFILES.in: Regenerate.
583 * po/opcodes.pot: Regenerate.
584
4867be41
DJ
5852002-01-27 Daniel Jacobowitz <drow@mvista.com>
586
587 * configure: Regenerated.
588
fdfd5c7a
NC
5892002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
590
591 * po/fr.po: Updated version.
592
1ddbd152
NC
5932002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
594
595 * po/es.po: Updated version.
596
0e5aca4e
NC
5972002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
598
599 * po/da.po: New version.
600
d0de3026
NC
6012002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
602
603 * po/da.po: New file: Spanish translation.
604 * configure.in (ALL_LINGUAS): Add da.
605 * configure: Regenerate.
606
9a2e995d
GH
6072002-01-22 Graydon Hoare <graydon@redhat.com>
608
609 * fr30-asm.c: Regenerate.
610 * fr30-desc.c: Likewise.
611 * fr30-desc.h: Likewise.
612 * fr30-dis.c: Likewise.
613 * fr30-ibld.c: Likewise.
614 * fr30-opc.c: Likewise.
615 * fr30-opc.h: Likewise.
616 * m32r-asm.c: Likewise.
617 * m32r-desc.c: Likewise.
618 * m32r-desc.h: Likewise.
619 * m32r-dis.c: Likewise.
620 * m32r-ibld.c: Likewise.
621 * m32r-opc.c: Likewise.
622 * m32r-opc.h: Likewise.
623 * m32r-opinst.c: Likewise.
624 * openrisc-asm.c: Likewise.
625 * openrisc-desc.c: Likewise.
626 * openrisc-desc.h: Likewise.
627 * openrisc-dis.c: Likewise.
628 * openrisc-ibld.c: Likewise.
629 * openrisc-opc.c: Likewise.
630 * openrisc-opc.h: Likewise.
631 * xstormy16-desc.c: Likewise.
632
98c02720
RH
6332002-01-22 Richard Henderson <rth@redhat.com>
634
635 * alpha-dis.c (print_insn_alpha): Also mask the base opcode for
636 comparison.
637
c46f0c34
AM
6382002-01-22 Alan Modra <amodra@bigpond.net.au>
639
640 * Makefile.am: Run "make dep-am".
641 * Makefile.in: Regenerate.
642 * opcodes/po/POTFILES.in: Regenerate.
643
a2fc1b1f
RE
6442002-01-19 Richard Earnshaw <rearnsha@arm.com>
645
646 * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
647 * arm-dis.c (print_insn_arm): Don't handle 'h' case.
648
395213c8
RE
6492002-01-18 Keith Walker <keith.walker@arm.com>
650
651 * arm-opc.h (arm_opcodes): Add bxj instruction.
652
328577ad
NC
6532002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
654
655 * po/opcodes.pot: Regenerate.
656 * po/fr.po: Regenerate.
657 * po/sv.po: Regenerate.
658 * po/tr.po: Regenerate.
659
af3ae48d
NC
6602002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
661
662 * po/tr.po: Import new version.
663
a660f11e
RE
6642002-01-15 Richard Earnshaw <rearnsha@arm.com>
665
666 * arm-opc.h (arm_opcodes): Add patterns for VFP instructions.
667 * arm-dis.c (print_insn_arm): Support new disassembly qualifiers for
668 VFP bitfields.
669
1951c6f7
MG
6702002-01-10 matthew green <mrg@redhat.com>
671
672 * xstormy16-asm.c: Regenerate.
673 * xstormy16-desc.c: Likewise.
674 * xstormy16-desc.h: Likewise.
675 * xstormy16-dis.c: Likewise.
676 * xstormy16-opc.c: Likewise.
677 * xstormy16-opc.h: Likewise.
678
be2d1673
NC
6792002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
680
681 * po/es.po: New file: Spanish translation.
682 * configure.in (ALL_LINGUAS): Add es.
683 * configure: Regenerate.
684
6852001-12-31 Jeffrey A Law (law@redhat.com)
8ef42b29
JL
686
687 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
688 'X', 'M', and 'A'. No longer emit a space after 'x' or 's'.
689 Always emit a space after 'H'.
690
1cbbfaf9
MG
6912001-12-18 matthew green <mrg@redhat.com>
692
693 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
694
c2274b27
RH
6952001-12-17 Richard Henderson <rth@redhat.com>
696
697 * alpha-opc.c (unop): Encode with RB as $sp.
698
93fbbb04
GK
6992001-12-07 Geoffrey Keating <geoffk@redhat.com>
700
701 * Makefile.am: Add support for xstormy16.
702 * Makefile.in: Regenerate.
703 * configure.in: Add support for xstormy16.
704 * configure: Regenerate.
705 * disassemble.c: Add support for xstormy16.
706 * xstormy16-asm.c: New generated file.
707 * xstormy16-desc.c: New generated file.
708 * xstormy16-desc.h: New generated file.
709 * xstormy16-dis.c: New generated file.
710 * xstormy16-ibld.c: New generated file.
711 * xstormy16-opc.c: New generated file.
712 * xstormy16-opc.h: New generated file.
713
3793abc3
RH
7142001-12-06 Richard Henderson <rth@redhat.com>
715
716 * alpha-opc.c (alpha_opcodes): Add wh64en.
717
41852a32
AO
7182001-12-04 Alexandre Oliva <aoliva@redhat.com>
719
96f27b6c
AO
720 * d10v-opc.c (d10v_predefined_registers): Remove warnings
721 introduced in Nov 29's patch.
722
373efcb3
AO
723 * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of
724 unmatched register.
725
d1267250
AO
726 * d10v-dis.c (print_operand): Disregard OPERAND_SP in register
727 predefined value.
728
41852a32
AO
729 * d10v-opc.c (RSRC_NOSP): New macro.
730 (d10v_operands): Add it.
731 (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
732
e21c4a1c
AO
7332001-11-29 Alexandre Oliva <aoliva@redhat.com>
734
735 * d10v-opc.c (d10v_predefined_registers): Mark `sp' as OPERAND_SP.
736 (RSRC_SP): New macro.
737 (d10v_operands): Add it.
738 (d10v_opcodes): Adjust "st" and "st2w" to use RSRC_SP.
739
c6843df5
AM
7402001-11-23 Lars Brinkhoff <lars@nocrew.org>
741
742 * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
743 Also, break out of the loop as soon as an instruction has been
744 printed.
745
473d3293
MG
7462001-11-17 matthew green <mrg@redhat.com>
747
748 * ppc-opc.c (mfvrsave, mtvrsave): New instructions.
749
802a735e
AM
7502001-11-15 Alan Modra <amodra@bigpond.net.au>
751
c86380b5
AM
752 * po/POTFILES.in: Regenerate.
753
802a735e
AM
754 * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC.
755 (insert_bat, extract_bat, insert_bba, extract_bba,
756 insert_bd, extract_bd, insert_bdm, extract_bdm,
757 insert_bdp, extract_bdp, valid_bo,
758 insert_bo, extract_bo, insert_boe, extract_boe,
759 insert_ds, extract_ds, insert_de, extract_de,
760 insert_des, extract_des, insert_li, extract_li,
761 insert_mbe, extract_mbe, insert_mb6, extract_mb6,
762 insert_nb, extract_nb, insert_nsi, extract_nsi,
763 insert_ral, insert_ram, insert_ras,
764 insert_rbs, extract_rbs, insert_sh6, extract_sh6,
765 insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param.
766 (extract_bd, extract_bdm, extract_bdp,
767 extract_ds, extract_des,
768 extract_li, extract_nsi): Implement sign extension without conditional.
769 (insert_bdm, extract_bdm,
770 insert_bdp, extract_bdp, valid_bo): Handle 64 bit branch hints.
771 (extract_bdm, extract_bdp): Correct 32 bit validation.
772 (AT1_MASK, AT2_MASK): Define.
773 (BBOAT_MASK): Define.
774 (BBOATCB_MASK, BBOAT2CB_MASK, BBOATBI_MASK): Define.
775 (BOFM64, BOFP64, BOTM64, BOTP64): Define.
776 (BODNZM64, BODNZP64, BODZM64, BODZP64): Define.
777 (PPCCOM32, PPCCOM64): Define.
778 (powerpc_opcodes): Modify existing 32 bit insns with branch hints
779 and add new patterns to implement 64 bit branches with hints. Move
780 booke instructions so they match before ppc64.
781
782 * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for
783 64 bit default targets, and parse "32" and "64" in options.
784 Formatting fixes.
785 (print_insn_powerpc): Pass dialect to operand->extract.
786
2e1ef6b4
DB
7872001-11-14 Dave Brolley <brolley@redhat.com>
788
1c009264
DB
789 * cgen-dis.c (count_decodable_bits): New function.
790 (add_insn_to_hash_chain): New function.
791 (hash_insn_array): Call add_insn_to_hash_chain.
792 (hash_insn_list): Call add_insn_to_hash_chain.
2e1ef6b4
DB
793 * m32r-dis.c: Regenerated.
794 * fr30-dis.c: Regenerated.
795
fa405d97
AJ
7962001-11-14 Andreas Jaeger <aj@suse.de>
797
798 * i386-dis.c (print_insn): Use x86-64 as option.
799
e396998b
AM
8002001-11-14 Alan Modra <amodra@bigpond.net.au>
801
802 * disassemble.c (disassembler): Call print_insn_i386.
803 * i386-dis.c (SUFFIX_ALWAYS): Define.
804 (struct dis_private): Add orig_sizeflag.
805 (print_insn_i386): Make it a wrapper, calling..
806 (print_insn): ..The old body of print_insn_i386. Avoid longjmp
807 warning without using volatile by moving orig_sizeflag to priv,
808 and removing inbuf. Parse disassembler_options.
809 (print_insn_i386_att, print_insn_i386_intel): Move initialisation
810 code to print_insn.
811 (putop): Remove #ifdef SUFFIX_ALWAYS.
812
6e917903
TW
8132001-11-11 Timothy Wall <twall@alum.mit.edu>
814
815 * tic54x-dis.c: Use revised opcode structure. Export opcode
816 template lookup.
817 (has_lkaddr): Don't forget about Lmem insns.
818 * tic54x-opc.c: Add emulation trap. Parallel table now uses
819 standard opcode templates.
fa405d97 820
e5470cdc
AM
8212001-11-13 Zack Weinberg <zack@codesourcery.com>
822
823 * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries
824 to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand
825 category instead of Ew.
826
6c93a8fa
NC
8272001-11-12 Niraj Gupta <ngupta@zumanetworks.com>
828
829 * m68k-opc.c: Fix definitions of wddata[bwl].
830
b165b838
RS
8312001-11-09 Richard Sandiford <rsandifo@redhat.com>
832
833 * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
834 fit in the buffer, try to match the empty keyword.
835
e333d2c4
NC
8362001-11-09 Nick Clifton <nickc@cambridge.redhat.com>
837
838 * cgen-ibld.in (extract_1): Fix badly placed #if 0.
839 * fr30-ibld.c: Regenerate.
840 * m32r-ibld.c: Regenerate.
841 * openrisc-ibld.c: Regenerate.
842
def7143b
CD
8432001-11-04 Chris Demetriou <cgd@broadcom.com>
844
845 * mips-dis.c (print_insn_mips): Remove spaces at end of line.
846
3c62831e
NC
8472001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
848
849 * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr".
850 * configure: Regernate.
851 * po/fr.po: New file.
852 * po/sv.po: New file.
853 * po/tr.po: New file.
854
64e38312
SC
8552001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
856
857 * m68hc11-dis.c (print_insn): Fix disassembly of movb with a
858 constant as source.
859
3c3bdf30
NC
8602001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
861
862 * Makefile.am (CFILES): Add mmix-dis.c and mmix-opc.c. Regenerate
863 dependencies.
864 * Makefile.in: Regenerate.
865 * mmix-dis.c, mmix-opc.c: New files.
866
d9a35582
KH
8672001-10-29 Kazu Hirata <kazu@hxi.com>
868
869 * d30v-dis.c: Fix a comment typo.
870
9bb28706
CD
8712001-10-23 Chris Demetriou <cgd@broadcom.com>
872
873 * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and
874 "bltzall" as writing GPR 31 (since they do).
875
876 * mips-dis.c (print_insn_arg): Calculate info->target
877 where appropriate.
878 (print_insn_mips): Fill in instruction info.
879 (print_mips16_insn_arg): Remove unneded variable 'val'.
880 Removed duplicated instruction target calculations,
881 calculate once and print that result. Use same idiom for
882 masking the jump segment bits as is used in print_insn_arg.
883
1f613cde
AM
8842001-10-20 Alan Modra <amodra@bigpond.net.au>
885
886 * ppc-opc.c (CT): Make it an optional operand.
887
2228315b
CD
8882001-10-17 Chris Demetriou <cgd@broadcom.com>
889
890 * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
891 SB-1 binaries include instructions specific to the SB-1.
892 * mips-opc.c (SB1): New definition.
893 (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
894 "recip.ps", "rsqrt.ps", and "sqrt.ps".
895
f5c120c5
MG
8962001-10-17 matthew green <mrg@redhat.com>
897
898 * ppc-opc.c (STRM): New AltiVec operand.
899 (XDSS): New AltiVec instruction form.
900 (mtvscr): Correct operand list.
901 (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.
902
aa200fe8
AM
9032001-10-17 Alan Modra <amodra@bigpond.net.au>
904
905 * po/POTFILES.in: Regenerate.
906
9fa87a06
MG
9072001-10-13 matthew green <mrg@redhat.com>
908
909 * ppc-opc.c (MO): New macro for MO field of mbar instruction.
910 (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr,
911 mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions.
912
37111cc7
NC
9132001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
914
915 * cgen-ibld.in: Include safe-ctype.h in preference to
916 ctype.h.
917 * cgen-asm.in: Include safe-ctype.h in preference to
918 ctype.h. Fix formatting. Use ISSPACE instead of isspace and
919 TOLOWER instead of tolower.
920 (@arch@_cgen_build_insn_regex): Remove duplication of syntax
921 string elements in constructed regular expression.
922 * fr30-asm.c: Regenerate.
923 * fr30-desc.c: Regenerate.
924 * fr30-ibld.c: Regenerate.
925 * m32r-asm.c: Regenerate.
926 * m32r-desc.c: Regenerate.
927 * m32r-ibld.c: Regenerate.
928 * openrisc-asm.c: Regenerate.
929 * openrisc-desc.c: Regenerate.
930 * openrisc-ibld.c: Regenerate.
931 * po/opcodes.pot: Regenerate.
fa405d97 932
418c1742
MG
9332001-10-12 matthew green <mrg@redhat.com>
934
935 * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
936 instruction field instruction/extraction functions for new BookE
937 DE form instructions.
938 (CT): New macro for CT field in an X form instruction.
939 (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form
940 instructions.
941 (PPC64): Don't include PPC_OPCODE_PPC.
942 (403): New opcode macro for PPC403 processors.
943 (BOOKE): New opcode macro for BookE processors.
944 (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.
945 (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise.
946 (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise.
947 (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise.
948 (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise.
949 (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise.
950 (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise.
951 (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise.
952 (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise.
953 (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise.
954 (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise.
955 (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise.
956 (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise.
957 (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise.
958
959 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look
960 for a disassembler option of `booke', `booke32' or `booke64' to enable
961 BookE support in the disassembler.
962
6e9a3f4d
JH
9632001-10-12 John Healy <jhealy@redhat.com>
964
965 * cgen-dis.in (print_insn): Use min (cd->base_insn_bitsize, buflen*8)
966 for the length when extracting the base part of the insn.
967
f3a55c17 9682001-10-09 Bruno Haible <haible@clisp.cons.org>
a5d2034a 969
f3a55c17
NC
970 * cgen-asm.in (*_cgen_build_insn_regex): Generate a case sensitive
971 regular expression. Fix some formatting problems.
972 * fr30-asm.c: Regenerate.
973 * openrisc-asm.c: Regenerate.
974 * m32r-asm.c: Regenerate.
975
9762001-10-09 Christian Groessler <cpg@aladdin.de>
977
978 * z8k-dis.c (unparse_instr): Fixed formatting. Change disassembly
979 of indirect register memory accesses to be same format the
980 assembler accepts.
a5d2034a 981
ddb68265
NC
9822001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
983
984 * sh-opc.h: Fix encoding of least significant nibble of the
985 DSP single data transfer instructions.
986
987 * sh-dis.c (print_insn_shx): Fix decoding of As opcode in DSP
fa405d97 988 instructions.
ddb68265 989
0e2ee3ca
NC
9902001-10-08 Nick Clifton <nickc@cambridge.redhat.com>
991
992 * cgen-asm.in: Fix compile time warning messages in generated
993 C files.
994 * cgen-dis.in: The same.
995 * cgen-ibld.in: The same.
996 * fr30-asm.c: Regenerate.
997 * fr30-desc.c: Regenerate.
998 * fr30-dis.c: Regenerate.
999 * fr30-ibld.c: Regenerate.
1000 * fr30-opc.c: Regenerate.
1001 * m32r-asm.c: Regenerate.
1002 * m32r-desc.c: Regenerate.
1003 * m32r-dis.c: Regenerate.
1004 * m32r-ibld.c: Regenerate.
1005 * m32r-opc.c: Regenerate.
1006 * m32r-opinst.c Regenerate.
1007 * openrisc-asm.c: Regenerate.
1008 * openrisc-desc.c: Regenerate.
1009 * openrisc-dis.c: Regenerate.
1010 * openrisc-ibld.c: Regenerate.
1011 * openrisc-opc.c: Regenerate.
1012 * openrisc-opc.h: Regenerate.
1013 * Makefile.in: Regenerate.
1014 * po/POTFILES.in: Regenerate.
1015 * po/opcodes.pot: Regenerate.
1016
b1ee46c5
AH
10172001-10-08 Aldy Hernandez <aldyh@redhat.com>
1018
1019 * arm-opc.h (arm_opcodes): Add cirrus insns.
1020
1021 * arm-dis.c (print_insn_arm): Add 'I' case.
1022
fcd8210c
AM
10232001-10-03 Alan Modra <amodra@bigpond.net.au>
1024
1025 * po/POTFILES.in: Regenerate.
1026 * configure: Regenerate.
1027
7997656a
AM
10282001-10-02 Alan Modra <amodra@bigpond.net.au>
1029
1030 * Makefile.am (Makefile): Depend on bfd/configure.in.
1031 Run "make dep-am".
1032 * Makefile.in: Regenerate.
1033
545ae501
JH
10342001-09-30 John Healy <jhealy@redhat.com>
1035
1036 * cgen-ibld.in (insert_1): Switched bfd_get_bits and bfd_set_bits
1037 calls to cgen_get_insn_value and cgen_put_insn_value calls.
1038 (extract_1): Switched bfd_get_bits call to cgen_get_insn_value call.
1039
8737c3ea
HPN
10402001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1041
1042 * Makefile.am: Update dependencies with "make dep-am".
1043 * Makefile.in: Regenerate.
1044
86caa542
AM
10452001-09-26 Alan Modra <amodra@bigpond.net.au>
1046
1047 * arc-dis.c: Formatting fixes.
1048 (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1049
2ca0d952
AM
10502001-09-21 Bruno Haible <haible@clisp.cons.org>
1051
1052 * arc-dis.c: Don't include <ctype.h>.
1053 * openrisc-desc.c: Likewise.
1054 * openrisc-ibld.c: Likewise.
1055
fc05c67f
NC
10562001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
1057
1058 * fr30-opc.c: Fix compile time warning messages.
1059 * i370-opc.c: Fix compile time warning messages.
1060 * i960-dis.c: Fix compile time warning messages.
1061 * m32r-asm.c: Fix compile time warning messages.
1062 * m32r-desc.c: Fix compile time warning messages.
1063 * m32r-dis.c: Fix compile time warning messages.
1064 * m32r-ibld.c: Fix compile time warning messages.
1065 * m32r-opc.c: Fix compile time warning messages.
1066 * m32r-opinst.c: Fix compile time warning messages.
1067 * ns32k-dis.c: Fix compile time warning messages.
1068 * openrisc-asm.c: Fix compile time warning messages.
1069 * openrisc-desc.c: Fix compile time warning messages.
1070 * openrisc-dis.c: Fix compile time warning messages.
1071 * openrisc-ibld.c: Fix compile time warning messages.
1072 * openrisc-opc.c: Fix compile time warning messages.
1073 * pdp11-dis.c: Fix compile time warning messages.
1074 * tic54x-dis.c: Fix compile time warning messages.
1075 * v850-opc.c: Fix compile time warning messages.
1076 * vax-dis.c: Fix compile time warning messages.
1077 * w65-opc.h: Fix compile time warning messages.
1078 * z8k-opc.h: Fix compile time warning messages.
1079 * z8kgen.c: Fix compile time warning messages.
1080
d5b2f4d6
NC
10812001-09-19 Nick Clifton <nickc@cambridge.redhat.com>
1082
1083 * arm-dis.c: Fix compile time warning messages.
1084 * cgen-asm.c: Fix compile time warning messages.
1085 * cgen-dis.c: Fix compile time warning messages.
1086 * cris-dis.c: Fix compile time warning messages.
1087 * d10v-dis.c: Fix compile time warning messages.
1088 * fr30-asm.c: Fix compile time warning messages.
1089 * fr30-desc.c: Fix compile time warning messages.
1090 * fr30-dis.c: Fix compile time warning messages.
1091 * fr30-ibld.c: Fix compile time warning messages.
1092
3882b010
L
10932001-09-18 Bruno Haible <haible@clisp.cons.org>
1094
1095 * cgen-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1096 (cgen_parse_keyword): Use ISALNUM instead of isalnum.
1097 * cgen-opc.c: Include "safe-ctype.h" instead of <ctype.h>.
1098 (cgen_keyword_lookup_name): Use ISALPHA/TOLOWER instead of
1099 isalpha/tolower.
1100 (cgen_keyword_add): Use ISALNUM instead of isalnum.
1101 (hash_keyword_name): Use TOLOWER instead of tolower.
1102 * fr30-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1103 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1104 tolower/isspace.
1105 (fr30_cgen_assemble_insn): Use ISSPACE instead of isspace.
1106 * fr30-desc.c: Don't include <ctype.h>.
1107 * fr30-ibld.c: Likewise.
1108 * ia64-gen.c: Include "safe-ctype.h" instead of <ctype.h>.
1109 (load_insn_classes, parse_resource_users, load_depfile): Use
1110 ISSPACE instead of isspace.
1111 * m32r-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1112 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1113 tolower/isspace.
1114 (m32r_cgen_assemble_insn): Use ISSPACE instead of isspace.
1115 * m32r-desc.c: Don't include <ctype.h>.
1116 * m32r-ibld.c: Likewise.
1117 * openrisc-asm.c: Include "safe-ctype.h" instead of <ctype.h>.
1118 (parse_insn_normal): Use TOLOWER/ISSPACE instead of
1119 tolower/isspace.
1120 (openrisc_cgen_assemble_insn): Use ISSPACE instead of isspace.
1121
b6849f55
NC
11222001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
1123
1124 * Makefile.am: Add rules and dependencies to create the s/390 opcode
1125 table out of s390-opc.txt automatically.
1126 * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
1127 * s390-mkopc.c (dumpTable): Change output to create a complete file.
1128 * s390-opc.c: New improved opcode format macros and remove the
1129 pregenerated opcode table.
1130 * s390-opc.txt: Adapt to new improved opcode format macros.
1131
2613489e
NC
11322001-09-14 David Schleef <ds@schleef.org>
1133
1134 * ppc-opc.c (VXA, VXA_MASK): Fix mask bits.
1135
8227b51f
AM
11362001-09-04 Alan Modra <amodra@bigpond.net.au>
1137
1138 * i386-dis.c (grps): Don't print the implicit al/ax/eax register
1139 for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.
1140
0823fbca
EC
11412001-08-31 Eric Christopher <echristo@redhat.com>
1142 Jason Eckhardt <jle@redhat.com>
1143
1144 * mips-dis.c: Add support for bfd_mach_mipsisa32 and
1145 bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
1146 bfd_mach_mips64.
1147
5bd67f35
AJ
11482001-08-31 Andreas Jaeger <aj@suse.de>
1149
1150 * tic54x-opc.c: Add default initializers to avoid warnings.
1151
1152 * arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
1153 * arc-ext.c: Likewise.
1154
0565ba96 11552001-08-28 matthew green <mrg@redhat.com>
0152a4c6
MG
1156
1157 * ppc-opc.c (icbt): Order correctly.
1158
6ba045b1
AM
11592001-08-27 David Edelsohn <dje@watson.ibm.com>
1160 Torbjorn Granlund <tege@swox.com>
1161
1162 * ppc-opc.c (DS): Add PPC_OPERAND_DS flag.
1163 (LS): Define.
1164 (insert_ds): Complain if not a multiple of 4.
1165 (XSYNC): Define.
1166 (XSYNC_MASK): Define.
1167 (powerpc_opcodes): Add "slbmte", "lwsync", "ptesync", "slbmfev",
1168 "slbmfee". Modify "sync" to use XSYNC_MASK and LS.
1169
5b3fabc9
AJ
11702001-08-26 Andreas Jaeger <aj@suse.de>
1171
1172 * h8500-opc.h: Add default initializers to h8500_table to shut up
1173 GCC warnings.
1174
d83c6548
AJ
11752001-08-25 Andreas Jaeger <aj@suse.de>
1176
1177 * tic54x-dis.c: Add unused attributes where needed.
1178
1179 * z8k-dis.c (output_instr): Add unused attribute.
1180
1181 * h8300-dis.c: Add missing prototypes.
1182 (bfd_h8_disassemble): Make static.
1183
1184 * cris-dis.c: Add missing prototype.
1185 * h8500-dis.c: Likewise.
1186 * m68hc11-dis.c: Likewise.
1187 * pj-dis.c: Likewise.
1188 * tic54x-dis.c: Likewise.
1189 * v850-dis.c: Likewise.
1190 * vax-dis.c: Likewise.
1191 * w65-dis.c: Likewise.
1192 * z8k-dis.c: Likewise.
1193
1194 * d10v-dis.c: Add missing prototype.
1195 (dis_long): Remove unused variable.
1196 (dis_2_short): Likewise.
1197
1198 * sh-dis.c: Add missing prototypes.
1199 * v850-opc.c: Likewise.
1200 Add unused attributes where needed.
1201
1202 * ns32k-dis.c: Add missing prototypes.
1203 (bit_extract_simple): Remove unused variable.
1204
355d475e
AJ
12052001-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1206
1207 * opcodes/s390-opc.c: Add "low or high" and "not low or high"
1208 branch instructions for gcc 3.0.
1209 * opcodes/s390-opc.txt: Likewise.
1210
7fa108a4
AJ
12112001-08-21 Andreas Jaeger <aj@suse.de>
1212
1213 * i960-dis.c: Add parameters for prototypes
1214 (ctrl): Add unused attributes.
1215 (cobr): Likewise.
1216 (put_abs): Likewise.
1217
1218 * mips-dis.c: Add missing prototypes.
1219 * a29k-dis.c: Likewise.
1220 * arc-dis.c: Likewise.
1221 * ia64-opc.c: Likewise.
1222
1223 * s390-dis.c: Add missing prototypes.
1224 (init_disasm): Remove unused attribute since the parameter is
1225 used.
1226
99c14723
TS
12272001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1228
1229 * mips-opc.c (M1): Define. Reformatted Code.
1230 (mips_builtin_opcodes): Added performance counter opcodes mfpc, mfps,
1231 mtps, mtps. Typo.
1232
2cd89590
JL
12332001-08-16 Jonathan Larmour <jlarmour@redhat.com>
1234
1235 * mips-opc.c: R3900s can support all branch likely INSN_MACROs where
1236 the corresponding non-likely insn is in MIPS I.
1237
7f6621cd
KH
12382001-08-13 Kazu Hirata <kazu@hxi.com>
1239
1240 * mcore-dis.c: Fix formatting.
1241 * mips-dis.c: Likewise.
1242 * pj-dis.c: Likewise.
1243 * z8k-dis.c: Likewise.
1244
fc7bc883
RH
12452001-08-12 Richard Henderson <rth@redhat.com>
1246
1247 * cgen-ibld.in (extract_normal): Match type of VALUE and MASK
1248 to *VALUEP. Regenerate all cgen files.
1249
d98bb281
RS
12502001-08-10 Richard Sandiford <rsandifo@redhat.com>
1251
1252 * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32
1253 argument.
1254 * mips-opc.c (G6): Undefine.
1255 (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro
1256 as the first "move" alternative.
1257
0218d1e4
AJ
12582001-08-10 Andreas Jaeger <aj@suse.de>
1259
1260 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1261 to build warnings.
1262 * configure: Regenerate.
1263
11b37b7b
AM
12642001-08-10 Alan Modra <amodra@bigpond.net.au>
1265
1266 * ppc-opc.c: Revert 2001-08-08.
1267
badaf34c
AM
12682001-08-09 Alan Modra <amodra@bigpond.net.au>
1269
1270 * dis-buf.c (generic_strcat_address): Add missing prototype.
1271 #if 0 the functions as it is unused.
1272
0f1bac05
AM
12732001-08-08 Alan Modra <amodra@bigpond.net.au>
1274
1275 1999-10-25 Torbjorn Granlund <tege@swox.com>
1276 * ppc-opc.c: Include "bfd.h".
1277 (powerpc_operands): Add new field for reloc type.
1278
21d34b1c
TS
12792001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1280
1281 * mips-dis.c (print_insn_arg): Don't use software integer registers
1282 for coprocessor registers.
1283 (get_mips_isa): Removed.
1284 (is_newabi): New function, checks if NewABI is used.
1285 (_print_insn_mips): Get distinction between old ABI and new ABI right.
1286
28bab82b
NC
12872001-08-01 Christian Groessler <cpg@aladdin.de>
1288
1289 * z8kgen.c: Fixed indentation of opt[] array. Include stdio.h to
1290 get stderr definition.
1291 (internal, gas): Removed warnings.
1292 (gas): Create a correct final entry for created array.
1293 * z8k-opc.h: Recreated with new z8kgen.
1294
6608db57
KH
12952001-07-28 Kazu Hirata <kazu@hxi.com>
1296
1297 * i386-dis.c: Fix formatting.
1298
d708bcba
AM
12992001-07-28 Matthias Kramm <kramm@quiss.org>
1300
7fa108a4
AJ
1301 * i386-dis.c: Change formatting conventions for architecture
1302 i386:intel to better match the format of various intel i386
d708bcba
AM
1303 assemblers, like nasm, tasm or masm.
1304
8a5cc6be
AM
13052001-07-24 Alan Modra <amodra@bigpond.net.au>
1306
1307 * Makefile.am: Update dependencies with "make dep-am".
1308 * Makefile.in: Regenerate
1309
33822a8e
KH
13102001-07-24 Kazu Hirata <kazu@hxi.com>
1311
1312 * alpha-dis.c: Fix formatting.
1313 * cris-dis.c: Likewise.
2dcee538
KH
1314 * d10v-dis.c: Likewise.
1315 * d30v-dis.c: Likewise.
33822a8e
KH
1316 * m10300-dis.c: Likewise.
1317 * tic54x-dis.c: Likewise.
1318
44f2a95d
KH
13192001-07-23 Kazu Hirata <kazu@hxi.com>
1320
ec22bdda
KH
1321 * m68k-dis.c: Fix formatting.
1322 * pj-dis.c: Likewise.
1323 * s390-dis.c: Likewise.
1324 * z8k-dis.c: Likewise.
44f2a95d 1325
209fd667
CD
13262001-07-21 Chris Demetriou <cgd@broadcom.com>
1327
1328 * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s
1329 into the rest of the surrounding definitions.
1330
bcb5558b
AM
13312001-07-18 Alan Modra <amodra@bigpond.net.au>
1332
1333 * i386-dis.c (grps): Print l or w suffix, and require mem modrm
1334 for lgdt, lidt, sgdt, sidt.
1335
40536497
PB
13362001-07-13 Philip Blundell <philb@gnu.org>
1337
1338 * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
1339
23969580
JJ
13402001-07-12 Jeff Johnston <jjohnstn@redhat.com>
1341
1342 * cgen-asm.in: Include "xregex.h" always to enable the libiberty
1343 regex support.
1344 (@arch@_cgen_build_insn_regex): New routine from Graydon.
7fa108a4 1345 (@arch@_cgen_assemble_insn): Add Graydon's code to use regex
23969580 1346 to verify if it is worth parsing the insn as insn "x". Also update
7fa108a4 1347 error message when insn is not a recognized format of the insn vs
23969580
JJ
1348 when the insn is completely unrecognized.
1349
81f6038f
FCE
13502001-07-11 Frank Ch. Eigler <fche@redhat.com>
1351
1352 * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of
1353 bfd_get_bits.
1354 * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect
1355 non-zero CGEN_CPU_DESC->insn_chunk_bitsize.
1356
7081ff04
AJ
13572001-07-09 Andreas Jaeger <aj@suse.de>, Karsten Keil <kkeil@suse.de>
1358
1359 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
1360 (OP_J): Use bfd_vma for mask to work properly with 64 bits.
1361 (op_address,op_riprel): Use bfd_vma to handle 64 bits.
1362
4a3264e6
BE
13632001-07-05 Ben Elliston <bje@redhat.com>
1364
1365 * Makefile.am (CPUDIR): Define.
1366 (stamp-m32r): Update dependencies.
1367 (stamp-fr30): Ditto.
1368 (stamp-openrisc): Ditto.
1369 * Makefile.in: Regenerate.
1370
2dd46b8b
NC
13712001-07-03 Zoltan Hidvegi <hzoli@hzoli.2y.net>
1372
1373 * ppc-opc.c: Fix encoding of 'clf' instruction.
1374
17f0ac84
GK
13752001-06-30 Geoffrey Keating <geoffk@redhat.com>
1376
1377 * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
1378
5e91c3b4
GK
13792001-06-28 Geoffrey Keating <geoffk@redhat.com>
1380
1381 * cgen-asm.c (cgen_parse_keyword): Allow any first character.
1382 * cgen-opc.c (cgen_keyword_add): Ignore special first
1383 character when building nonalpha_chars field.
1384
62d964d8
BE
13852001-06-24 Ben Elliston <bje@redhat.com>
1386
1387 * m88k-dis.c: Format to conform to GNU coding standards.
1388
7f32bebc
AJ
13892001-06-23 Andreas Jaeger <aj@suse.de>
1390
1391 * disassemble.c (disassembler_usage): Add unused attribute.
1392
564e8ad9
EC
13932001-06-22 Eric Christopher <echristo@redhat.com>
1394
1395 * mips-opc.c: Move prefx to start of the table.
1396
fe1f0130
NC
13972001-06-22 Stacey Sheldon <ssheldon@Catena.com>
1398
1399 * arc-opc.c (insert_st_syntax): Fix over-optimisation of ST
1400 instruction.
1401
80febfb6
NC
14022001-06-22 Pauli <pauli@moreton.com.au>
1403
1404 * m68k-opc.c: Add wdebug instruction.
1405
cb87eaaf
AH
14062001-06-15 Aldy Hernandez <aldyh@redhat.com>
1407
1408 * m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
1409
3e890047
GK
14102001-06-14 Geoffrey Keating <geoffk@redhat.com>
1411
1412 * cgen-asm.c (cgen_parse_keyword): When looking for the
1413 boundaries of a keyword, allow any special characters
1414 that are actually in one of the allowed keyword.
1415 * cgen-opc.c (cgen_keyword_add): Add any special characters
1416 to the nonalpha_chars field.
1417
6fc12824
NC
14182001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
1419
1420 * s390-opc.c: Add lgh instruction.
1421 * s390-opc.txt: Likewise.
1422
6439fc28
AM
14232001-06-11 Alan Modra <amodra@bigpond.net.au>
1424
1425 * i386-dis.c: Group function prototypes in one place.
1426 (FLOATCODE): Redefine as 1.
1427 (USE_GROUPS): Redefine as 2.
1428 (USE_PREFIX_USER_TABLE): Redefine as 3.
1429 (X86_64_SPECIAL): Define as 4.
1430 (GRP1b..GRPAMD): Move USE_GROUPS to bytecode1, index to bytecode2.
1431 (PREGRP0..PREGRP26): Similarly with USE_PREFIX_USER_TABLE.
1432 (dis386_att, dis386_intel, disx86_64_att, disx86_64_intel): Delete.
1433 (dis386): New table combining above four tables.
1434 (dis386_twobyte_att, dis386_twobyte_intel): Delete.
1435 (dis386_twobyte): New table combining above two tables.
1436 (x86_64_table): New table to handle x86_64.
1437 (X86_64_0): Define.
1438 (float_mem_att, float_mem_intel): Delet.
1439 (float_mem): New table combining above two tables.
1440 (print_insn_i386): Modify for above.
1441 (dofloat): Likewise.
1442 (putop): Handle '{', '|' and '}' to select alternative mnemonics.
1443 Return 0 on success, 1 if no valid alternative.
1444 (putop <case 'F'>, <case 'H'>): Print nothing for intel_syntax.
1445 (putop <case 'T'>): Move to case 'U', and share case 'Q' code.
1446 (putop <case 'I'>): Move to case 'T', and share case 'P' code.
1447 (OP_REG <case rAX_reg .. rDI_reg>): Handle as for eAX_reg .. eDI_reg
1448 if not 64-bit mode.
1449 (OP_I <case q_mode>): Handle as for v_mode if not 64-bit mode.
1450 (OP_I64): If not 64-bit mode, call OP_I.
1451 OP_OFF64): If not 64-bit mode, call OP_OFF.
1452 (OP_ST, OP_STi, OP_SEG, OP_DIR, OP_OFF, OP_OFF64, OP_MMX): Rename
1453 'ignore'/'ignored' to 'bytemode'.
1454
5dd0794d
AM
14552001-06-10 Alan Modra <amodra@bigpond.net.au>
1456
1457 * configure.in: Sort 'ta' case statement.
1458 * configure: Regenerate.
1459
1460 * i386-dis.c (dis386_att): Add 'H' to conditional branch and
1461 loop,jcxz insns.
1462 (disx86_64_att): Likewise.
1463 (dis386_twobyte_att): Likewise.
1464 (print_insn_i386): Don't print branch hints as a prefix.
1465 (putop): 'H' macro prints branch hints.
1466 (get64): Kill compile warnings.
1467
bda22bbf
AO
14682001-06-09 Alexandre Oliva <aoliva@redhat.com>
1469
1470 * sh-opc.h (sh_table): Don't use empty initializers.
1471
879db8be
NC
14722001-06-06 Christian Groessler <cpg@aladdin.de>
1473
1474 * z8k-dis.c: Fix formatting.
1475 (unpack_instr): Remove unused cases in switch statement. Add
1476 safety abort() in default case.
1477 (unparse_instr): Add safety abort() in default case.
1478
98b32482
NC
14792001-06-06 Peter Jakubek <pjak@snafu.de>
1480
5dd0794d
AM
1481 * m68k-dis.c (print_insn_m68k): Fix typo.
1482 * m68k-opc.c (m68k_opcodes): Correct allowed operands for
98b32482
NC
1483 mcf (ColdFire) div, rem and moveb instructions.
1484
3ffd33cf
AM
14852001-06-06 Alan Modra <amodra@bigpond.net.au>
1486
1487 * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
1488 (cond_jump_mode, loop_jcxz_mode): Define.
1489 (dis386_att): Add cond_jump_flag and loop_jcxz_flag as
1490 appropriate, and 'F' suffix to loop insns.
1491 (disx86_64_att): Likewise.
1492 (dis386_twobyte_att): Likewise.
1493 (print_insn_i386): Don't output addr prefix for loop, jcxz insns.
1494 Output data size prefix for long conditional jumps. Output cs and
1495 ds branch hints.
1496 (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
1497 (OP_J): Don't make PREFIX_DATA used.
1498
9ab433aa
AO
14992001-06-04 Alexandre Oliva <aoliva@redhat.com>
1500
1501 * sh-opc.h (sh_table): Complete last element entry to avoid
1502 compiler warning.
1503
d1cf510e
NC
15042001-05-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1505
1506 * mips-dis.c (mips_isa_type): Add MIPS r12k support.
1507
cba24d7d
AM
15082001-05-23 Alan Modra <amodra@one.net.au>
1509
1510 * arc-opc.c: Whitespace changes.
1511
22f3fc43
HPN
15122001-05-18 Hans-Peter Nilsson <hp@axis.com>
1513
1514 * cris-opc.c (cris_spec_regs): Add missing initializer field for
1515 last element.
1516
84fd0d38
FCE
15172001-05-15 Frank Ch. Eigler <fche@redhat.com>
1518
1519 * cgen-dis.in (extract_normal): Complete support for min<base case.
1520
aa5f19f2
NC
15212001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1522
1523 * mips-dis.c (INSNLEN): Rename MAXLEN.
1524 (std_reg_names): Replace by mips32_reg_names and mips64_reg_names.
1525 (print_insn_arg): Remove $ prefix of register names.
1526 (set_mips_isa_type): Remove.
cba24d7d 1527 (mips_isa_type): New function.
aa5f19f2
NC
1528 (get_mips_isa): New Function.
1529 (print_insn_mips): Rename _print_insn_mips.
1530 (_print_insn_mips): New function, contains code which was
1531 duplicated in print_insn_big_mips and print_insn_little_mips.
1532 (print_insn_big_mips): Moved code to _print_insn_mips.
1533 (print_insn_little_mips): Likewise.
1534 (print_mips16_insn_arg): Remove $ prefix of register names.
1535 Print error message before abort.
1536
24a7a601
C
15372001-05-14 J.T. Conklin <jtc@redback.com>
1538
1539 * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
7f32bebc 1540 simplified mnemonics used for setting PPC750-specific special
24a7a601
C
1541 purpose registers.
1542
8d5ec599
L
15432001-05-12 H.J. Lu <hjl@gnu.org>
1544
1545 * i386-dis.c (print_insn_i386): Always set `mod', `reg' and
1546 `rm'.
1547
bcee8eb8
AM
15482001-05-12 Peter Targett <peter.targett@arccores.com>
1549
1550 * arc-opc.c (arc_reg_names): Correct attribute for lp_count
1551 register to r/w. Formatting fixes throughout file.
1552
67d6227d
AM
15532001-05-12 Alan Modra <amodra@one.net.au>
1554
1555 * i386-dis.c (prefix_user_table): Correct movq2dq, movdq2q, and
1556 movq operands.
4bba6815
AM
1557 (twobyte_has_modrm): Update table.
1558 (need_modrm): Give it file scope.
1559 (MODRM_CHECK): Define.
1560 (dofloat): Use MODRM_CHECK.
1561 (OP_E): Likewise.
1562 (OP_EM): Likewise.
1563 (OP_EX): Likewise.
67d6227d 1564
a00ad97d
FCE
15652001-05-07 Frank Ch. Eigler <fche@redhat.com>
1566
1567 * cgen-dis.in (default_print_insn): Tolerate min<base instructions
1568 even at end of a section.
1569 * cgen-ibld.in (extract_normal): Tolerate min!=base!=max instructions
1570 by ignoring precariously-unpacked insn_value in favor of raw buffer.
1571
a28d0f3d
AM
15722001-05-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1573
1574 * disassemble.c (disassembler_usage): Remove unused attribute.
1575
52646233
FCE
15762001-05-04 Frank Ch. Eigler <fche@redhat.com>
1577
1578 * m32r-dis.c, -asm.c, -ibld.c: Regenerated with disassembler fixes.
1579
15802001-05-04 Frank Ch. Eigler <fche@redhat.com>
1581
1582 * cgen-dis.in (print_insn): Remove call to read_insn. Instead,
1583 assume incoming buffer already has the base insn loaded. Handle
714b578b 1584 smaller-than-base instructions for variable-length case.
52646233 1585
992aaec9
AM
15862001-05-04 Alan Modra <amodra@one.net.au>
1587
1588 * i386-dis.c (Ev, Ed): Remove duplicate define.
1589 (Gd): Define.
1590 (XS): Define.
1591 (OP_XS): New function.
1592 (dis386_twobyte_att): Correct pinsrw, pextrw, pmovmskb, and
1593 movmskp operands.
1594 (dis386_twobyte_intel): Likewise.
1595 (prefix_user_table): Use MS for maskmovq operand.
1596
87e6d782
NC
15972001-04-27 Johan Rydberg <jrydberg@opencores.org>
1598
1599 * Makefile.am: Add OpenRISC target.
1600 * Makefile.in: Regenerated.
1601
1602 * disassemble.c (disassembler): Recognize the OpenRISC disassembly.
1603
1604 * configure.in (bfd_openrisc_arch): Add target.
1605 * configure: Regenerated.
1606
1607 * openrisc-asm.c: New file.
1608 * openrisc-desc.c: Likewise.
1609 * openrisc-desc.h: Likewise.
1610 * openrisc-dis.c: Likewise.
1611 * openrisc-ibld.c: Likewise.
1612 * openrisc-opc.c: Likewise.
1613 * openrisc-opc.h: Likewise.
1614
6840198f
NC
16152001-04-24 Christian Groessler <cpg@aladdin.de>
1616
1617 * z8k-dis.c: add names of control registers (ctrl_names);
1618 (seg_length): provides instruction length fixup for segmented
1619 mode; (unpack_instr): correctly handle ARG_DISP16, ARG_DISP12,
1620 CLASS_0DISP7, CLASS_1DISP7, CLASS_DISP8 and CLASS_PR cases;
1621 (unparse_intr): handle CLASS_PR, print addresses without '#'
1622 * z8k-opc.h: re-created with new z8kgen
1623 * z8kgen.c: merged in fixes which were in existing z8k-opc.h; new
1624 entries for ldctl/ldctlb instruction
1625
c2419411
AJ
16262001-04-06 Andreas Jaeger <aj@suse.de>
1627
1628 * i386-dis.c: Add ffreep instruction.
1629
3eb9799d
AO
16302001-03-30 Alexandre Oliva <aoliva@redhat.com>
1631
1632 * ppc-opc.c (insert_mbe): Shift mask initializer as long.
1633
0f17484f
AM
16342001-03-24 Alan Modra <alan@linuxcare.com.au>
1635
1636 * i386-dis.c (PREGRP25): Define.
1637 (dis386_twobyte_att): Use here in place of "movntq" entry.
1638 (dis386_twobyte_intel): Likewise.
1639 (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq".
1640 (PREGRP26): Define.
1641 (dis386_twobyte_att): Use here.
1642 (dis386_twobyte_intel): Likewise.
1643 (prefix_user_table): Add PREGRP26 entry for "punpcklqdq".
1644 (prefix_user_table <maskmovdqu>): XM operand, not MX.
1645 (prefix_user_table): Cosmetic changes to "bad" entries.
1646
e93d7199
NC
16472001-03-23 Nick Clifton <nickc@redhat.com>
1648
1649 * mips-opc.c: Remove extraneous whitespace.
1650 * mips-dis.c: Remove extraneous whitespace.
1651
fca2040b
BE
16522001-03-22 Ben Elliston <bje@redhat.com>
1653
1654 * cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
1655 declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
1656 * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
1657 to allay a compiler warning.
1658
87890af0
AM
16592001-03-22 Alan Modra <alan@linuxcare.com.au>
1660
1661 * i386-dis.c (dis386_twobyte_att): Add entries for paddq, psubq.
1662 (dis386_twobyte_intel): Likewise.
1663 (twobyte_has_modrm): Set entry for paddq, psubq.
1664
27fca2d8
PM
16652001-03-20 Patrick Macdonald <patrickm@redhat.com>
1666
1667 * cgen-dis.in (print_insn_@arch@): Add support for target machine
1668 determination via CGEN_COMPUTE_MACH.
1669 * fr30-desc.c: Regenerate.
1670 * fr30-dis.c: Regenerate.
1671 * fr30-opc.h: Regenerate.
1672 * m32r-desc.c: Regenerate.
1673 * m32r-dis.c: Regenerate.
1674 * m32r-opc.h: Regenerate.
1675 * m32r-opinst.c: Regenerate.
1676
f4fbb4a3
L
16772001-03-20 H.J. Lu <hjl@gnu.org>
1678
1679 * configure.in: Remove the redundent AC_ARG_PROGRAM.
1680 * configure: Rebuild.
1681
f4bc6bb0
JW
16822001-03-19 Jim Wilson <wilson@redhat.com>
1683
1684 * ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
1685 notestr if larger than xsect.
1686 (in_class): Handle format M5.
1687 * ia64-asmtab.c: Regnerate.
1688
bbe6d95f
AM
16892001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
1690
1691 * vax-dis.c (print_insn_vax): Only fetch two bytes if the info buffer
1692 has more than one byte left to read.
1693
82b66b23
NC
16942001-03-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
1695
1696 * s390-opc.c: Add new opcodes. Smooth out formatting.
1697 * s390-opc.txt: Add new opcodes.
c2419411 1698
4f3c3dbb
NC
16992001-03-06 Nick Clifton <nickc@redhat.com>
1700
1701 * arm-dis.c (print_insn_thumb): Compute destination address
1702 of BLX(1) instruction by taking bit 1 from PC and not from bit
1703 0 of the offset.
1704
9d29e1b3
NC
17052001-03-06 Igor Shevlyakov <igor@windriver.com>
1706
1707 * m68k-dis.c (print_insn_m68k): Recognize Coldfire CPUs
1708 so command line switches will work.
1709
b3466c39
DB
17102001-03-05 Dave Brolley <brolley@redhat.com>
1711
2edda1bf
DB
1712 * fr30-asm.c: Regenerate.
1713 * fr30-desc.c: Regenerate.
1714 * fr30-desc.h: Regenerate.
1715 * fr30-dis.c: Regenerate.
1716 * fr30-ibld.c: Regenerate.
1717 * fr30-opc.c: Regenerate.
1718 * fr30-opc.h: Regenerate.
1719 * m32r-asm.c: Regenerate.
1720 * m32r-desc.c: Regenerate.
1721 * m32r-desc.h: Regenerate.
1722 * m32r-dis.c: Regenerate.
1723 * m32r-ibld.c: Regenerate.
1724 * m32r-opc.c: Regenerate.
1725 * m32r-opc.h: Regenerate.
1726 * m32r-opinst.c: Regenerate.
b3466c39 1727
80a523c2
NC
17282001-02-28 Igor Shevlyakov <igor@windriver.com>
1729
1730 * m68k-opc.c: fix cpushl according to Motorola. Enable
1731 bunch of instructions for Coldfire 5407 and add all new.
1732
27b7e12d
AM
17332001-02-27 Alan Modra <alan@linuxcare.com.au>
1734
1735 * configure.in (BFD_VERSION): Do without grep.
1736 * configure: Regenerate.
1737 * Makefile.am: Run "make dep-am".
1738 * Makefile.in: Regenerate.
1739
b8e0eda2
L
17402001-02-23 David Mosberger <davidm@hpl.hp.com>
1741
1742 * ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
1743 * ia64-asmtab.c: Regenerate.
1744
87f8eb97
JW
17452001-02-21 David Mosberger <davidm@hpl.hp.com>
1746
1747 * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
1748 separate variants: one for IMM22 and the other for IMM14.
1749 * ia64-asmtab.c: Regenerate.
c2419411 1750
dd425ada
GM
17512001-02-21 Greg McGary <greg@mcgary.org>
1752
1753 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.
1754
b34fb0b4
L
17552001-02-20 H.J. Lu <hjl@gnu.org>
1756
1757 * Makefile.am (ia64-ic.tbl): Remove the target.
1758 (ia64-raw.tbl): Likewise.
1759 (ia64-waw.tbl): Likewise.
1760 (ia64-war.tbl): Likewise.
1761 (ia64-asmtab.c): Generate it in the source directory.
1762 * Makefile.in: Regenerated.
1763
e135f41b
NC
17642001-02-18 lars brinkhoff <lars@nocrew.org>
1765
1766 * Makefile.am: Add PDP-11 target.
1767 * configure.in: Likewise.
1768 * disassemble.c: Likewise.
1769 * pdp11-dis.c: New file.
1770 * pdp11-opc.c: New file.
1771
42dc96ca
JW
17722001-02-14 Jim Wilson <wilson@redhat.com>
1773
1774 * ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
1775 * ia64-asmtab.c: Regenerate.
1776
219576a4 17772001-02-12 Jan Hubicka <jh@suse.cz>
76f227a5
JH
1778
1779 * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
1780 instructions.
1781 (putop): Handle 'Y'
1782
9117d219
NC
17832001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1784
1785 * mips-dis.c (print_insn_arg): Use top four bits of the address of
1786 the following instruction not of the jump itself for the jump
1787 target.
1788 (print_mips16_insn_arg): Likewise.
1789
847ee773
MS
17902001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1791
1792 * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
1793 directory.
1794 * Makefile.in: Regenerate.
1795
a85d7ed0
NC
17962001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
1797
1798 * Makefile.am: Add linux target for S/390.
1799 * Makefile.in: Likewise.
1800 * configure.in: Likewise.
1801 * disassemble.c: Likewise.
1802 * s390-dis.c: New file.
1803 * s390-mkopc.c: New file.
1804 * s390-opc.c: New file.
1805 * s390-opc.txt: New file.
1806
e5943035
JW
18072001-02-05 Jim Wilson <wilson@redhat.com>
1808
1809 * ia64-asmtab.c: Revert 2000-12-16 change.
1810
0715dc88
PM
18112001-02-02 Patrick Macdonald <patrickm@redhat.com>
1812
c2419411 1813 * fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
0715dc88
PM
1814 * m32r-desc.h: Regenerate.
1815
219576a4 18162001-02-01 Jan Hubicka <jh@suse.cz>
90530880 1817
76f227a5 1818 * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
90530880
JH
1819 (putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
1820
1328dc98
AM
18212001-01-14 Alan Modra <alan@linuxcare.com.au>
1822
1823 * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types.
1824
b7ed8fad
NC
18252001-01-13 Nick Clifton <nickc@redhat.com>
1826
1827 * disassemble.c: Remove spurious white space.
1828
219576a4 18292001-01-13 Jan Hubicka <jh@suse.cz>
e2914f48
JH
1830
1831 * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
1832 templates.
1833
0d2bcfaf
NC
18342001-01-11 Peter Targett <peter.targett@arccores.com>
1835
1836 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
1837 * Makefile.am (C_FILES): Add arc-ext.c.
1838 (ALL_MACHINES) Add arc-ext.lo.
1839 (INCLUDES) Add opcode directory to list.
1840 New dependency entry for arc-ext.lo.
1841 * disassemble.c (disassembler): Correct call to
1842 arc_get_disassembler.
1843 * arc-opc.c: New update for ARC, including full base
1844 instructions for ARC variants.
1845 * arc-dis.h, arc-dis.c: New update for ARC, including
1846 extensibility functionality.
1847 * arc-ext.h, arc-ext.c: New files for handling extensibility.
1848
18492001-01-10 Jan Hubicka <jh@suse.cz>
041bd2e0
JH
1850
1851 * i386-dis.c (PREGRP15 - PREGRP24): New.
1852 (dis386_twobyt): Add SSE2 instructions.
1853 (twobyte_uses_SSE_prefix: Rename from ... ; add new SSE instructions.
1854 (twobyte_uses_f3_prefix): ... this one.
1855 (grps): Add SSE instructions.
1856 (prefix_user_table): Add two new slots; add SSE2 instructions.
1857 (print_insn_i386): Rename uses_f3_prefix to uses_SSE_prefix;
1858 Handle the REPNZ and Data16 prefixes as well; do proper lookup
1859 to prefix_user_table.
1860 (OP_E): Accept mfence and lfence as well.
1861 (OP_MMX): Data16 prefix turns MMX to SSE; support REX extensions.
1862 (OP_XMM): Support REX extensions.
1863 (OP_EM): Likewise.
1864 (OP_EX): Likewise.
1865
6a56ec7e
NC
18662001-01-09 Nick Clifton <nickc@redhat.com>
1867
1868 * arm-dis.c (print_insn): Set pc to zero for instructions with
1869 a reloc associated with them.
1870
4a9f416d
JJ
18712001-01-09 Jeff Johnston <jjohnstn@redhat.com>
1872
1873 * cgen-asm.in (parse_insn_normal): Changed syn to be
1874 CGEN_SYNTAX_CHAR_TYPE. Changed all references to *syn
1875 as character to use CGEN_SYNTAX_CHAR macro and all comparisons
1876 to '\0' to use 0 instead.
1877 * cgen-dis.in (print_insn_normal): Ditto.
1878 * cgen-ibld.in (insert_insn_normal, extract_insn_normal): Ditto.
1879
0d2bcfaf 18802001-01-05 Jan Hubicka <jh@suse.cz>
52b15da3
JH
1881
1882 * i386-dis.c: Add x86_64 support.
1883 (rex): New static variable.
1884 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): New constants.
1885 (USED_REX): New macro.
1886 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
1887 (OP_I64, OP_OFF64, OP_IMREG): New functions.
1888 (OP_REG, OP_OFF): Declare.
1889 (get64, get32, get32s): New functions.
1890 (r??_reg): New constants.
1891 (dis386_att): Change templates of instruction implicitly promoted
1892 to 64bit; change e?? to RMe?? for unwind RM byte instructions.
1893 (grps): Likewise.
1894 (dis386_intel): Likewise.
1895 (dixx86_64_att): New table based on dis386_att.
1896 (dixx86_64_intel): New table based on dis386_intel.
1897 (names64, names8rex): New global variable.
1898 (names32, names16): Add extended registers.
1899 (prefix_user_t): Recognize rex prefixes.
1900 (prefix_name): Print REX prefixes nicely.
1901 (op_riprel): New global variable.
1902 (start_pc): Set type to bfd_vma.
1903 (print_insn_i386): Detect the 64bit mode and use proper table;
1904 move ckprefix after initializing the buffer; output unused rex prefixes;
1905 output information about target of RIP relative addresses.
1906 (putop): Support 'O' and 'I'. Update handling of "P', 'Q', 'R' and 'S';
1907 (print_operand_value): New function.
1908 (OP_E, OP_G, OP_REG, OP_I, OP_J, OP_DIR, OP_OFF, OP_D): Add support for
1909 REX prefix and new modes.
1910 (get64, get32s): New.
1911 (get32): Return bfd_signed_vma type.
1912 (set_op): Initialize the op_riprel.
1913 * disassemble.c (disassembler): Recognize the x86-64 disassembly.
1914
7e30bc36
FCE
19152001-01-03 Richard Sandiford <r.sandiford@redhat.com>
1916
1917 cgen-dis.in (read_insn): Use bfd_get_bits()
1918
aed80dae
FCE
19192001-01-02 Richard Sandiford <rsandifo@redhat.com>
1920
1921 * cgen-dis.c (hash_insn_array): Use bfd_put_bits().
1922 (hash_insn_list): Likewise
1923 * cgen-ibld.in (insert_1): Use bfd_put_bits() and bfd_get_bits().
1924 (extract_1): Use bfd_get_bits().
1925 (extract_normal): Apply sign extension to both extraction
1926 methods.
1927 * cgen-opc.c (cgen_get_insn_value): Use bfd_get_bits()
1928 (cgen_put_insn_value): Use bfd_put_bits()
1929
149fe25e
FCE
19302000-12-28 Frank Ch. Eigler <fche@redhat.com>
1931
1932 * cgen-asm.in (parse_insn_normal): Print better error message for
1933 instructions with missing operands.
1934
a6cff3e3
NC
19352000-12-21 Santeri Paavolainen <santtu@ssh.com>
1936
1937 * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1938
09919455
NC
19392000-12-16 Nick Clifton <nickc@redhat.com>
1940
1941 * Makefile.in: Regenerate.
1942 * aclocal.m4: Regenerate.
1943 * config.in: Regenerate.
1944 * configure.in: Add spacing.
1945 * configure: Regenerate.
1946 * ia64-asmtab.c: Regenerate.
1947 * po/opcodes.pot: Regenerate.
1948
606d55bc
FCE
19492000-12-12 Frank Ch. Eigler <fche@redhat.com>
1950
1951 * cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
1952 error messages over later parse-time ones.
1953
514829c3
JW
19542000-12-12 Jim Wilson <wilson@redhat.com>
1955
1956 * ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
1957 argument.
060d22b0 1958 * ia64-gen.c (insert_deplist): Cast sizeof result to int.
514829c3
JW
1959 (print_dependency_table): Print NULL if semantics field not set.
1960 (insert_opcode_dependencies): Mark cmp parameter as unused.
1961 (print_main_table): Use fprintf_vma to print long long fields.
1962 (main): Mark argv paramter as unused. Convert to old style definition.
1963 * ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
1964 * ia64-asmtab.c: Regnerate.
1965
708b8a71
NC
19662000-12-09 Nick Clifton <nickc@redhat.com>
1967
54faae25
NC
1968 * m32r-dis.c (print_insn): Prevent re-read of instruction from
1969 wrong address.
1970
708b8a71
NC
1971 * fr30-dis.c: Regenerate.
1972
54faae25
NC
19732000-12-08 Peter Targett <peter.targett@arccores.com>
1974
1975 * configure.in: Add arc-ext.lo for bfd_arc_arch selection.
1976 * Makefile.am (C_FILES): Add arc-ext.c.
1977 (ALL_MACHINES) Add arc-ext.lo.
1978 (INCLUDES) Add opcode directory to list.
1979 New dependency entry for arc-ext.lo.
1980 * disassemble.c (disassembler): Correct call to
1981 arc_get_disassembler.
1982 * arc-opc.c: New update for ARC, including full base
1983 instructions for ARC variants.
1984 * arc-dis.h, arc-dis.c: New update for ARC, including
1985 extensibility functionality.
1986 * arc-ext.h, arc-ext.c: New files for handling extensibility.
1987
08fe7a7e
NC
19882000-12-03 Chris Demetriou cgd@sibyte.com
1989
1990 * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO,
1991 MOD_HILO, and MOD_LO macros.
1992
15305553
NC
1993 * mips-opc.c (M1, M2): Delete.
1994 (mips_builtin_opcodes): Remove all uses of M1.
1995
0808b8a9
NC
1996 * mips-opc.c (mips_builtin_opcodes): Make the dmfc2 and dmtc2
1997 instructions take "G" format second operands and use the
1998 correct flags.
1999 There are mfc3 and mtc3 opcodes, so add dmfc3 and dmtc3 opcodes to
2000 match.
2001 Delete "sel" code operands from mfc1 and mtc1.
2002 Add MIPS64 opcode changes (dclo, dclz), and "sel" code variants
2003 for dm[ft]c[023].
c2419411 2004
e70f2590
NC
20052000-12-03 Ed Satterthwaite ehs@sibyte.com and
2006 Chris Demetriou cgd@sibyte.com
2007
2008 * mips-opc.c (mips_builtin_opcodes): Finish additions
2009 for MIPS32 support, and clean up existing entries for
2010 aesthetics, consistency with the MIPS32 ISA, and
2011 with consistency the rest of the table.
2012
b23da31b
NC
20132000-12-01 Nick Clifton <nickc@redhat.com>
2014
2015 * mips16-opc.c (mips16_opcodes): Add initialiser for membership
2016 field.
2017
4372b673
NC
20182000-12-01 Chris Demetriou <cgd@sibyte.com>
2019
2020 mips-dis.c (print_insn_arg): Handle new 'U' and 'J' argument
2021 specifiers. Update 'B' for new constant names, and remove
2022 'm'.
2023 mips-opc.c (mips_builtin_opcodes): Place "pref" and "ssnop"
2024 near the top of the array, so they are disassembled properly.
2025 Enable "ssnop" for MIPS32. Add "break" variant with 20 bit
2026 code for MIPS32. Update "clo" and "clz" to use 'U' operand
2027 specifier. Add 'H' format specifier variants for "mfc1,"
2028 "mfc2," "mfc3," "mtc1," "mtc2," and "mtc3" for MIPS32. Update
2029 MIPS32 "sdbbp" to use 'B' operand specifier. Add MIPS32
2030 "wait" variant which uses 'J' operand specifier.
c2419411 2031
e7af610e
NC
2032 * mips-dis.c (set_mips_isa_type): Update to use
2033 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
2034 Replace bfd_mach_mips4K with bfd_mach_mips32_4k case.
2035 * mips-opc.c (I32): New constant for instructions added in
2036 MIPS32.
2037 (P4): Delete.
2038 (mips_builtin_opcodes) Replace all uses of P4 with I32.
2039
84ea6cf2
NC
2040 * mips-dis.c (set_mips_isa_type): Add cases for
2041 bfd_mach_mips5 and bfd_mach_mips64.
2042 * mips-opc.c (I64): New definitions.
2043
c6c98b38
NC
2044 * mips-dis.c (set_mips_isa_type): Add case for
2045 bfd_mach_mips_sb1.
2046
caaaf822
HPN
20472000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2048
2049 * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.
2050 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
2051 Initialize variable dc to NULL.
2052 (print_insn_shx): Remove unused label d_reg_n.
2053
077b8428
NC
20542000-11-24 Nick Clifton <nickc@redhat.com>
2055
2056 * arm-opc.h: Add new opcode formatting parameter 'B'.
2057 (arm_opcodes): Add XScale, v5, and v5te instructions.
2058 (thumb_opcodes): Add v5t instructions.
2059
2060 * arm-dis.c (print_insn_arm): Handle new 'B' format
2061 parameter.
2062 (print_insn_thumb): Decode BLX(1) instruction.
2063
657e7cec
CD
20642000-11-21 Chris Demetriou <cgd@sibyte.com>
2065
2066 * mips-opc.c: Fix file header comment.
2067
b6b0b32c
HPN
20682000-11-14 Hans-Peter Nilsson <hp@axis.com>
2069
2070 * cris-dis.c (cris_get_disassembler): If abfd is NULL, return
2071 print_insn_cris_with_register_prefix.
2072
54a4ca2e
AO
20732000-11-11 Alexandre Oliva <aoliva@redhat.com>
2074
2075 * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.
2076
025d2eab 20772000-11-07 Matthew Green <mrg@redhat.com>
1ffd7d02
DB
2078
2079 * cgen-dis.in (print_insn): All insns which can fit into insn_value
2080 must be loaded there in their entirety.
2081
19f7b010
JJ
20822000-10-20 Jakub Jelinek <jakub@redhat.com>
2083
2084 * sparc-dis.c (v9a_asr_reg_names): Add v9b ASRs.
2085 (compute_arch_mask): Add v8plusb and v9b machines.
2086 (print_insn_sparc): siam mode decoding, accept ASRs up to 25.
060d22b0 2087 * sparc-opc.c: Support for Cheetah instruction set.
19f7b010
JJ
2088 (prefetch_table): Add #invalidate.
2089
710c2d97
NC
20902000-10-16 Nick Clifton <nickc@redhat.com>
2091
2092 * mcore-dis.c (imsk): Change mask for OC to 0xFE00.
2093
f40c3ea3
DB
20942000-10-06 Dave Brolley <brolley@redhat.com>
2095
2096 * fr30-desc.h: Regenerate.
2097 * m32r-desc.h: Regenerate.
2098 * m32r-ibld.c: Regenerate.
2099
0d2bcfaf 21002000-10-05 Jim Wilson <wilson@redhat.com>
afa680f8
JW
2101
2102 * ia64-ic.tbl: Update from Intel.
2103 * ia64-asmtab.c: Regenerate.
c2419411 2104
d1e28e24
KH
21052000-10-04 Kazu Hirata <kazu@hxi.com>
2106
2107 * ia64-gen.c: Convert C++-style comments to C-style comments.
2108 * tic54x-dis.c: Likewise.
2109
b4db717d 21102000-09-29 Hans-Peter Nilsson <hp@axis.com>
78966507
HPN
2111
2112 Changes to add dollar prefix to registers for files where user symbols
2113 don't have a leading underscore. Fix formatting.
2114 * cris-dis.c (REGISTER_PREFIX_CHAR): New.
2115 (format_reg): Add parameter with_reg_prefix. All callers changed.
2116 (print_with_operands): Ditto.
2117 (print_insn_cris_generic): Renamed from print_insn_cris, add
2118 parameter with_reg_prefix.
2119 (print_insn_cris_with_register_prefix,
2120 print_insn_cris_without_register_prefix, cris_get_disassembler):
2121 New.
2122 * disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.
2123
0d2bcfaf 21242000-09-22 Jim Wilson <wilson@redhat.com>
139368c9 2125
d48ad4f3
JW
2126 * ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
2127 gt, ge, ngt, and nge.
2128 * ia64-asmtab.c: Regenerate.
2129
139368c9
JW
2130 * ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
2131 * ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
2132 (lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
2133 * ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
2134 * ia64-asmtab.c: Regnerate.
2135
156c2f8b 21362000-09-13 Anders Norlander <anorland@acc.umu.se>
c2419411
AJ
2137
2138 * mips-opc.c (mips_builtin_opcodes): Support cache instruction on 4K cores.
2139 Add mfc0 and mtc0 with sub-selection values.
156c2f8b 2140 Add clo and clz opcodes.
c2419411
AJ
2141 Add msub and msubu instructions for MIPS32.
2142 Add madd/maddu aliases for mad/madu for MIPS32.
2143 Support wait, deret, eret, movn, pref for MIPS32.
156c2f8b 2144 Support tlbp, tlbr, tlbwi, tlbwr.
c2419411
AJ
2145 (P4): New define.
2146
2147 * mips-dis.c (print_insn_arg): Print sdbbp 'm' args.
2148 (print_insn_arg): Handle 'H' args.
2149 (set_mips_isa_type): Recognize 4K.
156c2f8b
NC
2150 Use CPU_* defines instead of hardcoded numbers.
2151
de827f51
CM
21522000-09-11 Catherine Moore <clm@redhat.com>
2153
2154 * d30v-opc.c (d30v_operand_t): New operand type Rb2.
2155 (d30v_format_tab): Use Rb2 for modinc and moddec.
c2419411 2156
ea2aae66 21572000-09-07 Catherine Moore <clm@redhat.com>
c2419411 2158
ea2aae66
CM
2159 * d30v-opc.c (d30v_format_tab): Use format Ra for
2160 modinc and moddec.
2161
90f2472a
AO
21622000-09-06 Alexandre Oliva <aoliva@redhat.com>
2163
2164 * configure: Rebuilt with new libtool.m4.
2165
5b343f5a
NC
21662000-09-05 Nick Clifton <nickc@redhat.com>
2167
2168 * configure: Regenerate.
2169 * po/opcodes.pot: Regenerate.
c2419411 2170
ac48eca1
AO
21712000-08-31 Alexandre Oliva <aoliva@redhat.com>
2172
2173 * acinclude.m4: Include libtool and gettext macros from the
2174 top level.
2175 * aclocal.m4, configure: Rebuilt.
2176
c6d805e0
KH
21772000-08-30 Kazu Hirata <kazu@hxi.com>
2178
2179 * tic80-dis.c: Fix formatting.
2180
7d352fc8
KH
21812000-08-29 Kazu Hirata <kazu@hxi.com>
2182
2183 * w65-dis.c: Fix formatting.
2184
a47cf567
NC
21852000-08-28 Mark Hatle <mhatle@mvista.com>
2186
2187 * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
2188 (powerpc_opcodes): Add table entries for PPC 405 instructions.
2189 Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
2190 instructions. Added extended mnemonic mftbl as defined in the
2191 405GP manual for all PPCs.
2192
0d2bcfaf 21932000-08-28 Jim Wilson <wilson@redhat.com>
f9365b11
JW
2194
2195 * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
2196 call. Change last goto to use failed instead of done.
2197
6bb95a0f
DB
21982000-08-28 Dave Brolley <brolley@redhat.com>
2199
2200 * cgen-ibld.in (cgen_put_insn_int_value): New function.
2201 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
2202 (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
2203 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
2204 * cgen-dis.in (read_insn): New static function.
2205 (print_insn): Use read_insn to read the insn into the buffer and set
2206 up for disassembly.
2207 (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
2208 in the buffer.
2209 * fr30-asm.c: Regenerated.
2210 * fr30-desc.c: Regenerated.
060d22b0 2211 * fr30-desc.h: Regenerated.
6bb95a0f
DB
2212 * fr30-dis.c: Regenerated.
2213 * fr30-ibld.c: Regenerated.
2214 * fr30-opc.c: Regenerated.
060d22b0 2215 * fr30-opc.h: Regenerated.
6bb95a0f
DB
2216 * m32r-asm.c: Regenerated.
2217 * m32r-desc.c: Regenerated.
060d22b0 2218 * m32r-desc.h: Regenerated.
6bb95a0f
DB
2219 * m32r-dis.c: Regenerated.
2220 * m32r-ibld.c: Regenerated.
2221 * m32r-opc.c: Regenerated.
2222
bf830eae
KH
22232000-08-28 Kazu Hirata <kazu@hxi.com>
2224
2225 * tic30-dis.c: Fix formatting.
2226
69eb4bbf
KH
22272000-08-27 Kazu Hirata <kazu@hxi.com>
2228
2229 * sh-dis.c: Fix formatting.
2230
f509565f
GK
22312000-08-24 David Edelsohn <dje@watson.ibm.com>
2232
2233 * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
2234
5c90f90d
KH
22352000-08-24 Kazu Hirata <kazu@hxi.com>
2236
2237 * z8k-dis.c: Fix formatting.
2238
0d2bcfaf 22392000-08-16 Jim Wilson <wilson@redhat.com>
50b81f19
JW
2240
2241 * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete
2242 break, mov-immediate, nop.
2243 * ia64-opc-f.c: Delete fpsub instructions.
2244 * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
2245 address operand. Rewrite using macros to avoid long lines.
2246 * ia64-opc.h (POSTINC): Define.
2247 * ia64-asmtab.c: Regenerate.
2248
0d2bcfaf 22492000-08-15 Jim Wilson <wilson@redhat.com>
19ba6717
JW
2250
2251 * ia64-ic.tbl: Add missing entries.
2252
0d2bcfaf 22532000-08-08 Jason Eckhardt <jle@redhat.com>
a5bc3299
JE
2254
2255 * i860-dis.c (print_br_address): Change third argument from int
2256 to long.
2257
0d2bcfaf 22582000-08-07 Richard Henderson <rth@redhat.com>
0228082a
RH
2259
2260 * ia64-dis.c (print_insn_ia64): Get byte skip count correct
2261 for MLI templates. Handle IA64_OPND_TGT64.
2262
a47cf567
NC
22632000-08-04 Ben Elliston <bje@redhat.com>
2264
2265 * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
2266 * cgen.sh: Likewise.
2267
0d2bcfaf 22682000-08-02 Jim Wilson <wilson@redhat.com>
c2419411 2269
a47cf567
NC
2270 * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
2271
463f102c
DC
22722000-07-29 Marek Michalkiewicz <marekm@linux.org.pl>
2273
2274 * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
2275 Change return type from void to int. Check the combination
2276 of operands, return 1 if valid. Fix to avoid BUF overflow.
2277 Report undefined combinations of operands in COMMENT.
2278 Report internal errors to stderr. Output the adiw/sbiw
2279 constant operand in both decimal and hex.
2280 (print_insn_avr): Disassemble ldd/std with displacement of 0
2281 as ld/st. Check avr_operand () return value, handle invalid
2282 combinations of operands like unknown opcodes.
2283
6e31aea3
BE
22842000-07-28 Ben Elliston <bje@redhat.com>
2285
2286 * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
2287 (run-cgen, stamp-m32r, stamp-fr30): New targets.
2288 * Makefile.in: Regenerate.
2289 * configure.in: Add --enable-cgen-maint option.
2290 * configure: Regenerate.
2291
dc62a253
NC
22922000-07-26 Dave Brolley <brolley@redhat.com>
2293
2294 * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
2295 (cgen_hw_lookup_by_num): Ditto.
2296 (cgen_operand_lookup_by_name): Ditto.
2297 (print_address): Ditto.
2298 (print_keyword): Ditto.
2299 * cgen-dis.c (hash_insn_array): Mark unused parameters with
2300 ATTRIBUTE_UNUSED.
2301 * cgen-asm.c (hash_insn_array): Mark unused parameters with
2302 ATTRIBUTE_UNUSED.
2303 (cgen_parse_keyword): Ditto.
2304
0d2bcfaf 23052000-07-22 Jason Eckhardt <jle@redhat.com>
cdac37f6
JE
2306
2307 * i860-dis.c: New file.
2308 (print_insn_i860): New function.
2309 (print_br_address): New function.
2310 (sign_extend): New function.
2311 (BITWISE_OP): New macro.
2312 (I860_REG_PREFIX): New macro.
2313 (grnames, frnames, crnames): New structures.
2314
2315 * disassemble.c (ARCH_i860): Define.
2316 (disassembler): Add check for bfd_arch_i860 to set disassemble
2317 function to print_insn_i860.
2318
2319 * Makefile.in (CFILES): Added i860-dis.c.
2320 (ALL_MACHINES): Added i860-dis.lo.
2321 (i860-dis.lo): New dependences.
2322
2323 * configure.in: New bits for bfd_i860_arch.
2324
2325 * configure: Regenerated.
2326
6c95a37f
HPN
23272000-07-20 Hans-Peter Nilsson <hp@axis.com>
2328
2329 * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
2330 (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
2331 (cris-dis.lo, cris-opc.lo): New rules.
2332 * Makefile.in: Rebuild.
2333 * configure.in (bfd_cris_arch): New target.
2334 * configure: Rebuild.
2335 * disassemble.c (ARCH_cris): Define.
2336 (disassembler): Support ARCH_cris.
2337 * cris-dis.c, cris-opc.c: New files.
2338 * po/POTFILES.in, po/opcodes.pot: Regenerate.
2339
09ab35c7
JJ
23402000-07-11 Jakub Jelinek <jakub@redhat.com>
2341
2342 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
2343 Reported by Bill Clarke <llib@computer.org>.
2344
0d2bcfaf 23452000-07-09 Geoffrey Keating <geoffk@redhat.com>
1da5001c
GK
2346
2347 * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
2348 Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
2349
6e09abd4
AM
23502000-07-09 Alan Modra <alan@linuxcare.com.au>
2351
2352 * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
2353 fput_const, extract_3, extract_5_load, extract_5_store,
2354 extract_5r_store, extract_5R_store, extract_10U_store,
2355 extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
2356 extract_12, extract_17, extract_22): Prototype.
2357 (print_insn_hppa): Rename inner block opcode -> opc to avoid
2358 shadowing outer block.
2359 (GET_BIT): Define.
2360
90821790 23612000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
2362
2363 * MAINTAINERS: new
2364
6eeeb4b4
AO
23652000-07-04 Alexandre Oliva <aoliva@redhat.com>
2366
2367 * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
2368
00d2865b
NC
23692000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
2370
2371 * avr-dis.c (avr_operand): Change _ () to _() around all strings
2372 marked for translation (exception from the usual coding style).
2373 (print_insn_avr): Initialize insn2 to avoid warnings.
2374
c07ab2ec
NC
23752000-07-03 Kazu Hirata <kazu@hxi.com>
2376
2377 * h8300-dis.c (bfd_h8_disassemble): Improve readability.
2378 * h8500-dis.c: Fix formatting.
2379
0bdaf48b
AM
23802000-07-01 Alan Modra <alan@linuxcare.com.au>
2381
2382 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2383 (CLEANFILES): Add DEPA.
2384 * Makefile.in: Regenerate.
2385
7c03c75e
SB
23862000-06-26 Scott Bambrough <scottb@netwinder.org>
2387
2388 * arm-dis.c (regnames): Add an additional register set to match
2389 the set used by GCC. Make it the default.
2390
1581f8c9
AM
23912000-06-22 Alan Modra <alan@linuxcare.com.au>
2392
2393 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2394 find one.
2395 * Makefile.in: Regenerate.
2396
bbeb2e03
L
23972000-06-20 H.J. Lu <hjl@gnu.org>
2398
2399 * Makefile.am: Rebuild dependency.
2400 * Makefile.in: Rebuild.
9b443040
NC
2401
24022000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2403
2404 * Makefile.in, configure: regenerate
c2419411 2405 * disassemble.c (disassembler): Recognize ARCH_m68hc12,
9b443040 2406 ARCH_m68hc11.
c2419411 2407 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
9b443040
NC
2408 New functions.
2409 * configure.in: Recognize m68hc12 and m68hc11.
2410 * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
c2419411 2411 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
9b443040 2412 and opcode generation for m68hc11 and m68hc12.
bbeb2e03 2413
39c20e8f
ND
24142000-06-16 Nick Duffek <nsd@redhat.com>
2415
2416 * disassemble.c (disassembler): Refer to the PowerPC 620 using
2417 bfd_mach_ppc_620 instead of 620.
2418
53d388d1
JL
24192000-06-12 Kazu Hirata <kazu@hxi.com>
2420
2421 * h8300-dis.c: Fix formatting.
2422 (bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl]
2423 correctly.
2424
0d2bcfaf 24252000-06-09 Denis Chertykov <denisc@overta.ru>
8776c5fe
DC
2426
2427 * avr-dis.c (avr_operand): Bugfix for jmp/call address.
2428
0d2bcfaf 24292000-06-07 Denis Chertykov <denisc@overta.ru>
bab84c47
DC
2430
2431 * avr-dis.c: completely rewritten.
2432
79540e26 24332000-06-02 Kazu Hirata <kazu@hxi.com>
5fec0fc5
NC
2434
2435 * h8300-dis.c: Follow the GNU coding style.
2436 (bfd_h8_disassemble) Fix a typo.
5fec0fc5 2437
3903e627
NC
24382000-06-01 Kazu Hirata <kazu@hxi.com>
2439
2440 * h8300-dis.c (bfd_h8_disassemble_init): Fix a typo.
2441 (bfd_h8_disassemble): Distinguish the operand size of inc/dev.[wl]
2442 correctly. Fix a typo.
2443
0d2bcfaf 24442000-05-31 Nick Clifton <nickc@redhat.com>
c0ae4ccc
NC
2445
2446 * opintl.h (_(String)): Explain why dgettext is used instead of
2447 gettext.
2448
0d2bcfaf 24492000-05-30 Nick Clifton <nickc@redhat.com>
c1485d85
NC
2450
2451 * opintl.h (gettext, dgettext, dcgettext, textdomain,
2452 bindtextdomain): Replace defines with those from intl/libgettext.h
2453 to quieten gcc warnings.
2454
2114f57b
AM
24552000-05-26 Alan Modra <alan@linuxcare.com.au>
2456
2457 * Makefile.am: Update dependencies with "make dep-am"
2458 * Makefile.in: Regenerate.
2459
0d2bcfaf 24602000-05-25 Alexandre Oliva <aoliva@redhat.com>
d6062282
AO
2461
2462 * m10300-dis.c (disassemble): Don't assume 32-bit longs when
2463 sign-extending operands.
2464
0d2bcfaf 24652000-05-15 Donald Lindsay <dlindsay@redhat.com>
344fc69a
DL
2466
2467 * d10v-opc.c (d10v_opcodes): add ALONE tag to all short branches
2468 except brf's.
2469
0d2bcfaf 24702000-05-21 Nick Clifton <nickc@redhat.com>
6c298591
NC
2471
2472 * Makefile.am (LIBIBERTY): Define.
2473
0d2bcfaf 24742000-05-19 Diego Novillo <dnovillo@redhat.com>
fb48caed
DN
2475
2476 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.
2477 (STD_REGISTER_NAMES): New name for REGISTER_NAMES.
2478 (reg_names): Rename to std_reg_names. Change it to a char **
2479 static variable.
2480 (std_reg_names): New name for reg_names.
2481 (set_mips_isa_type): Set reg_names to point to std_reg_names by
2482 default.
2483
f660ee8b
FCE
24842000-05-16 Frank Ch. Eigler <fche@redhat.com>
2485
2486 * fr30-desc.h: Partially regenerated to account for changed
2487 CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
2488 * m32r-desc.h: Ditto.
2489
0d2bcfaf 24902000-05-15 Nick Clifton <nickc@redhat.com>
322f2c45
NC
2491
2492 * arm-opc.h: Use upper case for flasg in MSR and MRS
2493 instructions. Allow any bit to be set in the field_mask of
2494 the MSR instruction.
2495
2496 * arm-dis.c (print_insn_arm): Decode _x and _s bits of the
2497 field_mask of an MSR instruction.
2498
60fc8cba
NC
24992000-05-11 Thomas de Lellis <tdel@windriver.com>
2500
060d22b0 2501 * arm-opc.h: Disassembly of thumb ldsb/ldsh
79540e26
AM
2502 instructions changed to ldrsb/ldrsh.
2503
73da6b6b
AM
25042000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
2505
2506 * mips-dis.c (print_insn_arg): Don't mask top 32 bits of 64-bit
2507 target addresses for 'jal' and 'j'.
2508
0d2bcfaf 25092000-05-10 Geoff Keating <geoffk@redhat.com>
d2f75a6f
GK
2510
2511 * ppc-opc.c (powerpc_opcodes): Make the predicted-branch opcodes
2512 also available in common mode when powerpc syntax is being used.
2513
821011cc
AM
25142000-05-08 Alan Modra <alan@linuxcare.com.au>
2515
2516 * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args.
2517 (dummy_print_address): Ditto.
2518
0d2bcfaf 25192000-05-04 Timothy Wall <twall@redhat.com>
5c84d377
TW
2520
2521 * tic54x-opc.c: New.
2522 * tic54x-dis.c: New.
2523 * disassemble.c (disassembler): Add ARCH_tic54x.
2524 * configure.in: Added tic54x target.
2525 * configure: Ditto.
2526 * Makefile.am: Add tic54x dependencies.
79540e26 2527 * Makefile.in: Ditto.
5c84d377 2528
786e2c0f
C
25292000-05-03 J.T. Conklin <jtc@redback.com>
2530
2531 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
79540e26 2532 vector unit operands.
786e2c0f
C
2533 (VX, VX_MASK, VXA, VXA_MASK, VXR, VXR_MASK): New macros, for vector
2534 unit instruction formats.
2535 (PPCVEC): New macro, mask for vector instructions.
2536 (powerpc_operands): Add table entries for above operand types.
2537 (powerpc_opcodes): Add table entries for vector instructions.
2538
2539 * ppc-dis.c (print_insn_big_powerpc): Add PPC_OPCODE_ALTIVEC to mask.
2540 (print_insn_little_powerpc): Likewise.
2541 (print_insn_powerpc): Prepend 'v' when printing vector registers.
2542
0d2bcfaf 25432000-04-24 Clinton Popetz <cpopetz@redhat.com>
a47cf567
NC
2544
2545 * configure.in: Add bfd_powerpc_64_arch.
2546 * disassemble.c (disassembler): Use print_insn_big_powerpc for
2547 64 bit code.
2548
0d2bcfaf 25492000-04-24 Nick Clifton <nickc@redhat.com>
a47cf567
NC
2550
2551 * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
2552 field.
2553
0d2bcfaf 25542000-04-23 Denis Chertykov <denisc@overta.ru>
3c504221
DC
2555
2556 * avr-dis.c (reg_fmul_d): New. Extract destination register from
2557 FMUL instruction.
2558 (reg_fmul_r): New. Extract source register from FMUL instruction.
2559 (reg_muls_d): New. Extract destination register from MULS instruction.
2560 (reg_muls_r): New. Extract source register from MULS instruction.
2561 (reg_movw_d): New. Extract destination register from MOVW instruction.
2562 (reg_movw_r): New. Extract source register from MOVW instruction.
2563 (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
2564 EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
2565
0d2bcfaf 25662000-04-22 Timothy Wall <twall@redhat.com>
aa170a07
TW
2567
2568 * ia64-gen.c (general): Add an ordered table of primary
2569 opcode names, as well as priority fields to disassembly data
2570 structures to enforce a preferred disassembly format based on the
2571 ordering of the opcode tables.
2572 (load_insn_classes): Show a useful message if IC tables are missing.
2573 (load_depfile): Ditto.
2574 * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to
2575 distinguish preferred disassembly.
2576 * ia64-opc-f.c: Reorder some insn for preferred disassembly
2577 format. Fix incorrect flag on fma.s/fma.s.s0.
2578 * ia64-opc.c: Scan *all* disassembly matches and use the one with
2579 the highest priority.
2580 * ia64-opc-b.c: Use more abbreviations.
2581 * ia64-asmtab.c: Regenerate.
79540e26 2582
0d2bcfaf 25832000-04-21 Jason Eckhardt <jle@redhat.com>
91b1cc5d
JL
2584
2585 * hppa-dis.c (extract_16): New function.
2586 (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
2587 new operand types l,y,&,fe,fE,fx.
2588
0d2bcfaf
NC
25892000-04-21 Richard Henderson <rth@redhat.com>
2590 David Mosberger <davidm@hpl.hp.com>
2591 Timothy Wall <twall@redhat.com>
2592 Bob Manson <manson@charmed.cygnus.com>
2593 Jim Wilson <wilson@redhat.com>
800eeca4
JW
2594
2595 * Makefile.am (HFILES): Add ia64-asmtab.h, ia64-opc.h.
2596 (CFILES): Add ia64-dis.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c,
2597 ia64-opc-i.c, ia64-opc-m.c, ia64-opc-d.c, ia64-opc.c, ia64-gen.c,
2598 ia64-asmtab.c.
2599 (ALL_MACHINES): Add ia64-dis.lo, ia64-opc.lo.
2600 (ia64-ic.tbl, ia64-raw.tbl, ia64-waw.tbl, ia64-war.tbl, ia64-gen,
2601 ia64-gen.o, ia64-asmtab.c, ia64-dis.lo, ia64-opc.lo): New rules.
2602 * Makefile.in: Rebuild.
2603 * configure Rebuild.
2604 * configure.in (bfd_ia64_arch): New target.
2605 * disassemble.c (ARCH_ia64): Define.
2606 (disassembler): Support ARCH_ia64.
2607 * ia64-asmtab.c, ia64-asmtab.h, ia64-dis.c, ia64-gen.c ia64-ic.tbl,
2608 ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c ia64-opc-f.c, ia64-opc-i.c,
2609 ia64-opc-m.c, ia64-opc-x.c, ia64-opc.c, ia64-opc.h, ia64-raw.tbl,
060d22b0 2610 ia64-war.tbl, ia64-waw.tbl: New files.
79540e26 2611
0d2bcfaf 26122000-04-20 Alexandre Oliva <aoliva@redhat.com>
4d85706b
AO
2613
2614 * m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
2615 (disassemble): Use them.
2616
0d8dfecf
AM
26172000-04-14 Alan Modra <alan@linuxcare.com.au>
2618
2619 * sysdep.h: Include "ansidecl.h" not <ansidecl.h>
2620 * Makefile.am: Update dependencies.
2621 * Makefile.in: Regenerate.
2622
26232000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2624
2625 * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
2626 avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
2627 disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
2628 i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
2629 m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
2630 mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c,
2631 ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c,
2632 tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c,
2633 w65-dis.c, z8k-dis.c, z8kgen.c: Include sysdep.h. Remove
2634 ansidecl.h as sysdep.h includes it.
2635
0d2bcfaf 26362000-04-7 Andrew Cagney <cagney@b1.redhat.com>
79540e26 2637
a2d91340 2638 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
79540e26 2639 --enable-build-warnings option.
a2d91340
AC
2640 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2641 * Makefile.in, configure: Re-generate.
2642
0d2bcfaf 26432000-04-05 J"orn Rennecke <amylaar@redhat.com>
52ccafd0 2644
060d22b0 2645 * sh-opc.h (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs.
52ccafd0
JR
2646 stc GBR,@-<REG_N> is available for arch_sh1_up.
2647 Group parallel processing insn with identical mnemonics together.
2648 Make three-operand psha / pshl come first.
2649
0d2bcfaf 26502000-04-05 J"orn Rennecke <amylaar@redhat.co.uk>
015551fc
JR
2651
2652 * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
2653 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
2654 (sh_arg_type): Add A_PC.
2655 (sh_table): Update entries using immediates. Add repeat.
2656 * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
2657 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
2658
41b49281
AM
26592000-04-04 Alan Modra <alan@linuxcare.com.au>
2660
8ad3436c
AM
2661 * po/opcodes.pot: Regenerate.
2662
41b49281
AM
2663 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2664 (DEP): Quote when passing vars to sub-make. Add warning message
2665 to end.
2666 (DEP1): Rewrite for "gcc -MM".
2667 (CLEANFILES): Add DEP2.
2668 Update dependencies.
2669 * Makefile.in: Regenerate.
2670
b77a133c
AM
26712000-04-03 Denis Chertykov <denisc@overta.ru>
2672
2673 * avr-dis.c: Syntax cleanup.
2674 (add0fff): Print the pc relative address as a signed number.
2675 (add03f8): Likewise.
2676
9aaaa291
ILT
26772000-04-01 Ian Lance Taylor <ian@zembu.com>
2678
2679 * disassemble.c (disassembler_usage): Don't use a prototype. Mark
2680 the parameter ATTRIBUTE_UNUSED.
2681 * ppc-opc.c: Add ATTRIBUTE_UNUSED as needed.
2682
0d2bcfaf 26832000-04-01 Alexandre Oliva <aoliva@redhat.com>
5728a7d7
AO
2684
2685 * m10300-opc.c: SP-based offsets are always unsigned.
2686
67b60d92
NC
26872000-03-29 Thomas de Lellis <tdel@windriver.com>
2688
2689 * arm-opc.h (thumb_opcodes): Disassemble 0xde.. to "bal"
2690 [branch always] instead of "undefined".
2691
0d2bcfaf 26922000-03-27 Nick Clifton <nickc@redhat.com>
ba23e138
NC
2693
2694 * d30v-opc.c (d30v_format_table): Move SHORT_AR to end of list of
2695 short instructions, from end of list of long instructions.
2696
832ddf62
ILT
26972000-03-27 Ian Lance Taylor <ian@zembu.com>
2698
2699 * Makefile.am (CFILES): Add avr-dis.c.
2700 (ALL_MACHINES): Add avr-dis.lo.
2701
adde6300
AM
27022000-03-27 Alan Modra <alan@linuxcare.com>
2703
2704 * avr-dis.c (add0fff, add03f8): Don't use structure bitfields to
2705 truncate integers.
2706 (print_insn_avr): Call function via pointer in K&R compatible way.
2707 (dispLDD, regPP, reg50, reg104, reg40, reg20w, lit404, lit204,
2708 add0fff, add03f8): Convert to old style function declaration and
2709 add prototype.
2710 (avrdis_opcode): Add prototype.
2711
27122000-03-27 Denis Chertykov <denisc@overta.ru>
2713
2714 * avr-dis.c: New file. AVR disassembler.
2715 * configure.in (bfd_avr_arch): New architecture support.
2716 * disassemble.c: Likewise.
2717 * configure: Regenerate.
2718
0d2bcfaf 27192000-03-06 J"oern Rennecke <amylaar@redhat.com>
05102e70
JR
2720
2721 * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement.
2722
0d2bcfaf 27232000-03-02 J"orn Rennecke <amylaar@redhat.co.uk>
866afedc 2724
79540e26
AM
2725 * d30v-dis.c (print_insn): Remove d*i hacks. Use per-operand
2726 flag to determine if operand is pc-relative.
2727 * d30v-opc.c:
2728 (d30v_format_table):
2729 (REL6S3): Renamed from IMM6S3.
2730 Added flag OPERAND_PCREL.
2731 (REL12S3, REL18S3, REL32): Split from IMM12S3, IMM18S3, REL32, with
2732 added flag OPERAND_PCREL.
2733 (IMM12S3U): Replaced with REL12S3.
2734 (SHORT_D2, LONG_D): Delay target is pc-relative.
2735 (SHORT_B2r, SHORT_B3r, SHORT_B3br, SHORT_D2r, LONG_Ur, LONG_2r):
2736 Split from SHORT_B2, SHORT_D2, SHORT_B3b, SHORT_D2, LONG_U, LONG_2r,
2737 using the REL* operands.
2738 (LONG_2br, LONG_Dr): Likewise, from LONG_2b, LONG_D.
2739 (SHORT_D1r, SHORT_D2Br, LONG_Dbr): Renamed from SHORT_D1, SHORT_D2B,
2740 LONG_Db, using REL* operands.
2741 (SHORT_U, SHORT_A5S): Removed stray alternatives.
2742 (d30v_opcode_table): Use new *r formats.
866afedc 2743
0d2bcfaf 27442000-02-28 Nick Clifton <nickc@redhat.com>
77343c58
NC
2745
2746 * m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
2747 'signed_overflow_ok_p'.
2748
e56f75e9
ILT
27492000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
2750
2751 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
2752 name of the libtool directory.
2753 * Makefile.in: Rebuild.
2754
0d2bcfaf 27552000-02-24 Nick Clifton <nickc@redhat.com>
fa7928ca
NC
2756
2757 * cgen-opc.c (cgen_set_signed_overflow_ok): New function.
2758 (cgen_clear_signed_overflow_ok): New function.
2759 (cgen_signed_overflow_ok_p): New function.
2760
0d2bcfaf 27612000-02-23 Andrew Haley <aph@redhat.com>
cfcdbe97 2762
79540e26 2763 * m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
060d22b0 2764 m32r-ibld.c, m32r-opc.h: Rebuild.
cfcdbe97 2765
5b93d8bb
AM
27662000-02-23 Linas Vepstas <linas@linas.org>
2767
2768 * i370-dis.c, i370-opc.c: New.
2769
2770 * disassemble.c (ARCH_i370): Define.
2771 (disassembler): Handle it.
2772
2773 * Makefile.am: Add support for Linux/IBM 370.
2774 * configure.in: Likewise.
2775
2776 * Makefile.in: Regenerate.
2777 * configure: Likewise.
2778
0d2bcfaf 27792000-02-22 Chandra Chavva <cchavva@redhat.com>
b669ceb9
CC
2780
2781 * d30v-opc.c (d30v_opcode_tab) : Added FLAG_NOT_WITH_ADDSUBppp to
2782 ST2H, STB, STH, STHH, STW and ST2H opcodes to prohibit parallel
2783 procedure.
2784
0d2bcfaf 27852000-02-22 Andrew Haley <aph@redhat.com>
8027df89
AH
2786
2787 * mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER:
2788 force gp32 to zero.
2789 * mips-opc.c (G6): New define.
2790 (mips_builtin_op): Add "move" definition for -gp32.
2791
4db3857a
ILT
27922000-02-22 Ian Lance Taylor <ian@zembu.com>
2793
2794 From Grant Erickson <gerickso@Brocade.COM>:
2795 * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
2796
f6af82bd
AM
27972000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2798
2799 * dis-buf.c (buffer_read_memory): Change `length' param and all int
2800 vars to unsigned.
2801
0d2bcfaf 28022000-02-17 J"orn Rennecke <amylaar@redhat.co.uk>
d4845d57
JR
2803
2804 * sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
2805 (print_insn_ppi): Likewise.
2806 (print_insn_shx): Use info->mach to select appropriate insn set.
2807 Add support for sh-dsp. Remove FD_REG_N support.
2808 * sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
2809 (sh_arg_type): Likewise. Remove FD_REG_N.
2810 (sh_dsp_reg_nums): New enum.
2811 (arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
2812 (arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
2813 (arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
2814 (arch_sh3_dsp_up): Likewise.
2815 (sh_opcode_info): New field: arch.
2816 (sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
2817 D_REG_N. Fill in arch field. Add sh-dsp insns.
2818
0d2bcfaf 28192000-02-14 Fernando Nasser <fnasser@totem.to.redhat.com>
a7f8487e
FN
2820
2821 * arm-dis.c: Change flavor name from atpcs-special to
2822 special-atpcs to prevent name conflict in gdb.
2823 (get_arm_regname_num_options, set_arm_regname_option,
2824 get_arm_regnames): New functions. API to access the several
2825 flavor of register names. Note: Used by gdb.
2826 (print_insn_thumb): Use the register name entry from the currently
2827 selected flavor for LR and PC.
2828
0d2bcfaf 28292000-02-10 Nick Clifton <nickc@redhat.com>
97ee9b94
NC
2830
2831 * mcore-opc.h (enum mcore_opclass): Add MULSH and OPSR
2832 classes.
2833 (mcore_table): Add "idly4", "psrclr", "psrset", "mulsh" and
2834 "mulsh.h" instructions.
2835 * mcore-dis.c (imsk array): Add masks for MULSH and OPSR
2836 classes.
2837 (print_insn_mcore): Add support for little endian targets.
2838 Add support for MULSH and OPSR classes.
2839
0d2bcfaf 28402000-02-07 Nick Clifton <nickc@redhat.com>
a3d9c82d
NC
2841
2842 * arm-dis.c (parse_arm_diassembler_option): Rename again.
2843 Previous delat did not take.
2844
79540e26
AM
28452000-02-03 Timothy Wall <twall@redhat.com>
2846
940b2b78
TW
2847 * dis-buf.c (buffer_read_memory): Use octets_per_byte field
2848 to adjust target address bounds checking and calculate the
2849 appropriate octet offset into data.
79540e26 2850
94470b23
NC
28512000-01-27 Nick Clifton <nickc@redhat.com>
2852
6c082ed8
NC
2853 * arm-dis.c: (parse_disassembler_option): Rename to
2854 parse_arm_disassembler_option and allow to be exported.
2855
94470b23
NC
2856 * disassemble.c (disassembler_usage): New function: Print out any
2857 target specific disassembler options.
58efb6c0 2858 Call arm_disassembler_options() if the ARM architecture is being
79540e26 2859 supported.
58efb6c0
NC
2860
2861 * arm-dis.c (NUM_ELEM): Define this macro if not already
2862 defined.
2863 (arm_regname): New struct type for ARM register names.
2864 (arm_toggle_regnames): Delete.
2865 (parse_disassembler_option): Use register name structure.
2866 (print_insn): New function: Combines duplicate code found in
2867 print_insn_big_arm and print_insn_little_arm.
2868 (print_insn_big_arm): Call print_insn.
2869 (print_insn_little_arm): Call print_insn.
2870 (print_arm_disassembler_options): Display list of supported,
2871 ARM specific disassembler options.
79540e26 2872
2f0ca46a
NC
28732000-01-27 Thomas de Lellis <tdel@windriver.com>
2874
79540e26 2875 * arm-dis.c (printf_insn_big_arm): Treat ELF symbols with the
2f0ca46a 2876 ARM_STT_16BIT flag as Thumb code symbols.
79540e26
AM
2877
2878 * arm-dis.c (printf_insn_little_arm): Ditto.
2f0ca46a 2879
cb268829
NC
28802000-01-25 Thomas de Lellis <tdel@windriver.com>
2881
2882 * arm-dis.c (printf_insn_thumb): Prevent double dumping
79540e26 2883 of raw thumb instructions.
cb268829 2884
0d2bcfaf 28852000-01-20 Nick Clifton <nickc@redhat.com>
06b53c1b
NC
2886
2887 * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
2888
01c7f630
NC
28892000-01-03 Nick Clifton <nickc@cygnus.com>
2890
2891 * arm-dis.c (streq): New macro.
2892 (strneq): New macro.
2893 (force_thumb): ew local variable.
2894 (parse_disassembler_option): New function: Parse a single, ARM
2895 specific disassembler command line switch.
2896 (parse_disassembler_option): Call parse_disassembler_option to
2897 parse individual command line switches.
2898 (print_insn_big_arm): Check force_thumb.
2899 (print_insn_little_arm): Check force_thumb.
2900
2f6d2f85 2901For older changes see ChangeLog-9899
252b5132
RH
2902\f
2903Local Variables:
2f6d2f85
NC
2904mode: change-log
2905left-margin: 8
2906fill-column: 74
252b5132
RH
2907version-control: never
2908End:
This page took 0.282708 seconds and 4 git commands to generate.