Regenerate for copyright date update.
[binutils-gdb.git] / opcodes / ChangeLog
1 2009-01-20 Alan Modra <amodra@bigpond.net.au>
2
3 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
4 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
5 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
6 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
7 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
8 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
9 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
10 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
11
12 2009-01-16 Alan Modra <amodra@bigpond.net.au>
13
14 * configure.in (commonbfdlib): Delete.
15 (SHARED_LIBADD): Add pic libiberty if such is available.
16 * configure: Regenerate.
17 * po/POTFILES.in: Regenerate.
18
19 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
20
21 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
22 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
23 operand form and enable the four operand form for POWER6 and later.
24 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
25 three operand form for POWER6 and later.
26
27 2009-01-14 Mike Frysinger <vapier@gentoo.org>
28
29 * bfin-dis.c (OUTS): Use "%s" as format string.
30
31 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
32
33 * i386-gen.c (cpu_flag_init): Remove a white space.
34 (operand_type_init): Likewise.
35
36 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
37
38 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
39 * i386-tbl.h: Regenerated.
40
41 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
42
43 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
44 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
45 subS, xorS and cmpS.
46
47 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
48
49 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
50 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
51 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
52 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
53 and CpuSYSCALL.
54 (lineno): Removed.
55 (set_bitfield): Take an argument, lineno. Don't report lineno
56 on error if it is -1.
57 (process_i386_cpu_flag): Take an argument, lineno.
58 (process_i386_opcode_modifier): Likewise.
59 (process_i386_operand_type): Likewise.
60 (output_i386_opcode): Likewise.
61 (opcode_hash_entry): Add lineno.
62 (process_i386_opcodes): Updated.
63 (process_i386_registers): Likewise.
64 (process_i386_initializers): Likewise.
65
66 * i386-opc.h (CpuP4): Removed.
67 (CpuK6): Likewise.
68 (CpuK8): Likewise.
69 (CpuClflush): New.
70 (CpuSYSCALL): Likewise.
71 (CpuMMX): Updated.
72 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
73 cpuclflush and cpusyscall.
74
75 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
76 syscall and sysret.
77 * i386-init.h: Regenerated.
78 * i386-tbl.h: Likewise.
79
80 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
81
82 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
83 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
84 (cpu_flags): Add CpuRdtscp.
85 (set_bitfield): Remove CpuSledgehammer check.
86
87 * i386-opc.h (CpuRdtscp): New.
88 (CpuLM): Updated.
89 (i386_cpu_flags): Add cpurdtscp.
90
91 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
92 * i386-init.h: Regenerated.
93 * i386-tbl.h: Likewise.
94
95 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
96
97 * ppc-opc.c (PPCNONE): Define.
98 (NOPOWER4): Delete.
99 (powerpc_opcodes): Initialize the new "deprecated" field.
100
101 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
102
103 AVX Programming Reference (December, 2008)
104 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
105 (VEX_LEN_E7_P_2_M_0): Likewise.
106 (VEX_LEN_2C_P_1): Updated.
107 (VEX_LEN_E8_P_2): Likewise.
108 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
109 (mod_table): Likewise.
110
111 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
112 * i386-tbl.h: Regenerated.
113
114 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
115
116 * i386-gen.c (process_copyright): Update for 2009.
117
118 * i386-init.h: Regenerated.
119 * i386-tbl.h: Likewise.
120
121 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
122
123 AVX Programming Reference (December, 2008)
124 * i386-dis.c (OP_VEX_FMA): Removed.
125 (OP_EX_VexW): Likewise.
126 (OP_EX_VexImmW): Likewise.
127 (OP_XMM_VexW): Likewise.
128 (VEXI4_Fixup): Likewise.
129 (VPERMIL2_Fixup): Likewise.
130 (VexI4): Likewise.
131 (VexFMA): Likewise.
132 (Vex128FMA): Likewise.
133 (EXVexW): Likewise.
134 (EXdVexW): Likewise.
135 (EXqVexW): Likewise.
136 (EXVexImmW): Likewise.
137 (XMVexW): Likewise.
138 (VPERMIL2): Likewise.
139 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
140 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
141 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
142 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
143 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
144 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
145 (get_vex_imm8): Likewise.
146 (OP_EX_VexReg): Likewise.
147 vpermil2_op): Likewise.
148 (EXVexWdq): New.
149 (vex_w_dq_mode): Likewise.
150 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
151 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
152 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
153 (es_reg): Updated.
154 (PREFIX_VEX_38DB): Likewise.
155 (PREFIX_VEX_3A4A): Likewise.
156 (PREFIX_VEX_3A60): Likewise.
157 (PREFIX_VEX_3ADF): Likewise.
158 (VEX_LEN_3ADF_P_2): Likewise.
159 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
160 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
161 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
162 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
163 PREFIX_VEX_3896...PREFIX_VEX_389F,
164 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
165 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
166 (vex_table): Likewise.
167 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
168 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
169 (putop): Support "%XW".
170 (intel_operand_size): Handle vex_w_dq_mode.
171
172 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
173
174 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
175 instructions. Add new FMA instructions.
176 * i386-tbl.h: Regenerated.
177
178 2009-01-02 Matthias Klose <doko@ubuntu.com>
179
180 * or32-opc.c (or32_print_register, or32_print_immediate,
181 disassemble_insn): Don't rely on undefined sprintf behaviour.
182
183 For older changes see ChangeLog-2008
184 \f
185 Local Variables:
186 mode: change-log
187 left-margin: 8
188 fill-column: 74
189 version-control: never
190 End: