Fix bug parsing shigh(0xffff8000)
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2
3 * m32r-asm.c: Regenerate.
4
5 2004-03-29 Stan Shebs <shebs@apple.com>
6
7 * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
8 used.
9
10 2004-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
18 2004-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.
25 (powerpc_opcodes): Use RA0 as appropriate.
26
27 2004-03-15 Aldy Hernandez <aldyh@redhat.com>
28
29 * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
30
31 2004-03-15 Alan Modra <amodra@bigpond.net.au>
32
33 * sparc-dis.c (print_insn_sparc): Update getword prototype.
34
35 2004-03-12 Michal Ludvig <mludvig@suse.cz>
36
37 * i386-dis.c (GRPPLOCK): Delete.
38 (grps): Delete GRPPLOCK entry.
39
40 2004-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
55 2004-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
61 2004-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
68 2004-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
73 2004-03-08 Nick Clifton <nickc@redhat.com>
74
75 * po/de.po: Updated German translation.
76
77 2003-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
84 2004-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
94 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
95
96 * frv-desc.c, frv-opc.c: Regenerate.
97
98 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
99
100 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
101
102 2004-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
107 2004-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
120 2004-02-25 Aldy Hernandez <aldyh@redhat.com>
121
122 * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
123
124 2004-02-20 Aldy Hernandez <aldyh@redhat.com>
125
126 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
127
128 2004-02-20 Aldy Hernandez <aldyh@redhat.com>
129
130 * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
131
132 2004-02-20 Aldy Hernandez <aldyh@redhat.com>
133
134 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
135 mtivor32, mtivor33, mtivor34.
136
137 2004-02-19 Aldy Hernandez <aldyh@redhat.com>
138
139 * ppc-opc.c (powerpc_opcodes): Add mfmcar.
140
141 2004-02-10 Petko Manolov <petkan@nucleusys.com>
142
143 * arm-opc.h Maverick accumulator register opcode fixes.
144
145 2004-02-13 Ben Elliston <bje@wasabisystems.com>
146
147 * m32r-dis.c: Regenerate.
148
149 2004-01-27 Michael Snyder <msnyder@redhat.com>
150
151 * sh-opc.h (sh_table): "fsrra", not "fssra".
152
153 2004-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
158 2004-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
162 2004-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
167 2004-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
172 2004-01-14 Richard Sandiford <rsandifo@redhat.com>
173
174 * frv-desc.h: Regenerate.
175 * frv-desc.c: Regenerate.
176 * frv-opc.c: Regenerate.
177
178 2004-01-13 Michael Snyder <msnyder@redhat.com>
179
180 * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
181
182 2004-01-09 Paul Brook <paul@codesourcery.com>
183
184 * arm-opc.h (arm_opcodes): Move generic mcrr after known
185 specific opcodes.
186
187 2004-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
194 2004-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
212 2004-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.
216
217 For older changes see ChangeLog-0203
218 \f
219 Local Variables:
220 mode: change-log
221 left-margin: 8
222 fill-column: 74
223 version-control: never
224 End:
This page took 0.037044 seconds and 5 git commands to generate.