Eh... sanitize date of last entry
[binutils.git] / opcodes / ChangeLog
blobac27484709892e3f370c09d9b015ba443846948b
1 2004-04-22  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3         * sh-dis.c (print_insn_sh): Print the value in constant pool
4         as a symbol if it looks like a symbol.
6 2004-04-22  Peter Barada <peter@the-baradas.com>
8         * m68k-dis.c(print_insn_m68k): Set mfcmac/mcfemac on
9         appropriate ColdFire architectures.
10         (print_insn_m68k): Handle EMAC, MAC/EMAC scalefactor, and MAC/EMAC
11         mask addressing.
12         Add EMAC instructions, fix MAC instructions. Remove
13         macmw/macml/msacmw/msacml instructions since mask addressing now
14         supported.
16 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
18         * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
19         (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
20         suffix.  Use fmov*x macros, create all 3 fpsize variants in one
21         macro.  Adjust all users.
23 2004-04-15  Anil Paranjpe  <anilp1@kpitcummins.com>
24         
25         * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
26         separately.
28 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
30         * m32r-asm.c: Regenerate.
32 2004-03-29  Stan Shebs  <shebs@apple.com>
34         * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
35         used.
37 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
39         * aclocal.m4: Regenerate.
40         * config.in: Regenerate.
41         * configure: Regenerate.
42         * po/POTFILES.in: Regenerate.
43         * po/opcodes.pot: Regenerate.
45 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
47         * ppc-dis.c (print_insn_powerpc): Don't print tabs.  Handle
48         PPC_OPERANDS_GPR_0.
49         * ppc-opc.c (RA0): Define.
50         (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
51         (RAOPT): Rename from RAO.  Update all uses.
52         (powerpc_opcodes): Use RA0 as appropriate.
54 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
56         * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
58 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
60         * sparc-dis.c (print_insn_sparc): Update getword prototype.
62 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
64         * i386-dis.c (GRPPLOCK): Delete.
65         (grps): Delete GRPPLOCK entry.
67 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
69         * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
70         (M, Mp): Use OP_M.
71         (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
72         (GRPPADLCK): Define.
73         (dis386): Use NOP_Fixup on "nop".
74         (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
75         (twobyte_has_modrm): Set for 0xa7.
76         (padlock_table): Delete.  Move to..
77         (grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
78         and clflush.
79         (print_insn): Revert PADLOCK_SPECIAL code.
80         (OP_E): Delete sfence, lfence, mfence checks.
82 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
84         * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
85         (INVLPG_Fixup): New function.
86         (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
88 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
90         * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
91         (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
92         (padlock_table): New struct with PadLock instructions.
93         (print_insn): Handle PADLOCK_SPECIAL.
95 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
97         * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
98         (OP_E): Twiddle clflush to sfence here.
100 2004-03-08  Nick Clifton  <nickc@redhat.com>
102         * po/de.po: Updated German translation.
104 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
106         * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
107         nofpu mode.  Add BFD type bfd_mach_sh4_nommu_nofpu.
108         * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
109         accordingly.
111 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
113         * frv-asm.c: Regenerate.
114         * frv-desc.c: Regenerate.
115         * frv-desc.h: Regenerate.
116         * frv-dis.c: Regenerate.
117         * frv-ibld.c: Regenerate.
118         * frv-opc.c: Regenerate.
119         * frv-opc.h: Regenerate.
121 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
123         * frv-desc.c, frv-opc.c: Regenerate.
125 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
127         * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
129 2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>
131         * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
132         Also correct mistake in the comment.
134 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
136         * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
137         ensure that double registers have even numbers.
138         Add REG_N_B01 for nn01 (binary 01) nibble to ensure
139         that reserved instruction 0xfffd does not decode the same
140         as 0xfdfd (ftrv).
141         * sh-opc.h: Add REG_N_D nibble type and use it whereever
142         REG_N refers to a double register.
143         Add REG_N_B01 nibble type and use it instead of REG_NM
144         in ftrv.
145         Adjust the bit patterns in a few comments.
147 2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
149         * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
151 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
153         * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
155 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
157         * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
159 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
161         * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
162         mtivor32, mtivor33, mtivor34.
164 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
166         * ppc-opc.c (powerpc_opcodes): Add mfmcar.
168 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
170         * arm-opc.h Maverick accumulator register opcode fixes.
172 2004-02-13  Ben Elliston  <bje@wasabisystems.com>
174         * m32r-dis.c: Regenerate.
176 2004-01-27  Michael Snyder  <msnyder@redhat.com>
178         * sh-opc.h (sh_table): "fsrra", not "fssra".
180 2004-01-23  Andrew Over <andrew.over@cs.anu.edu.au>
182         * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
183         contraints.
185 2004-01-19  Andrew Over  <andrew.over@cs.anu.edu.au>
187         * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
189 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
191         * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
192         1.  Don't print scale factor on AT&T mode when index missing.
194 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
196         * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
197         when loaded into XR registers.
199 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
201         * frv-desc.h: Regenerate.
202         * frv-desc.c: Regenerate.
203         * frv-opc.c: Regenerate.
205 2004-01-13  Michael Snyder  <msnyder@redhat.com>
207         * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
209 2004-01-09  Paul Brook  <paul@codesourcery.com>
211         * arm-opc.h (arm_opcodes): Move generic mcrr after known
212         specific opcodes.
214 2004-01-07  Daniel Jacobowitz  <drow@mvista.com>
216         * Makefile.am (libopcodes_la_DEPENDENCIES)
217         (libopcodes_la_LIBADD): Revert 2003-05-17 change.  Add explanatory
218         comment about the problem.
219         * Makefile.in: Regenerate.
221 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
223         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
224         * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
225         cut&paste errors in shifting/truncating numerical operands.
226         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
227         * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
228         (parse_uslo16): Likewise.
229         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
230         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
231         (parse_s12): Likewise.
232         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
233         * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
234         (parse_uslo16): Likewise.
235         (parse_uhi16): Parse gothi and gotfuncdeschi.
236         (parse_d12): Parse got12 and gotfuncdesc12.
237         (parse_s12): Likewise.
239 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
241         * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
242         instruction which looks similar to an 'rla' instruction.
244 For older changes see ChangeLog-0203
246 Local Variables:
247 mode: change-log
248 left-margin: 8
249 fill-column: 74
250 version-control: never
251 End: