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