* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
[binutils.git] / opcodes / ChangeLog
blobadf1a09f8cbfae29ae4ca81a6454d111bd3d6ded
1 2004-07-30  Michal Ludvig  <mludvig@suse.cz>
3         * i386-dis.c (GRPPADLCK): Renamed to GRPPADLCK1
4         (GRPPADLCK2): New define.
5         (twobyte_has_modrm): True for 0xA6.
6         (grps): GRPPADLCK2 for opcode 0xA6.
8 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
10         Introduce SH2a support.
11         * sh-opc.h (arch_sh2a_base): Renumber.
12         (arch_sh2a_nofpu_base): Remove.
13         (arch_sh_base_mask): Adjust.
14         (arch_opann_mask): New.
15         (arch_sh2a, arch_sh2a_nofpu): Adjust.
16         (arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
17         (sh_table): Adjust whitespace.
18         2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
19         * sh-opc.h (arch_sh2a_nofpu_up): New.  Use instead of arch_sh2a_up in
20         instruction list throughout.
21         (arch_sh2a_up): Redefine to include fpu instruction set.  Use instead
22         of arch_sh2a in instruction list throughout.
23         (arch_sh2e_up): Accomodate above changes.
24         (arch_sh2_up): Ditto.
25         2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
26         * sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
27         2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
28         * sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
29         * sh-opc.h (arch_sh2a_nofpu): New.
30         (arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
31         (sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
32         instruction.
33         2004-01-20  DJ Delorie  <dj@redhat.com>
34         * sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
35         2003-12-29  DJ Delorie  <dj@redhat.com>
36         * sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
37         sh_opcode_info, sh_table): Add sh2a support.
38         (arch_op32): New, to tag 32-bit opcodes.
39         * sh-dis.c (print_insn_sh): Support sh2a opcodes.
40         2003-12-02  Michael Snyder  <msnyder@redhat.com>
41         * sh-opc.h (arch_sh2a): Add.
42         * sh-dis.c (arch_sh2a): Handle.
43         * sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.
45 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
47         * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.
49 2004-07-22  Nick Clifton  <nickc@redhat.com>
51         PR/280
52         * h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
53         insns - this is done by objdump itself.
54         * h8500-dis.c (print_insn_h8500): Likewise.
56 2004-07-21  Jan Beulich <jbeulich@novell.com>
58         * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode
59         regardless of address size prefix in effect.
60         (ptr_reg): Size or address registers does not depend on rex64, but
61         on the presence of an address size override.
62         (OP_MMX): Use rex.x only for xmm registers.
63         (OP_EM): Use rex.z only for xmm registers.
65 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
67         * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
68         move/branch operations to the bottom so that VR5400 multimedia
69         instructions take precedence in disassembly.
71 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
73         * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
74         ISA-specific "break" encoding.
76 2004-07-13  Elvis Chiang  <elvisfb@gmail.com>
78         * arm-opc.h: Fix typo in comment.
80 2004-07-11  Andreas Schwab  <schwab@suse.de>
82         * m68k-dis.c (m68k_valid_ea): Fix typos in last change.
84 2004-07-09  Andreas Schwab  <schwab@suse.de>
86         * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
88 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
90         * Makefile.am (CFILES): Add crx-dis.c, crx-opc.c.
91         (ALL_MACHINES): Add crx-dis.lo, crx-opc.lo.
92         (crx-dis.lo): New target.
93         (crx-opc.lo): Likewise.
94         * Makefile.in: Regenerate.
95         * configure.in: Handle bfd_crx_arch.
96         * configure: Regenerate.
97         * crx-dis.c: New file.
98         * crx-opc.c: New file.
99         * disassemble.c (ARCH_crx): Define.
100         (disassembler): Handle ARCH_crx.
102 2004-06-29  James E Wilson  <wilson@specifixinc.com>
104         * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
105         * ia64-asmtab.c: Regnerate.
107 2004-06-28  Alan Modra  <amodra@bigpond.net.au>
109         * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.
110         (extract_fxm): Don't test dialect.
111         (XFXFXM_MASK): Include the power4 bit.
112         (XFXM): Add p4 param.
113         (powerpc_opcodes): Add mfocrf and mtocrf.  Adjust mtcr.
115 2004-06-27  Alexandre Oliva  <aoliva@redhat.com>
117         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
118         * disassemble.c (disassembler): Handle bfd_mach_h8300sxn.
120 2004-06-26  Alan Modra  <amodra@bigpond.net.au>
122         * ppc-opc.c (BH, XLBH_MASK): Define.
123         (powerpc_opcodes): Allow BH field on bclr, bclrl, bcctr, bcctrl.
125 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
127         * i386-dis.c (x_mode): Comment.
128         (two_source_ops): File scope.
129         (float_mem): Correct fisttpll and fistpll.
130         (float_mem_mode): New table.
131         (dofloat): Use it.
132         (OP_E): Correct intel mode PTR output.
133         (ptr_reg): Use open_char and close_char.
134         (PNI_Fixup): Handle possible suffix on sidt.  Use op1out etc. for
135         operands.  Set two_source_ops.
137 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
139         * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
140         instead of _raw_size.
142 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
144         * ia64-gen.c (in_iclass): Handle more postinc st
145         and ld variants.
146         * ia64-asmtab.c: Rebuilt.
148 2004-06-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
150         * s390-opc.txt: Correct architecture mask for some opcodes.
151         lrv, lrvh, strv, ml, dl, alc, slb rll and mvclu are available
152         in the esa mode as well.
154 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
156         * sh-dis.c (target_arch): Make unsigned.
157         (print_insn_sh): Replace (most of) switch with a call to
158         sh_get_arch_from_bfd_mach(). Also use new architecture flags system.
159         * sh-opc.h: Redefine architecture flags values.
160         Add sh3-nommu architecture.
161         Reorganise <arch>_up macros so they make more visual sense.
162         (SH_MERGE_ARCH_SET): Define new macro.
163         (SH_VALID_BASE_ARCH_SET): Likewise.
164         (SH_VALID_MMU_ARCH_SET): Likewise.
165         (SH_VALID_CO_ARCH_SET): Likewise.
166         (SH_VALID_ARCH_SET): Likewise.
167         (SH_MERGE_ARCH_SET_VALID): Likewise.
168         (SH_ARCH_SET_HAS_FPU): Likewise.
169         (SH_ARCH_SET_HAS_DSP): Likewise.
170         (SH_ARCH_UNKNOWN_ARCH): Likewise.
171         (sh_get_arch_from_bfd_mach): Add prototype.
172         (sh_get_arch_up_from_bfd_mach): Likewise.
173         (sh_get_bfd_mach_from_arch_set): Likewise.
174         (sh_merge_bfd_arc): Likewise.
176 2004-05-24  Peter Barada  <peter@the-baradas.com>
178         * m68k-dis.c(print_insn_m68k): Strip body of diassembly out
179         into new match_insn_m68k function.  Loop over canidate
180         matches and select first that completely matches.
181         * m68k-dis.c(print_insn_arg): Fix 'g' case to only extract 1 bit.
182         * m68k-dis.c(print_insn_arg): Call new function m68k_valid_ea
183         to verify addressing for MAC/EMAC. 
184         * m68k-dis.c(print_insn_arg): Use reg_half_names for MAC/EMAC
185         reigster halves since 'fpu' and 'spl' look misleading.
186         * m68k-dis.c(fetch_arg): Fix 'G', 'H', 'I', 'f', 'M', 'N' cases.
187         * m68k-opc.c: Rearragne mac/emac cases to use longest for
188         first, tighten up match masks.
189         * m68k-opc.c: Add 'size' field to struct m68k_opcode.  Produce
190         'size' from special case code in print_insn_m68k to
191         determine decode size of insns.
193 2004-05-19  Alan Modra  <amodra@bigpond.net.au>
195         * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
196         well as when -mpower4.
198 2004-05-13  Nick Clifton  <nickc@redhat.com>
200         * po/fr.po: Updated French translation.
202 2004-05-05  Peter Barada  <peter@the-baradas.com>
204         * m68k-dis.c(print_insn_m68k): Add new chips, use core
205         variants in arch_mask.  Only set m68881/68851 for 68k chips.
206         * m68k-op.c: Switch from ColdFire chips to core variants.
208 2004-05-05  Alan Modra  <amodra@bigpond.net.au>
210         PR 147.
211         * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
213 2004-04-29  Ben Elliston  <bje@au.ibm.com>
215         * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.
216         (powerpc_opcodes): Add "dbczl" instruction for PPC970.
218 2004-04-22  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
220         * sh-dis.c (print_insn_sh): Print the value in constant pool
221         as a symbol if it looks like a symbol.
223 2004-04-22  Peter Barada <peter@the-baradas.com>
225         * m68k-dis.c(print_insn_m68k): Set mfcmac/mcfemac on
226         appropriate ColdFire architectures.
227         (print_insn_m68k): Handle EMAC, MAC/EMAC scalefactor, and MAC/EMAC
228         mask addressing.
229         Add EMAC instructions, fix MAC instructions. Remove
230         macmw/macml/msacmw/msacml instructions since mask addressing now
231         supported.
233 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
235         * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
236         (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
237         suffix.  Use fmov*x macros, create all 3 fpsize variants in one
238         macro.  Adjust all users.
240 2004-04-15  Anil Paranjpe  <anilp1@kpitcummins.com>
241         
242         * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
243         separately.
245 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
247         * m32r-asm.c: Regenerate.
249 2004-03-29  Stan Shebs  <shebs@apple.com>
251         * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
252         used.
254 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
256         * aclocal.m4: Regenerate.
257         * config.in: Regenerate.
258         * configure: Regenerate.
259         * po/POTFILES.in: Regenerate.
260         * po/opcodes.pot: Regenerate.
262 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
264         * ppc-dis.c (print_insn_powerpc): Don't print tabs.  Handle
265         PPC_OPERANDS_GPR_0.
266         * ppc-opc.c (RA0): Define.
267         (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
268         (RAOPT): Rename from RAO.  Update all uses.
269         (powerpc_opcodes): Use RA0 as appropriate.
271 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
273         * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
275 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
277         * sparc-dis.c (print_insn_sparc): Update getword prototype.
279 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
281         * i386-dis.c (GRPPLOCK): Delete.
282         (grps): Delete GRPPLOCK entry.
284 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
286         * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
287         (M, Mp): Use OP_M.
288         (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
289         (GRPPADLCK): Define.
290         (dis386): Use NOP_Fixup on "nop".
291         (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
292         (twobyte_has_modrm): Set for 0xa7.
293         (padlock_table): Delete.  Move to..
294         (grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
295         and clflush.
296         (print_insn): Revert PADLOCK_SPECIAL code.
297         (OP_E): Delete sfence, lfence, mfence checks.
299 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
301         * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
302         (INVLPG_Fixup): New function.
303         (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
305 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
307         * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
308         (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
309         (padlock_table): New struct with PadLock instructions.
310         (print_insn): Handle PADLOCK_SPECIAL.
312 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
314         * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
315         (OP_E): Twiddle clflush to sfence here.
317 2004-03-08  Nick Clifton  <nickc@redhat.com>
319         * po/de.po: Updated German translation.
321 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
323         * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
324         nofpu mode.  Add BFD type bfd_mach_sh4_nommu_nofpu.
325         * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
326         accordingly.
328 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
330         * frv-asm.c: Regenerate.
331         * frv-desc.c: Regenerate.
332         * frv-desc.h: Regenerate.
333         * frv-dis.c: Regenerate.
334         * frv-ibld.c: Regenerate.
335         * frv-opc.c: Regenerate.
336         * frv-opc.h: Regenerate.
338 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
340         * frv-desc.c, frv-opc.c: Regenerate.
342 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
344         * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
346 2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>
348         * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
349         Also correct mistake in the comment.
351 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
353         * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
354         ensure that double registers have even numbers.
355         Add REG_N_B01 for nn01 (binary 01) nibble to ensure
356         that reserved instruction 0xfffd does not decode the same
357         as 0xfdfd (ftrv).
358         * sh-opc.h: Add REG_N_D nibble type and use it whereever
359         REG_N refers to a double register.
360         Add REG_N_B01 nibble type and use it instead of REG_NM
361         in ftrv.
362         Adjust the bit patterns in a few comments.
364 2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
366         * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
368 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
370         * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
372 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
374         * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
376 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
378         * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
379         mtivor32, mtivor33, mtivor34.
381 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
383         * ppc-opc.c (powerpc_opcodes): Add mfmcar.
385 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
387         * arm-opc.h Maverick accumulator register opcode fixes.
389 2004-02-13  Ben Elliston  <bje@wasabisystems.com>
391         * m32r-dis.c: Regenerate.
393 2004-01-27  Michael Snyder  <msnyder@redhat.com>
395         * sh-opc.h (sh_table): "fsrra", not "fssra".
397 2004-01-23  Andrew Over <andrew.over@cs.anu.edu.au>
399         * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
400         contraints.
402 2004-01-19  Andrew Over  <andrew.over@cs.anu.edu.au>
404         * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
406 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
408         * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
409         1.  Don't print scale factor on AT&T mode when index missing.
411 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
413         * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
414         when loaded into XR registers.
416 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
418         * frv-desc.h: Regenerate.
419         * frv-desc.c: Regenerate.
420         * frv-opc.c: Regenerate.
422 2004-01-13  Michael Snyder  <msnyder@redhat.com>
424         * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
426 2004-01-09  Paul Brook  <paul@codesourcery.com>
428         * arm-opc.h (arm_opcodes): Move generic mcrr after known
429         specific opcodes.
431 2004-01-07  Daniel Jacobowitz  <drow@mvista.com>
433         * Makefile.am (libopcodes_la_DEPENDENCIES)
434         (libopcodes_la_LIBADD): Revert 2003-05-17 change.  Add explanatory
435         comment about the problem.
436         * Makefile.in: Regenerate.
438 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
440         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
441         * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
442         cut&paste errors in shifting/truncating numerical operands.
443         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
444         * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
445         (parse_uslo16): Likewise.
446         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
447         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
448         (parse_s12): Likewise.
449         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
450         * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
451         (parse_uslo16): Likewise.
452         (parse_uhi16): Parse gothi and gotfuncdeschi.
453         (parse_d12): Parse got12 and gotfuncdesc12.
454         (parse_s12): Likewise.
456 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
458         * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
459         instruction which looks similar to an 'rla' instruction.
461 For older changes see ChangeLog-0203
463 Local Variables:
464 mode: change-log
465 left-margin: 8
466 fill-column: 74
467 version-control: never
468 End: