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