1 2009-03-09 J"orn Rennecke <joern.rennecke@arc.com>
3 * arc-ext.c (arcExtMap_add): Fix pointer basetype signedness problem.
5 * cgen-dis.c (hash_insn_array): Supply big_p parameter to cd->dis_hash.
6 (hash_insn_list, cgen_dis_lookup_insn): Likewise.
8 * configure.in (bfd_arc_arch): Use cgen.
9 * configure: Regenerate.
10 * arc-dis.c, arc-opc.c, arc-opc.h, arc-opinst.c: Generate.
11 * Makefile.am (HFILES, CFILES): Use cgen files.
12 (CLEANFILES): Add stamp-arc.
14 (ARC_DEPS, stamp-arc): New.
15 (arc rules): Use rules for cgen build.
16 * Makefile.in: Regenerate.
17 * arc-desc.c, arc-ibld.c, arc-asm.c: Generate.
19 2008-02-23 H.J. Lu <hongjiu.lu@intel.com>
21 * i386-opc.tbl: Disallow 16-bit near indirect branches for
23 * i386-tbl.h: Regenerated.
25 2008-02-21 Jan Beulich <jbeulich@novell.com>
27 * i386-opc.tbl: Allow Dword for far indirect call. Allow Dword
28 and Fword for far indirect jmp. Allow Reg16 and Word for near
29 indirect jmp on x86-64. Disallow Fword for lcall.
30 * i386-tbl.h: Re-generate.
32 2008-02-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
34 * cr16-opc.c (cr16_num_optab): Defined
36 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
38 * i386-gen.c (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG.
39 * i386-init.h: Regenerated.
41 2008-02-14 Nick Clifton <nickc@redhat.com>
44 * configure.in (SHARED_LIBADD): Select the correct host specific
45 file extension for shared libraries.
46 * configure: Regenerate.
48 2008-02-13 Jan Beulich <jbeulich@novell.com>
50 * i386-opc.h (RegFlat): New.
51 * i386-reg.tbl (flat): Add.
52 * i386-tbl.h: Re-generate.
54 2008-02-13 Jan Beulich <jbeulich@novell.com>
56 * i386-dis.c (a_mode): New.
57 (cond_jump_mode): Adjust.
58 (Ma): Change to a_mode.
59 (intel_operand_size): Handle a_mode.
60 * i386-opc.tbl: Allow Dword and Qword for bound.
61 * i386-tbl.h: Re-generate.
63 2008-02-13 Jan Beulich <jbeulich@novell.com>
65 * i386-gen.c (process_i386_registers): Process new fields.
66 * i386-opc.h (reg_entry): Shrink reg_flags and reg_num to
67 unsigned char. Add dw2_regnum and Dw2Inval.
68 * i386-reg.tbl: Provide initializers for dw2_regnum. Add pseudo
70 * i386-tbl.h: Re-generate.
72 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
74 * i386-gen.c (cpu_flag_init): Add CPU_XSAVE_FLAGS.
75 * i386-init.h: Updated.
77 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
79 * i386-gen.c (cpu_flags): Add CpuXsave.
81 * i386-opc.h (CpuXsave): New.
83 (i386_cpu_flags): Add cpuxsave.
85 * i386-dis.c (MOD_0FAE_REG_4): New.
86 (RM_0F01_REG_2): Likewise.
87 (MOD_0FAE_REG_5): Updated.
88 (RM_0F01_REG_3): Likewise.
89 (reg_table): Use MOD_0FAE_REG_4.
90 (mod_table): Use RM_0F01_REG_2. Add MOD_0FAE_REG_4. Updated
92 (rm_table): Add RM_0F01_REG_2.
94 * i386-opc.tbl: Add xsave, xrstor, xgetbv and xsetbv.
95 * i386-init.h: Regenerated.
96 * i386-tbl.h: Likewise.
98 2008-02-11 Jan Beulich <jbeulich@novell.com>
100 * i386-opc.tbl: Remove Disp32S from CpuNo64 opcodes. Remove
101 Disp16 from Cpu64 non-jump opcodes (including loop and j?cxz).
102 * i386-tbl.h: Re-generate.
104 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
107 * configure: Regenerated.
109 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
111 * mips-dis.c: Update copyright.
112 (mips_arch_choices): Add Octeon.
113 * mips-opc.c: Update copyright.
115 (mips_builtin_opcodes): Add Octeon instruction synciobdma.
117 2008-01-29 Alan Modra <amodra@bigpond.net.au>
119 * ppc-opc.c: Support optional L form mtmsr.
121 2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
123 * i386-dis.c (OP_E_extended): Handle r12 like rsp.
125 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
127 * i386-gen.c (cpu_flag_init): Add CpuLM to CPU_GENERIC64_FLAGS.
128 * i386-init.h: Regenerated.
130 2008-01-23 Tristan Gingold <gingold@adacore.com>
132 * ia64-dis.c (print_insn_ia64): Display symbolic name of ar.fcr,
133 ar.eflag, ar.csd, ar.ssd, ar.cflg, ar.fsr, ar.fir and ar.fdr.
135 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
137 * i386-gen.c (cpu_flag_init): Remove CpuMMX2.
138 (cpu_flags): Likewise.
140 * i386-opc.h (CpuMMX2): Removed.
143 * i386-opc.tbl: Replace CpuMMX2 with CpuSSE|Cpu3dnowA.
144 * i386-init.h: Regenerated.
145 * i386-tbl.h: Likewise.
147 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
149 * i386-gen.c (cpu_flag_init): Add CPU_VMX_FLAGS and
151 * i386-init.h: Regenerated.
153 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
155 * i386-opc.tbl: Use Qword on movddup.
156 * i386-tbl.h: Regenerated.
158 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
160 * i386-opc.tbl: Put back 16bit movsx/movzx for AT&T syntax.
161 * i386-tbl.h: Regenerated.
163 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
165 * i386-dis.c (Mx): New.
166 (PREFIX_0FC3): Likewise.
167 (PREFIX_0FC7_REG_6): Updated.
168 (dis386_twobyte): Use PREFIX_0FC3.
169 (prefix_table): Add PREFIX_0FC3. Use Mq on movntq and movntsd.
170 Use Mx on movntps, movntpd, movntdq and movntdqa. Use Md on
173 2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
175 * i386-gen.c (opcode_modifiers): Add IntelSyntax.
176 (operand_types): Add Mem.
178 * i386-opc.h (IntelSyntax): New.
179 * i386-opc.h (Mem): New.
181 (Opcode_Modifier_Max): Updated.
182 (i386_opcode_modifier): Add intelsyntax.
183 (i386_operand_type): Add mem.
185 * i386-opc.tbl: Remove Reg16 from movnti. Add sizes to more
188 * i386-reg.tbl: Add size for accumulator.
190 * i386-init.h: Regenerated.
191 * i386-tbl.h: Likewise.
193 2008-01-13 H.J. Lu <hongjiu.lu@intel.com>
195 * i386-opc.h (Byte): Fix a typo.
197 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
200 * i386-gen.c (operand_type_init): Add Dword to
201 OPERAND_TYPE_ACC32. Add Qword to OPERAND_TYPE_ACC64.
202 (opcode_modifiers): Remove CheckSize, Byte, Word, Dword,
204 (operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
205 Xmmword, Unspecified and Anysize.
206 (set_bitfield): Make Mmword an alias of Qword. Make Oword
209 * i386-opc.h (CheckSize): Removed.
217 (i386_opcode_modifier): Remove checksize, byte, word, dword,
221 (Unspecified): Likewise.
223 (i386_operand_type): Add byte, word, dword, fword, qword,
224 tbyte xmmword, unspecified and anysize.
226 * i386-opc.tbl: Updated to use Byte, Word, Dword, Fword, Qword,
227 Tbyte, Xmmword, Unspecified and Anysize.
229 * i386-reg.tbl: Add size for accumulator.
231 * i386-init.h: Regenerated.
232 * i386-tbl.h: Likewise.
234 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
236 * i386-dis.c (REG_0F0E): Renamed to REG_0F0D.
238 (reg_table): Updated.
239 (dis386_twobyte): Updated. Use "nopQ" on 0x19 to 0x1e.
240 (twobyte_has_modrm): Set 1 for 0x19 to 0x1e.
242 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
244 * i386-gen.c (set_bitfield): Use fail () on error.
246 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
248 * i386-gen.c (lineno): New.
249 (filename): Likewise.
250 (set_bitfield): Report filename and line numer on error.
251 (process_i386_opcodes): Set filename and update lineno.
252 (process_i386_registers): Likewise.
254 2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
256 * i386-gen.c (opcode_modifiers): Rename IntelMnemonic to
259 * i386-opc.h (IntelMnemonic): Renamed to ..
261 (Opcode_Modifier_Max): Updated.
262 (i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
265 * i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax
266 on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp.
267 * i386-tbl.h: Regenerated.
269 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
271 * i386-gen.c: Update copyright to 2008.
272 * i386-opc.h: Likewise.
273 * i386-opc.tbl: Likewise.
275 * i386-init.h: Regenerated.
276 * i386-tbl.h: Likewise.
278 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
280 * i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps,
281 pextrb, pextrw, pinsrb, pinsrw and pmovmskb.
282 * i386-tbl.h: Regenerated.
284 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
286 * i386-gen.c (cpu_flag_init): Remove CpuSSE4_1_Or_5 and
288 (cpu_flags): Likewise.
290 * i386-opc.h (CpuSSE4_1_Or_5): Removed.
291 (CpuSSE4_2_Or_ABM): Likewise.
293 (i386_cpu_flags): Remove cpusse4_1_or_5 and cpusse4_2_or_abm.
295 * i386-opc.tbl: Replace CpuSSE4_1_Or_5, CpuSSE4_2_Or_ABM and
296 Cpu686|CpuPadLock with CpuSSE4_1|CpuSSE5, CpuABM|CpuSSE4_2
297 and CpuPadLock, respectively.
298 * i386-init.h: Regenerated.
299 * i386-tbl.h: Likewise.
301 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
303 * i386-gen.c (opcode_modifiers): Remove No_xSuf.
305 * i386-opc.h (No_xSuf): Removed.
306 (CheckSize): Updated.
308 * i386-tbl.h: Regenerated.
310 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
312 * i386-gen.c (cpu_flag_init): Add CpuSSE4_2_Or_ABM to
313 CPU_AMDFAM10_FLAGS, CPU_SSE4_2_FLAGS, CpuABM and
315 (cpu_flags): Add CpuSSE4_2_Or_ABM.
317 * i386-opc.h (CpuSSE4_2_Or_ABM): New.
319 (i386_cpu_flags): Add cpusse4_2_or_abm.
321 * i386-opc.tbl: Use CpuSSE4_2_Or_ABM instead of
322 CpuABM|CpuSSE4_2 on popcnt.
323 * i386-init.h: Regenerated.
324 * i386-tbl.h: Likewise.
326 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
328 * i386-opc.h: Update comments.
330 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
332 * i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
333 * i386-opc.h: Likewise.
334 * i386-opc.tbl: Likewise.
336 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
339 * i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
340 Byte, Word, Dword, QWord and Xmmword.
342 * i386-opc.h (No_xSuf): New.
343 (CheckSize): Likewise.
350 (i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
351 Dword, QWord and Xmmword.
353 * i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
355 * i386-tbl.h: Regenerated.
357 2008-01-02 Mark Kettenis <kettenis@gnu.org>
359 * m88k-dis.c (instructions): Fix fcvt.* instructions.
362 For older changes see ChangeLog-2007
368 version-control: never