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