Restore 2002 ChangeLog history.
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2004-04-15  Anil Paranjpe  <anilp1@kpitcummins.com>
2         
3         * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
4         separately.
5
6 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7
8         * m32r-asm.c: Regenerate.
9
10 2004-03-29  Stan Shebs  <shebs@apple.com>
11
12         * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
13         used.
14
15 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
16
17         * aclocal.m4: Regenerate.
18         * config.in: Regenerate.
19         * configure: Regenerate.
20         * po/POTFILES.in: Regenerate.
21         * po/opcodes.pot: Regenerate.
22
23 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
24
25         * ppc-dis.c (print_insn_powerpc): Don't print tabs.  Handle
26         PPC_OPERANDS_GPR_0.
27         * ppc-opc.c (RA0): Define.
28         (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
29         (RAOPT): Rename from RAO.  Update all uses.
30         (powerpc_opcodes): Use RA0 as appropriate.
31
32 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
33
34         * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
35
36 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
37
38         * sparc-dis.c (print_insn_sparc): Update getword prototype.
39
40 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
41
42         * i386-dis.c (GRPPLOCK): Delete.
43         (grps): Delete GRPPLOCK entry.
44
45 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
46
47         * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
48         (M, Mp): Use OP_M.
49         (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
50         (GRPPADLCK): Define.
51         (dis386): Use NOP_Fixup on "nop".
52         (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
53         (twobyte_has_modrm): Set for 0xa7.
54         (padlock_table): Delete.  Move to..
55         (grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
56         and clflush.
57         (print_insn): Revert PADLOCK_SPECIAL code.
58         (OP_E): Delete sfence, lfence, mfence checks.
59
60 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
61
62         * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
63         (INVLPG_Fixup): New function.
64         (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
65
66 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
67
68         * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
69         (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
70         (padlock_table): New struct with PadLock instructions.
71         (print_insn): Handle PADLOCK_SPECIAL.
72
73 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
74
75         * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
76         (OP_E): Twiddle clflush to sfence here.
77
78 2004-03-08  Nick Clifton  <nickc@redhat.com>
79
80         * po/de.po: Updated German translation.
81
82 2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>
83
84         * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
85         nofpu mode.  Add BFD type bfd_mach_sh4_nommu_nofpu.
86         * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
87         accordingly.
88
89 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
90
91         * frv-asm.c: Regenerate.
92         * frv-desc.c: Regenerate.
93         * frv-desc.h: Regenerate.
94         * frv-dis.c: Regenerate.
95         * frv-ibld.c: Regenerate.
96         * frv-opc.c: Regenerate.
97         * frv-opc.h: Regenerate.
98
99 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
100
101         * frv-desc.c, frv-opc.c: Regenerate.
102
103 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
104
105         * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
106
107 2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>
108
109         * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
110         Also correct mistake in the comment.
111
112 2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
113
114         * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
115         ensure that double registers have even numbers.
116         Add REG_N_B01 for nn01 (binary 01) nibble to ensure
117         that reserved instruction 0xfffd does not decode the same
118         as 0xfdfd (ftrv).
119         * sh-opc.h: Add REG_N_D nibble type and use it whereever
120         REG_N refers to a double register.
121         Add REG_N_B01 nibble type and use it instead of REG_NM
122         in ftrv.
123         Adjust the bit patterns in a few comments.
124
125 2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
126
127         * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
128
129 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
130
131         * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
132
133 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
134
135         * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
136
137 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
138
139         * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
140         mtivor32, mtivor33, mtivor34.
141
142 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
143
144         * ppc-opc.c (powerpc_opcodes): Add mfmcar.
145
146 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
147
148         * arm-opc.h Maverick accumulator register opcode fixes.
149
150 2004-02-13  Ben Elliston  <bje@wasabisystems.com>
151
152         * m32r-dis.c: Regenerate.
153
154 2004-01-27  Michael Snyder  <msnyder@redhat.com>
155
156         * sh-opc.h (sh_table): "fsrra", not "fssra".
157
158 2004-01-23  Andrew Over <andrew.over@cs.anu.edu.au>
159
160         * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
161         contraints.
162
163 2004-01-19  Andrew Over  <andrew.over@cs.anu.edu.au>
164
165         * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
166
167 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
168
169         * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
170         1.  Don't print scale factor on AT&T mode when index missing.
171
172 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
173
174         * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
175         when loaded into XR registers.
176
177 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
178
179         * frv-desc.h: Regenerate.
180         * frv-desc.c: Regenerate.
181         * frv-opc.c: Regenerate.
182
183 2004-01-13  Michael Snyder  <msnyder@redhat.com>
184
185         * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
186
187 2004-01-09  Paul Brook  <paul@codesourcery.com>
188
189         * arm-opc.h (arm_opcodes): Move generic mcrr after known
190         specific opcodes.
191
192 2004-01-07  Daniel Jacobowitz  <drow@mvista.com>
193
194         * Makefile.am (libopcodes_la_DEPENDENCIES)
195         (libopcodes_la_LIBADD): Revert 2003-05-17 change.  Add explanatory
196         comment about the problem.
197         * Makefile.in: Regenerate.
198
199 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
200
201         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
202         * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
203         cut&paste errors in shifting/truncating numerical operands.
204         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
205         * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
206         (parse_uslo16): Likewise.
207         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
208         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
209         (parse_s12): Likewise.
210         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
211         * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
212         (parse_uslo16): Likewise.
213         (parse_uhi16): Parse gothi and gotfuncdeschi.
214         (parse_d12): Parse got12 and gotfuncdesc12.
215         (parse_s12): Likewise.
216
217 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
218
219         * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
220         instruction which looks similar to an 'rla' instruction.
221
222 For older changes see ChangeLog-0203
223 \f
224 Local Variables:
225 mode: change-log
226 left-margin: 8
227 fill-column: 74
228 version-control: never
229 End: