gas/
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2008-04-22  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * i386-gen.c (opcode_modifiers): Add NoAVX.
4
5         * i386-opc.h (NoAVX): New.
6         (OldGcc): Updated.
7         (i386_opcode_modifier): Add noavx.
8
9         * i386-opc.tbl: Add NoAVX to SSE, SSE2, SSE3 and SSSE3
10         instructions which don't have AVX equivalent.
11         * i386-tbl.h: Regenerated.
12
13 2008-04-18  H.J. Lu  <hongjiu.lu@intel.com>
14
15         * i386-dis.c (OP_VEX_FMA): New.
16         (OP_EX_VexImmW): Likewise.
17         (VexFMA): Likewise.
18         (Vex128FMA): Likewise.
19         (EXVexImmW): Likewise.
20         (get_vex_imm8): Likewise.
21         (OP_EX_VexReg): Likewise.
22         (vex_i4_done): Renamed to ...
23         (vex_w_done): This.
24         (prefix_table): Replace EXVexW with EXVexImmW on vpermil2ps
25         and vpermil2pd.  Replace Vex/Vex128 with VexFMA/Vex128FMA on
26         FMA instructions.
27         (print_insn): Updated.
28         (OP_EX_VexW): Rewrite to swap register in VEX with EX.
29         (OP_REG_VexI4): Check invalid high registers.
30
31 2008-04-16  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
32             Michael Meissner  <michael.meissner@amd.com>
33
34         * i386-opc.tbl: Fix protX to allow memory in the middle operand.
35         * i386-tbl.h: Regenerate from i386-opc.tbl.
36         
37 2008-04-14  Edmar Wienskoski  <edmar@freescale.com>
38
39         * ppc-dis.c (powerpc_dialect): Handle "e500mc".  Extend "e500" to
40         accept Power E500MC instructions.
41         (print_ppc_disassembler_options): Document -Me500mc.
42         * ppc-opc.c (DUIS, DUI, T): New.
43         (XRT, XRTRA): Likewise.
44         (E500MC): Likewise.
45         (powerpc_opcodes): Add new Power E500MC instructions.
46
47 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
48
49         * s390-dis.c (init_disasm): Evaluate disassembler_options.
50         (print_s390_disassembler_options): New function.
51         * disassemble.c (disassembler_usage): Invoke
52         print_s390_disassembler_options.
53
54 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
55
56         * s390-mkopc.c (insertExpandedMnemonic): Expand string sizes
57         of local variables used for mnemonic parsing: prefix, suffix and
58         number.
59
60 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
61
62         * s390-mkopc.c (s390_cond_ext_format): Add back the mnemonic
63         extensions for conditional jumps (o, p, m, nz, z, nm, np, no).
64         (s390_crb_extensions): New extensions table.
65         (insertExpandedMnemonic): Handle '$' tag.
66         * s390-opc.txt: Remove conditional jump variants which can now
67         be expanded automatically.
68         Replace '*' tag with '$' in the compare and branch instructions.
69
70 2008-04-07  H.J. Lu  <hongjiu.lu@intel.com>
71
72         * i386-dis.c (PREFIX_VEX_38XX): Add a tab.
73         (PREFIX_VEX_3AXX): Likewis.
74
75 2008-04-07  H.J. Lu  <hongjiu.lu@intel.com>
76
77         * i386-opc.tbl: Remove 4 extra blank lines.
78
79 2008-04-04  H.J. Lu  <hongjiu.lu@intel.com>
80
81         * i386-gen.c (cpu_flag_init): Replace CPU_CLMUL_FLAGS/CpuCLMUL
82         with CPU_PCLMUL_FLAGS/CpuPCLMUL.
83         (cpu_flags): Replace CpuCLMUL with CpuPCLMUL.
84         * i386-opc.tbl: Likewise.
85
86         * i386-opc.h (CpuCLMUL): Renamed to ...
87         (CpuPCLMUL): This.
88         (CpuFMA): Updated.
89         (i386_cpu_flags): Replace cpuclmul with cpupclmul.
90
91         * i386-init.h: Regenerated.
92
93 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
94
95         * i386-dis.c (OP_E_register): New.
96         (OP_E_memory): Likewise.
97         (OP_VEX): Likewise.
98         (OP_EX_Vex): Likewise.
99         (OP_EX_VexW): Likewise.
100         (OP_XMM_Vex): Likewise.
101         (OP_XMM_VexW): Likewise.
102         (OP_REG_VexI4): Likewise.
103         (PCLMUL_Fixup): Likewise.
104         (VEXI4_Fixup): Likewise.
105         (VZERO_Fixup): Likewise.
106         (VCMP_Fixup): Likewise.
107         (VPERMIL2_Fixup): Likewise.
108         (rex_original): Likewise.
109         (rex_ignored): Likewise.
110         (Mxmm): Likewise.
111         (XMM): Likewise.
112         (EXxmm): Likewise.
113         (EXxmmq): Likewise.
114         (EXymmq): Likewise.
115         (Vex): Likewise.
116         (Vex128): Likewise.
117         (Vex256): Likewise.
118         (VexI4): Likewise.
119         (EXdVex): Likewise.
120         (EXqVex): Likewise.
121         (EXVexW): Likewise.
122         (EXdVexW): Likewise.
123         (EXqVexW): Likewise.
124         (XMVex): Likewise.
125         (XMVexW): Likewise.
126         (XMVexI4): Likewise.
127         (PCLMUL): Likewise.
128         (VZERO): Likewise.
129         (VCMP): Likewise.
130         (VPERMIL2): Likewise.
131         (xmm_mode): Likewise.
132         (xmmq_mode): Likewise.
133         (ymmq_mode): Likewise.
134         (vex_mode): Likewise.
135         (vex128_mode): Likewise.
136         (vex256_mode): Likewise.
137         (USE_VEX_C4_TABLE): Likewise.
138         (USE_VEX_C5_TABLE): Likewise.
139         (USE_VEX_LEN_TABLE): Likewise.
140         (VEX_C4_TABLE): Likewise.
141         (VEX_C5_TABLE): Likewise.
142         (VEX_LEN_TABLE): Likewise.
143         (REG_VEX_XX): Likewise.
144         (MOD_VEX_XXX): Likewise.
145         (PREFIX_0F38DB..PREFIX_0F38DF): Likewise.
146         (PREFIX_0F3A44): Likewise.
147         (PREFIX_0F3ADF): Likewise.
148         (PREFIX_VEX_XXX): Likewise.
149         (VEX_OF): Likewise.
150         (VEX_OF38): Likewise.
151         (VEX_OF3A): Likewise.
152         (VEX_LEN_XXX): Likewise.
153         (vex): Likewise.
154         (need_vex): Likewise.
155         (need_vex_reg): Likewise.
156         (vex_i4_done): Likewise.
157         (vex_table): Likewise.
158         (vex_len_table): Likewise.
159         (OP_REG_VexI4): Likewise.
160         (vex_cmp_op): Likewise.
161         (pclmul_op): Likewise.
162         (vpermil2_op): Likewise.
163         (m_mode): Updated.
164         (es_reg): Likewise.
165         (PREFIX_0F38F0): Likewise.
166         (PREFIX_0F3A60): Likewise.
167         (reg_table): Add REG_VEX_71...REG_VEX_73 and REG_VEX_AE.
168         (prefix_table): Add PREFIX_0F38DB..PREFIX_0F38DF, PREFIX_0F3ADF
169         and PREFIX_VEX_XXX entries.
170         (x86_64_table): Use VEX_C4_TABLE and VEX_C5_TABLE.
171         (three_byte_table): Use PREFIX_0F38DB..PREFIX_0F38DF and
172         PREFIX_0F3ADF.
173         (mod_table): Use VEX_C4_TABLE, VEX_C5_TABLE and VEX_LEN_TABLE.
174         Add MOD_VEX_XXX entries.
175         (ckprefix): Initialize rex_original and rex_ignored.  Store the
176         REX byte in rex_original.
177         (get_valid_dis386): Handle the implicit prefix in VEX prefix
178         bytes and USE_VEX_LEN_TABLE/USE_VEX_C4_TABLE/USE_VEX_C5_TABLE.
179         (print_insn): Set need_vex/need_vex_reg/vex_i4_done to 0 before
180         calling get_valid_dis386.  Use rex_original and rex_ignored when
181         printing out REX.
182         (putop): Handle "XY".
183         (intel_operand_size): Handle VEX, xmm_mode, xmmq_mode and
184         ymmq_mode.
185         (OP_E_extended): Updated to use OP_E_register and
186         OP_E_memory.
187         (OP_XMM): Handle VEX.
188         (OP_EX): Likewise.
189         (XMM_Fixup): Likewise.
190         (CMP_Fixup): Use ARRAY_SIZE.
191
192         * i386-gen.c (cpu_flag_init): Add CpuAES, CPU_CLMUL_FLAGS,
193         CPU_FMA_FLAGS and CPU_AVX_FLAGS.
194         (operand_type_init): Add OPERAND_TYPE_REGYMM and
195         OPERAND_TYPE_VEX_IMM4.
196         (cpu_flags): Add CpuAVX, CpuAES, CpuCLMUL and CpuFMA.
197         (opcode_modifiers): Add Implicit1stXmm0, Vex, Vex256, VexNDD,
198         VexNDS, VexW0, VexW1, Vex0F, Vex0F38, Vex0F3A, Vex3Sources,
199         VexImmExt and SSE2AVX.
200         (operand_types): Add RegYMM, Ymmword and Vex_Imm4.
201
202         * i386-opc.h (CpuAVX): New.
203         (CpuAES): Likewise.
204         (CpuCLMUL): Likewise.
205         (CpuFMA): Likewise.
206         (Vex): Likewise.
207         (Vex256): Likewise.
208         (VexNDS): Likewise.
209         (VexNDD): Likewise.
210         (VexW0): Likewise.
211         (VexW1): Likewise.
212         (Vex0F): Likewise.
213         (Vex0F38): Likewise.
214         (Vex0F3A): Likewise.
215         (Vex3Sources): Likewise.
216         (VexImmExt): Likewise.
217         (SSE2AVX): Likewise.
218         (RegYMM): Likewise.
219         (Ymmword): Likewise.
220         (Vex_Imm4): Likewise.
221         (Implicit1stXmm0): Likewise.
222         (CpuXsave): Updated.
223         (CpuLM): Likewise.
224         (ByteOkIntel): Likewise.
225         (OldGcc): Likewise.
226         (Control): Likewise.
227         (Unspecified): Likewise.
228         (OTMax): Likewise.
229         (i386_cpu_flags): Add cpuavx, cpuaes, cpuclmul and cpufma.
230         (i386_opcode_modifier): Add implicit1stxmm0, vex, vex256,
231         vexnds, vexndd, vexw0, vexw1, vex0f, vex0f38, vex0f3a,
232         vex3sources, veximmext and sse2avx.
233         (i386_operand_type): Add regymm, ymmword and vex_imm4.
234
235         * i386-opc.tbl: Add AES, CLMUL, AVX and FMA new instructions.
236
237         * i386-reg.tbl: Add AVX registers, ymm0..ymm15.
238
239         * i386-init.h: Regenerated.
240         * i386-tbl.h: Likewise.
241
242 2008-03-26  Bernd Schmidt  <bernd.schmidt@analog.com>
243
244         From  Robin Getz  <robin.getz@analog.com>
245         * bfin-dis.c (bu32): Typedef.
246         (enum const_forms_t): Add c_uimm32 and c_huimm32.
247         (constant_formats[]): Add uimm32 and huimm16.
248         (fmtconst_val): New.
249         (uimm32): Define.
250         (huimm32): Define.
251         (imm16_val): Define.
252         (luimm16_val): Define.
253         (struct saved_state): Define.
254         (GREG, DPREG, DREG, PREG, SPREG, FPREG, IREG, MREG, BREG, LREG,
255         A0XREG, A0WREG, A1XREG, A1WREG,CCREG, LC0REG, LT0REG, LB0REG,
256         LC1REG, LT1REG, LB1REG, RETSREG, PCREG): Define.
257         (get_allreg): New.
258         (decode_LDIMMhalf_0): Print out the whole register value.
259
260         From Jie Zhang  <jie.zhang@analog.com>
261         * bfin-dis.c (decode_dsp32mac_0): Decode (IU) option for
262         multiply and multiply-accumulate to data register instruction.
263
264         * bfin-dis.c: (c_uimm4s4d, c_imm5d, c_imm7d, c_imm16d, c_uimm16s4d,
265         c_imm32, c_huimm32e): Define.
266         (constant_formats): Add flags for printing decimal, leading spaces, and
267         exact symbols.
268         (comment, parallel): Add global flags in all disassembly.
269         (fmtconst): Take advantage of new flags, and print default in hex.
270         (fmtconst_val): Likewise.
271         (decode_macfunc): Be consistant with spaces, tabs, comments,
272         capitalization in disassembly, fix minor coding style issues.
273         (reg_names, amod0, amod1, amod0amod2, aligndir, get_allreg): Likewise.
274         (decode_ProgCtrl_0, decode_PushPopMultiple_0, decode_CCflag_0,
275         decode_CC2dreg_0, decode_CC2stat_0, decode_BRCC_0, decode_UJUMP_0,
276         decode_REGMV_0, decode_ALU2op_0, decode_PTR2op_0, decode_LOGI2op_0,
277         decode_COMP3op_0, decode_COMPI2opD_0, decode_COMPI2opP_0,
278         decode_LDSTpmod_0, decode_dagMODim_0, decode_dagMODik_0,
279         decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0, decode_LDSTii_0,
280         decode_LoopSetup_0, decode_LDIMMhalf_0, decode_CALLa_0,
281         decode_LDSTidxI_0, decode_linkage_0, decode_dsp32alu_0,
282         decode_dsp32shift_0, decode_dsp32shiftimm_0, decode_pseudodbg_assert_0,
283         _print_insn_bfin, print_insn_bfin): Likewise.
284
285 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
286
287         * aclocal.m4: Regenerate.
288         * configure: Likewise.
289         * Makefile.in: Likewise.
290
291 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
292
293         * Makefile.am: Run "make dep-am".
294         * Makefile.in: Regenerate.
295         * configure: Regenerate.
296
297 2008-03-07  Alan Modra  <amodra@bigpond.net.au>
298
299         * ppc-opc.c (powerpc_opcodes): Order and format.
300
301 2008-03-01  H.J. Lu  <hongjiu.lu@intel.com>
302
303         * i386-opc.tbl: Allow 16-bit near indirect branches for x86-64.
304         * i386-tbl.h: Regenerated.
305
306 2008-02-23  H.J. Lu  <hongjiu.lu@intel.com>
307
308         * i386-opc.tbl: Disallow 16-bit near indirect branches for
309         x86-64.
310         * i386-tbl.h: Regenerated.
311
312 2008-02-21  Jan Beulich  <jbeulich@novell.com>
313
314         * i386-opc.tbl: Allow Dword for far indirect call. Allow Dword
315         and Fword for far indirect jmp. Allow Reg16 and Word for near
316         indirect jmp on x86-64. Disallow Fword for lcall.
317         * i386-tbl.h: Re-generate.
318
319 2008-02-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
320
321         * cr16-opc.c  (cr16_num_optab): Defined
322
323 2008-02-16  H.J. Lu  <hongjiu.lu@intel.com>
324
325         * i386-gen.c  (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG.
326         * i386-init.h: Regenerated.
327
328 2008-02-14  Nick Clifton  <nickc@redhat.com>
329
330         PR binutils/5524
331         * configure.in (SHARED_LIBADD): Select the correct host specific
332         file extension for shared libraries.
333         * configure: Regenerate.
334
335 2008-02-13  Jan Beulich  <jbeulich@novell.com>
336
337         * i386-opc.h (RegFlat): New.
338         * i386-reg.tbl (flat): Add.
339         * i386-tbl.h: Re-generate.
340
341 2008-02-13  Jan Beulich  <jbeulich@novell.com>
342
343         * i386-dis.c (a_mode): New.
344         (cond_jump_mode): Adjust.
345         (Ma): Change to a_mode.
346         (intel_operand_size): Handle a_mode.
347         * i386-opc.tbl: Allow Dword and Qword for bound.
348         * i386-tbl.h: Re-generate.
349
350 2008-02-13  Jan Beulich  <jbeulich@novell.com>
351
352         * i386-gen.c (process_i386_registers): Process new fields.
353         * i386-opc.h (reg_entry): Shrink reg_flags and reg_num to
354         unsigned char. Add dw2_regnum and Dw2Inval.
355         * i386-reg.tbl: Provide initializers for dw2_regnum. Add pseudo
356         register names.
357         * i386-tbl.h: Re-generate.
358
359 2008-02-11  H.J. Lu  <hongjiu.lu@intel.com>
360
361         * i386-gen.c (cpu_flag_init): Add CPU_XSAVE_FLAGS.
362         * i386-init.h: Updated.
363
364 2008-02-11  H.J. Lu  <hongjiu.lu@intel.com>
365
366         * i386-gen.c (cpu_flags): Add CpuXsave.
367
368         * i386-opc.h (CpuXsave): New.
369         (CpuLM): Updated.
370         (i386_cpu_flags): Add cpuxsave.
371
372         * i386-dis.c (MOD_0FAE_REG_4): New.
373         (RM_0F01_REG_2): Likewise.
374         (MOD_0FAE_REG_5): Updated.
375         (RM_0F01_REG_3): Likewise.
376         (reg_table): Use MOD_0FAE_REG_4.
377         (mod_table): Use RM_0F01_REG_2.  Add MOD_0FAE_REG_4.  Updated
378         for xrstor.
379         (rm_table): Add RM_0F01_REG_2.
380
381         * i386-opc.tbl: Add xsave, xrstor, xgetbv and xsetbv.
382         * i386-init.h: Regenerated.
383         * i386-tbl.h: Likewise.
384
385 2008-02-11  Jan Beulich  <jbeulich@novell.com>
386
387         * i386-opc.tbl: Remove Disp32S from CpuNo64 opcodes. Remove
388         Disp16 from Cpu64 non-jump opcodes (including loop and j?cxz).
389         * i386-tbl.h: Re-generate.
390
391 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
392
393         PR 5715
394         * configure: Regenerated.
395
396 2008-02-04  Adam Nemet  <anemet@caviumnetworks.com>
397
398         * mips-dis.c: Update copyright.
399         (mips_arch_choices): Add Octeon.
400         * mips-opc.c: Update copyright.
401         (IOCT): New macro.
402         (mips_builtin_opcodes): Add Octeon instruction synciobdma.
403
404 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
405
406         * ppc-opc.c: Support optional L form mtmsr.
407
408 2008-01-24  H.J. Lu  <hongjiu.lu@intel.com>
409
410         * i386-dis.c (OP_E_extended): Handle r12 like rsp.
411
412 2008-01-23  H.J. Lu  <hongjiu.lu@intel.com>
413
414         * i386-gen.c (cpu_flag_init): Add CpuLM to CPU_GENERIC64_FLAGS.
415         * i386-init.h: Regenerated.
416
417 2008-01-23  Tristan Gingold  <gingold@adacore.com>
418
419         * ia64-dis.c (print_insn_ia64): Display symbolic name of ar.fcr,
420         ar.eflag, ar.csd, ar.ssd, ar.cflg, ar.fsr, ar.fir and ar.fdr.
421
422 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
423
424         * i386-gen.c (cpu_flag_init): Remove CpuMMX2.
425         (cpu_flags): Likewise.
426
427         * i386-opc.h (CpuMMX2): Removed.
428         (CpuSSE): Updated.
429
430         * i386-opc.tbl: Replace CpuMMX2 with CpuSSE|Cpu3dnowA.
431         * i386-init.h: Regenerated.
432         * i386-tbl.h: Likewise.
433
434 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
435
436         * i386-gen.c (cpu_flag_init): Add CPU_VMX_FLAGS and
437         CPU_SMX_FLAGS.
438         * i386-init.h: Regenerated.
439
440 2008-01-15  H.J. Lu  <hongjiu.lu@intel.com>
441
442         * i386-opc.tbl: Use Qword on movddup.
443         * i386-tbl.h: Regenerated.
444
445 2008-01-15  H.J. Lu  <hongjiu.lu@intel.com>
446
447         * i386-opc.tbl: Put back 16bit movsx/movzx for AT&T syntax.
448         * i386-tbl.h: Regenerated.
449
450 2008-01-15  H.J. Lu  <hongjiu.lu@intel.com>
451
452         * i386-dis.c (Mx): New.
453         (PREFIX_0FC3): Likewise.
454         (PREFIX_0FC7_REG_6): Updated.
455         (dis386_twobyte): Use PREFIX_0FC3.
456         (prefix_table): Add PREFIX_0FC3.  Use Mq on movntq and movntsd.
457         Use Mx on movntps, movntpd, movntdq and movntdqa.  Use Md on
458         movntss.
459
460 2008-01-14  H.J. Lu  <hongjiu.lu@intel.com>
461
462         * i386-gen.c (opcode_modifiers): Add IntelSyntax.
463         (operand_types): Add Mem.
464
465         * i386-opc.h (IntelSyntax): New.
466         * i386-opc.h (Mem): New.
467         (Byte): Updated.
468         (Opcode_Modifier_Max): Updated.
469         (i386_opcode_modifier): Add intelsyntax.
470         (i386_operand_type): Add mem.
471
472         * i386-opc.tbl: Remove Reg16 from movnti.  Add sizes to more
473         instructions.
474
475         * i386-reg.tbl: Add size for accumulator.
476
477         * i386-init.h: Regenerated.
478         * i386-tbl.h: Likewise.
479
480 2008-01-13  H.J. Lu  <hongjiu.lu@intel.com>
481
482         * i386-opc.h (Byte): Fix a typo.
483
484 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
485
486         PR gas/5534
487         * i386-gen.c (operand_type_init): Add Dword to
488         OPERAND_TYPE_ACC32.  Add Qword to OPERAND_TYPE_ACC64.
489         (opcode_modifiers): Remove CheckSize, Byte, Word, Dword,
490         Qword and Xmmword.
491         (operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
492         Xmmword, Unspecified and Anysize.
493         (set_bitfield): Make Mmword an alias of Qword.  Make Oword
494         an alias of Xmmword.
495
496         * i386-opc.h (CheckSize): Removed.
497         (Byte): Updated.
498         (Word): Likewise.
499         (Dword): Likewise.
500         (Qword): Likewise.
501         (Xmmword): Likewise.
502         (FWait): Updated.
503         (OTMax): Likewise.
504         (i386_opcode_modifier): Remove checksize, byte, word, dword,
505         qword and xmmword.
506         (Fword): New.
507         (TBYTE): Likewise.
508         (Unspecified): Likewise.
509         (Anysize): Likewise.
510         (i386_operand_type): Add byte, word, dword, fword, qword,
511         tbyte xmmword, unspecified and anysize.
512
513         * i386-opc.tbl: Updated to use Byte, Word, Dword, Fword, Qword,
514         Tbyte, Xmmword, Unspecified and Anysize.
515
516         * i386-reg.tbl: Add size for accumulator.
517
518         * i386-init.h: Regenerated.
519         * i386-tbl.h: Likewise.
520
521 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
522
523         * i386-dis.c (REG_0F0E): Renamed to REG_0F0D.
524         (REG_0F18): Updated.
525         (reg_table): Updated.
526         (dis386_twobyte): Updated.  Use "nopQ" on 0x19 to 0x1e.
527         (twobyte_has_modrm): Set 1 for 0x19 to 0x1e.
528
529 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
530
531         * i386-gen.c (set_bitfield): Use fail () on error.
532
533 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
534
535         * i386-gen.c (lineno): New.
536         (filename): Likewise.
537         (set_bitfield): Report filename and line numer on error.
538         (process_i386_opcodes): Set filename and update lineno.
539         (process_i386_registers): Likewise.
540
541 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
542
543         * i386-gen.c (opcode_modifiers): Rename IntelMnemonic to
544         ATTSyntax.
545
546         * i386-opc.h (IntelMnemonic): Renamed to ..
547         (ATTSyntax): This
548         (Opcode_Modifier_Max): Updated.
549         (i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
550         and intelsyntax.
551
552         * i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax 
553         on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp.
554         * i386-tbl.h: Regenerated.
555
556 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
557
558         * i386-gen.c: Update copyright to 2008.
559         * i386-opc.h: Likewise.
560         * i386-opc.tbl: Likewise.
561
562         * i386-init.h: Regenerated.
563         * i386-tbl.h: Likewise.
564
565 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
566
567         * i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps,
568         pextrb, pextrw, pinsrb, pinsrw and pmovmskb.
569         * i386-tbl.h: Regenerated.
570
571 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
572
573         * i386-gen.c (cpu_flag_init): Remove CpuSSE4_1_Or_5 and
574         CpuSSE4_2_Or_ABM.
575         (cpu_flags): Likewise.
576
577         * i386-opc.h (CpuSSE4_1_Or_5): Removed.
578         (CpuSSE4_2_Or_ABM): Likewise.
579         (CpuLM): Updated.
580         (i386_cpu_flags): Remove cpusse4_1_or_5 and cpusse4_2_or_abm.
581
582         * i386-opc.tbl: Replace CpuSSE4_1_Or_5, CpuSSE4_2_Or_ABM and
583         Cpu686|CpuPadLock with CpuSSE4_1|CpuSSE5, CpuABM|CpuSSE4_2
584         and CpuPadLock, respectively.
585         * i386-init.h: Regenerated.
586         * i386-tbl.h: Likewise.
587
588 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
589
590         * i386-gen.c (opcode_modifiers): Remove No_xSuf.
591
592         * i386-opc.h (No_xSuf): Removed.
593         (CheckSize): Updated.
594
595         * i386-tbl.h: Regenerated.
596
597 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
598
599         * i386-gen.c (cpu_flag_init): Add CpuSSE4_2_Or_ABM to
600         CPU_AMDFAM10_FLAGS, CPU_SSE4_2_FLAGS, CpuABM and
601         CPU_SSE5_FLAGS.
602         (cpu_flags): Add CpuSSE4_2_Or_ABM.
603
604         * i386-opc.h (CpuSSE4_2_Or_ABM): New.
605         (CpuLM): Updated.
606         (i386_cpu_flags): Add cpusse4_2_or_abm.
607
608         * i386-opc.tbl: Use CpuSSE4_2_Or_ABM instead of
609         CpuABM|CpuSSE4_2 on popcnt.
610         * i386-init.h: Regenerated.
611         * i386-tbl.h: Likewise.
612
613 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
614
615         * i386-opc.h: Update comments.
616
617 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
618
619         * i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
620         * i386-opc.h: Likewise.
621         * i386-opc.tbl: Likewise.
622
623 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
624
625         PR gas/5534
626         * i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
627         Byte, Word, Dword, QWord and Xmmword.
628
629         * i386-opc.h (No_xSuf): New.
630         (CheckSize): Likewise.
631         (Byte): Likewise.
632         (Word): Likewise.
633         (Dword): Likewise.
634         (QWord): Likewise.
635         (Xmmword): Likewise.
636         (FWait): Updated.
637         (i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
638         Dword, QWord and Xmmword.
639
640         * i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
641         used.
642         * i386-tbl.h: Regenerated.
643
644 2008-01-02  Mark Kettenis  <kettenis@gnu.org>
645
646         * m88k-dis.c (instructions): Fix fcvt.* instructions.
647         From Miod Vallat.
648
649 For older changes see ChangeLog-2007
650 \f
651 Local Variables:
652 mode: change-log
653 left-margin: 8
654 fill-column: 74
655 version-control: never
656 End: