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