gas/
[binutils-gdb.git] / opcodes / ChangeLog
1 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
2
3 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
4
5 2009-02-05 Peter Bergner <bergner@vnet.ibm.com>
6
7 * ppc-opc.c: Update copyright year.
8 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
9 ordering for POWER4 and later and use the correct Server ordering.
10
11 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
12
13 AVX Programming Reference (January, 2009)
14 * i386-dis.c (PREFIX_VEX_3A44): New.
15 (VEX_LEN_3A44_P_2): Likewise.
16 (PREFIX_VEX_3A48): Updated.
17 (VEX_LEN_3A4C_P_2): Likewise.
18 (prefix_table): Add PREFIX_VEX_3A44.
19 (vex_table): Likewise.
20 (vex_len_table): Add VEX_LEN_3A44_P_2.
21
22 * i386-opc.tbl: Add PCLMUL + AVX instructions.
23 * i386-tbl.h: Regenerated.
24
25 2009-02-03 Sandip Matte <sandip@rmicorp.com>
26
27 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
28 (mips_arch_choices): Add XLR entry.
29 * mips-opc.c (XLR): Define.
30 (mips_builtin_opcodes): Add XLR instructions.
31
32 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
33
34 * Makefile.am: Add install-pdf target.
35 * po/Make-in: Add install-pdf target.
36 * Makefile.in: Regenerate.
37
38 2009-02-02 DJ Delorie <dj@redhat.com>
39
40 * mep-asm.c: Regenerate.
41 * mep-desc.c: Regenerate.
42 * mep-desc.h: Regenerate.
43 * mep-dis.c: Regenerate.
44 * mep-ibld.c: Regenerate.
45 * mep-opc.c: Regenerate.
46 * mep-opc.h: Regenerate.
47
48 2009-01-29 Mark Mitchell <mark@codesourcery.com>
49
50 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
51 qsub, and qdsub.
52
53 2009-01-28 Chao-ying Fu <fu@mips.com>
54
55 * mips-opc.c (suxc1): Add the flag of FP_D.
56
57 2009-01-20 Alan Modra <amodra@bigpond.net.au>
58
59 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
60 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
61 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
62 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
63 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
64 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
65 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
66 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
67
68 2009-01-16 Alan Modra <amodra@bigpond.net.au>
69
70 * configure.in (commonbfdlib): Delete.
71 (SHARED_LIBADD): Add pic libiberty if such is available.
72 * configure: Regenerate.
73 * po/POTFILES.in: Regenerate.
74
75 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
76
77 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
78 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
79 operand form and enable the four operand form for POWER6 and later.
80 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
81 three operand form for POWER6 and later.
82
83 2009-01-14 Mike Frysinger <vapier@gentoo.org>
84
85 * bfin-dis.c (OUTS): Use "%s" as format string.
86
87 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
88
89 * i386-gen.c (cpu_flag_init): Remove a white space.
90 (operand_type_init): Likewise.
91
92 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
93
94 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
95 * i386-tbl.h: Regenerated.
96
97 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
98
99 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
100 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
101 subS, xorS and cmpS.
102
103 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
104
105 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
106 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
107 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
108 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
109 and CpuSYSCALL.
110 (lineno): Removed.
111 (set_bitfield): Take an argument, lineno. Don't report lineno
112 on error if it is -1.
113 (process_i386_cpu_flag): Take an argument, lineno.
114 (process_i386_opcode_modifier): Likewise.
115 (process_i386_operand_type): Likewise.
116 (output_i386_opcode): Likewise.
117 (opcode_hash_entry): Add lineno.
118 (process_i386_opcodes): Updated.
119 (process_i386_registers): Likewise.
120 (process_i386_initializers): Likewise.
121
122 * i386-opc.h (CpuP4): Removed.
123 (CpuK6): Likewise.
124 (CpuK8): Likewise.
125 (CpuClflush): New.
126 (CpuSYSCALL): Likewise.
127 (CpuMMX): Updated.
128 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
129 cpuclflush and cpusyscall.
130
131 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
132 syscall and sysret.
133 * i386-init.h: Regenerated.
134 * i386-tbl.h: Likewise.
135
136 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
137
138 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
139 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
140 (cpu_flags): Add CpuRdtscp.
141 (set_bitfield): Remove CpuSledgehammer check.
142
143 * i386-opc.h (CpuRdtscp): New.
144 (CpuLM): Updated.
145 (i386_cpu_flags): Add cpurdtscp.
146
147 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
148 * i386-init.h: Regenerated.
149 * i386-tbl.h: Likewise.
150
151 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
152
153 * ppc-opc.c (PPCNONE): Define.
154 (NOPOWER4): Delete.
155 (powerpc_opcodes): Initialize the new "deprecated" field.
156
157 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
158
159 AVX Programming Reference (December, 2008)
160 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
161 (VEX_LEN_E7_P_2_M_0): Likewise.
162 (VEX_LEN_2C_P_1): Updated.
163 (VEX_LEN_E8_P_2): Likewise.
164 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
165 (mod_table): Likewise.
166
167 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
168 * i386-tbl.h: Regenerated.
169
170 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
171
172 * i386-gen.c (process_copyright): Update for 2009.
173
174 * i386-init.h: Regenerated.
175 * i386-tbl.h: Likewise.
176
177 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
178
179 AVX Programming Reference (December, 2008)
180 * i386-dis.c (OP_VEX_FMA): Removed.
181 (OP_EX_VexW): Likewise.
182 (OP_EX_VexImmW): Likewise.
183 (OP_XMM_VexW): Likewise.
184 (VEXI4_Fixup): Likewise.
185 (VPERMIL2_Fixup): Likewise.
186 (VexI4): Likewise.
187 (VexFMA): Likewise.
188 (Vex128FMA): Likewise.
189 (EXVexW): Likewise.
190 (EXdVexW): Likewise.
191 (EXqVexW): Likewise.
192 (EXVexImmW): Likewise.
193 (XMVexW): Likewise.
194 (VPERMIL2): Likewise.
195 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
196 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
197 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
198 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
199 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
200 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
201 (get_vex_imm8): Likewise.
202 (OP_EX_VexReg): Likewise.
203 vpermil2_op): Likewise.
204 (EXVexWdq): New.
205 (vex_w_dq_mode): Likewise.
206 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
207 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
208 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
209 (es_reg): Updated.
210 (PREFIX_VEX_38DB): Likewise.
211 (PREFIX_VEX_3A4A): Likewise.
212 (PREFIX_VEX_3A60): Likewise.
213 (PREFIX_VEX_3ADF): Likewise.
214 (VEX_LEN_3ADF_P_2): Likewise.
215 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
216 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
217 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
218 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
219 PREFIX_VEX_3896...PREFIX_VEX_389F,
220 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
221 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
222 (vex_table): Likewise.
223 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
224 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
225 (putop): Support "%XW".
226 (intel_operand_size): Handle vex_w_dq_mode.
227
228 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
229
230 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
231 instructions. Add new FMA instructions.
232 * i386-tbl.h: Regenerated.
233
234 2009-01-02 Matthias Klose <doko@ubuntu.com>
235
236 * or32-opc.c (or32_print_register, or32_print_immediate,
237 disassemble_insn): Don't rely on undefined sprintf behaviour.
238
239 For older changes see ChangeLog-2008
240 \f
241 Local Variables:
242 mode: change-log
243 left-margin: 8
244 fill-column: 74
245 version-control: never
246 End: