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