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