* doc/c-i386.texi (i386-Mnemonics): Fix typo.
[binutils.git] / opcodes / ChangeLog
blobf4eebbbe19cedfae1e12f9d83067669da7c5b2b5
1 2004-09-17  H.J. Lu  <hongjiu.lu@intel.com>
3         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
4         (CONFIG_STATUS_DEPENDENCIES): New.
5         (Makefile): Removed.
6         (config.status): Likewise.
7         * Makefile.in: Regenerated.
9 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
11         * Makefile.am: Run "make dep-am".
12         * Makefile.in: Regenerate.
13         * aclocal.m4: Regenerate.
14         * configure: Regenerate.
15         * po/POTFILES.in: Regenerate.
16         * po/opcodes.pot: Regenerate.
18 2004-09-11  Andreas Schwab  <schwab@suse.de>
20         * configure: Rebuild.
22 2004-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
24         * ppc-opc.c (L): Make this field not optional.
26 2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
28         * opc-crx.c: Rename 'popma' to 'popa', remove 'pushma'.
29         Fix parameter to 'm[t|f]csr' insns.
31 2004-08-30  Nathanael Nerode  <neroden@gcc.gnu.org>
33         * configure.in: Autoupdate to autoconf 2.59.
34         * aclocal.m4: Rebuild with aclocal 1.4p6.
35         * configure: Rebuild with autoconf 2.59.
36         * Makefile.in: Rebuild with automake 1.4p6 (picking up
37         bfd changes for autoconf 2.59 on the way).
38         * config.in: Rebuild with autoheader 2.59.
40 2004-08-27  Richard Sandiford  <rsandifo@redhat.com>
42         * frv-desc.[ch], frv-opc.[ch]: Regenerated.
44 2004-07-30  Michal Ludvig  <mludvig@suse.cz>
46         * i386-dis.c (GRPPADLCK): Renamed to GRPPADLCK1
47         (GRPPADLCK2): New define.
48         (twobyte_has_modrm): True for 0xA6.
49         (grps): GRPPADLCK2 for opcode 0xA6.
51 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
53         Introduce SH2a support.
54         * sh-opc.h (arch_sh2a_base): Renumber.
55         (arch_sh2a_nofpu_base): Remove.
56         (arch_sh_base_mask): Adjust.
57         (arch_opann_mask): New.
58         (arch_sh2a, arch_sh2a_nofpu): Adjust.
59         (arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
60         (sh_table): Adjust whitespace.
61         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
62         * sh-opc.h (arch_sh2a_nofpu_up): New.  Use instead of arch_sh2a_up in
63         instruction list throughout.
64         (arch_sh2a_up): Redefine to include fpu instruction set.  Use instead
65         of arch_sh2a in instruction list throughout.
66         (arch_sh2e_up): Accomodate above changes.
67         (arch_sh2_up): Ditto.
68         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
69         * sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
70         2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
71         * sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
72         * sh-opc.h (arch_sh2a_nofpu): New.
73         (arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
74         (sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
75         instruction.
76         2004-01-20  DJ Delorie  <dj@redhat.com>
77         * sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
78         2003-12-29  DJ Delorie  <dj@redhat.com>
79         * sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
80         sh_opcode_info, sh_table): Add sh2a support.
81         (arch_op32): New, to tag 32-bit opcodes.
82         * sh-dis.c (print_insn_sh): Support sh2a opcodes.
83         2003-12-02  Michael Snyder  <msnyder@redhat.com>
84         * sh-opc.h (arch_sh2a): Add.
85         * sh-dis.c (arch_sh2a): Handle.
86         * sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.
88 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
90         * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.
92 2004-07-22  Nick Clifton  <nickc@redhat.com>
94         PR/280
95         * h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
96         insns - this is done by objdump itself.
97         * h8500-dis.c (print_insn_h8500): Likewise.
99 2004-07-21  Jan Beulich <jbeulich@novell.com>
101         * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode
102         regardless of address size prefix in effect.
103         (ptr_reg): Size or address registers does not depend on rex64, but
104         on the presence of an address size override.
105         (OP_MMX): Use rex.x only for xmm registers.
106         (OP_EM): Use rex.z only for xmm registers.
108 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
110         * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
111         move/branch operations to the bottom so that VR5400 multimedia
112         instructions take precedence in disassembly.
114 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
116         * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
117         ISA-specific "break" encoding.
119 2004-07-13  Elvis Chiang  <elvisfb@gmail.com>
121         * arm-opc.h: Fix typo in comment.
123 2004-07-11  Andreas Schwab  <schwab@suse.de>
125         * m68k-dis.c (m68k_valid_ea): Fix typos in last change.
127 2004-07-09  Andreas Schwab  <schwab@suse.de>
129         * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
131 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
133         * Makefile.am (CFILES): Add crx-dis.c, crx-opc.c.
134         (ALL_MACHINES): Add crx-dis.lo, crx-opc.lo.
135         (crx-dis.lo): New target.
136         (crx-opc.lo): Likewise.
137         * Makefile.in: Regenerate.
138         * configure.in: Handle bfd_crx_arch.
139         * configure: Regenerate.
140         * crx-dis.c: New file.
141         * crx-opc.c: New file.
142         * disassemble.c (ARCH_crx): Define.
143         (disassembler): Handle ARCH_crx.
145 2004-06-29  James E Wilson  <wilson@specifixinc.com>
147         * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
148         * ia64-asmtab.c: Regnerate.
150 2004-06-28  Alan Modra  <amodra@bigpond.net.au>
152         * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.
153         (extract_fxm): Don't test dialect.
154         (XFXFXM_MASK): Include the power4 bit.
155         (XFXM): Add p4 param.
156         (powerpc_opcodes): Add mfocrf and mtocrf.  Adjust mtcr.
158 2004-06-27  Alexandre Oliva  <aoliva@redhat.com>
160         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
161         * disassemble.c (disassembler): Handle bfd_mach_h8300sxn.
163 2004-06-26  Alan Modra  <amodra@bigpond.net.au>
165         * ppc-opc.c (BH, XLBH_MASK): Define.
166         (powerpc_opcodes): Allow BH field on bclr, bclrl, bcctr, bcctrl.
168 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
170         * i386-dis.c (x_mode): Comment.
171         (two_source_ops): File scope.
172         (float_mem): Correct fisttpll and fistpll.
173         (float_mem_mode): New table.
174         (dofloat): Use it.
175         (OP_E): Correct intel mode PTR output.
176         (ptr_reg): Use open_char and close_char.
177         (PNI_Fixup): Handle possible suffix on sidt.  Use op1out etc. for
178         operands.  Set two_source_ops.
180 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
182         * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
183         instead of _raw_size.
185 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
187         * ia64-gen.c (in_iclass): Handle more postinc st
188         and ld variants.
189         * ia64-asmtab.c: Rebuilt.
191 2004-06-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
193         * s390-opc.txt: Correct architecture mask for some opcodes.
194         lrv, lrvh, strv, ml, dl, alc, slb rll and mvclu are available
195         in the esa mode as well.
197 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
199         * sh-dis.c (target_arch): Make unsigned.
200         (print_insn_sh): Replace (most of) switch with a call to
201         sh_get_arch_from_bfd_mach(). Also use new architecture flags system.
202         * sh-opc.h: Redefine architecture flags values.
203         Add sh3-nommu architecture.
204         Reorganise <arch>_up macros so they make more visual sense.
205         (SH_MERGE_ARCH_SET): Define new macro.
206         (SH_VALID_BASE_ARCH_SET): Likewise.
207         (SH_VALID_MMU_ARCH_SET): Likewise.
208         (SH_VALID_CO_ARCH_SET): Likewise.
209         (SH_VALID_ARCH_SET): Likewise.
210         (SH_MERGE_ARCH_SET_VALID): Likewise.
211         (SH_ARCH_SET_HAS_FPU): Likewise.
212         (SH_ARCH_SET_HAS_DSP): Likewise.
213         (SH_ARCH_UNKNOWN_ARCH): Likewise.
214         (sh_get_arch_from_bfd_mach): Add prototype.
215         (sh_get_arch_up_from_bfd_mach): Likewise.
216         (sh_get_bfd_mach_from_arch_set): Likewise.
217         (sh_merge_bfd_arc): Likewise.
219 2004-05-24  Peter Barada  <peter@the-baradas.com>
221         * m68k-dis.c(print_insn_m68k): Strip body of diassembly out
222         into new match_insn_m68k function.  Loop over canidate
223         matches and select first that completely matches.
224         * m68k-dis.c(print_insn_arg): Fix 'g' case to only extract 1 bit.
225         * m68k-dis.c(print_insn_arg): Call new function m68k_valid_ea
226         to verify addressing for MAC/EMAC. 
227         * m68k-dis.c(print_insn_arg): Use reg_half_names for MAC/EMAC
228         reigster halves since 'fpu' and 'spl' look misleading.
229         * m68k-dis.c(fetch_arg): Fix 'G', 'H', 'I', 'f', 'M', 'N' cases.
230         * m68k-opc.c: Rearragne mac/emac cases to use longest for
231         first, tighten up match masks.
232         * m68k-opc.c: Add 'size' field to struct m68k_opcode.  Produce
233         'size' from special case code in print_insn_m68k to
234         determine decode size of insns.
236 2004-05-19  Alan Modra  <amodra@bigpond.net.au>
238         * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
239         well as when -mpower4.
241 2004-05-13  Nick Clifton  <nickc@redhat.com>
243         * po/fr.po: Updated French translation.
245 2004-05-05  Peter Barada  <peter@the-baradas.com>
247         * m68k-dis.c(print_insn_m68k): Add new chips, use core
248         variants in arch_mask.  Only set m68881/68851 for 68k chips.
249         * m68k-op.c: Switch from ColdFire chips to core variants.
251 2004-05-05  Alan Modra  <amodra@bigpond.net.au>
253         PR 147.
254         * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
256 2004-04-29  Ben Elliston  <bje@au.ibm.com>
258         * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.
259         (powerpc_opcodes): Add "dbczl" instruction for PPC970.
261 2004-04-22  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
263         * sh-dis.c (print_insn_sh): Print the value in constant pool
264         as a symbol if it looks like a symbol.
266 2004-04-22  Peter Barada <peter@the-baradas.com>
268         * m68k-dis.c(print_insn_m68k): Set mfcmac/mcfemac on
269         appropriate ColdFire architectures.
270         (print_insn_m68k): Handle EMAC, MAC/EMAC scalefactor, and MAC/EMAC
271         mask addressing.
272         Add EMAC instructions, fix MAC instructions. Remove
273         macmw/macml/msacmw/msacml instructions since mask addressing now
274         supported.
276 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
278         * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
279         (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
280         suffix.  Use fmov*x macros, create all 3 fpsize variants in one
281         macro.  Adjust all users.
283 2004-04-15  Anil Paranjpe  <anilp1@kpitcummins.com>
284         
285         * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
286         separately.
288 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
290         * m32r-asm.c: Regenerate.
292 2004-03-29  Stan Shebs  <shebs@apple.com>
294         * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
295         used.
297 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
299         * aclocal.m4: Regenerate.
300         * config.in: Regenerate.
301         * configure: Regenerate.
302         * po/POTFILES.in: Regenerate.
303         * po/opcodes.pot: Regenerate.
305 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
307         * ppc-dis.c (print_insn_powerpc): Don't print tabs.  Handle
308         PPC_OPERANDS_GPR_0.
309         * ppc-opc.c (RA0): Define.
310         (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
311         (RAOPT): Rename from RAO.  Update all uses.
312         (powerpc_opcodes): Use RA0 as appropriate.
314 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
316         * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
318 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
320         * sparc-dis.c (print_insn_sparc): Update getword prototype.
322 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
324         * i386-dis.c (GRPPLOCK): Delete.
325         (grps): Delete GRPPLOCK entry.
327 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
329         * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
330         (M, Mp): Use OP_M.
331         (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
332         (GRPPADLCK): Define.
333         (dis386): Use NOP_Fixup on "nop".
334         (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
335         (twobyte_has_modrm): Set for 0xa7.
336         (padlock_table): Delete.  Move to..
337         (grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
338         and clflush.
339         (print_insn): Revert PADLOCK_SPECIAL code.
340         (OP_E): Delete sfence, lfence, mfence checks.
342 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
344         * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
345         (INVLPG_Fixup): New function.
346         (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
348 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
350         * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
351         (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
352         (padlock_table): New struct with PadLock instructions.
353         (print_insn): Handle PADLOCK_SPECIAL.
355 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
357         * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
358         (OP_E): Twiddle clflush to sfence here.
360 2004-03-08  Nick Clifton  <nickc@redhat.com>
362         * po/de.po: Updated German translation.
364 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
366         * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
367         nofpu mode.  Add BFD type bfd_mach_sh4_nommu_nofpu.
368         * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
369         accordingly.
371 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
373         * frv-asm.c: Regenerate.
374         * frv-desc.c: Regenerate.
375         * frv-desc.h: Regenerate.
376         * frv-dis.c: Regenerate.
377         * frv-ibld.c: Regenerate.
378         * frv-opc.c: Regenerate.
379         * frv-opc.h: Regenerate.
381 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
383         * frv-desc.c, frv-opc.c: Regenerate.
385 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
387         * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
389 2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>
391         * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
392         Also correct mistake in the comment.
394 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
396         * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
397         ensure that double registers have even numbers.
398         Add REG_N_B01 for nn01 (binary 01) nibble to ensure
399         that reserved instruction 0xfffd does not decode the same
400         as 0xfdfd (ftrv).
401         * sh-opc.h: Add REG_N_D nibble type and use it whereever
402         REG_N refers to a double register.
403         Add REG_N_B01 nibble type and use it instead of REG_NM
404         in ftrv.
405         Adjust the bit patterns in a few comments.
407 2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
409         * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
411 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
413         * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
415 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
417         * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
419 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
421         * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
422         mtivor32, mtivor33, mtivor34.
424 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
426         * ppc-opc.c (powerpc_opcodes): Add mfmcar.
428 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
430         * arm-opc.h Maverick accumulator register opcode fixes.
432 2004-02-13  Ben Elliston  <bje@wasabisystems.com>
434         * m32r-dis.c: Regenerate.
436 2004-01-27  Michael Snyder  <msnyder@redhat.com>
438         * sh-opc.h (sh_table): "fsrra", not "fssra".
440 2004-01-23  Andrew Over <andrew.over@cs.anu.edu.au>
442         * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
443         contraints.
445 2004-01-19  Andrew Over  <andrew.over@cs.anu.edu.au>
447         * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
449 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
451         * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
452         1.  Don't print scale factor on AT&T mode when index missing.
454 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
456         * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
457         when loaded into XR registers.
459 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
461         * frv-desc.h: Regenerate.
462         * frv-desc.c: Regenerate.
463         * frv-opc.c: Regenerate.
465 2004-01-13  Michael Snyder  <msnyder@redhat.com>
467         * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
469 2004-01-09  Paul Brook  <paul@codesourcery.com>
471         * arm-opc.h (arm_opcodes): Move generic mcrr after known
472         specific opcodes.
474 2004-01-07  Daniel Jacobowitz  <drow@mvista.com>
476         * Makefile.am (libopcodes_la_DEPENDENCIES)
477         (libopcodes_la_LIBADD): Revert 2003-05-17 change.  Add explanatory
478         comment about the problem.
479         * Makefile.in: Regenerate.
481 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
483         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
484         * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
485         cut&paste errors in shifting/truncating numerical operands.
486         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
487         * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
488         (parse_uslo16): Likewise.
489         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
490         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
491         (parse_s12): Likewise.
492         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
493         * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
494         (parse_uslo16): Likewise.
495         (parse_uhi16): Parse gothi and gotfuncdeschi.
496         (parse_d12): Parse got12 and gotfuncdesc12.
497         (parse_s12): Likewise.
499 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
501         * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
502         instruction which looks similar to an 'rla' instruction.
504 For older changes see ChangeLog-0203
506 Local Variables:
507 mode: change-log
508 left-margin: 8
509 fill-column: 74
510 version-control: never
511 End: