* configure.ac: Define is_elf for QNX Neutrino targets.
[binutils.git] / opcodes / ChangeLog
blob93d5d0205da410aecaf81507e0a899ffdc4bc2dd
1 2009-06-15  Nick Clifton  <nickc@redhat.com>
3         PR 10263
4         * arm-dis.c (print_insn): Ignore is_data if the user has requested
5         the disassembly of data as well as instructions.
7 2009-06-11  Doug Evans  <dje@sebabeach.org>
9         * cgen.sh: Handle multiple simultaneous runs for parallel makes.
11 2009-06-11  Anthony Green  <green@moxielogic.com>
13         * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
14         (moxie_form3_opc_info): Add branch instructions.
15         * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
16         encoded instructions.
18 2009-06-06  Anthony Green  <green@moxielogic.com>
20         * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
21         * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
23 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
25         * dep-in.sed: Don't use \n in replacement part of s command.
26         * Makefile.am (DEP1): LC_ALL for uniq.
27         * Makefile.in: Regenerate.
29 2009-06-02  Nick Clifton  <nickc@redhat.com>
31         * po/nl.po: Updated Dutch translation.
33 2009-06-02  Tristan Gingold  <gingold@adacore.com>
35         * ia64-gen.c (parse_resource_users, print_dependency_table,
36         add_dis_table_ent, finish_distable, insert_bit_table_ent,
37         add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
38         get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
39         insert_completer_entry, print_completer_entry, print_completer_table,
40         opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
42 2009-05-28  DJ Delorie  <dj@redhat.com>
44         * mep-asm.c: Regenerate.
45         * mep-desc.c: Regenerate.
47 2009-05-26  DJ Delorie  <dj@redhat.com>
49         * mep-asm.c: Regenerate.
50         * mep-desc.c: Regenerate.
51         * mep-desc.h: Regenerate.
52         * mep-dis.c: Regenerate.
53         * mep-ibld.c: Regenerate.
54         * mep-opc.c: Regenerate.
55         * mep-opc.h: Regenerate.
57 2009-05-26  Nick Clifton  <nickc@redhat.com>
59         * po/id.po: Updated Indonesian translation.
60         * po/opcodes.pot: Updated template file.
62 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
64         * dep-in.sed: Don't modify .o to .lo here.  Output one filename
65         per line with all lines having continuation backslash.  Prefix
66         first line with "A", following lines with "B".
67         * Makefile.am (DEP): Don't use dep.sed here.
68         (DEP1): Run $MKDEP on single files, modify .o to .lo here.  Use
69         dep.sed here on dependencies, sort and uniq.
70         * Makefile.in: Regenerate.
72 2009-05-25  Tristan Gingold  <gingold@adacore.com>
74         * makefile.vms (OPT): New variable.
75         (CFLAGS): Update compilation flags.
77 2009-05-22  DJ Delorie  <dj@redhat.com>
79         * mep-asm.c: Regenerate.
80         * mep-desc.c: Regenerate.
81         * mep-desc.h: Regenerate.
82         * mep-dis.c: Regenerate.
83         * mep-ibld.c: Regenerate.
84         * mep-opc.c: Regenerate.
85         * mep-opc.h: Regenerate.
87 2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
89         * i386-opc.h (Cpusse5): Delete.
90         (i386_cpu_flags): Delete.
91         * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
92         * i386-opc.tbl: Remove SSE5 instructions.
93         * i386-tbl.h: Regenerate.
94         * i386-init.h: Regenerate.
95         * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
96         (print_drex_arg): Delete.
97         (OP_DREX4): Delete.
98         (OP_DREX3): Delete.
99         (OP_DREX_ICMP): Delete.
100         (OP_DREX_FCMP): Delete.
101         (DREX_*): Delete.
102         (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
103         
104 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
106         * Makefile.am: Run "make dep-am".
107         * Makefile.in: Regenerate.
108         * po/POTFILES.in: Regenerate.
110 2009-05-19  DJ Delorie  <dj@redhat.com>
112         * mep-asm.c: Regenerate.
113         * mep-opc.c: Regenerate.
115 2009-04-30  DJ Delorie  <dj@redhat.com>
117         * mep-asm.c: Regenerate.
118         * mep-desc.c: Regenerate.
119         * mep-desc.h: Regenerate.
120         * mep-dis.c: Regenerate.
121         * mep-ibld.c: Regenerate.
122         * mep-opc.c: Regenerate.
123         * mep-opc.h: Regenerate.
125 2009-04-17  DJ Delorie  <dj@redhat.com
127         * mep-desc.c: Regenerate.
128         * mep-ibld.c: Regenerate.
129         * mep-opc.c: Regenerate.
130         * mep-opc.h: Regenerate.
132 2009-04-15  Anthony Green  <green@moxielogic.com>
134         * moxie-opc.c, moxie-dis.c: Created.
135         * Makefile.am: Build the moxie source files.
136         * configure.in: Add moxie support.
137         * Makefile.in, configure: Rebuilt.
138         * disassemble.c (disassembler): Add moxie support.
139         (ARCH_moxie): Define.
141 2009-04-15  Jan Beulich  <jbeulich@novell.com>
143         * i386-opc.tbl (protb, protw, protd, protq): Set opcode
144         extension to None.
145         (pshab, pshaw, pshad, pshaq): Likewise.
146         * i386-tbl.h: Re-generate.
148 2009-04-08  DJ Delorie  <dj@redhat.com
150         * mep-asm.c: Regenerate.
151         * mep-desc.c: Regenerate.
152         * mep-desc.h: Regenerate.
153         * mep-dis.c: Regenerate.
154         * mep-ibld.c: Regenerate.
155         * mep-opc.c: Regenerate.
156         * mep-opc.h: Regenerate.
158 2009-04-07  Peter Bergner  <bergner@vnet.ibm.com>
160         * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
161         "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
162         Reorder entries so the extended mnemonics are listed before tlbilx.
164 2009-04-02  Peter Bergner  <bergner@vnet.ibm.com>
166         * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
167         due to -many/-Many.
168         (print_insn_powerpc): Make sure we only deprecate instructions using
169         the original dialect and not a modified dialect due to -Many handling.
170         Move the handling of the condition register and default operands to
171         the end of the if/else if/else chain.
172         * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
173         instructions from newer processors are listed before older ones.
174         <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
175         that have instructions with conflicting opcodes.
177 2009-04-01  Peter Bergner  <bergner@vnet.ibm.com>
179         * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
180         E500MC entries.
182 2009-04-01  Christophe Lyon  <christophe.lyon@st.com>
184         * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
186 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
188         * arm-dis.c (print_insn): Also check section matches in backwards
189         search for mapping symbol.
191 2009-03-26  H.J. Lu  <hongjiu.lu@intel.com>
193         * i386-dis.c (get_valid_dis386): Abort on unhandled table.
195 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
197         * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
198         * Makefile.am: Run "make dep-am".
199         * Makefile.in: Regenerate.
200         * openrisc-opc.c: Regenerate.
202 2009-03-10  Nick Clifton  <nickc@redhat.com>
204         * po/id.po: Updated Indonesian translation.
206 2009-03-10  Alan Modra  <amodra@bigpond.net.au>
208         * ppc-dis.c: Include "opintl.h".
209         (struct ppc_mopt, ppc_opts): New.
210         (ppc_parse_cpu): New function.
211         (powerpc_init_dialect): Use it.
212         (print_ppc_disassembler_options): Dump options from ppc_opts.
213         Internationalize message.
215 2009-03-06  Nick Clifton  <nickc@redhat.com>
217         * po/es.po: Updated Spanish translation.
219 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
221         PR 6768
222         * configure.in: Test for ld --as-needed support.  Link shared
223         libopcodes against libm.
224         * configure: Regenerate.
226 2009-03-03  Peter Bergner  <bergner@vnet.ibm.com>
228         * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
229         instructions from newer processors are listed before older ones.
231 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
233         * Makefile.am: Run "make dep-am".
234         (HFILES): Move lm32-desc.h and lm32-opc.h from..
235         (CFILES): ..here.
236         * Makefile.in: Regenerate.
238 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
240         * score7-dis.c: New file.
241         * Makefile.am: Add dependencies for score7-dis.c.
242         * Makefile.in: Regenerate.
243         * configure.in: Add score7-dis to score files.
244         * configure: Regenerate.
245         * score-dis.c: Add support for score7 architecture.
246         * score-opc.h: Likewise.
248 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
250         * configure: Regenerate.
252 2009-02-27  H.J. Lu  <hongjiu.lu@intel.com>
254         * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
256 2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
258         * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
259         the power7 and the isel instructions.
260         * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
261         (insert_dm, extract_dm): Likewise.
262         (XB6): Update comment to include XX2 form.
263         (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
264         XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
265         (RemoveXX3DM): Delete.
266         (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
267         "mftgpr">: Deprecate for POWER7.
268         <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
269         "frsqrte.">: Deprecate the three operand form and enable the two
270         operand form for POWER7 and later.
271         <"wait">: Extend to accept optional parameter.  Enable for POWER7.
272         <"waitsrv", "waitimpl">: Add extended opcodes.
273         <"ldbrx", "stdbrx">: Enable for POWER7.
274         <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
275         <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
276         "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
277         "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
278         "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
279         "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
280         "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
281         "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
282         <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
283         "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
284         "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
285         "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
286         "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
287         "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
288         "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
289         "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
290         "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
291         "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
292         "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
293         "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
294         "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
295         "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
296         "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
297         "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
298         "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
299         "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
300         "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
301         "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
302         "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
303         "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
304         "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
305         "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
306         "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
307         "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
308         "xxspltw", "xxswapd">: Add VSX opcodes.
310 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
312         * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
313         (operand_types): Remove Vex_Imm4.
315         * i386-opc.h (Vex_Imm4): Removed.
316         (OTMax): Updated.
317         (i386_operand_type): Remove vex_imm4.
319         * i386-opc.tbl: Remove Vex_Imm4 comments.
320         * i386-init.h: Regenerated.
321         * i386-tbl.h: Likewise.
323 2009-02-23  Richard Earnshaw  <rearnsha@arm.com>
325         * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
326         vq{r}shr{u}n.s64 insnstructions.
328 2009-02-19  Peter Bergner  <bergner@vnet.ibm.com>
330         * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
331         operand to be a float point register (FRT/FRS).
333 2009-02-18  Adam Nemet  <anemet@caviumnetworks.com>
335         * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
336         dmfc2 and dmtc2 before the architecture-level variants.
338 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
340         * fr30-opc.c: Regenerate.
341         * frv-opc.c: Regenerate.
342         * ip2k-opc.c: Regenerate.
343         * iq2000-opc.c: Regenerate.
344         * lm32-opc.c: Regenerate.
345         * m32c-opc.c: Regenerate.
346         * m32r-opc.c: Regenerate.
347         * mep-opc.c: Regenerate.
348         * mt-opc.c: Regenerate.
349         * xc16x-opc.c: Regenerate.
350         * xstormy16-opc.c: Regenerate.
351         * tic54x-dis.c (print_instruction): Avoid compiler warning on
352         sprintf call.
354 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
356         * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
358 2009-02-05  Peter Bergner  <bergner@vnet.ibm.com>
360         * ppc-opc.c: Update copyright year.
361         (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
362         ordering for POWER4 and later and use the correct Server ordering.
364 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
366         AVX Programming Reference (January, 2009)
367         * i386-dis.c (PREFIX_VEX_3A44): New.
368         (VEX_LEN_3A44_P_2): Likewise.
369         (PREFIX_VEX_3A48): Updated.
370         (VEX_LEN_3A4C_P_2): Likewise.
371         (prefix_table): Add PREFIX_VEX_3A44.
372         (vex_table): Likewise.
373         (vex_len_table): Add VEX_LEN_3A44_P_2.
375         * i386-opc.tbl: Add PCLMUL + AVX instructions.
376         * i386-tbl.h: Regenerated.
378 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
380         * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
381         (mips_arch_choices): Add XLR entry.
382         * mips-opc.c (XLR): Define.
383         (mips_builtin_opcodes): Add XLR instructions.
385 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
387         * Makefile.am: Add install-pdf target.
388         * po/Make-in: Add install-pdf target.
389         * Makefile.in: Regenerate.
391 2009-02-02  DJ Delorie  <dj@redhat.com>
393         * mep-asm.c: Regenerate.
394         * mep-desc.c: Regenerate.
395         * mep-desc.h: Regenerate.
396         * mep-dis.c: Regenerate.
397         * mep-ibld.c: Regenerate.
398         * mep-opc.c: Regenerate.
399         * mep-opc.h: Regenerate.
401 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
403         * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
404         qsub, and qdsub.
406 2009-01-28  Chao-ying Fu  <fu@mips.com>
408         * mips-opc.c (suxc1): Add the flag of FP_D.
410 2009-01-20  Alan Modra  <amodra@bigpond.net.au>
412         * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
413         * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
414         * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
415         * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
416         * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
417         * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
418         * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
419         * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
421 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
423         * configure.in (commonbfdlib): Delete.
424         (SHARED_LIBADD): Add pic libiberty if such is available.
425         * configure: Regenerate.
426         * po/POTFILES.in: Regenerate.
428 2009-01-14  Peter Bergner  <bergner@vnet.ibm.com>
430         * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
431         * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
432         operand form and enable the four operand form for POWER6 and later.
433         <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
434         three operand form for POWER6 and later.
436 2009-01-14  Mike Frysinger  <vapier@gentoo.org>
438         * bfin-dis.c (OUTS): Use "%s" as format string.
440 2009-01-13  H.J. Lu  <hongjiu.lu@intel.com>
442         * i386-gen.c (cpu_flag_init): Remove a white space.
443         (operand_type_init): Likewise.
445 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
447         * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
448         * i386-tbl.h: Regenerated.
450 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
452         * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
453         subB, xorB and cmpB.  Use EvS on addS, orS, adcS, sbbS, andS,
454         subS, xorS and cmpS.
456 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
458         * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
459         CpuClflush and CpuSYSCALL, respectively. Remove CpuK8.  Add
460         CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
461         (cpu_flags): Remove CpuP4, CpuK6 and CpuK8.  Add CpuClflush
462         and CpuSYSCALL.
463         (lineno): Removed.
464         (set_bitfield): Take an argument, lineno.  Don't report lineno
465         on error if it is -1.
466         (process_i386_cpu_flag): Take an argument, lineno.
467         (process_i386_opcode_modifier): Likewise.
468         (process_i386_operand_type): Likewise.
469         (output_i386_opcode): Likewise.
470         (opcode_hash_entry): Add lineno.
471         (process_i386_opcodes): Updated.
472         (process_i386_registers): Likewise.
473         (process_i386_initializers): Likewise.
475         * i386-opc.h (CpuP4): Removed.
476         (CpuK6): Likewise.
477         (CpuK8): Likewise.
478         (CpuClflush): New.
479         (CpuSYSCALL): Likewise.
480         (CpuMMX): Updated.
481         (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8.  Add
482         cpuclflush and cpusyscall.
484         * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
485         syscall and sysret.
486         * i386-init.h: Regenerated.
487         * i386-tbl.h: Likewise.
489 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
491         * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
492         and CPU_AMDFAM10_FLAGS.  Add CPU_RDTSCP_FLAGS.
493         (cpu_flags): Add CpuRdtscp.
494         (set_bitfield): Remove CpuSledgehammer check.
496         * i386-opc.h (CpuRdtscp): New.
497         (CpuLM): Updated.
498         (i386_cpu_flags): Add cpurdtscp.
500         * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
501         * i386-init.h: Regenerated.
502         * i386-tbl.h: Likewise.
504 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
506         * ppc-opc.c (PPCNONE): Define.
507         (NOPOWER4): Delete.
508         (powerpc_opcodes): Initialize the new "deprecated" field.
510 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
512         AVX Programming Reference (December, 2008)
513         * i386-dis.c (VEX_LEN_2B_M_0): Removed.
514         (VEX_LEN_E7_P_2_M_0): Likewise.
515         (VEX_LEN_2C_P_1): Updated.
516         (VEX_LEN_E8_P_2): Likewise.
517         (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
518         (mod_table): Likewise.
520         * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
521         * i386-tbl.h: Regenerated.
523 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
525         * i386-gen.c (process_copyright): Update for 2009.
527         * i386-init.h: Regenerated.
528         * i386-tbl.h: Likewise.
530 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
532         AVX Programming Reference (December, 2008)
533         * i386-dis.c (OP_VEX_FMA): Removed.
534         (OP_EX_VexW): Likewise.
535         (OP_EX_VexImmW): Likewise.
536         (OP_XMM_VexW): Likewise.
537         (VEXI4_Fixup): Likewise.
538         (VPERMIL2_Fixup): Likewise.
539         (VexI4): Likewise.
540         (VexFMA): Likewise.
541         (Vex128FMA): Likewise.
542         (EXVexW): Likewise.
543         (EXdVexW): Likewise.
544         (EXqVexW): Likewise.
545         (EXVexImmW): Likewise.
546         (XMVexW): Likewise.
547         (VPERMIL2): Likewise.
548         (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
549         (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
550         (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
551         (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
552         (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
553         (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
554         (get_vex_imm8): Likewise.
555         (OP_EX_VexReg): Likewise.
556         vpermil2_op): Likewise.
557         (EXVexWdq): New.
558         (vex_w_dq_mode): Likewise.
559         (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
560         (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
561         (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
562         (es_reg): Updated.
563         (PREFIX_VEX_38DB): Likewise.
564         (PREFIX_VEX_3A4A): Likewise.
565         (PREFIX_VEX_3A60): Likewise.
566         (PREFIX_VEX_3ADF): Likewise.
567         (VEX_LEN_3ADF_P_2): Likewise.
568         (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
569         PREFIX_VEX_3A5C...PREFIX_VEX_3A5F, 
570         PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
571         PREFIX_VEX_3A78...PREFIX_VEX_3A7F.  Add
572         PREFIX_VEX_3896...PREFIX_VEX_389F,
573         PREFIX_VEX_38A6...PREFIX_VEX_38AF and
574         PREFIX_VEX_38B6...PREFIX_VEX_38BF.
575         (vex_table): Likewise.
576         (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
577         and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
578         (putop): Support "%XW".
579         (intel_operand_size): Handle vex_w_dq_mode.
581         * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
583         * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
584         instructions.  Add new FMA instructions.
585         * i386-tbl.h: Regenerated.
587 2009-01-02  Matthias Klose  <doko@ubuntu.com> 
589         * or32-opc.c (or32_print_register, or32_print_immediate, 
590         disassemble_insn): Don't rely on undefined sprintf behaviour. 
592 For older changes see ChangeLog-2008
594 Local Variables:
595 mode: change-log
596 left-margin: 8
597 fill-column: 74
598 version-control: never
599 End: