* configure.tgt (m68k-*-aout): Change to bfd_gas=yes.
[binutils.git] / opcodes / ChangeLog
blobaa779f4e1dddcfe3adff99cf6ae1e0d346ace4b0
1 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
3         * i386-dis.c (reg_table): Replace Eb with Mb on prefetch and
4         prefetchw.
6 2010-08-06  Quentin Neill <quentin.neill@amd.com>
8         * i386-gen.c (cpu_flag_init): Define CpuNop extension flag, add
9         to processor flags for PENTIUMPRO processors and later.
10         * i386-opc.h (enum): Add CpuNop.
11         (i386_cpu_flags): Add cpunop bit.
12         * i386-opc.tbl: Change nop cpu_flags.
13         * i386-init.h: Regenerated.
14         * i386-tbl.h: Likewise.
16 2010-08-06  Quentin Neill <quentin.neill@amd.com>
18         * i386-opc.h (enum): Fix typos in comments.
20 2010-08-06  Alan Modra  <amodra@gmail.com>
22         * disassemble.c: Formatting.
23         (disassemble_init_for_target <ARCH_m32c>): Comment on endian.
25 2010-08-05  H.J. Lu  <hongjiu.lu@intel.com>
27         * i386-opc.tbl: Add Cpu186 to ud1/ud2/ud2a/ud2b.
28         * i386-tbl.h: Regenerated.
30 2010-08-05  H.J. Lu  <hongjiu.lu@intel.com>
32         * i386-dis.c (dis386_twobyte): Replace ud2a/ud2b with ud2/ud1.
34         * i386-opc.tbl: Add ud1.  Remove Cpu686 from ud2/ud2a/ud2b.
35         * i386-tbl.h: Regenerated.
37 2010-07-29  DJ Delorie  <dj@redhat.com>
39         * rx-decode.opc (SRR): New.
40         (rx_decode_opcode): Use it for movbi and movbir.  Decode NOP2 (mov
41         r0,r0) and NOP3 (max r0,r0) special cases.
42         * rx-decode.c: Regenerate.
44 2010-07-28  H.J. Lu  <hongjiu.lu@intel.com>
46         * i386-dis.c: Add 0F to VEX opcode enums.
48 2010-07-27  DJ Delorie  <dj@redhat.com>
50         * rx-decode.opc (store_flags): Remove, replace with F_* macros.
51         (rx_decode_opcode): Likewise.
52         * rx-decode.c: Regenerate.
54 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
55             Ina Pandit  <ina.pandit@kpitcummins.com>
57         * v850-dis.c (v850_sreg_names): Updated structure for system
58         registers.
59         (float_cc_names): new structure for condition codes.
60         (print_value): Update the function that prints value.
61         (get_operand_value): New function to get the operand value.
62         (disassemble): Updated to handle the disassembly of instructions.
63         (print_insn_v850): Updated function to print instruction for different
64         families.
65         * opcodes/v850-opc.c (v850_msg_is_out_of_range, insert_i5div1,
66         extract_i5div1, insert_i5div2, extract_i5div2, insert_i5div3,
67         extract_i5div3, insert_d5_4, extract_d5_4, extract_d8_6,
68         insert_d8_7, extract_d8_7, insert_v8, extract_v8, insert_u16_loop,
69         extract_u16_loop, insert_d16_15, extract_d16_15, insert_d16_16,
70         extract_d16_16, nsert_d17_16, extract_d17_16, insert_d22,
71         extract_d22, insert_d23, extract_d23, insert_i9, extract_i9,
72         insert_u9, extract_u9, extract_spe, insert_r4, extract_r4): New.
73         (insert_d8_7, insert_d5_4, insert_i5div): Remove.
74         (v850_operands): Update with the relocation name. Also update
75         the instructions with specific set of processors.
77 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
79         * arm-dis.c (print_insn_arm): Add cases for printing more
80         symbolic operands.
81         (print_insn_thumb32): Likewise.
83 2010-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
85         * mips-dis.c (print_insn_mips): Correct branch instruction type
86         determination.
88 2010-07-06  Maciej W. Rozycki  <macro@codesourcery.com>
90         * mips-dis.c (print_mips16_insn_arg): Remove branch instruction
91         type and delay slot determination.
92         (print_insn_mips16): Extend branch instruction type and delay
93         slot determination to cover all instructions.
94         * mips16-opc.c (BR): Remove macro.
95         (UBR, CBR): New macros.
96         (mips16_opcodes): Update branch annotation for "b", "beqz",
97         "bnez", "bteqz" and "btnez".  Add branch annotation for "jalrc"
98         and "jrc".
100 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
102         AVX Programming Reference (June, 2010)
103         * i386-dis.c (mod_table): Replace rdrnd with rdrand.
104         * i386-opc.tbl: Likewise.
105         * i386-tbl.h: Regenerated.
107 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
109         * i386-opc.h (CpuFSGSBase): Fix a typo in comments.
111 2010-07-03  Andreas Schwab  <schwab@linux-m68k.org>
113         * ppc-dis.c (powerpc_init_dialect): Cast PPC_OPCODE_xxx to
114         ppc_cpu_t before inverting.
115         (ppc_parse_cpu): Likewise.
116         (print_insn_powerpc): Likewise.
118 2010-07-03  Alan Modra  <amodra@gmail.com>
120         * ppc-dis.c (ppc_opts, powerpc_init_dialect): Remove old opcode flags.
121         * ppc-opc.c (PPC32, POWER32, COM32, CLASSIC): Delete.
122         (PPC64, MFDEC2): Update.
123         (NON32, NO371): Define.
124         (powerpc_opcode): Update to not use old opcode flags, and avoid
125         -m601 duplicates.
127 2010-07-03  DJ Delorie  <dj@delorie.com>
129         * m32c-ibld.c: Regenerate.
131 2010-07-03  Alan Modra  <amodra@gmail.com>
133         * ppc-opc.c (PWR2COM): Define.
134         (PPCPWR2): Add PPC_OPCODE_COMMON.
135         (powerpc_opcodes): Add "subc", "subco", "subco.", "fcir", "fcir.",
136         "fcirz", "fcirz." to -mcom opcodes.  Remove "mfsri", "dclst",
137         "rac" from -mcom.
139 2010-07-01  H.J. Lu  <hongjiu.lu@intel.com>
141         AVX Programming Reference (June, 2010)
142         * i386-dis.c (PREFIX_0FAE_REG_0): New.
143         (PREFIX_0FAE_REG_1): Likewise.
144         (PREFIX_0FAE_REG_2): Likewise.
145         (PREFIX_0FAE_REG_3): Likewise.
146         (PREFIX_VEX_3813): Likewise.
147         (PREFIX_VEX_3A1D): Likewise.
148         (prefix_table): Add PREFIX_0FAE_REG_0, PREFIX_0FAE_REG_1,
149         PREFIX_0FAE_REG_2, PREFIX_0FAE_REG_3, PREFIX_VEX_3813 and
150         PREFIX_VEX_3A1D.
151         (vex_table): Add PREFIX_VEX_3813 and PREFIX_VEX_3A1D.
152         (mod_table): Add PREFIX_0FAE_REG_0, PREFIX_0FAE_REG_1,
153         PREFIX_0FAE_REG_2, PREFIX_0FAE_REG_3 xsaveopt and rdrnd.
155         * i386-gen.c (cpu_flag_init): Add CPU_XSAVEOPT_FLAGS,
156         CPU_FSGSBASE_FLAGS, CPU_RDRND_FLAGS and CPU_F16C_FLAGS.
157         (cpu_flags): Add CpuXsaveopt, CpuFSGSBase, CpuRdRnd and CpuF16C.
159         * i386-opc.h (CpuXsaveopt): New.
160         (CpuFSGSBase): Likewise.
161         (CpuRdRnd): Likewise.
162         (CpuF16C): Likewise.
163         (i386_cpu_flags): Add cpuxsaveopt, cpufsgsbase, cpurdrnd and
164         cpuf16c.
166         * i386-opc.tbl: Add xsaveopt, rdfsbase, rdgsbase, rdrnd,
167         wrfsbase, wrgsbase, vcvtph2ps and vcvtps2ph.
168         * i386-init.h: Regenerated.
169         * i386-tbl.h: Likewise.
171 2010-07-01  Sebastian Andrzej Siewior  <bigeasy@linutronix.de>
173         * ppc-opc.c (powerpc_opcodes): Revert deprecation of mfocrf, mtcrf
174         and mtocrf on EFS.
176 2010-06-29  Alan Modra  <amodra@gmail.com>
178         * maxq-dis.c: Delete file.
179         * Makefile.am: Remove references to maxq.
180         * configure.in: Likewise.
181         * disassemble.c: Likewise.
182         * Makefile.in: Regenerate.
183         * configure: Regenerate.
184         * po/POTFILES.in: Regenerate.
186 2010-06-29  Alan Modra  <amodra@gmail.com>
188         * mep-dis.c: Regenerate.
190 2010-06-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
192         * arm-disc.c (parse_insn_neon):  Fix Neon alignment syntax.
194 2010-06-27  Alan Modra  <amodra@gmail.com>
196         * arc-dis.c (arc_sprintf): Delete set but unused variables.
197         (decodeInstr): Likewise.
198         * dlx-dis.c (print_insn_dlx): Likewise.
199         * h8300-dis.c (bfd_h8_disassemble_init): Likewise.
200         * maxq-dis.c (check_move, print_insn): Likewise.
201         * mep-dis.c (mep_examine_ivc2_insns): Likewise.
202         * msp430-dis.c (msp430_branchinstr): Likewise.
203         * bfin-dis.c (_print_insn_bfin): Avoid set but unused warning.
204         * cgen-asm.in (parse_insn_normal, _cgen_assemble_insn): Likewise.
205         * sparc-dis.c (print_insn_sparc): Likewise.
206         * fr30-asm.c: Regenerate.
207         * frv-asm.c: Regenerate.
208         * ip2k-asm.c: Regenerate.
209         * iq2000-asm.c: Regenerate.
210         * lm32-asm.c: Regenerate.
211         * m32c-asm.c: Regenerate.
212         * m32r-asm.c: Regenerate.
213         * mep-asm.c: Regenerate.
214         * mt-asm.c: Regenerate.
215         * openrisc-asm.c: Regenerate.
216         * xc16x-asm.c: Regenerate.
217         * xstormy16-asm.c: Regenerate.
219 2010-06-16  Vincent Rivière  <vincent.riviere@freesbee.fr>
221         PR gas/11673
222         * m68k-opc.c (m68k_opcodes): Remove move.l for isab and later.
224 2010-06-16  Vincent Rivière  <vincent.riviere@freesbee.fr>
226         PR binutils/11676
227         * m68k-dis.c (print_insn_arg): Prefix float constants with #0e.
229 2010-06-14  Sebastian Andrzej Siewior  <bigeasy@linutronix.de>
231         * ppc-dis.c (ppc_opts):  Remove PPC_OPCODE_E500MC from e500 and
232         e500x2.  Add PPC_OPCODE_E500 to e500 and e500x2
233         * ppc-opc.c (powerpc_opcodes): Deprecate all opcodes on EFS which
234         touch floating point regs and are enabled by COM, PPC or PPCCOM.
235         Treat sync as msync on e500.  Treat eieio as mbar 1 on e500.
236         Treat lwsync as msync on e500.
238 2010-06-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
240         * arm-dis.c (thumb-opcodes): Add disassembly for movs.
242 2010-05-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
244         * arm-dis.c (print_insn_neon):  Ensure disassembly of Neon
245         constants is the same on 32-bit and 64-bit hosts.
247 2010-05-27  Jason Duerstock  <jason.duerstock+binutils@gmail.com>
249         * m68k-dis.c (print_insn_m68k): Emit undefined instructions as
250         .short directives so that they can be reassembled.
252 2010-05-26  Catherine Moore <clm@codesourcery.com>
253             David Ung  <davidu@mips.com>
255         * mips-opc.c: Change membership to I1 for instructions ssnop and
256         ehb.
258 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
260         * i386-dis.c (sib): New.
261         (get_sib): Likewise.
262         (print_insn): Call get_sib.
263         OP_E_memory): Use sib.
265 2010-05-26  Catherine Moore  <clm@codesoourcery.com>
267         * mips-dis.c (mips_arch): Remove INSN_MIPS16.
268         * mips-opc.c (I16): Remove.
269         (mips_builtin_op): Reclassify jalx.
271 2010-05-19  Alan Modra  <amodra@gmail.com>
273         * ppc-opc.c (powerpc_opcodes): Enable divdeu, devweu, divde,
274         divwe, divdeuo, divweuo, divdeo, divweo for A2.  Add icswepx.
276 2010-05-13  Alan Modra  <amodra@gmail.com>
278         * ppc-opc.c (powerpc_opcodes): Correct wclr encoding.
280 2010-05-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
282         * arm-dis.c (thumb_opcodes): Update ldmia entry to use new %W
283         format.
284         (print_insn_thumb16): Add support for new %W format.
286 2010-05-07  Tristan Gingold  <gingold@adacore.com>
288         * Makefile.in: Regenerate with automake 1.11.1.
289         * aclocal.m4: Ditto.
291 2010-05-05  Nick Clifton  <nickc@redhat.com>
293         * po/es.po: Updated Spanish translation.
295 2010-04-22  Nick Clifton  <nickc@redhat.com>
297         * po/opcodes.pot: Updated by the Translation project.
298         * po/vi.po: Updated Vietnamese translation.
300 2010-04-16  H.J. Lu  <hongjiu.lu@intel.com>
302         * i386-dis.c (get_valid_dis386): Return bad_opcode on unknown
303         bits in opcode.
305 2010-04-09  Nick Clifton  <nickc@redhat.com>
307         * i386-dis.c (print_insn): Remove unused variable op.
308         (OP_sI): Remove unused variable mask.
310 2010-04-07  Alan Modra  <amodra@gmail.com>
312         * configure: Regenerate.
314 2010-04-06  Peter Bergner  <bergner@vnet.ibm.com>
316         * ppc-opc.c (RBOPT): New define.
317         ("dccci"): Enable for PPCA2.  Make operands optional.
318         ("iccci"): Likewise.  Do not deprecate for PPC476.
320 2010-04-02  Masaki Muranaka  <monaka@monami-software.com>
322         * cr16-opc.c (cr16_instruction): Fix typo in comment.
324 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
326         * Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
327         * Makefile.in: Regenerate.
328         * configure.in (bfd_tic6x_arch): New.
329         * configure: Regenerate.
330         * disassemble.c (ARCH_tic6x): Define if ARCH_all.
331         (disassembler): Handle TI C6X.
332         * tic6x-dis.c: New.
334 2010-03-24  Mike Frysinger  <vapier@gentoo.org>
336         * bfin-dis.c (decode_regs_hi): Change REG_LH2 typo to REG_MH2.
338 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
340         * dis-buf.c (buffer_read_memory): Give error for reading just
341         before the start of memory.
343 2010-03-22  Sebastian Pop  <sebastian.pop@amd.com>
344             Quentin Neill <quentin.neill@amd.com>
346         * i386-dis.c (OP_LWP_I): Removed.
347         (reg_table): Do not use OP_LWP_I, use Iq.
348         (OP_LWPCB_E): Remove use of names16.
349         (OP_LWP_E): Same.
350         * i386-opc.tbl: Removed 16bit LWP insns.  32bit LWP insns
351         should not set the Vex.length bit.
352         * i386-tbl.h: Regenerated.
354 2010-02-25  Edmar Wienskoski  <edmar@freescale.com>
356         * ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".
358 2010-02-24  Nick Clifton  <nickc@redhat.com>
360         PR binutils/6773
361         * arm-dis.c (arm_opcodes): Replace <prefix>addsubx with
362         <prefix>asx.  Replace <prefix>subaddx with <prefix>sax.
363         (thumb32_opcodes): Likewise.
365 2010-02-15  Nick Clifton  <nickc@redhat.com>
367         * po/vi.po: Updated Vietnamese translation.
369 2010-02-12  Doug Evans  <dje@sebabeach.org>
371         * lm32-opinst.c: Regenerate.
373 2010-02-11  Doug Evans  <dje@sebabeach.org>
375         * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL.
376         (print_address): Delete CGEN_PRINT_ADDRESS.
377         * fr30-dis.c, * frv-dis.c, * ip2k-dis.c, * iq2000-dis.c,
378         * lm32-dis.c, * m32c-dis.c, * m32r-desc.c, * m32r-desc.h,
379         * m32r-dis.c, * mep-dis.c, * mt-dis.c, * openrisc-dis.c,
380         * xc16x-dis.c, * xstormy16-dis.c: Regenerate.
382         * fr30-desc.c, * fr30-desc.h, * fr30-opc.c,
383         * frv-desc.c, * frv-desc.h, * frv-opc.c,
384         * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c,
385         * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c,
386         * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opinst.c,
387         * m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
388         * m32r-desc.c, * m32r-desc.h, * m32r-opc.c, * m32r-opinst.c,
389         * mep-desc.c, * mep-desc.h, * mep-opc.c,
390         * mt-desc.c, * mt-desc.h, * mt-opc.c,
391         * openrisc-desc.c, * openrisc-desc.h, * openrisc-opc.c,
392         * xc16x-desc.c, * xc16x-desc.h, * xc16x-opc.c,
393         * xstormy16-desc.c, * xstormy16-desc.h, * xstormy16-opc.c: Regenerate.
395 2010-02-11  H.J. Lu  <hongjiu.lu@intel.com>
397         * i386-dis.c: Update copyright.
398         * i386-gen.c: Likewise.
399         * i386-opc.h: Likewise.
400         * i386-opc.tbl: Likewise.
402 2010-02-10  Quentin Neill  <quentin.neill@amd.com>
403             Sebastian Pop  <sebastian.pop@amd.com>
405         * i386-dis.c (OP_EX_VexImmW): Reintroduced
406         function to handle 5th imm8 operand.
407         (PREFIX_VEX_3A48): Added.
408         (PREFIX_VEX_3A49): Added.
409         (VEX_W_3A48_P_2): Added.
410         (VEX_W_3A49_P_2): Added.
411         (prefix table): Added entries for PREFIX_VEX_3A48
412         and PREFIX_VEX_3A49.
413         (vex table): Added entries for VEX_W_3A48_P_2 and
414         and VEX_W_3A49_P_2.
415         * i386-gen.c (operand_type_init): Added OPERAND_TYPE_VEC_IMM4
416         for Vec_Imm4 operands.
417         * i386-opc.h (enum): Added Vec_Imm4.
418         (i386_operand_type): Added vec_imm4.
419         * i386-opc.tbl: Add entries for vpermilp[ds].
420         * i386-init.h: Regenerated.
421         * i386-tbl.h: Regenerated.
423 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
425         * ppc-dis.c (ppc_opts): Add "pwr4", "pwr5", "pwr5x", "pwr6"
426         and "pwr7".  Move "a2" into alphabetical order.
428 2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
430         * ppc-dis.c (ppc_opts): Add titan entry.
431         * ppc-opc.c (TITAN, MULHW): Define.
432         (powerpc_opcodes): Support AppliedMicro Titan core (APM83xxx).
434 2010-02-03  Quentin Neill  <quentin.neill@amd.com>
436         * i386-gen.c (cpu_flag_init): Rename CPU_AMDFAM15_FLAGS
437         to CPU_BDVER1_FLAGS
438         * i386-init.h: Regenerated.
440 2010-02-03  Anthony Green  <green@moxielogic.com>
442         * moxie-opc.c (moxie_form1_opc_info): Move "nop" from 0x00 to
443         0x0f, and make 0x00 an illegal instruction.
445 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
447         * opcodes/arm-dis.c (struct arm_private_data): New.
448         (print_insn_coprocessor, print_insn_arm): Update to use struct
449         arm_private_data.
450         (is_mapping_symbol, get_map_sym_type): New functions.
451         (get_sym_code_type): Check the symbol's section.  Do not check
452         mapping symbols.
453         (print_insn): Default to disassembling ARM mode code.  Check
454         for mapping symbols separately from other symbols.  Use
455         struct arm_private_data.
457 2010-01-28  H.J. Lu  <hongjiu.lu@intel.com>
459         * i386-dis.c (EXVexWdqScalar): New.
460         (vex_scalar_w_dq_mode): Likewise.
461         (prefix_table): Update entries for PREFIX_VEX_3899,
462         PREFIX_VEX_389B, PREFIX_VEX_389D, PREFIX_VEX_389F,
463         PREFIX_VEX_38A9, PREFIX_VEX_38AB, PREFIX_VEX_38AD,
464         PREFIX_VEX_38AF, PREFIX_VEX_38B9, PREFIX_VEX_38BB,
465         PREFIX_VEX_38BD and PREFIX_VEX_38BF.
466         (intel_operand_size): Handle vex_scalar_w_dq_mode.
467         (OP_EX): Likewise.
469 2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>
471         * i386-dis.c (XMScalar): New.
472         (EXdScalar): Likewise.
473         (EXqScalar): Likewise.
474         (EXqScalarS): Likewise.
475         (VexScalar): Likewise.
476         (EXdVexScalarS): Likewise.
477         (EXqVexScalarS): Likewise.
478         (XMVexScalar): Likewise.
479         (scalar_mode): Likewise.
480         (d_scalar_mode): Likewise.
481         (d_scalar_swap_mode): Likewise.
482         (q_scalar_mode): Likewise.
483         (q_scalar_swap_mode): Likewise.
484         (vex_scalar_mode): Likewise.
485         (vex_len_table): Duplcate entries for VEX_LEN_10_P_1,
486         VEX_LEN_10_P_3, VEX_LEN_11_P_1, VEX_LEN_11_P_3, VEX_LEN_2A_P_1,
487         VEX_LEN_2A_P_3, VEX_LEN_2C_P_3, VEX_LEN_2D_P_1, VEX_LEN_2E_P_0,
488         VEX_LEN_2E_P_2, VEX_LEN_2F_P_2, VEX_LEN_51_P_1, VEX_LEN_51_P_3,
489         VEX_LEN_52_P_1, VEX_LEN_53_P_1, VEX_LEN_58_P_1, VEX_LEN_58_P_3,
490         VEX_LEN_59_P_1, VEX_LEN_5A_P_1, VEX_LEN_5A_P_3, VEX_LEN_5C_P_1,
491         VEX_LEN_5C_P_3, VEX_LEN_5D_P_1, VEX_LEN_5D_P_3, VEX_LEN_5E_P_1,
492         VEX_LEN_5E_P_3, VEX_LEN_5F_P_1, VEX_LEN_5F_P_3, VEX_LEN_6E_P_2,
493         VEX_LEN_7E_P_1, VEX_LEN_7E_P_2, VEX_LEN_D6_P_2, VEX_LEN_C2_P_1,
494         VEX_LEN_C2_P_3, VEX_LEN_3A0A_P_2 and VEX_LEN_3A0B_P_2.
495         (vex_w_table): Update entries for VEX_W_10_P_1, VEX_W_10_P_3,
496         VEX_W_11_P_1, VEX_W_11_P_3, VEX_W_2E_P_0, VEX_W_2E_P_2,
497         VEX_W_2F_P_0, VEX_W_2F_P_2, VEX_W_51_P_1, VEX_W_51_P_3,
498         VEX_W_52_P_1, VEX_W_53_P_1, VEX_W_58_P_1, VEX_W_58_P_3,
499         VEX_W_59_P_1, VEX_W_59_P_3, VEX_W_5A_P_1, VEX_W_5A_P_3,
500         VEX_W_5C_P_1, VEX_W_5C_P_3, VEX_W_5D_P_1, VEX_W_5D_P_3,
501         VEX_W_5E_P_1, VEX_W_5E_P_3, VEX_W_5F_P_1, VEX_W_5F_P_3,
502         VEX_W_7E_P_1, VEX_W_D6_P_2  VEX_W_C2_P_1, VEX_W_C2_P_3,
503         VEX_W_3A0A_P_2 and VEX_W_3A0B_P_2.
504         (intel_operand_size): Handle d_scalar_mode, d_scalar_swap_mode,
505         q_scalar_mode, q_scalar_swap_mode.
506         (OP_XMM): Handle scalar_mode.
507         (OP_EX): Handle d_scalar_mode, d_scalar_swap_mode, q_scalar_mode
508         and q_scalar_swap_mode.
509         (OP_VEX): Handle vex_scalar_mode.
511 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
513         * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.
515 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
517         * i386-dis.c (vex_len_table): Remove trailing { Bad_Opcode }.
519 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
521         * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.
523 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
525         * i386-dis.c (Bad_Opcode): New.
526         (bad_opcode): Likewise.
527         (dis386): Replace { "(bad)", { XX } } with { Bad_Opcode }.
528         (dis386_twobyte): Likewise.
529         (reg_table): Likewise.
530         (prefix_table): Likewise.
531         (x86_64_table): Likewise.
532         (vex_len_table): Likewise.
533         (vex_w_table): Likewise.
534         (mod_table): Likewise.
535         (rm_table): Likewise.
536         (float_reg): Likewise.
537         (reg_table): Remove trailing "(bad)" entries.
538         (prefix_table): Likewise.
539         (x86_64_table): Likewise.
540         (vex_len_table): Likewise.
541         (vex_w_table): Likewise.
542         (mod_table): Likewise.
543         (rm_table): Likewise.
544         (get_valid_dis386): Handle bytemode 0.
546 2010-01-23  H.J. Lu  <hongjiu.lu@intel.com>
548         * i386-opc.h (VEXScalar): New.
550         * i386-opc.tbl: Replace "Vex" with "Vex=3" on AVX scalar
551         instructions.
552         * i386-tbl.h: Regenerated.
554 2010-01-21  H.J. Lu  <hongjiu.lu@intel.com>
556         * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor.
558         * i386-opc.tbl: Add xsave64 and xrstor64.
559         * i386-tbl.h: Regenerated.
561 2010-01-20  Nick Clifton  <nickc@redhat.com>
563         PR 11170
564         * arm-dis.c (print_arm_address): Do not ignore negative bit in PC
565         based post-indexed addressing.
567 2010-01-15  Sebastian Pop  <sebastian.pop@amd.com>
569         * i386-opc.tbl: Support all the possible aliases for VPCOM* insns.
570         * i386-tbl.h: Regenerated.
572 2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
574         * i386-opc.h (VexVVVV): Replace VEX.DNS with VEX.NDS in
575         comments.
577 2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
579         * i386-dis.c (names_mm): New.
580         (intel_names_mm): Likewise.
581         (att_names_mm): Likewise.
582         (names_xmm): Likewise.
583         (intel_names_xmm): Likewise.
584         (att_names_xmm): Likewise.
585         (names_ymm): Likewise.
586         (intel_names_ymm): Likewise.
587         (att_names_ymm): Likewise.
588         (print_insn): Set names_mm, names_xmm and names_ymm.
589         (OP_MMX): Use names_mm, names_xmm and names_ymm.
590         (OP_XMM): Likewise.
591         (OP_EM): Likewise.
592         (OP_EMC): Likewise.
593         (OP_MXC): Likewise.
594         (OP_EX): Likewise.
595         (XMM_Fixup): Likewise.
596         (OP_VEX): Likewise.
597         (OP_EX_VexReg): Likewise.
598         (OP_Vex_2src): Likewise.
599         (OP_Vex_2src_1): Likewise.
600         (OP_Vex_2src_2): Likewise.
601         (OP_REG_VexI4): Likewise.
603 2010-01-13  H.J. Lu  <hongjiu.lu@intel.com>
605         * i386-dis.c (print_insn): Update comments.
607 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
609         * i386-dis.c (rex_original): Removed.
610         (ckprefix): Remove rex_original.
611         (print_insn): Update comments.
613 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
615         * Makefile.in: Regenerate.
616         * configure: Regenerate.
618 2010-01-07  Doug Evans  <dje@sebabeach.org>
620         * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup.
621         * fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
622         * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
623         * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
624         * xstormy16-ibld.c: Regenerate.
626 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
628         * i386-gen.c (cpu_flag_init): Add new CPU_AMDFAM15_FLAGS.
629         * i386-init.h: Regenerated.
631 2010-01-06  Daniel Gutson  <dgutson@codesourcery.com>
633         * arm-dis.c (print_insn): Fixed search for next symbol and data
634         dumping condition, and the initial mapping symbol state.
636 2010-01-05  Doug Evans  <dje@sebabeach.org>
638         * cgen-ibld.in: #include "cgen/basic-modes.h".
639         * fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
640         * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
641         * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
642         * xstormy16-ibld.c: Regenerate.
644 2010-01-04  Nick Clifton  <nickc@redhat.com>
646         PR 11123
647         * arm-dis.c (print_insn_coprocessor): Initialise value.
649 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
651         * ppc-dis.c (ppc_opts): Add entry for "e500mc64".
653 2010-01-02  Doug Evans  <dje@sebabeach.org>
655         * cgen-asm.in: Update copyright year.
656         * cgen-dis.in: Update copyright year.
657         * cgen-ibld.in: Update copyright year.
658         * fr30-asm.c, * fr30-desc.c, * fr30-desc.h, * fr30-dis.c,
659         * fr30-ibld.c, * fr30-opc.c, * fr30-opc.h, * frv-asm.c, * frv-desc.c,
660         * frv-desc.h, * frv-dis.c, * frv-ibld.c, * frv-opc.c, * frv-opc.h,
661         * ip2k-asm.c, * ip2k-desc.c, * ip2k-desc.h, * ip2k-dis.c,
662         * ip2k-ibld.c, * ip2k-opc.c, * ip2k-opc.h, * iq2000-asm.c,
663         * iq2000-desc.c, * iq2000-desc.h, * iq2000-dis.c, * iq2000-ibld.c,
664         * iq2000-opc.c, * iq2000-opc.h, * lm32-asm.c, * lm32-desc.c,
665         * lm32-desc.h, * lm32-dis.c, * lm32-ibld.c, * lm32-opc.c, * lm32-opc.h,
666         * lm32-opinst.c, * m32c-asm.c, * m32c-desc.c, * m32c-desc.h,
667         * m32c-dis.c, * m32c-ibld.c, * m32c-opc.c, * m32c-opc.h, * m32r-asm.c,
668         * m32r-desc.c, * m32r-desc.h, * m32r-dis.c, * m32r-ibld.c,
669         * m32r-opc.c, * m32r-opc.h, * m32r-opinst.c, * mep-asm.c, * mep-desc.c,
670         * mep-desc.h, * mep-dis.c, * mep-ibld.c, * mep-opc.c, * mep-opc.h,
671         * mt-asm.c, * mt-desc.c, * mt-desc.h, * mt-dis.c, * mt-ibld.c,
672         * mt-opc.c, * mt-opc.h, * openrisc-asm.c, * openrisc-desc.c,
673         * openrisc-desc.h, * openrisc-dis.c, * openrisc-ibld.c,
674         * openrisc-opc.c, * openrisc-opc.h, * xc16x-asm.c, * xc16x-desc.c,
675         * xc16x-desc.h, * xc16x-dis.c, * xc16x-ibld.c, * xc16x-opc.c,
676         * xc16x-opc.h, * xstormy16-asm.c, * xstormy16-desc.c,
677         * xstormy16-desc.h, * xstormy16-dis.c, * xstormy16-ibld.c,
678         * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
680 For older changes see ChangeLog-2009
682 Local Variables:
683 mode: change-log
684 left-margin: 8
685 fill-column: 74
686 version-control: never
687 End: