Remove trailing { Bad_Opcode } in vex_len_table.
[binutils.git] / opcodes / ChangeLog
blob1f2088513624e2ba6a9f6052de57a09210fcbf84
1 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
3         * i386-dis.c (vex_len_table): Remove trailing { Bad_Opcode }.
5 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
7         * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.
9 2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>
11         * i386-dis.c (Bad_Opcode): New.
12         (bad_opcode): Likewise.
13         (dis386): Replace { "(bad)", { XX } } with { Bad_Opcode }.
14         (dis386_twobyte): Likewise.
15         (reg_table): Likewise.
16         (prefix_table): Likewise.
17         (x86_64_table): Likewise.
18         (vex_len_table): Likewise.
19         (vex_w_table): Likewise.
20         (mod_table): Likewise.
21         (rm_table): Likewise.
22         (float_reg): Likewise.
23         (reg_table): Remove trailing "(bad)" entries.
24         (prefix_table): Likewise.
25         (x86_64_table): Likewise.
26         (vex_len_table): Likewise.
27         (vex_w_table): Likewise.
28         (mod_table): Likewise.
29         (rm_table): Likewise.
30         (get_valid_dis386): Handle bytemode 0.
32 2010-01-23  H.J. Lu  <hongjiu.lu@intel.com>
34         * i386-opc.h (VEXScalar): New.
36         * i386-opc.tbl: Replace "Vex" with "Vex=3" on AVX scalar
37         instructions.
38         * i386-tbl.h: Regenerated.
40 2010-01-21  H.J. Lu  <hongjiu.lu@intel.com>
42         * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor.
44         * i386-opc.tbl: Add xsave64 and xrstor64.
45         * i386-tbl.h: Regenerated.
47 2010-01-20  Nick Clifton  <nickc@redhat.com>
49         PR 11170
50         * arm-dis.c (print_arm_address): Do not ignore negative bit in PC
51         based post-indexed addressing.
53 2010-01-15  Sebastian Pop  <sebastian.pop@amd.com>
55         * i386-opc.tbl: Support all the possible aliases for VPCOM* insns.
56         * i386-tbl.h: Regenerated.
58 2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
60         * i386-opc.h (VexVVVV): Replace VEX.DNS with VEX.NDS in
61         comments.
63 2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
65         * i386-dis.c (names_mm): New.
66         (intel_names_mm): Likewise.
67         (att_names_mm): Likewise.
68         (names_xmm): Likewise.
69         (intel_names_xmm): Likewise.
70         (att_names_xmm): Likewise.
71         (names_ymm): Likewise.
72         (intel_names_ymm): Likewise.
73         (att_names_ymm): Likewise.
74         (print_insn): Set names_mm, names_xmm and names_ymm.
75         (OP_MMX): Use names_mm, names_xmm and names_ymm.
76         (OP_XMM): Likewise.
77         (OP_EM): Likewise.
78         (OP_EMC): Likewise.
79         (OP_MXC): Likewise.
80         (OP_EX): Likewise.
81         (XMM_Fixup): Likewise.
82         (OP_VEX): Likewise.
83         (OP_EX_VexReg): Likewise.
84         (OP_Vex_2src): Likewise.
85         (OP_Vex_2src_1): Likewise.
86         (OP_Vex_2src_2): Likewise.
87         (OP_REG_VexI4): Likewise.
89 2010-01-13  H.J. Lu  <hongjiu.lu@intel.com>
91         * i386-dis.c (print_insn): Update comments.
93 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
95         * i386-dis.c (rex_original): Removed.
96         (ckprefix): Remove rex_original.
97         (print_insn): Update comments.
99 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
101         * Makefile.in: Regenerate.
102         * configure: Regenerate.
104 2010-01-07  Doug Evans  <dje@sebabeach.org>
106         * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup.
107         * fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
108         * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
109         * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
110         * xstormy16-ibld.c: Regenerate.
112 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
114         * i386-gen.c (cpu_flag_init): Add new CPU_AMDFAM15_FLAGS.
115         * i386-init.h: Regenerated.
117 2010-01-06  Daniel Gutson  <dgutson@codesourcery.com>
119         * arm-dis.c (print_insn): Fixed search for next symbol and data
120         dumping condition, and the initial mapping symbol state.
122 2010-01-05  Doug Evans  <dje@sebabeach.org>
124         * cgen-ibld.in: #include "cgen/basic-modes.h".
125         * fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
126         * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
127         * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
128         * xstormy16-ibld.c: Regenerate.
130 2010-01-04  Nick Clifton  <nickc@redhat.com>
132         PR 11123
133         * arm-dis.c (print_insn_coprocessor): Initialise value.
135 2010-01-04  Edmar Wienskoski  <edmar@freescale.com>
137         * ppc-dis.c (ppc_opts): Add entry for "e500mc64".
139 2010-01-02  Doug Evans  <dje@sebabeach.org>
141         * cgen-asm.in: Update copyright year.
142         * cgen-dis.in: Update copyright year.
143         * cgen-ibld.in: Update copyright year.
144         * fr30-asm.c, * fr30-desc.c, * fr30-desc.h, * fr30-dis.c,
145         * fr30-ibld.c, * fr30-opc.c, * fr30-opc.h, * frv-asm.c, * frv-desc.c,
146         * frv-desc.h, * frv-dis.c, * frv-ibld.c, * frv-opc.c, * frv-opc.h,
147         * ip2k-asm.c, * ip2k-desc.c, * ip2k-desc.h, * ip2k-dis.c,
148         * ip2k-ibld.c, * ip2k-opc.c, * ip2k-opc.h, * iq2000-asm.c,
149         * iq2000-desc.c, * iq2000-desc.h, * iq2000-dis.c, * iq2000-ibld.c,
150         * iq2000-opc.c, * iq2000-opc.h, * lm32-asm.c, * lm32-desc.c,
151         * lm32-desc.h, * lm32-dis.c, * lm32-ibld.c, * lm32-opc.c, * lm32-opc.h,
152         * lm32-opinst.c, * m32c-asm.c, * m32c-desc.c, * m32c-desc.h,
153         * m32c-dis.c, * m32c-ibld.c, * m32c-opc.c, * m32c-opc.h, * m32r-asm.c,
154         * m32r-desc.c, * m32r-desc.h, * m32r-dis.c, * m32r-ibld.c,
155         * m32r-opc.c, * m32r-opc.h, * m32r-opinst.c, * mep-asm.c, * mep-desc.c,
156         * mep-desc.h, * mep-dis.c, * mep-ibld.c, * mep-opc.c, * mep-opc.h,
157         * mt-asm.c, * mt-desc.c, * mt-desc.h, * mt-dis.c, * mt-ibld.c,
158         * mt-opc.c, * mt-opc.h, * openrisc-asm.c, * openrisc-desc.c,
159         * openrisc-desc.h, * openrisc-dis.c, * openrisc-ibld.c,
160         * openrisc-opc.c, * openrisc-opc.h, * xc16x-asm.c, * xc16x-desc.c,
161         * xc16x-desc.h, * xc16x-dis.c, * xc16x-ibld.c, * xc16x-opc.c,
162         * xc16x-opc.h, * xstormy16-asm.c, * xstormy16-desc.c,
163         * xstormy16-desc.h, * xstormy16-dis.c, * xstormy16-ibld.c,
164         * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
166 For older changes see ChangeLog-2009
168 Local Variables:
169 mode: change-log
170 left-margin: 8
171 fill-column: 74
172 version-control: never
173 End: