Add names_mm, names_xmm and names_ymm.
[binutils-gdb.git] / opcodes / ChangeLog
1 2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-dis.c (names_mm): New.
4 (intel_names_mm): Likewise.
5 (att_names_mm): Likewise.
6 (names_xmm): Likewise.
7 (intel_names_xmm): Likewise.
8 (att_names_xmm): Likewise.
9 (names_ymm): Likewise.
10 (intel_names_ymm): Likewise.
11 (att_names_ymm): Likewise.
12 (print_insn): Set names_mm, names_xmm and names_ymm.
13 (OP_MMX): Use names_mm, names_xmm and names_ymm.
14 (OP_XMM): Likewise.
15 (OP_EM): Likewise.
16 (OP_EMC): Likewise.
17 (OP_MXC): Likewise.
18 (OP_EX): Likewise.
19 (XMM_Fixup): Likewise.
20 (OP_VEX): Likewise.
21 (OP_EX_VexReg): Likewise.
22 (OP_Vex_2src): Likewise.
23 (OP_Vex_2src_1): Likewise.
24 (OP_Vex_2src_2): Likewise.
25 (OP_REG_VexI4): Likewise.
26
27 2010-01-13 H.J. Lu <hongjiu.lu@intel.com>
28
29 * i386-dis.c (print_insn): Update comments.
30
31 2010-01-12 H.J. Lu <hongjiu.lu@intel.com>
32
33 * i386-dis.c (rex_original): Removed.
34 (ckprefix): Remove rex_original.
35 (print_insn): Update comments.
36
37 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38
39 * Makefile.in: Regenerate.
40 * configure: Regenerate.
41
42 2010-01-07 Doug Evans <dje@sebabeach.org>
43
44 * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup.
45 * fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
46 * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
47 * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
48 * xstormy16-ibld.c: Regenerate.
49
50 2010-01-06 Quentin Neill <quentin.neill@amd.com>
51
52 * i386-gen.c (cpu_flag_init): Add new CPU_AMDFAM15_FLAGS.
53 * i386-init.h: Regenerated.
54
55 2010-01-06 Daniel Gutson <dgutson@codesourcery.com>
56
57 * arm-dis.c (print_insn): Fixed search for next symbol and data
58 dumping condition, and the initial mapping symbol state.
59
60 2010-01-05 Doug Evans <dje@sebabeach.org>
61
62 * cgen-ibld.in: #include "cgen/basic-modes.h".
63 * fr30-ibld.c, * frv-ibld.c, * ip2k-ibld.c, * iq2000-ibld.c,
64 * lm32-ibld.c, * m32c-ibld.c, * m32r-ibld.c, * mep-ibld.c,
65 * mt-ibld.c, * openrisc-ibld.c, * xc16x-ibld.c,
66 * xstormy16-ibld.c: Regenerate.
67
68 2010-01-04 Nick Clifton <nickc@redhat.com>
69
70 PR 11123
71 * arm-dis.c (print_insn_coprocessor): Initialise value.
72
73 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
74
75 * ppc-dis.c (ppc_opts): Add entry for "e500mc64".
76
77 2010-01-02 Doug Evans <dje@sebabeach.org>
78
79 * cgen-asm.in: Update copyright year.
80 * cgen-dis.in: Update copyright year.
81 * cgen-ibld.in: Update copyright year.
82 * fr30-asm.c, * fr30-desc.c, * fr30-desc.h, * fr30-dis.c,
83 * fr30-ibld.c, * fr30-opc.c, * fr30-opc.h, * frv-asm.c, * frv-desc.c,
84 * frv-desc.h, * frv-dis.c, * frv-ibld.c, * frv-opc.c, * frv-opc.h,
85 * ip2k-asm.c, * ip2k-desc.c, * ip2k-desc.h, * ip2k-dis.c,
86 * ip2k-ibld.c, * ip2k-opc.c, * ip2k-opc.h, * iq2000-asm.c,
87 * iq2000-desc.c, * iq2000-desc.h, * iq2000-dis.c, * iq2000-ibld.c,
88 * iq2000-opc.c, * iq2000-opc.h, * lm32-asm.c, * lm32-desc.c,
89 * lm32-desc.h, * lm32-dis.c, * lm32-ibld.c, * lm32-opc.c, * lm32-opc.h,
90 * lm32-opinst.c, * m32c-asm.c, * m32c-desc.c, * m32c-desc.h,
91 * m32c-dis.c, * m32c-ibld.c, * m32c-opc.c, * m32c-opc.h, * m32r-asm.c,
92 * m32r-desc.c, * m32r-desc.h, * m32r-dis.c, * m32r-ibld.c,
93 * m32r-opc.c, * m32r-opc.h, * m32r-opinst.c, * mep-asm.c, * mep-desc.c,
94 * mep-desc.h, * mep-dis.c, * mep-ibld.c, * mep-opc.c, * mep-opc.h,
95 * mt-asm.c, * mt-desc.c, * mt-desc.h, * mt-dis.c, * mt-ibld.c,
96 * mt-opc.c, * mt-opc.h, * openrisc-asm.c, * openrisc-desc.c,
97 * openrisc-desc.h, * openrisc-dis.c, * openrisc-ibld.c,
98 * openrisc-opc.c, * openrisc-opc.h, * xc16x-asm.c, * xc16x-desc.c,
99 * xc16x-desc.h, * xc16x-dis.c, * xc16x-ibld.c, * xc16x-opc.c,
100 * xc16x-opc.h, * xstormy16-asm.c, * xstormy16-desc.c,
101 * xstormy16-desc.h, * xstormy16-dis.c, * xstormy16-ibld.c,
102 * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
103
104 For older changes see ChangeLog-2009
105 \f
106 Local Variables:
107 mode: change-log
108 left-margin: 8
109 fill-column: 74
110 version-control: never
111 End: