2004-04-13 David Carlton <carlton@kealia.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
f4453dfa
NC
12004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2
3 * m32r-asm.c: Regenerate.
4
9b0de91a
SS
52004-03-29 Stan Shebs <shebs@apple.com>
6
7 * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
8 used.
9
e20c0b3d
AM
102004-03-19 Alan Modra <amodra@bigpond.net.au>
11
12 * aclocal.m4: Regenerate.
13 * config.in: Regenerate.
14 * configure: Regenerate.
15 * po/POTFILES.in: Regenerate.
16 * po/opcodes.pot: Regenerate.
17
fdd12ef3
AM
182004-03-16 Alan Modra <amodra@bigpond.net.au>
19
20 * ppc-dis.c (print_insn_powerpc): Don't print tabs. Handle
21 PPC_OPERANDS_GPR_0.
22 * ppc-opc.c (RA0): Define.
23 (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
24 (RAOPT): Rename from RAO. Update all uses.
a9c3619e 25 (powerpc_opcodes): Use RA0 as appropriate.
fdd12ef3 26
2dc111b3 272004-03-15 Aldy Hernandez <aldyh@redhat.com>
fdd12ef3
AM
28
29 * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
2dc111b3 30
7bfeee7b
AM
312004-03-15 Alan Modra <amodra@bigpond.net.au>
32
33 * sparc-dis.c (print_insn_sparc): Update getword prototype.
34
7ffdda93
ML
352004-03-12 Michal Ludvig <mludvig@suse.cz>
36
37 * i386-dis.c (GRPPLOCK): Delete.
7bfeee7b 38 (grps): Delete GRPPLOCK entry.
7ffdda93 39
cc0ec051
AM
402004-03-12 Alan Modra <amodra@bigpond.net.au>
41
42 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
43 (M, Mp): Use OP_M.
44 (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
45 (GRPPADLCK): Define.
46 (dis386): Use NOP_Fixup on "nop".
47 (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
48 (twobyte_has_modrm): Set for 0xa7.
49 (padlock_table): Delete. Move to..
50 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence
51 and clflush.
52 (print_insn): Revert PADLOCK_SPECIAL code.
53 (OP_E): Delete sfence, lfence, mfence checks.
54
4fd61dcb
JJ
552004-03-12 Jakub Jelinek <jakub@redhat.com>
56
57 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
58 (INVLPG_Fixup): New function.
59 (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
60
0f10071e
ML
612004-03-12 Michal Ludvig <mludvig@suse.cz>
62
63 * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
64 (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
65 (padlock_table): New struct with PadLock instructions.
66 (print_insn): Handle PADLOCK_SPECIAL.
67
c02908d2
AM
682004-03-12 Alan Modra <amodra@bigpond.net.au>
69
70 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
71 (OP_E): Twiddle clflush to sfence here.
72
d5bb7600
NC
732004-03-08 Nick Clifton <nickc@redhat.com>
74
75 * po/de.po: Updated German translation.
76
ae51a426
JR
772003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
78
79 * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
80 nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu.
81 * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
82 accordingly.
83
676a64f4
RS
842004-03-01 Richard Sandiford <rsandifo@redhat.com>
85
86 * frv-asm.c: Regenerate.
87 * frv-desc.c: Regenerate.
88 * frv-desc.h: Regenerate.
89 * frv-dis.c: Regenerate.
90 * frv-ibld.c: Regenerate.
91 * frv-opc.c: Regenerate.
92 * frv-opc.h: Regenerate.
93
c7a48b9a
RS
942004-03-01 Richard Sandiford <rsandifo@redhat.com>
95
96 * frv-desc.c, frv-opc.c: Regenerate.
97
8ae0baa2
RS
982004-03-01 Richard Sandiford <rsandifo@redhat.com>
99
100 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
101
ce11586c
JR
1022004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
103
104 * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
105 Also correct mistake in the comment.
106
6a5709a5
JR
1072004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
108
109 * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
110 ensure that double registers have even numbers.
111 Add REG_N_B01 for nn01 (binary 01) nibble to ensure
112 that reserved instruction 0xfffd does not decode the same
113 as 0xfdfd (ftrv).
114 * sh-opc.h: Add REG_N_D nibble type and use it whereever
115 REG_N refers to a double register.
116 Add REG_N_B01 nibble type and use it instead of REG_NM
117 in ftrv.
118 Adjust the bit patterns in a few comments.
119
e5d2b64f 1202004-02-25 Aldy Hernandez <aldyh@redhat.com>
7bfeee7b
AM
121
122 * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
e5d2b64f 123
1f04b05f
AH
1242004-02-20 Aldy Hernandez <aldyh@redhat.com>
125
126 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
127
2f3b8700
AH
1282004-02-20 Aldy Hernandez <aldyh@redhat.com>
129
130 * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
131
f0b26da6 1322004-02-20 Aldy Hernandez <aldyh@redhat.com>
7bfeee7b
AM
133
134 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
135 mtivor32, mtivor33, mtivor34.
f0b26da6 136
23d59c56 1372004-02-19 Aldy Hernandez <aldyh@redhat.com>
7bfeee7b
AM
138
139 * ppc-opc.c (powerpc_opcodes): Add mfmcar.
23d59c56 140
34920d91
NC
1412004-02-10 Petko Manolov <petkan@nucleusys.com>
142
143 * arm-opc.h Maverick accumulator register opcode fixes.
144
44d86481
BE
1452004-02-13 Ben Elliston <bje@wasabisystems.com>
146
147 * m32r-dis.c: Regenerate.
148
17707c23
MS
1492004-01-27 Michael Snyder <msnyder@redhat.com>
150
151 * sh-opc.h (sh_table): "fsrra", not "fssra".
152
fe3a9bc4
NC
1532004-01-23 Andrew Over <andrew.over@cs.anu.edu.au>
154
155 * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
156 contraints.
157
ff24f124
JJ
1582004-01-19 Andrew Over <andrew.over@cs.anu.edu.au>
159
160 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
161
a02a862a
AM
1622004-01-19 Alan Modra <amodra@bigpond.net.au>
163
164 * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
165 1. Don't print scale factor on AT&T mode when index missing.
166
d164ea7f
AO
1672004-01-16 Alexandre Oliva <aoliva@redhat.com>
168
169 * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
170 when loaded into XR registers.
171
cb10e79a
RS
1722004-01-14 Richard Sandiford <rsandifo@redhat.com>
173
174 * frv-desc.h: Regenerate.
175 * frv-desc.c: Regenerate.
176 * frv-opc.c: Regenerate.
177
f532f3fa
MS
1782004-01-13 Michael Snyder <msnyder@redhat.com>
179
180 * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
181
e45d0630
PB
1822004-01-09 Paul Brook <paul@codesourcery.com>
183
184 * arm-opc.h (arm_opcodes): Move generic mcrr after known
185 specific opcodes.
186
3ba7a1aa
DJ
1872004-01-07 Daniel Jacobowitz <drow@mvista.com>
188
189 * Makefile.am (libopcodes_la_DEPENDENCIES)
190 (libopcodes_la_LIBADD): Revert 2003-05-17 change. Add explanatory
191 comment about the problem.
192 * Makefile.in: Regenerate.
193
ba2d3f07
AO
1942004-01-06 Alexandre Oliva <aoliva@redhat.com>
195
196 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
197 * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
198 cut&paste errors in shifting/truncating numerical operands.
199 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
200 * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
201 (parse_uslo16): Likewise.
202 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
203 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
204 (parse_s12): Likewise.
205 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
206 * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
207 (parse_uslo16): Likewise.
208 (parse_uhi16): Parse gothi and gotfuncdeschi.
209 (parse_d12): Parse got12 and gotfuncdesc12.
210 (parse_s12): Likewise.
211
3ab48931
NC
2122004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
213
214 * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
215 instruction which looks similar to an 'rla' instruction.
a0bd404e 216
c9e214e5 217For older changes see ChangeLog-0203
252b5132
RH
218\f
219Local Variables:
2f6d2f85
NC
220mode: change-log
221left-margin: 8
222fill-column: 74
252b5132
RH
223version-control: never
224End:
This page took 0.24543 seconds and 4 git commands to generate.