include/opcode/
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2009-03-10 Alan Modra <amodra@bigpond.net.au>
2
3 * ppc-dis.c: Include "opintl.h".
4 (struct ppc_mopt, ppc_opts): New.
5 (ppc_parse_cpu): New function.
6 (powerpc_init_dialect): Use it.
7 (print_ppc_disassembler_options): Dump options from ppc_opts.
8 Internationalize message.
9
10 2009-03-06 Nick Clifton <nickc@redhat.com>
11
12 * po/es.po: Updated Spanish translation.
13
14 2009-03-04 Alan Modra <amodra@bigpond.net.au>
15
16 PR 6768
17 * configure.in: Test for ld --as-needed support. Link shared
18 libopcodes against libm.
19 * configure: Regenerate.
20
21 2009-03-03 Peter Bergner <bergner@vnet.ibm.com>
22
23 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
24 instructions from newer processors are listed before older ones.
25
26 2009-03-03 Alan Modra <amodra@bigpond.net.au>
27
28 * Makefile.am: Run "make dep-am".
29 (HFILES): Move lm32-desc.h and lm32-opc.h from..
30 (CFILES): ..here.
31 * Makefile.in: Regenerate.
32
33 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
34
35 * score7-dis.c: New file.
36 * Makefile.am: Add dependencies for score7-dis.c.
37 * Makefile.in: Regenerate.
38 * configure.in: Add score7-dis to score files.
39 * configure: Regenerate.
40 * score-dis.c: Add support for score7 architecture.
41 * score-opc.h: Likewise.
42
43 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44
45 * configure: Regenerate.
46
47 2009-02-27 H.J. Lu <hongjiu.lu@intel.com>
48
49 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
50
51 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
52
53 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
54 the power7 and the isel instructions.
55 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
56 (insert_dm, extract_dm): Likewise.
57 (XB6): Update comment to include XX2 form.
58 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
59 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
60 (RemoveXX3DM): Delete.
61 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
62 "mftgpr">: Deprecate for POWER7.
63 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
64 "frsqrte.">: Deprecate the three operand form and enable the two
65 operand form for POWER7 and later.
66 <"wait">: Extend to accept optional parameter. Enable for POWER7.
67 <"waitsrv", "waitimpl">: Add extended opcodes.
68 <"ldbrx", "stdbrx">: Enable for POWER7.
69 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
70 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
71 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
72 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
73 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
74 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
75 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
76 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
77 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
78 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
79 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
80 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
81 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
82 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
83 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
84 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
85 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
86 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
87 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
88 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
89 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
90 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
91 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
92 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
93 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
94 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
95 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
96 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
97 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
98 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
99 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
100 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
101 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
102 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
103 "xxspltw", "xxswapd">: Add VSX opcodes.
104
105 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
106
107 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
108 (operand_types): Remove Vex_Imm4.
109
110 * i386-opc.h (Vex_Imm4): Removed.
111 (OTMax): Updated.
112 (i386_operand_type): Remove vex_imm4.
113
114 * i386-opc.tbl: Remove Vex_Imm4 comments.
115 * i386-init.h: Regenerated.
116 * i386-tbl.h: Likewise.
117
118 2009-02-23 Richard Earnshaw <rearnsha@arm.com>
119
120 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
121 vq{r}shr{u}n.s64 insnstructions.
122
123 2009-02-19 Peter Bergner <bergner@vnet.ibm.com>
124
125 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
126 operand to be a float point register (FRT/FRS).
127
128 2009-02-18 Adam Nemet <anemet@caviumnetworks.com>
129
130 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
131 dmfc2 and dmtc2 before the architecture-level variants.
132
133 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
134
135 * fr30-opc.c: Regenerate.
136 * frv-opc.c: Regenerate.
137 * ip2k-opc.c: Regenerate.
138 * iq2000-opc.c: Regenerate.
139 * lm32-opc.c: Regenerate.
140 * m32c-opc.c: Regenerate.
141 * m32r-opc.c: Regenerate.
142 * mep-opc.c: Regenerate.
143 * mt-opc.c: Regenerate.
144 * xc16x-opc.c: Regenerate.
145 * xstormy16-opc.c: Regenerate.
146 * tic54x-dis.c (print_instruction): Avoid compiler warning on
147 sprintf call.
148
149 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
150
151 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
152
153 2009-02-05 Peter Bergner <bergner@vnet.ibm.com>
154
155 * ppc-opc.c: Update copyright year.
156 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
157 ordering for POWER4 and later and use the correct Server ordering.
158
159 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
160
161 AVX Programming Reference (January, 2009)
162 * i386-dis.c (PREFIX_VEX_3A44): New.
163 (VEX_LEN_3A44_P_2): Likewise.
164 (PREFIX_VEX_3A48): Updated.
165 (VEX_LEN_3A4C_P_2): Likewise.
166 (prefix_table): Add PREFIX_VEX_3A44.
167 (vex_table): Likewise.
168 (vex_len_table): Add VEX_LEN_3A44_P_2.
169
170 * i386-opc.tbl: Add PCLMUL + AVX instructions.
171 * i386-tbl.h: Regenerated.
172
173 2009-02-03 Sandip Matte <sandip@rmicorp.com>
174
175 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
176 (mips_arch_choices): Add XLR entry.
177 * mips-opc.c (XLR): Define.
178 (mips_builtin_opcodes): Add XLR instructions.
179
180 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
181
182 * Makefile.am: Add install-pdf target.
183 * po/Make-in: Add install-pdf target.
184 * Makefile.in: Regenerate.
185
186 2009-02-02 DJ Delorie <dj@redhat.com>
187
188 * mep-asm.c: Regenerate.
189 * mep-desc.c: Regenerate.
190 * mep-desc.h: Regenerate.
191 * mep-dis.c: Regenerate.
192 * mep-ibld.c: Regenerate.
193 * mep-opc.c: Regenerate.
194 * mep-opc.h: Regenerate.
195
196 2009-01-29 Mark Mitchell <mark@codesourcery.com>
197
198 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
199 qsub, and qdsub.
200
201 2009-01-28 Chao-ying Fu <fu@mips.com>
202
203 * mips-opc.c (suxc1): Add the flag of FP_D.
204
205 2009-01-20 Alan Modra <amodra@bigpond.net.au>
206
207 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
208 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
209 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
210 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
211 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
212 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
213 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
214 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
215
216 2009-01-16 Alan Modra <amodra@bigpond.net.au>
217
218 * configure.in (commonbfdlib): Delete.
219 (SHARED_LIBADD): Add pic libiberty if such is available.
220 * configure: Regenerate.
221 * po/POTFILES.in: Regenerate.
222
223 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
224
225 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
226 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
227 operand form and enable the four operand form for POWER6 and later.
228 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
229 three operand form for POWER6 and later.
230
231 2009-01-14 Mike Frysinger <vapier@gentoo.org>
232
233 * bfin-dis.c (OUTS): Use "%s" as format string.
234
235 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
236
237 * i386-gen.c (cpu_flag_init): Remove a white space.
238 (operand_type_init): Likewise.
239
240 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
241
242 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
243 * i386-tbl.h: Regenerated.
244
245 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
246
247 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
248 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
249 subS, xorS and cmpS.
250
251 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
252
253 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
254 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
255 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
256 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
257 and CpuSYSCALL.
258 (lineno): Removed.
259 (set_bitfield): Take an argument, lineno. Don't report lineno
260 on error if it is -1.
261 (process_i386_cpu_flag): Take an argument, lineno.
262 (process_i386_opcode_modifier): Likewise.
263 (process_i386_operand_type): Likewise.
264 (output_i386_opcode): Likewise.
265 (opcode_hash_entry): Add lineno.
266 (process_i386_opcodes): Updated.
267 (process_i386_registers): Likewise.
268 (process_i386_initializers): Likewise.
269
270 * i386-opc.h (CpuP4): Removed.
271 (CpuK6): Likewise.
272 (CpuK8): Likewise.
273 (CpuClflush): New.
274 (CpuSYSCALL): Likewise.
275 (CpuMMX): Updated.
276 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
277 cpuclflush and cpusyscall.
278
279 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
280 syscall and sysret.
281 * i386-init.h: Regenerated.
282 * i386-tbl.h: Likewise.
283
284 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
285
286 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
287 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
288 (cpu_flags): Add CpuRdtscp.
289 (set_bitfield): Remove CpuSledgehammer check.
290
291 * i386-opc.h (CpuRdtscp): New.
292 (CpuLM): Updated.
293 (i386_cpu_flags): Add cpurdtscp.
294
295 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
296 * i386-init.h: Regenerated.
297 * i386-tbl.h: Likewise.
298
299 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
300
301 * ppc-opc.c (PPCNONE): Define.
302 (NOPOWER4): Delete.
303 (powerpc_opcodes): Initialize the new "deprecated" field.
304
305 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
306
307 AVX Programming Reference (December, 2008)
308 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
309 (VEX_LEN_E7_P_2_M_0): Likewise.
310 (VEX_LEN_2C_P_1): Updated.
311 (VEX_LEN_E8_P_2): Likewise.
312 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
313 (mod_table): Likewise.
314
315 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
316 * i386-tbl.h: Regenerated.
317
318 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
319
320 * i386-gen.c (process_copyright): Update for 2009.
321
322 * i386-init.h: Regenerated.
323 * i386-tbl.h: Likewise.
324
325 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
326
327 AVX Programming Reference (December, 2008)
328 * i386-dis.c (OP_VEX_FMA): Removed.
329 (OP_EX_VexW): Likewise.
330 (OP_EX_VexImmW): Likewise.
331 (OP_XMM_VexW): Likewise.
332 (VEXI4_Fixup): Likewise.
333 (VPERMIL2_Fixup): Likewise.
334 (VexI4): Likewise.
335 (VexFMA): Likewise.
336 (Vex128FMA): Likewise.
337 (EXVexW): Likewise.
338 (EXdVexW): Likewise.
339 (EXqVexW): Likewise.
340 (EXVexImmW): Likewise.
341 (XMVexW): Likewise.
342 (VPERMIL2): Likewise.
343 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
344 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
345 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
346 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
347 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
348 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
349 (get_vex_imm8): Likewise.
350 (OP_EX_VexReg): Likewise.
351 vpermil2_op): Likewise.
352 (EXVexWdq): New.
353 (vex_w_dq_mode): Likewise.
354 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
355 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
356 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
357 (es_reg): Updated.
358 (PREFIX_VEX_38DB): Likewise.
359 (PREFIX_VEX_3A4A): Likewise.
360 (PREFIX_VEX_3A60): Likewise.
361 (PREFIX_VEX_3ADF): Likewise.
362 (VEX_LEN_3ADF_P_2): Likewise.
363 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
364 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
365 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
366 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
367 PREFIX_VEX_3896...PREFIX_VEX_389F,
368 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
369 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
370 (vex_table): Likewise.
371 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
372 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
373 (putop): Support "%XW".
374 (intel_operand_size): Handle vex_w_dq_mode.
375
376 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
377
378 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
379 instructions. Add new FMA instructions.
380 * i386-tbl.h: Regenerated.
381
382 2009-01-02 Matthias Klose <doko@ubuntu.com>
383
384 * or32-opc.c (or32_print_register, or32_print_immediate,
385 disassemble_insn): Don't rely on undefined sprintf behaviour.
386
387 For older changes see ChangeLog-2008
388 \f
389 Local Variables:
390 mode: change-log
391 left-margin: 8
392 fill-column: 74
393 version-control: never
394 End:
This page took 0.043812 seconds and 5 git commands to generate.