39a479e1e0b1ceccdbfea739c819d300f14d7fa2
[external/binutils.git] / opcodes / ChangeLog
1 2005-09-28  Jan Beulich  <jbeulich@novell.com>
2
3         * i386-dis.c (stack_v_mode): Renamed from branch_v_mode.
4         (indirEv): Use it.
5         (stackEv): New.
6         (Ob64, Ov64): Rename to Ob, Ov. Delete unused original definitions.
7         (dis386): Document and use new 'V' meta character. Use it for
8         single-byte push/pop opcode forms. Use stackEv for mod-r/m push/pop
9         opcode forms. Correct typo in 'pop ss'. Replace Ob64/Ov64 by Ob/Ov.
10         (putop): 'q' suffix for 'T' and 'U' meta depends on DFLAG. Mark
11         data prefix as used whenever DFLAG was examined. Handle 'V'.
12         (intel_operand_size): Use stack_v_mode.
13         (OP_E): Use stack_v_mode, but handle only the special case of
14         64-bit mode without operand size override here; fall through to
15         v_mode case otherwise.
16         (OP_REG): Special case rAX_reg ... rDI_reg only when 64-bit mode
17         and no operand size override is present.
18         (OP_J): Use get32s for obtaining the displacement also when rex64
19         is present.
20
21 2005-09-08  Paul Brook  <paul@codesourcery.com>
22
23         * arm-dis.c (arm_opcodes, thumb32_opcodes): Rename smi to smc.
24
25 2005-09-06  Chao-ying Fu  <fu@mips.com>
26
27         * mips-opc.c (MT32): New define.
28         (mips_builtin_opcodes): Move "bc0f", "bc0fl", "bc0t", "bc0tl" to the
29         bottom to avoid opcode collision with "mftr" and "mttr".
30         Add MT instructions.
31         * mips-dis.c (mips_arch_choices): Enable INSN_MT for mips32r2.
32         (print_insn_args): Add supports for +t, +T, !, $, *, &, g operand
33         formats.
34
35 2005-09-02  Paul Brook  <paul@codesourcery.com>
36
37         * arm-dis.c (coprocessor_opcodes): Add null terminator.
38
39 2005-09-02  Paul Brook  <paul@codesourcery.com>
40
41         * arm-dis.c (coprocessor_opcodes): New.
42         (arm_opcodes, thumb32_opcodes): Remove coprocessor insns.
43         (print_insn_coprocessor): New function.
44         (print_insn_arm): Use print_insn_coprocessor.  Remove coprocessor
45         format characters.
46         (print_insn_thumb32): Use print_insn_coprocessor.
47
48 2005-08-30  Paul Brook  <paul@codesourcery.com>
49
50         * arm-dis.c (thumb_opcodes): Disassemble sub(3) as subs.
51
52 2005-08-26  Jan Beulich  <jbeulich@novell.com>
53
54         * i386-dis.c (intel_operand_size): New, broken out from OP_E for
55         re-use.
56         (OP_E): Call intel_operand_size, move call site out of mode
57         dependent code.
58         (OP_OFF): Call intel_operand_size if suffix_always. Remove
59         ATTRIBUTE_UNUSED from parameters.
60         (OP_OFF64): Likewise.
61         (OP_ESreg): Call intel_operand_size.
62         (OP_DSreg): Likewise.
63         (OP_DIR): Use colon rather than semicolon as separator of far
64         jump/call operands.
65
66 2005-08-25  Chao-ying Fu  <fu@mips.com>
67
68         * mips-opc.c (WR_a, RD_a, MOD_a, DSP_VOLA, D32): New define.
69         (mips_builtin_opcodes): Add DSP instructions.
70         * mips-dis.c (mips_arch_choices): Enable INSN_DSP for mips32, mips32r2,
71         mips64, mips64r2.
72         (print_insn_args): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, :, ', @
73         operand formats.
74
75 2005-08-23  David Ung  <davidu@mips.com>
76
77         * mips16-opc.c (mips16_opcodes): Add the MIPS16e jalrc/jrc
78         instructions to the table. 
79
80 2005-08-18  Alan Modra  <amodra@bigpond.net.au>
81
82         * a29k-dis.c: Delete.
83         * Makefile.am: Remove a29k support.
84         * configure.in: Likewise.
85         * disassemble.c: Likewise.
86         * Makefile.in: Regenerate.
87         * configure: Regenerate.
88         * po/POTFILES.in: Regenerate.
89
90 2005-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
91
92         * ppc-dis.c (powerpc_dialect): Handle e300.
93         (print_ppc_disassembler_options): Likewise.
94         * ppc-opc.c (PPCE300): Define.
95         (powerpc_opcodes): Mark icbt as available for the e300.
96
97 2005-08-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
98
99         * hppa-dis.c (print_insn_hppa): Don't print '%' before register names.
100         Use "rp" instead of "%r2" in "b,l" insns.
101
102 2005-08-12 Martin Schwidefsky  <schwidefsky@de.ibm.com>
103
104         * s390-dis.c (print_insn_s390): Print unsigned operands with %u.
105         * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z9-109.
106         (main): Likewise.
107         * s390-opc.c (I32_16, U32_16, M_16): Add defines 32 bit immediates
108         and 4 bit optional masks.
109         (INSTR_RIL_RI, INSTR_RIL_RU, INSTR_RRF_M0RR, INSTR_RSE_CCRD,
110         INSTR_RSY_CCRD, INSTR_SSF_RRDRD): Add new instruction formats.
111         (MASK_RIL_RI, MASK_RIL_RU, MASK_RRF_M0RR, MASK_RSE_CCRD,
112         MASK_RSY_CCRD, MASK_SSF_RRDRD): Likewise.
113         (s390_opformats): Likewise.
114         * s390-opc.txt: Add new instructions for cpu type z9-109.
115
116 2005-08-05  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
117
118         * hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
119
120 2005-07-29  Paul Brook  <paul@codesourcery.com>
121
122         * arm-dis.c: Fix disassebly of thumb2 writeback addressing modes.
123
124 2005-07-29  Paul Brook  <paul@codesourcery.com>
125
126         * arm-dis.c (thumb32_opc): Fix addressing mode for tbh.
127         (print_insn_thumb32): Fix decoding of thumb2 'I' operands.
128
129 2005-07-25  DJ Delorie  <dj@redhat.com>
130
131         * m32c-asm.c Regenerate.
132         * m32c-dis.c Regenerate.
133
134 2005-07-20  DJ Delorie  <dj@redhat.com>
135
136         * disassemble.c (disassemble_init_for_target): M32C ISAs are
137         enums, so convert them to bit masks, which attributes are.
138
139 2005-07-18  Nick Clifton  <nickc@redhat.com>
140
141         * configure.in: Restore alpha ordering to list of arches.
142         * configure: Regenerate.
143         * disassemble.c: Restore alpha ordering to list of arches.
144
145 2005-07-18  Nick Clifton  <nickc@redhat.com>
146
147         * m32c-asm.c: Regenerate.
148         * m32c-desc.c: Regenerate.
149         * m32c-desc.h: Regenerate.
150         * m32c-dis.c: Regenerate.
151         * m32c-ibld.h: Regenerate.
152         * m32c-opc.c: Regenerate.
153         * m32c-opc.h: Regenerate.
154
155 2005-07-18  H.J. Lu  <hongjiu.lu@intel.com>
156
157         * i386-dis.c (PNI_Fixup): Update comment.
158         (VMX_Fixup): Properly handle the suffix check.
159
160 2005-07-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
161
162         * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
163         mfctl disassembly.
164
165 2005-07-16  Alan Modra  <amodra@bigpond.net.au>
166
167         * Makefile.am: Run "make dep-am".
168         (stamp-m32c): Fix cpu dependencies.
169         * Makefile.in: Regenerate.
170         * ip2k-dis.c: Regenerate.
171
172 2007-07-15  H.J. Lu <hongjiu.lu@intel.com>
173
174         * i386-dis.c (OP_VMX): New. Handle Intel VMX Instructions.
175         (VMX_Fixup): New. Fix up Intel VMX Instructions.
176         (Em): New.
177         (Gm): New.
178         (VM): New.
179         (dis386_twobyte): Updated entries 0x78 and 0x79.
180         (twobyte_has_modrm): Likewise.
181         (grps): Use OP_VMX in the "sgdtIQ" entry. Updated GRP9.
182         (OP_G): Handle m_mode.
183
184 2005-07-14  Jim Blandy  <jimb@redhat.com>
185
186         Add support for the Renesas M32C and M16C.
187         * m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
188         * m32c-desc.h, m32c-opc.h: New.
189         * Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
190         (CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
191         m32c-opc.c.
192         (ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
193         m32c-ibld.lo, m32c-opc.lo.
194         (CLEANFILES): List stamp-m32c.
195         (M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
196         (CGEN_CPUS): Add m32c.
197         (m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
198         (m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
199         (m32c_opc_h): New variable.
200         (stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
201         (m32c-opc.lo): New rules.
202         * Makefile.in: Regenerated.
203         * configure.in: Add case for bfd_m32c_arch.
204         * configure: Regenerated.
205         * disassemble.c (ARCH_m32c): New.
206         [ARCH_m32c]: #include "m32c-desc.h".
207         (disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
208         (disassemble_init_for_target) [ARCH_m32c]: Same.
209
210         * cgen-ops.h, cgen-types.h: New files.
211         * Makefile.am (HFILES): List them.
212         * Makefile.in: Regenerated.
213         
214 2005-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
215
216         * arc-dis.c, arm-dis.c, cris-dis.c, crx-dis.c, d10v-dis.c,
217         d30v-dis.c, fr30-dis.c, h8300-dis.c, h8500-dis.c, i860-dis.c,
218         ia64-dis.c, ip2k-dis.c, m10200-dis.c, m10300-dis.c,
219         m88k-dis.c, mcore-dis.c, mips-dis.c, ms1-dis.c, or32-dis.c,
220         ppc-dis.c, sh64-dis.c, sparc-dis.c, tic4x-dis.c, tic80-dis.c,
221         v850-dis.c: Fix format bugs.
222         * ia64-gen.c (fail, warn): Add format attribute.
223         * or32-opc.c (debug): Likewise.
224
225 2005-07-07  Khem Raj  <kraj@mvista.com>
226
227         * arm-dis.c (opcode32 arm_opcodes): Fix ARM VFP fadds instruction
228         disassembly pattern.
229
230 2005-07-06  Alan Modra  <amodra@bigpond.net.au>
231
232         * Makefile.am (stamp-m32r): Fix path to cpu files.
233         (stamp-m32r, stamp-iq2000): Likewise.
234         * Makefile.in: Regenerate.
235         * m32r-asm.c: Regenerate.
236         * po/POTFILES.in: Remove arm-opc.h.  Add ms1-asm.c, ms1-desc.c,
237         ms1-desc.h, ms1-dis.c, ms1-ibld.c, ms1-opc.c, ms1-opc.h.
238
239 2005-07-05  Nick Clifton  <nickc@redhat.com>
240
241         * iq2000-asm.c: Regenerate.
242         * ms1-asm.c: Regenerate.
243
244 2005-07-05  Jan Beulich  <jbeulich@novell.com>
245
246         * i386-dis.c (SVME_Fixup): New.
247         (grps): Use it for the lidt entry.
248         (PNI_Fixup): Call OP_M rather than OP_E.
249         (INVLPG_Fixup): Likewise.
250
251 2005-07-04  H.J. Lu  <hongjiu.lu@intel.com>
252
253         * tic30-dis.c (cnvt_tmsfloat_ieee): Use HUGE_VALF if defined.
254
255 2005-07-01  Nick Clifton  <nickc@redhat.com>
256
257         * a29k-dis.c: Update to ISO C90 style function declarations and
258         fix formatting.
259         * alpha-opc.c: Likewise.
260         * arc-dis.c: Likewise.
261         * arc-opc.c: Likewise.
262         * avr-dis.c: Likewise.
263         * cgen-asm.in: Likewise.
264         * cgen-dis.in: Likewise.
265         * cgen-ibld.in: Likewise.
266         * cgen-opc.c: Likewise.
267         * cris-dis.c: Likewise.
268         * d10v-dis.c: Likewise.
269         * d30v-dis.c: Likewise.
270         * d30v-opc.c: Likewise.
271         * dis-buf.c: Likewise.
272         * dlx-dis.c: Likewise.
273         * h8300-dis.c: Likewise.
274         * h8500-dis.c: Likewise.
275         * hppa-dis.c: Likewise.
276         * i370-dis.c: Likewise.
277         * i370-opc.c: Likewise.
278         * m10200-dis.c: Likewise.
279         * m10300-dis.c: Likewise.
280         * m68k-dis.c: Likewise.
281         * m88k-dis.c: Likewise.
282         * mips-dis.c: Likewise.
283         * mmix-dis.c: Likewise.
284         * msp430-dis.c: Likewise.
285         * ns32k-dis.c: Likewise.
286         * or32-dis.c: Likewise.
287         * or32-opc.c: Likewise.
288         * pdp11-dis.c: Likewise.
289         * pj-dis.c: Likewise.
290         * s390-dis.c: Likewise.
291         * sh-dis.c: Likewise.
292         * sh64-dis.c: Likewise.
293         * sparc-dis.c: Likewise.
294         * sparc-opc.c: Likewise.
295         * sysdep.h: Likewise.
296         * tic30-dis.c: Likewise.
297         * tic4x-dis.c: Likewise.
298         * tic80-dis.c: Likewise.
299         * v850-dis.c: Likewise.
300         * v850-opc.c: Likewise.
301         * vax-dis.c: Likewise.
302         * w65-dis.c: Likewise.
303         * z8kgen.c: Likewise.
304         
305         * fr30-*: Regenerate.
306         * frv-*: Regenerate.
307         * ip2k-*: Regenerate.
308         * iq2000-*: Regenerate.
309         * m32r-*: Regenerate.
310         * ms1-*: Regenerate.
311         * openrisc-*: Regenerate.
312         * xstormy16-*: Regenerate.
313
314 2005-06-23  Ben Elliston  <bje@gnu.org>
315
316         * m68k-dis.c: Use ISC C90.
317         * m68k-opc.c: Formatting fixes.
318
319 2005-06-16  David Ung  <davidu@mips.com>
320
321         * mips16-opc.c (mips16_opcodes): Add the following MIPS16e
322         instructions to the table; seb/seh/sew/zeb/zeh/zew.
323
324 2005-06-15  Dave Brolley  <brolley@redhat.com>
325
326         Contribute Morpho ms1 on behalf of Red Hat
327         * ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c, 
328         ms1-opc.h: New files, Morpho ms1 target.
329
330         2004-05-14  Stan Cox  <scox@redhat.com>
331
332         * disassemble.c (ARCH_ms1): Define.
333         (disassembler): Handle bfd_arch_ms1
334
335         2004-05-13  Michael Snyder  <msnyder@redhat.com>
336
337         * Makefile.am, Makefile.in: Add ms1 target.
338         * configure.in: Ditto.
339
340 2005-06-08  Zack Weinberg  <zack@codesourcery.com>
341
342         * arm-opc.h: Delete; fold contents into ...
343         * arm-dis.c: ... here.  Move includes of internal COFF headers
344         next to includes of internal ELF headers.
345         (streq, WORD_ADDRESS, BDISP, BDISP23): Delete, unused.
346         (struct arm_opcode): Rename struct opcode32.  Make 'assembler' const.
347         (struct thumb_opcode): Rename struct opcode16.  Make 'assembler' const.
348         (arm_conditional, arm_fp_const, arm_shift, arm_regname, regnames)
349         (iwmmxt_wwnames, iwmmxt_wwssnames):
350         Make const.
351         (regnames): Remove iWMMXt coprocessor register sets.
352         (iwmmxt_regnames, iwmmxt_cregnames): New statics.
353         (get_arm_regnames): Adjust fourth argument to match above changes.
354         (set_iwmmxt_regnames): Delete.
355         (print_insn_arm): Constify 'c'.  Use ISO syntax for function
356         pointer calls.  Expand sole use of BDISP.  Use iwmmxt_regnames
357         and iwmmxt_cregnames, not set_iwmmxt_regnames.
358         (print_insn_thumb16, print_insn_thumb32): Constify 'c'.  Use
359         ISO syntax for function pointer calls.
360
361 2005-06-07  Zack Weinberg  <zack@codesourcery.com>
362
363         * arm-dis.c: Split up the comments describing the format codes, so
364         that the ARM and 16-bit Thumb opcode tables each have comments
365         preceding them that describe all the codes, and only the codes,
366         valid in those tables.  (32-bit Thumb table is already like this.)
367         Reorder the lists in all three comments to match the order in
368         which the codes are implemented.
369         Remove all forward declarations of static functions.  Convert all
370         function definitions to ISO C format.
371         (print_insn_arm, print_insn_thumb16, print_insn_thumb32):
372         Return nothing.
373         (print_insn_thumb16): Remove unused case 'I'.
374         (print_insn): Update for changed calling convention of subroutines.
375
376 2005-05-25  Jan Beulich  <jbeulich@novell.com>
377
378         * i386-dis.c (OP_E): In Intel mode, display 32-bit displacements in
379         hex (but retain it being displayed as signed). Remove redundant
380         checks. Add handling of displacements for 16-bit addressing in Intel
381         mode.
382
383 2005-05-25  Jan Beulich  <jbeulich@novell.com>
384
385         * i386-dis.c (prefix_name): Remove pointless mode_64bit check.
386         (OP_E): Remove redundant REX_EXTZ handling. Remove pointless
387         masking of 'rm' in 16-bit memory address handling.
388
389 2005-05-19  Anton Blanchard  <anton@samba.org>
390
391         * ppc-dis.c (powerpc_dialect): Handle "-Mpower5".
392         (print_ppc_disassembler_options): Document it.
393         * ppc-opc.c (SVC_LEV): Define.
394         (LEV): Allow optional operand.
395         (POWER5): Define.
396         (powerpc_opcodes): Extend "sc".  Adjust "svc" and "svcl".  Add
397         "hrfid", "popcntb", "fsqrtes", "fsqrtes.", "fre" and "fre.".
398
399 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
400
401         * Makefile.in:  Regenerate.
402
403 2005-05-17  Zack Weinberg  <zack@codesourcery.com>
404
405         * arm-dis.c (thumb_opcodes): Add disassembly for V6T2 16-bit
406         instructions.  Adjust disassembly of some opcodes to match
407         unified syntax.
408         (thumb32_opcodes): New table.
409         (print_insn_thumb): Rename print_insn_thumb16; don't handle
410         two-halfword branches here.
411         (print_insn_thumb32): New function.
412         (print_insn): Choose among print_insn_arm, print_insn_thumb16,
413         and print_insn_thumb32.  Be consistent about order of
414         halfwords when printing 32-bit instructions.
415
416 2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
417
418         PR 843
419         * i386-dis.c (branch_v_mode): New.
420         (indirEv): Use branch_v_mode instead of v_mode.
421         (OP_E): Handle branch_v_mode.
422
423 2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
424
425         * d10v-dis.c (dis_2_short): Support 64bit host.
426
427 2005-05-07  Nick Clifton  <nickc@redhat.com>
428
429         * po/nl.po: Updated translation.
430
431 2005-05-07  Nick Clifton  <nickc@redhat.com>
432
433         * Update the address and phone number of the FSF organization in
434         the GPL notices in the following files:
435         a29k-dis.c, aclocal.m4, alpha-dis.c, alpha-opc.c, arc-dis.c,
436         arc-dis.h, arc-ext.c, arc-ext.h, arc-opc.c, arm-dis.c, arm-opc.h,
437         avr-dis.c, cgen-asm.c, cgen-asm.in, cgen-dis.c, cgen-dis.in,
438         cgen-ibld.in, cgen-opc.c, cgen.sh, cris-dis.c, cris-opc.c,
439         crx-dis.c, crx-opc.c, d10v-dis.c, d10v-opc.c, d30v-dis.c,
440         d30v-opc.c, dis-buf.c, dis-init.c, disassemble.c, dlx-dis.c,
441         fr30-asm.c, fr30-desc.c, fr30-desc.h, fr30-dis.c, fr30-ibld.c,
442         fr30-opc.c, fr30-opc.h, frv-asm.c, frv-desc.c, frv-desc.h,
443         frv-dis.c, frv-ibld.c, frv-opc.c, frv-opc.h, h8300-dis.c,
444         h8500-dis.c, h8500-opc.h, hppa-dis.c, i370-dis.c, i370-opc.c,
445         i386-dis.c, i860-dis.c, i960-dis.c, ia64-asmtab.h, ia64-dis.c,
446         ia64-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c,
447         ia64-opc-f.c, ia64-opc-i.c, ia64-opc-m.c, ia64-opc-x.c,
448         ia64-opc.c, ia64-opc.h, ip2k-asm.c, ip2k-desc.c, ip2k-desc.h,
449         ip2k-dis.c, ip2k-ibld.c, ip2k-opc.c, ip2k-opc.h, iq2000-asm.c,
450         iq2000-desc.c, iq2000-desc.h, iq2000-dis.c, iq2000-ibld.c,
451         iq2000-opc.c, iq2000-opc.h, m10200-dis.c, m10200-opc.c,
452         m10300-dis.c, m10300-opc.c, m32r-asm.c, m32r-desc.c, m32r-desc.h,
453         m32r-dis.c, m32r-ibld.c, m32r-opc.c, m32r-opc.h, m32r-opinst.c,
454         m68hc11-dis.c, m68hc11-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c,
455         maxq-dis.c, mcore-dis.c, mcore-opc.h, mips-dis.c, mips-opc.c,
456         mips16-opc.c, mmix-dis.c, mmix-opc.c, msp430-dis.c, ns32k-dis.c,
457         openrisc-asm.c, openrisc-desc.c, openrisc-desc.h, openrisc-dis.c,
458         openrisc-ibld.c, openrisc-opc.c, openrisc-opc.h, opintl.h,
459         or32-dis.c, or32-opc.c, pdp11-dis.c, pdp11-opc.c, pj-dis.c,
460         pj-opc.c, ppc-dis.c, ppc-opc.c, s390-dis.c, s390-mkopc.c,
461         s390-opc.c, sh-dis.c, sh-opc.h, sh64-dis.c, sh64-opc.c,
462         sh64-opc.h, sparc-dis.c, sparc-opc.c, sysdep.h, tic30-dis.c,
463         tic4x-dis.c, tic54x-dis.c, tic54x-opc.c, tic80-dis.c, tic80-opc.c,
464         v850-dis.c, v850-opc.c, vax-dis.c, w65-dis.c, w65-opc.h,
465         xstormy16-asm.c, xstormy16-desc.c, xstormy16-desc.h,
466         xstormy16-dis.c, xstormy16-ibld.c, xstormy16-opc.c,
467         xstormy16-opc.h, xtensa-dis.c, z8k-dis.c, z8kgen.c
468
469 2005-05-05  James E Wilson  <wilson@specifixinc.com>
470
471         * ia64-opc.c: Include sysdep.h before libiberty.h.
472
473 2005-05-05  Nick Clifton  <nickc@redhat.com>
474
475         * configure.in (ALL_LINGUAS): Add vi.
476         * configure: Regenerate.
477         * po/vi.po: New.
478
479 2005-04-26  Jerome Guitton  <guitton@gnat.com>
480
481         * configure.in: Fix the check for basename declaration.
482         * configure: Regenerate.
483
484 2005-04-19  Alan Modra  <amodra@bigpond.net.au>
485
486         * ppc-opc.c (RTO): Define.
487         (powerpc_opcodes <tlbsx, tlbsx., tlbre>): Combine PPC403 and BOOKE
488         entries to suit PPC440.
489
490 2005-04-18  Mark Kettenis  <kettenis@gnu.org>
491
492         * i386-dis.c: Insert hyphens into selected VIA PadLock extensions.
493         Add xcrypt-ctr.
494
495 2005-04-14  Nick Clifton  <nickc@redhat.com>
496
497         * po/fi.po: New translation: Finnish.
498         * configure.in (ALL_LINGUAS): Add fi.
499         * configure: Regenerate.
500
501 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
502
503         * Makefile.am (NO_WERROR): Define.
504         * configure.in: Invoke AM_BINUTILS_WARNINGS.
505         * Makefile.in: Regenerate.
506         * aclocal.m4: Regenerate.
507         * configure: Regenerate.
508
509 2005-04-04  Nick Clifton  <nickc@redhat.com>
510
511         * fr30-asm.c: Regenerate.
512         * frv-asm.c: Regenerate.
513         * iq2000-asm.c: Regenerate.
514         * m32r-asm.c: Regenerate.
515         * openrisc-asm.c: Regenerate.
516
517 2005-04-01  Jan Beulich  <jbeulich@novell.com>
518
519         * i386-dis.c (PNI_Fixup): Neither mwait nor monitor have any
520         visible operands in Intel mode. The first operand of monitor is
521         %rax in 64-bit mode.
522
523 2005-04-01  Jan Beulich  <jbeulich@novell.com>
524
525         * i386-dis.c (INVLPG_Fixup): Decode rdtscp; change code to allow for
526         easier future additions.
527
528 2005-03-31  Jerome Guitton  <guitton@gnat.com>
529
530         * configure.in: Check for basename.
531         * configure: Regenerate.
532         * config.in: Ditto.
533
534 2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>
535
536         * i386-dis.c (SEG_Fixup): New.
537         (Sv): New.
538         (dis386): Use "Sv" for 0x8c and 0x8e.
539
540 2005-03-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
541             Nick Clifton  <nickc@redhat.com>
542
543         * vax-dis.c: (entry_addr): New varible:  An array of user supplied
544         function entry mask addresses.
545         (entry_addr_occupied_slots): New variable: The number of occupied
546         elements in entry_addr.
547         (entry_addr_total_slots): New variable: The total number of
548         elements in entry_addr.
549         (parse_disassembler_options): New function.  Fills in the entry_addr
550         array.
551         (free_entry_array): New function.  Release the memory used by the
552         entry addr array.  Suppressed because there is no way to call it.
553         (is_function_entry): Check if a given address is a function's
554         start address by looking at supplied entry mask addresses and
555         symbol information, if available.
556         (print_insn_vax): Use parse_disassembler_options and is_function_entry.
557
558 2005-03-23  H.J. Lu  <hongjiu.lu@intel.com>
559
560         * cris-dis.c (print_with_operands): Use ~31L for long instead
561         of ~31.
562
563 2005-03-20  H.J. Lu  <hongjiu.lu@intel.com>
564
565         * mmix-opc.c (O): Revert the last change.
566         (Z): Likewise.
567
568 2005-03-19  H.J. Lu  <hongjiu.lu@intel.com>
569
570         * mmix-opc.c (O): Use 24UL instead of 24 for unsigned long.
571         (Z): Likewise.
572
573 2005-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
574
575         * mmix-opc.c (O, Z): Force expression as unsigned long.
576
577 2005-03-18  Nick Clifton  <nickc@redhat.com>
578
579         * ip2k-asm.c: Regenerate.
580         * op/opcodes.pot: Regenerate.
581
582 2005-03-16  Nick Clifton  <nickc@redhat.com>
583             Ben Elliston  <bje@au.ibm.com>
584
585         * configure.in (werror): New switch: Add -Werror to the
586         compiler command line.  Enabled by default.  Disable via
587         --disable-werror.
588         * configure: Regenerate.
589
590 2005-03-16  Alan Modra  <amodra@bigpond.net.au>
591
592         * ppc-dis.c (powerpc_dialect): Don't set PPC_OPCODE_ALTIVEC when
593         BOOKE.
594
595 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
596
597         * po/es.po: Commit new Spanish translation.
598
599         * po/fr.po: Commit new French translation.
600
601 2005-03-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
602
603         * vax-dis.c: Fix spelling error
604         (print_insn_vax): Use ".word 0x0012 # Entry mask: r1 r2 >" instead
605         of just "Entry mask: < r1 ... >"
606
607 2005-03-12  Zack Weinberg  <zack@codesourcery.com>
608
609         * arm-dis.c (arm_opcodes): Document %E and %V.
610         Add entries for v6T2 ARM instructions:
611         bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx.
612         (print_insn_arm): Add support for %E and %V.
613         (thumb_opcodes): Add ARMv6K instructions nop, sev, wfe, wfi, yield.
614
615 2005-03-10  Jeff Baker  <jbaker@qnx.com>
616             Alan Modra  <amodra@bigpond.net.au>
617
618         * ppc-opc.c (insert_sprg, extract_sprg): New Functions.
619         (powerpc_operands <SPRG>): Call the above.  Bit field is 5 bits.
620         (SPRG_MASK): Delete.
621         (XSPRG_MASK): Mask off extra bits now part of sprg field.
622         (powerpc_opcodes): Asjust mfsprg and mtsprg to suit new mask.  Move
623         mfsprg4..7 after msprg and consolidate.
624
625 2005-03-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
626
627         * vax-dis.c (entry_mask_bit): New array.
628         (print_insn_vax): Decode function entry mask.
629
630 2005-03-07  Aldy Hernandez  <aldyh@redhat.com>
631
632         * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
633
634 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
635
636         * po/opcodes.pot: Regenerate.
637
638 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
639
640         * arc-dis.c (a4_decoding_class): New enum.
641         (dsmOneArcInst): Use the enum values for the decoding class.
642         Remove redundant case in the switch for decodingClass value 11.
643
644 2005-03-02  Jan Beulich  <jbeulich@novell.com>
645
646         * i386-dis.c (print_insn): Suppress lock prefix printing for cr8...15
647         accesses.
648         (OP_C): Consider lock prefix in non-64-bit modes.
649
650 2005-02-24  Alan Modra  <amodra@bigpond.net.au>
651
652         * cris-dis.c (format_hex): Remove ineffective warning fix.
653         * crx-dis.c (make_instruction): Warning fix.
654         * frv-asm.c: Regenerate.
655
656 2005-02-23  Nick Clifton  <nickc@redhat.com>
657
658         * cgen-dis.in: Use bfd_byte for buffers that are passed to
659         read_memory.
660
661         * ia64-opc.c (locate_opcode_ent): Initialise opval array.
662
663         * crx-dis.c (make_instruction): Move argument structure into inner
664         scope and ensure that all of its fields are initialised before
665         they are used.
666
667         * fr30-asm.c: Regenerate.
668         * fr30-dis.c: Regenerate.
669         * frv-asm.c: Regenerate.
670         * frv-dis.c: Regenerate.
671         * ip2k-asm.c: Regenerate.
672         * ip2k-dis.c: Regenerate.
673         * iq2000-asm.c: Regenerate.
674         * iq2000-dis.c: Regenerate.
675         * m32r-asm.c: Regenerate.
676         * m32r-dis.c: Regenerate.
677         * openrisc-asm.c: Regenerate.
678         * openrisc-dis.c: Regenerate.
679         * xstormy16-asm.c: Regenerate.
680         * xstormy16-dis.c: Regenerate.
681
682 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
683
684         * arc-ext.c: Warning fixes.
685         * arc-ext.h: Likewise.
686         * cgen-opc.c: Likewise.
687         * ia64-gen.c: Likewise.
688         * maxq-dis.c: Likewise.
689         * ns32k-dis.c: Likewise.
690         * w65-dis.c: Likewise.
691         * ia64-asmtab.c: Regenerate.
692
693 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
694
695         * fr30-desc.c: Regenerate.
696         * fr30-desc.h: Regenerate.
697         * fr30-opc.c: Regenerate.
698         * fr30-opc.h: Regenerate.
699         * frv-desc.c: Regenerate.
700         * frv-desc.h: Regenerate.
701         * frv-opc.c: Regenerate.
702         * frv-opc.h: Regenerate.
703         * ip2k-desc.c: Regenerate.
704         * ip2k-desc.h: Regenerate.
705         * ip2k-opc.c: Regenerate.
706         * ip2k-opc.h: Regenerate.
707         * iq2000-desc.c: Regenerate.
708         * iq2000-desc.h: Regenerate.
709         * iq2000-opc.c: Regenerate.
710         * iq2000-opc.h: Regenerate.
711         * m32r-desc.c: Regenerate.
712         * m32r-desc.h: Regenerate.
713         * m32r-opc.c: Regenerate.
714         * m32r-opc.h: Regenerate.
715         * m32r-opinst.c: Regenerate.
716         * openrisc-desc.c: Regenerate.
717         * openrisc-desc.h: Regenerate.
718         * openrisc-opc.c: Regenerate.
719         * openrisc-opc.h: Regenerate.
720         * xstormy16-desc.c: Regenerate.
721         * xstormy16-desc.h: Regenerate.
722         * xstormy16-opc.c: Regenerate.
723         * xstormy16-opc.h: Regenerate.
724
725 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
726
727         * Makefile.am: Run "make dep-am"
728         * Makefile.in: Regenerate.
729
730 2005-02-15  Nick Clifton  <nickc@redhat.com>
731
732         * cgen-dis.in (print_address): Add an ATTRIBUTE_UNUSED to prevent
733         compile time warnings.
734         (print_keyword): Likewise.
735         (default_print_insn): Likewise.
736
737         * fr30-desc.c: Regenerated.
738         * fr30-desc.h: Regenerated.
739         * fr30-dis.c: Regenerated.
740         * fr30-opc.c: Regenerated.
741         * fr30-opc.h: Regenerated.
742         * frv-desc.c: Regenerated.
743         * frv-dis.c: Regenerated.
744         * frv-opc.c: Regenerated.
745         * ip2k-asm.c: Regenerated.
746         * ip2k-desc.c: Regenerated.
747         * ip2k-desc.h: Regenerated.
748         * ip2k-dis.c: Regenerated.
749         * ip2k-opc.c: Regenerated.
750         * ip2k-opc.h: Regenerated.
751         * iq2000-desc.c: Regenerated.
752         * iq2000-dis.c: Regenerated.
753         * iq2000-opc.c: Regenerated.
754         * m32r-asm.c: Regenerated.
755         * m32r-desc.c: Regenerated.
756         * m32r-desc.h: Regenerated.
757         * m32r-dis.c: Regenerated.
758         * m32r-opc.c: Regenerated.
759         * m32r-opc.h: Regenerated.
760         * m32r-opinst.c: Regenerated.
761         * openrisc-desc.c: Regenerated.
762         * openrisc-desc.h: Regenerated.
763         * openrisc-dis.c: Regenerated.
764         * openrisc-opc.c: Regenerated.
765         * openrisc-opc.h: Regenerated.
766         * xstormy16-desc.c: Regenerated.
767         * xstormy16-desc.h: Regenerated.
768         * xstormy16-dis.c: Regenerated.
769         * xstormy16-opc.c: Regenerated.
770         * xstormy16-opc.h: Regenerated.
771
772 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
773
774         * dis-buf.c (perror_memory): Use sprintf_vma to print out
775         address.
776
777 2005-02-11  Nick Clifton  <nickc@redhat.com>
778
779         * iq2000-asm.c: Regenerate.
780
781         * frv-dis.c: Regenerate.
782
783 2005-02-07  Jim Blandy  <jimb@redhat.com>
784
785         * Makefile.am (CGEN): Load guile.scm before calling the main
786         application script.
787         * Makefile.in: Regenerated.
788         * cgen.sh: Be prepared for the 'cgen' argument to contain spaces.
789         Simply pass the cgen-opc.scm path to ${cgen} as its first
790         argument; ${cgen} itself now contains the '-s', or whatever is
791         appropriate for the Scheme being used.
792
793 2005-01-31  Andrew Cagney  <cagney@gnu.org>
794
795         * configure: Regenerate to track ../gettext.m4.
796
797 2005-01-31  Jan Beulich  <jbeulich@novell.com>
798
799         * ia64-gen.c (NELEMS): Define.
800         (shrink): Generate alias with missing second predicate register when
801         opcode has two outputs and these are both predicates.
802         * ia64-opc-i.c (FULL17): Define.
803         (ia64_opcodes_i): Add mov-to-pr alias without second input. Use FULL17
804         here to generate output template.
805         (TBITCM, TNATCM): Undefine after use.
806         * ia64-opc-m.c (ia64_opcodes_i): Add alloc alias without ar.pfs as
807         first input. Add ld16 aliases without ar.csd as second output. Add
808         st16 aliases without ar.csd as second input. Add cmpxchg aliases
809         without ar.ccv as third input. Add cmp8xchg16 aliases without ar.csd/
810         ar.ccv as third/fourth inputs. Consolidate through...
811         (CMPXCHG_acq, CMPXCHG_rel, CMPXCHG_1, CMPXCHG_2, CMPXCHG_4, CMPXCHG_8,
812         CMPXCHGn, CMP8XCHG16, CMPXCHG_ALL): Define.
813         * ia64-asmtab.c: Regenerate.
814
815 2005-01-27  Andrew Cagney  <cagney@gnu.org>
816
817         * configure: Regenerate to track ../gettext.m4 change.
818
819 2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
820
821         2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
822         * frv-asm.c: Rebuilt.
823         * frv-desc.c: Rebuilt.
824         * frv-desc.h: Rebuilt.
825         * frv-dis.c: Rebuilt.
826         * frv-ibld.c: Rebuilt.
827         * frv-opc.c: Rebuilt.
828         * frv-opc.h: Rebuilt.
829
830 2005-01-24  Andrew Cagney  <cagney@gnu.org>
831
832         * configure: Regenerate, ../gettext.m4 was updated.
833
834 2005-01-21  Fred Fish  <fnf@specifixinc.com>
835
836         * mips-opc.c:  Change INSN_ALIAS to INSN2_ALIAS.
837         Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC.
838         Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC.
839         * mips-dis.c: Ditto.
840
841 2005-01-20  Alan Modra  <amodra@bigpond.net.au>
842
843         * ppc-opc.c (powerpc_opcodes): Add optional 'l' arg to tlbiel.
844
845 2005-01-19  Fred Fish  <fnf@specifixinc.com>
846
847         * mips-dis.c (no_aliases): New disassembly option flag.
848         (set_default_mips_dis_options): Init no_aliases to zero.
849         (parse_mips_dis_option): Handle no-aliases option.
850         (print_insn_mips): Ignore table entries that are aliases
851         if no_aliases is set.
852         (print_insn_mips16): Ditto.
853         * mips-opc.c (mips_builtin_opcodes): Add initializer column for
854         new pinfo2 member and add INSN_ALIAS initializers as needed.  Also
855         move WR_MACC and RD_MACC initializers from pinfo to pinfo2.
856         * mips16-opc.c (mips16_opcodes): Ditto.
857
858 2005-01-17  Andrew Stubbs  <andrew.stubbs@st.com>
859
860         * sh-opc.h (arch_sh2a_or_sh3e,arch_sh2a_or_sh4): Correct definition.
861         (inheritance diagram): Add missing edge.
862         (arch_sh1_up): Rename arch_sh_up to match external name to make life
863         easier for the testsuite.
864         (arch_sh4_nofp_up): Likewise, rename arch_sh4_nofpu_up.
865         (arch_sh4a_nofp_up): Likewise, rename arch_sh4a_nofpu_up.
866         (arch_sh2a_nofpu_or_sh4_nommu_nofpu_up): Add missing
867         arch_sh2a_or_sh4_up child.
868         (sh_table): Do renaming as above.
869         Correct comment for ldc.l for gas testsuite to read.
870         Remove rogue mul.l from sh1 (duplicate of the one for sh2).
871         Correct comments for movy.w and movy.l for gas testsuite to read.
872         Correct comments for fmov.d and fmov.s for gas testsuite to read.
873
874 2005-01-12  H.J. Lu  <hongjiu.lu@intel.com>
875
876         * i386-dis.c (OP_E): Don't ignore scale in SIB for 64 bit mode.
877
878 2005-01-12  H.J. Lu  <hongjiu.lu@intel.com>
879
880         * i386-dis.c (OP_E): Ignore scale when index == 0x4 in SIB.
881
882 2005-01-10  Andreas Schwab  <schwab@suse.de>
883
884         * disassemble.c (disassemble_init_for_target) <case
885         bfd_arch_ia64>: Set skip_zeroes to 16.
886         <case bfd_arch_tic4x>: Set skip_zeroes to 32.
887
888 2004-12-23  Tomer Levi  <Tomer.Levi@nsc.com>
889
890         * crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
891
892 2004-12-14  Svein E. Seldal  <Svein.Seldal@solidas.com>
893
894         * avr-dis.c: Prettyprint. Added printing of symbol names in all
895         memory references. Convert avr_operand() to C90 formatting.
896
897 2004-12-05  Tomer Levi  <Tomer.Levi@nsc.com>
898
899         * crx-dis.c (print_arg): Use 'info->print_address_func' for address printing.
900
901 2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>
902
903         * crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed.
904         (no_op_insn): Initialize array with instructions that have no
905         operands.
906         * crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.
907
908 2004-11-29  Richard Earnshaw  <rearnsha@arm.com>
909
910         * arm-dis.c: Correct top-level comment.
911
912 2004-11-27  Richard Earnshaw  <rearnsha@arm.com>
913
914         * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
915         architecuture defining the insn.
916         (arm_opcodes, thumb_opcodes): Delete.  Move to ...
917         * arm-dis.c (arm_opcodes, thumb_opcodes): Here.  Add architecutre
918         field.
919         Also include opcode/arm.h.
920         * Makefile.am (arm-dis.lo): Update dependency list.
921         * Makefile.in: Regenerate.
922
923 2004-11-22  Ravi Ramaseshan  <ravi.ramaseshan@codito.com>
924
925         * opcode/arc-opc.c (insert_base): Modify ls_operand[LS_OFFSET] to
926         reflect the change to the short immediate syntax.
927
928 2004-11-19  Alan Modra  <amodra@bigpond.net.au>
929
930         * or32-opc.c (debug): Warning fix.
931         * po/POTFILES.in: Regenerate.
932
933         * maxq-dis.c: Formatting.
934         (print_insn): Warning fix.
935
936 2004-11-17  Daniel Jacobowitz  <dan@codesourcery.com>
937
938         * arm-dis.c (WORD_ADDRESS): Define.
939         (print_insn): Use it.  Correct big-endian end-of-section handling.
940
941 2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
942             Vineet Sharma      <vineets@noida.hcltech.com>
943
944         * maxq-dis.c: New file.
945         * disassemble.c (ARCH_maxq): Define.
946         (disassembler): Add 'print_insn_maxq_little' for handling maxq
947         instructions..
948         * configure.in: Add case for bfd_maxq_arch.
949         * configure: Regenerate.
950         * Makefile.am: Add support for maxq-dis.c
951         * Makefile.in: Regenerate.
952         * aclocal.m4: Regenerate.
953
954 2004-11-05  Tomer Levi  <Tomer.Levi@nsc.com>
955
956         * crx-opc.c (crx_optab): Rename 'arg_icr' to 'arg_idxr' for Index register
957         mode.
958         * crx-dis.c: Likewise.
959
960 2004-11-04  Hans-Peter Nilsson  <hp@axis.com>
961
962         Generally, handle CRISv32.
963         * cris-dis.c (TRACE_CASE): Define as (disdata->trace_case).
964         (struct cris_disasm_data): New type.
965         (format_reg, format_hex, cris_constraint, print_flags)
966         (get_opcode_entry): Add struct cris_disasm_data * parameter.  All
967         callers changed.
968         (format_sup_reg, print_insn_crisv32_with_register_prefix)
969         (print_insn_crisv32_without_register_prefix)
970         (print_insn_crisv10_v32_with_register_prefix)
971         (print_insn_crisv10_v32_without_register_prefix)
972         (cris_parse_disassembler_options): New functions.
973         (bytes_to_skip, cris_spec_reg): Add enum cris_disass_family
974         parameter.  All callers changed.
975         (get_opcode_entry): Call malloc, not xmalloc.  Return NULL on
976         failure.
977         (cris_constraint) <case 'Y', 'U'>: New cases.
978         (bytes_to_skip): Handle 'Y' and 'N' as 's'.  Skip size is 4 bytes
979         for constraint 'n'.
980         (print_with_operands) <case 'Y'>: New case.
981         (print_with_operands) <case 'T', 'A', '[', ']', 'd', 'n', 'u'>
982         <case 'N', 'Y', 'Q'>: New cases.
983         (print_insn_cris_generic): Emit "bcc ." for zero and CRISv32.
984         (print_insn_cris_with_register_prefix)
985         (print_insn_cris_without_register_prefix): Call
986         cris_parse_disassembler_options.
987         * cris-opc.c (cris_spec_regs): Mention that this table isn't used
988         for CRISv32 and the size of immediate operands.  New v32-only
989         entries for bz, pid, srs, wz, exs, eda, dz, ebp, erp, nrp, ccs and
990         spc.  Add v32-only 4-byte entries for p2, p3, p5 and p6.  Change
991         ccr, ibr, irp to be v0..v10.  Change bar, dccr to be v8..v10.
992         Change brp to be v3..v10.
993         (cris_support_regs): New vector.
994         (cris_opcodes): Update head comment.  New format characters '[',
995         ']', space, 'A', 'd', 'N', 'n', 'Q', 'T', 'u', 'U', 'Y'.
996         Add new opcodes for v32 and adjust existing opcodes to accommodate
997         differences to earlier variants.
998         (cris_cond15s): New vector.
999
1000 2004-11-04 Jan Beulich <jbeulich@novell.com>
1001
1002         * i386-dis.c (Eq, Edqw, indirEp, Gdq, I1): Define.
1003         (indirEb): Remove.
1004         (Mp): Use f_mode rather than none at all.
1005         (t_mode, dq_mode, dqw_mode, f_mode, const_1_mode): Define. t_mode
1006         replaces what previously was x_mode; x_mode now means 128-bit SSE
1007         operands.
1008         (dis386): Make far jumps and calls have an 'l' prefix only in AT&T
1009         mode. movmskpX's, pextrw's, and pmovmskb's first operands are Gdq.
1010         pinsrw's second operand is Edqw.
1011         (grps): 1-bit shifts' and rotates' second operands are I1. cmpxchg8b's
1012         operand is Eq. movntq's and movntdq's first operands are EM. s[gi]dt,
1013         fldenv, frstor, fsave, fstenv all should also have suffixes in Intel
1014         mode when an operand size override is present or always suffixing.
1015         More instructions will need to be added to this group.
1016         (putop): Handle new macro chars 'C' (short/long suffix selector),
1017         'I' (Intel mode override for following macro char), and 'J' (for
1018         adding the 'l' prefix to far branches in AT&T mode). When an
1019         alternative was specified in the template, honor macro character when
1020         specified for Intel mode.
1021         (OP_E): Handle new *_mode values. Correct pointer specifications for
1022         memory operands. Consolidate output of index register.
1023         (OP_G): Handle new *_mode values.
1024         (OP_I): Handle const_1_mode.
1025         (OP_ESreg, OP_DSreg): Generate pointer specifications. Indicate
1026         respective opcode prefix bits have been consumed.
1027         (OP_EM, OP_EX): Provide some default handling for generating pointer
1028         specifications.
1029
1030 2004-10-28  Tomer Levi  <Tomer.Levi@nsc.com>
1031
1032         * crx-opc.c (REV_COP_INST): New macro, reverse operand order of
1033         COP_INST macro.
1034
1035 2004-10-27  Tomer Levi  <Tomer.Levi@nsc.com>
1036
1037         * crx-dis.c (enum REG_ARG_TYPE): New, replacing COP_ARG_TYPE.
1038         (getregliststring): Support HI/LO and user registers.
1039         * crx-opc.c (crx_instruction): Update data structure according to the
1040         rearrangement done in CRX opcode header file.
1041         (crx_regtab):  Likewise.
1042         (crx_optab):  Likewise.
1043         (crx_instruction): Reorder load/stor instructions, remove unsupported
1044         formats.
1045         support new Co-Processor instruction 'cpi'.
1046
1047 2004-10-27  Nick Clifton  <nickc@redhat.com>
1048
1049         * opcodes/iq2000-asm.c: Regenerate.
1050         * opcodes/iq2000-desc.c: Regenerate.
1051         * opcodes/iq2000-desc.h: Regenerate.
1052         * opcodes/iq2000-dis.c: Regenerate.
1053         * opcodes/iq2000-ibld.c: Regenerate.
1054         * opcodes/iq2000-opc.c: Regenerate.
1055         * opcodes/iq2000-opc.h: Regenerate.
1056
1057 2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>
1058
1059         * crx-opc.c (crx_instruction): Replace i3, i4, i5 with us3,
1060         us4, us5 (respectively).
1061         Remove unsupported 'popa' instruction.
1062         Reverse operands order in store co-processor instructions.
1063
1064 2004-10-15  Alan Modra  <amodra@bigpond.net.au>
1065
1066         * Makefile.am: Run "make dep-am"
1067         * Makefile.in: Regenerate.
1068
1069 2004-10-12  Bob Wilson  <bob.wilson@acm.org>
1070
1071         * xtensa-dis.c: Use ISO C90 formatting.
1072
1073 2004-10-09  Alan Modra  <amodra@bigpond.net.au>
1074
1075         * ppc-opc.c: Revert 2004-09-09 change.
1076
1077 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
1078
1079         * xtensa-dis.c (state_names): Delete.
1080         (fetch_data): Use xtensa_isa_maxlength.
1081         (print_xtensa_operand): Replace operand parameter with opcode/operand
1082         pair.  Remove print_sr_name parameter.  Use new xtensa-isa.h functions.
1083         (print_insn_xtensa): Use new xtensa-isa.h functions.  Handle multislot
1084         instruction bundles.  Use xmalloc instead of malloc.
1085
1086 2004-10-07  David Gibson  <david@gibson.dropbear.id.au>
1087
1088         * ppc-opc.c: Replace literal "0"s with NULLs in pointer
1089         initializers.
1090
1091 2004-10-07  Tomer Levi  <Tomer.Levi@nsc.com>
1092
1093         * crx-opc.c (crx_instruction): Support Co-processor insns.
1094         * crx-dis.c (COP_ARG_TYPE): New enum for CO-Processor arguments.
1095         (getregliststring): Change function to use the above enum.
1096         (print_arg): Handle CO-Processor insns.
1097         (crx_cinvs): Add 'b' option to invalidate the branch-target
1098         cache.
1099
1100 2004-10-06  Aldy Hernandez  <aldyh@redhat.com>
1101
1102         * ppc-opc.c (powerpc_opcodes): Add efscfd, efdabs, efdnabs,
1103         efdneg, efdadd, efdsub, efdmul, efddiv, efdcmpgt, efdcmplt,
1104         efdcmpeq, efdtstgt, efdtstlt, efdtsteq, efdcfsi, efdcfsid,
1105         efdcfui, efdcfuid, efdcfsf, efdcfuf, efdctsi, efdctsidz, efdctsiz,
1106         efdctui, efdctuidz, efdctuiz, efdctsf, efdctuf, efdctuf, efdcfs.
1107
1108 2004-10-01  Bill Farmer  <Bill@the-farmers.freeserve.co.uk>
1109
1110         * pdp11-dis.c (print_insn_pdp11): Subtract the SOB's displacement
1111         rather than add it.
1112
1113 2004-09-30  Paul Brook  <paul@codesourcery.com>
1114
1115         * arm-dis.c (print_insn_arm): Handle 'e' for SMI instruction.
1116         * arm-opc.h: Document %e.  Add ARMv6ZK instructions.
1117
1118 2004-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1119
1120         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
1121         (CONFIG_STATUS_DEPENDENCIES): New.
1122         (Makefile): Removed.
1123         (config.status): Likewise.
1124         * Makefile.in: Regenerated.
1125
1126 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
1127
1128         * Makefile.am: Run "make dep-am".
1129         * Makefile.in: Regenerate.
1130         * aclocal.m4: Regenerate.
1131         * configure: Regenerate.
1132         * po/POTFILES.in: Regenerate.
1133         * po/opcodes.pot: Regenerate.
1134
1135 2004-09-11  Andreas Schwab  <schwab@suse.de>
1136
1137         * configure: Rebuild.
1138
1139 2004-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
1140
1141         * ppc-opc.c (L): Make this field not optional.
1142
1143 2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
1144
1145         * opc-crx.c: Rename 'popma' to 'popa', remove 'pushma'.
1146         Fix parameter to 'm[t|f]csr' insns.
1147
1148 2004-08-30  Nathanael Nerode  <neroden@gcc.gnu.org>
1149
1150         * configure.in: Autoupdate to autoconf 2.59.
1151         * aclocal.m4: Rebuild with aclocal 1.4p6.
1152         * configure: Rebuild with autoconf 2.59.
1153         * Makefile.in: Rebuild with automake 1.4p6 (picking up
1154         bfd changes for autoconf 2.59 on the way).
1155         * config.in: Rebuild with autoheader 2.59.
1156
1157 2004-08-27  Richard Sandiford  <rsandifo@redhat.com>
1158
1159         * frv-desc.[ch], frv-opc.[ch]: Regenerated.
1160
1161 2004-07-30  Michal Ludvig  <mludvig@suse.cz>
1162
1163         * i386-dis.c (GRPPADLCK): Renamed to GRPPADLCK1
1164         (GRPPADLCK2): New define.
1165         (twobyte_has_modrm): True for 0xA6.
1166         (grps): GRPPADLCK2 for opcode 0xA6.
1167
1168 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
1169
1170         Introduce SH2a support.
1171         * sh-opc.h (arch_sh2a_base): Renumber.
1172         (arch_sh2a_nofpu_base): Remove.
1173         (arch_sh_base_mask): Adjust.
1174         (arch_opann_mask): New.
1175         (arch_sh2a, arch_sh2a_nofpu): Adjust.
1176         (arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
1177         (sh_table): Adjust whitespace.
1178         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
1179         * sh-opc.h (arch_sh2a_nofpu_up): New.  Use instead of arch_sh2a_up in
1180         instruction list throughout.
1181         (arch_sh2a_up): Redefine to include fpu instruction set.  Use instead
1182         of arch_sh2a in instruction list throughout.
1183         (arch_sh2e_up): Accomodate above changes.
1184         (arch_sh2_up): Ditto.
1185         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
1186         * sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
1187         2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
1188         * sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
1189         * sh-opc.h (arch_sh2a_nofpu): New.
1190         (arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
1191         (sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
1192         instruction.
1193         2004-01-20  DJ Delorie  <dj@redhat.com>
1194         * sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
1195         2003-12-29  DJ Delorie  <dj@redhat.com>
1196         * sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
1197         sh_opcode_info, sh_table): Add sh2a support.
1198         (arch_op32): New, to tag 32-bit opcodes.
1199         * sh-dis.c (print_insn_sh): Support sh2a opcodes.
1200         2003-12-02  Michael Snyder  <msnyder@redhat.com>
1201         * sh-opc.h (arch_sh2a): Add.
1202         * sh-dis.c (arch_sh2a): Handle.
1203         * sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.
1204
1205 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
1206
1207         * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.
1208
1209 2004-07-22  Nick Clifton  <nickc@redhat.com>
1210
1211         PR/280
1212         * h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
1213         insns - this is done by objdump itself.
1214         * h8500-dis.c (print_insn_h8500): Likewise.
1215
1216 2004-07-21  Jan Beulich <jbeulich@novell.com>
1217
1218         * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode
1219         regardless of address size prefix in effect.
1220         (ptr_reg): Size or address registers does not depend on rex64, but
1221         on the presence of an address size override.
1222         (OP_MMX): Use rex.x only for xmm registers.
1223         (OP_EM): Use rex.z only for xmm registers.
1224
1225 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
1226
1227         * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
1228         move/branch operations to the bottom so that VR5400 multimedia
1229         instructions take precedence in disassembly.
1230
1231 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
1232
1233         * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
1234         ISA-specific "break" encoding.
1235
1236 2004-07-13  Elvis Chiang  <elvisfb@gmail.com>
1237
1238         * arm-opc.h: Fix typo in comment.
1239
1240 2004-07-11  Andreas Schwab  <schwab@suse.de>
1241
1242         * m68k-dis.c (m68k_valid_ea): Fix typos in last change.
1243
1244 2004-07-09  Andreas Schwab  <schwab@suse.de>
1245
1246         * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
1247
1248 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
1249
1250         * Makefile.am (CFILES): Add crx-dis.c, crx-opc.c.
1251         (ALL_MACHINES): Add crx-dis.lo, crx-opc.lo.
1252         (crx-dis.lo): New target.
1253         (crx-opc.lo): Likewise.
1254         * Makefile.in: Regenerate.
1255         * configure.in: Handle bfd_crx_arch.
1256         * configure: Regenerate.
1257         * crx-dis.c: New file.
1258         * crx-opc.c: New file.
1259         * disassemble.c (ARCH_crx): Define.
1260         (disassembler): Handle ARCH_crx.
1261
1262 2004-06-29  James E Wilson  <wilson@specifixinc.com>
1263
1264         * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
1265         * ia64-asmtab.c: Regnerate.
1266
1267 2004-06-28  Alan Modra  <amodra@bigpond.net.au>
1268
1269         * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.
1270         (extract_fxm): Don't test dialect.
1271         (XFXFXM_MASK): Include the power4 bit.
1272         (XFXM): Add p4 param.
1273         (powerpc_opcodes): Add mfocrf and mtocrf.  Adjust mtcr.
1274
1275 2004-06-27  Alexandre Oliva  <aoliva@redhat.com>
1276
1277         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
1278         * disassemble.c (disassembler): Handle bfd_mach_h8300sxn.
1279
1280 2004-06-26  Alan Modra  <amodra@bigpond.net.au>
1281
1282         * ppc-opc.c (BH, XLBH_MASK): Define.
1283         (powerpc_opcodes): Allow BH field on bclr, bclrl, bcctr, bcctrl.
1284
1285 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
1286
1287         * i386-dis.c (x_mode): Comment.
1288         (two_source_ops): File scope.
1289         (float_mem): Correct fisttpll and fistpll.
1290         (float_mem_mode): New table.
1291         (dofloat): Use it.
1292         (OP_E): Correct intel mode PTR output.
1293         (ptr_reg): Use open_char and close_char.
1294         (PNI_Fixup): Handle possible suffix on sidt.  Use op1out etc. for
1295         operands.  Set two_source_ops.
1296
1297 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
1298
1299         * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
1300         instead of _raw_size.
1301
1302 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
1303
1304         * ia64-gen.c (in_iclass): Handle more postinc st
1305         and ld variants.
1306         * ia64-asmtab.c: Rebuilt.
1307
1308 2004-06-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1309
1310         * s390-opc.txt: Correct architecture mask for some opcodes.
1311         lrv, lrvh, strv, ml, dl, alc, slb rll and mvclu are available
1312         in the esa mode as well.
1313
1314 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
1315
1316         * sh-dis.c (target_arch): Make unsigned.
1317         (print_insn_sh): Replace (most of) switch with a call to
1318         sh_get_arch_from_bfd_mach(). Also use new architecture flags system.
1319         * sh-opc.h: Redefine architecture flags values.
1320         Add sh3-nommu architecture.
1321         Reorganise <arch>_up macros so they make more visual sense.
1322         (SH_MERGE_ARCH_SET): Define new macro.
1323         (SH_VALID_BASE_ARCH_SET): Likewise.
1324         (SH_VALID_MMU_ARCH_SET): Likewise.
1325         (SH_VALID_CO_ARCH_SET): Likewise.
1326         (SH_VALID_ARCH_SET): Likewise.
1327         (SH_MERGE_ARCH_SET_VALID): Likewise.
1328         (SH_ARCH_SET_HAS_FPU): Likewise.
1329         (SH_ARCH_SET_HAS_DSP): Likewise.
1330         (SH_ARCH_UNKNOWN_ARCH): Likewise.
1331         (sh_get_arch_from_bfd_mach): Add prototype.
1332         (sh_get_arch_up_from_bfd_mach): Likewise.
1333         (sh_get_bfd_mach_from_arch_set): Likewise.
1334         (sh_merge_bfd_arc): Likewise.
1335
1336 2004-05-24  Peter Barada  <peter@the-baradas.com>
1337
1338         * m68k-dis.c(print_insn_m68k): Strip body of diassembly out
1339         into new match_insn_m68k function.  Loop over canidate
1340         matches and select first that completely matches.
1341         * m68k-dis.c(print_insn_arg): Fix 'g' case to only extract 1 bit.
1342         * m68k-dis.c(print_insn_arg): Call new function m68k_valid_ea
1343         to verify addressing for MAC/EMAC.
1344         * m68k-dis.c(print_insn_arg): Use reg_half_names for MAC/EMAC
1345         reigster halves since 'fpu' and 'spl' look misleading.
1346         * m68k-dis.c(fetch_arg): Fix 'G', 'H', 'I', 'f', 'M', 'N' cases.
1347         * m68k-opc.c: Rearragne mac/emac cases to use longest for
1348         first, tighten up match masks.
1349         * m68k-opc.c: Add 'size' field to struct m68k_opcode.  Produce
1350         'size' from special case code in print_insn_m68k to
1351         determine decode size of insns.
1352
1353 2004-05-19  Alan Modra  <amodra@bigpond.net.au>
1354
1355         * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
1356         well as when -mpower4.
1357
1358 2004-05-13  Nick Clifton  <nickc@redhat.com>
1359
1360         * po/fr.po: Updated French translation.
1361
1362 2004-05-05  Peter Barada  <peter@the-baradas.com>
1363
1364         * m68k-dis.c(print_insn_m68k): Add new chips, use core
1365         variants in arch_mask.  Only set m68881/68851 for 68k chips.
1366         * m68k-op.c: Switch from ColdFire chips to core variants.
1367
1368 2004-05-05  Alan Modra  <amodra@bigpond.net.au>
1369
1370         PR 147.
1371         * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
1372
1373 2004-04-29  Ben Elliston  <bje@au.ibm.com>
1374
1375         * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.
1376         (powerpc_opcodes): Add "dbczl" instruction for PPC970.
1377
1378 2004-04-22  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1379
1380         * sh-dis.c (print_insn_sh): Print the value in constant pool
1381         as a symbol if it looks like a symbol.
1382
1383 2004-04-22  Peter Barada <peter@the-baradas.com>
1384
1385         * m68k-dis.c(print_insn_m68k): Set mfcmac/mcfemac on
1386         appropriate ColdFire architectures.
1387         (print_insn_m68k): Handle EMAC, MAC/EMAC scalefactor, and MAC/EMAC
1388         mask addressing.
1389         Add EMAC instructions, fix MAC instructions. Remove
1390         macmw/macml/msacmw/msacml instructions since mask addressing now
1391         supported.
1392
1393 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1394
1395         * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
1396         (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
1397         suffix.  Use fmov*x macros, create all 3 fpsize variants in one
1398         macro.  Adjust all users.
1399
1400 2004-04-15  Anil Paranjpe  <anilp1@kpitcummins.com>
1401
1402         * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
1403         separately.
1404
1405 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1406
1407         * m32r-asm.c: Regenerate.
1408
1409 2004-03-29  Stan Shebs  <shebs@apple.com>
1410
1411         * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
1412         used.
1413
1414 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
1415
1416         * aclocal.m4: Regenerate.
1417         * config.in: Regenerate.
1418         * configure: Regenerate.
1419         * po/POTFILES.in: Regenerate.
1420         * po/opcodes.pot: Regenerate.
1421
1422 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
1423
1424         * ppc-dis.c (print_insn_powerpc): Don't print tabs.  Handle
1425         PPC_OPERANDS_GPR_0.
1426         * ppc-opc.c (RA0): Define.
1427         (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
1428         (RAOPT): Rename from RAO.  Update all uses.
1429         (powerpc_opcodes): Use RA0 as appropriate.
1430
1431 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
1432
1433         * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
1434
1435 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
1436
1437         * sparc-dis.c (print_insn_sparc): Update getword prototype.
1438
1439 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
1440
1441         * i386-dis.c (GRPPLOCK): Delete.
1442         (grps): Delete GRPPLOCK entry.
1443
1444 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
1445
1446         * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
1447         (M, Mp): Use OP_M.
1448         (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
1449         (GRPPADLCK): Define.
1450         (dis386): Use NOP_Fixup on "nop".
1451         (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
1452         (twobyte_has_modrm): Set for 0xa7.
1453         (padlock_table): Delete.  Move to..
1454         (grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
1455         and clflush.
1456         (print_insn): Revert PADLOCK_SPECIAL code.
1457         (OP_E): Delete sfence, lfence, mfence checks.
1458
1459 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
1460
1461         * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
1462         (INVLPG_Fixup): New function.
1463         (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
1464
1465 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
1466
1467         * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
1468         (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
1469         (padlock_table): New struct with PadLock instructions.
1470         (print_insn): Handle PADLOCK_SPECIAL.
1471
1472 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
1473
1474         * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
1475         (OP_E): Twiddle clflush to sfence here.
1476
1477 2004-03-08  Nick Clifton  <nickc@redhat.com>
1478
1479         * po/de.po: Updated German translation.
1480
1481 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
1482
1483         * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
1484         nofpu mode.  Add BFD type bfd_mach_sh4_nommu_nofpu.
1485         * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
1486         accordingly.
1487
1488 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1489
1490         * frv-asm.c: Regenerate.
1491         * frv-desc.c: Regenerate.
1492         * frv-desc.h: Regenerate.
1493         * frv-dis.c: Regenerate.
1494         * frv-ibld.c: Regenerate.
1495         * frv-opc.c: Regenerate.
1496         * frv-opc.h: Regenerate.
1497
1498 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1499
1500         * frv-desc.c, frv-opc.c: Regenerate.
1501
1502 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1503
1504         * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
1505
1506 2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>
1507
1508         * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
1509         Also correct mistake in the comment.
1510
1511 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
1512
1513         * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
1514         ensure that double registers have even numbers.
1515         Add REG_N_B01 for nn01 (binary 01) nibble to ensure
1516         that reserved instruction 0xfffd does not decode the same
1517         as 0xfdfd (ftrv).
1518         * sh-opc.h: Add REG_N_D nibble type and use it whereever
1519         REG_N refers to a double register.
1520         Add REG_N_B01 nibble type and use it instead of REG_NM
1521         in ftrv.
1522         Adjust the bit patterns in a few comments.
1523
1524 2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
1525
1526         * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
1527
1528 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
1529
1530         * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
1531
1532 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
1533
1534         * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
1535
1536 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
1537
1538         * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
1539         mtivor32, mtivor33, mtivor34.
1540
1541 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
1542
1543         * ppc-opc.c (powerpc_opcodes): Add mfmcar.
1544
1545 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
1546
1547         * arm-opc.h Maverick accumulator register opcode fixes.
1548
1549 2004-02-13  Ben Elliston  <bje@wasabisystems.com>
1550
1551         * m32r-dis.c: Regenerate.
1552
1553 2004-01-27  Michael Snyder  <msnyder@redhat.com>
1554
1555         * sh-opc.h (sh_table): "fsrra", not "fssra".
1556
1557 2004-01-23  Andrew Over <andrew.over@cs.anu.edu.au>
1558
1559         * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
1560         contraints.
1561
1562 2004-01-19  Andrew Over  <andrew.over@cs.anu.edu.au>
1563
1564         * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
1565
1566 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
1567
1568         * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
1569         1.  Don't print scale factor on AT&T mode when index missing.
1570
1571 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
1572
1573         * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
1574         when loaded into XR registers.
1575
1576 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
1577
1578         * frv-desc.h: Regenerate.
1579         * frv-desc.c: Regenerate.
1580         * frv-opc.c: Regenerate.
1581
1582 2004-01-13  Michael Snyder  <msnyder@redhat.com>
1583
1584         * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
1585
1586 2004-01-09  Paul Brook  <paul@codesourcery.com>
1587
1588         * arm-opc.h (arm_opcodes): Move generic mcrr after known
1589         specific opcodes.
1590
1591 2004-01-07  Daniel Jacobowitz  <drow@mvista.com>
1592
1593         * Makefile.am (libopcodes_la_DEPENDENCIES)
1594         (libopcodes_la_LIBADD): Revert 2003-05-17 change.  Add explanatory
1595         comment about the problem.
1596         * Makefile.in: Regenerate.
1597
1598 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
1599
1600         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
1601         * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
1602         cut&paste errors in shifting/truncating numerical operands.
1603         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
1604         * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
1605         (parse_uslo16): Likewise.
1606         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
1607         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
1608         (parse_s12): Likewise.
1609         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
1610         * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
1611         (parse_uslo16): Likewise.
1612         (parse_uhi16): Parse gothi and gotfuncdeschi.
1613         (parse_d12): Parse got12 and gotfuncdesc12.
1614         (parse_s12): Likewise.
1615
1616 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
1617
1618         * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
1619         instruction which looks similar to an 'rla' instruction.
1620
1621 For older changes see ChangeLog-0203
1622 \f
1623 Local Variables:
1624 mode: change-log
1625 left-margin: 8
1626 fill-column: 74
1627 version-control: never
1628 End: