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