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