Check in ARCompact simulator. A valid configuration is arc-elf.
[binutils/xnox.git] / opcodes / ChangeLog
blob4f83203924e6ef0a2e223fd1f153b024fc7785ed
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.
13         (CGEN_CPUS): Add 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
22         x86-64.
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>
43         PR binutils/5524
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
69         register names.
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.
82         (CpuLM): Updated.
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
91         for xrstor.
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>
106         PR 5715
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.
114         (IOCT): New macro.
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.
141         (CpuSSE): Updated.
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
150         CPU_SMX_FLAGS.
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
171         movntss.
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.
180         (Byte): Updated.
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
186         instructions.
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>
199         PR gas/5534
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,
203         Qword and Xmmword.
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
207         an alias of Xmmword.
209         * i386-opc.h (CheckSize): Removed.
210         (Byte): Updated.
211         (Word): Likewise.
212         (Dword): Likewise.
213         (Qword): Likewise.
214         (Xmmword): Likewise.
215         (FWait): Updated.
216         (OTMax): Likewise.
217         (i386_opcode_modifier): Remove checksize, byte, word, dword,
218         qword and xmmword.
219         (Fword): New.
220         (TBYTE): Likewise.
221         (Unspecified): Likewise.
222         (Anysize): 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.
237         (REG_0F18): Updated.
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
257         ATTSyntax.
259         * i386-opc.h (IntelMnemonic): Renamed to ..
260         (ATTSyntax): This
261         (Opcode_Modifier_Max): Updated.
262         (i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
263         and intelsyntax.
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
287         CpuSSE4_2_Or_ABM.
288         (cpu_flags): Likewise.
290         * i386-opc.h (CpuSSE4_1_Or_5): Removed.
291         (CpuSSE4_2_Or_ABM): Likewise.
292         (CpuLM): Updated.
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
314         CPU_SSE5_FLAGS.
315         (cpu_flags): Add CpuSSE4_2_Or_ABM.
317         * i386-opc.h (CpuSSE4_2_Or_ABM): New.
318         (CpuLM): Updated.
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>
338         PR gas/5534
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.
344         (Byte): Likewise.
345         (Word): Likewise.
346         (Dword): Likewise.
347         (QWord): Likewise.
348         (Xmmword): Likewise.
349         (FWait): Updated.
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
354         used.
355         * i386-tbl.h: Regenerated.
357 2008-01-02  Mark Kettenis  <kettenis@gnu.org>
359         * m88k-dis.c (instructions): Fix fcvt.* instructions.
360         From Miod Vallat.
362 For older changes see ChangeLog-2007
364 Local Variables:
365 mode: change-log
366 left-margin: 8
367 fill-column: 74
368 version-control: never
369 End: