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