Fix fallout from 6d00b590
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2014-06-12 Alan Modra <amodra@gmail.com>
2
3 * or1k-asm.c, * or1k-desc.c, * or1k-desc.h, * or1k-dis.c,
4 * or1k-ibld.c, * or1k-opc.c, * or1k-opc.h, * or1k-opinst.c: Regenerate.
5
6 2014-06-10 H.J. Lu <hongjiu.lu@intel.com>
7
8 * i386-dis.c (fwait_prefix): New.
9 (ckprefix): Set fwait_prefix.
10 (print_insn): Properly print prefixes before fwait.
11
12 2014-06-07 Alan Modra <amodra@gmail.com>
13
14 * ppc-opc.c (UISIGNOPT): Define and use with cmpli.
15
16 2014-06-05 Joel Brobecker <brobecker@adacore.com>
17
18 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
19 bfd's development.sh.
20 * Makefile.in, configure: Regenerate.
21
22 2014-06-03 Nick Clifton <nickc@redhat.com>
23
24 * msp430-dis.c (msp430_doubleoperand): Use extension_word to
25 decide when extended addressing is being used.
26
27 2014-06-02 Eric Botcazou <ebotcazou@adacore.com>
28
29 * sparc-opc.c (cas): Disable for LEON.
30 (casl): Likewise.
31
32 2014-05-20 Alan Modra <amodra@gmail.com>
33
34 * m68k-dis.c: Don't include setjmp.h.
35
36 2014-05-09 H.J. Lu <hongjiu.lu@intel.com>
37
38 * i386-dis.c (ADDR16_PREFIX): Removed.
39 (ADDR32_PREFIX): Likewise.
40 (DATA16_PREFIX): Likewise.
41 (DATA32_PREFIX): Likewise.
42 (prefix_name): Updated.
43 (print_insn): Simplify data and address size prefixes processing.
44
45 2014-05-08 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
46
47 * or1k-desc.c: Regenerated.
48 * or1k-desc.h: Likewise.
49 * or1k-opc.c: Likewise.
50 * or1k-opc.h: Likewise.
51 * or1k-opinst.c: Likewise.
52
53 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
54
55 * mips-opc.c (mips_builtin_opcodes): Add MIPS32r5 eretnc instruction.
56 (I34): New define.
57 (I36): New define.
58 (I66): New define.
59 (I68): New define.
60 * mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and
61 mips64r5.
62 (parse_mips_dis_option): Update MSA and virtualization support to
63 allow mips64r3 and mips64r5.
64
65 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
66
67 * mips-opc.c (G3): Remove I4.
68
69 2014-05-05 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/16893
72 * i386-dis.c (twobyte_has_mandatory_prefix): New variable.
73 (end_codep): Likewise.
74 (mandatory_prefix): Likewise.
75 (active_seg_prefix): Likewise.
76 (ckprefix): Set active_seg_prefix to the active segment register
77 prefix.
78 (seg_prefix): Removed.
79 (get_valid_dis386): Use the last of PREFIX_REPNZ and PREFIX_REPZ
80 for prefix index. Ignore the index if it is invalid and the
81 mandatory prefix isn't required.
82 (print_insn): Set mandatory_prefix if the PREFIX_XXX prefix is
83 mandatory. Don't set PREFIX_REPZ/PREFIX_REPNZ/PREFIX_LOCK bits
84 in used_prefixes here. Don't print unused prefixes. Check
85 active_seg_prefix for the active segment register prefix.
86 Restore the DFLAG bit in sizeflag if the data size prefix is
87 unused. Check the unused mandatory PREFIX_XXX prefixes
88 (append_seg): Only print the segment register which gets used.
89 (OP_E_memory): Check active_seg_prefix for the segment register
90 prefix.
91 (OP_OFF): Likewise.
92 (OP_OFF64): Likewise.
93 (OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.
94
95 2014-05-02 H.J. Lu <hongjiu.lu@intel.com>
96
97 PR binutils/16886
98 * config.in: Regenerated.
99 * configure: Likewise.
100 * configure.in: Check if sigsetjmp is available.
101 * h8500-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
102 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
103 (print_insn_h8500): Replace setjmp with OPCODES_SIGSETJMP.
104 * i386-dis.c (dis_private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
105 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
106 (print_insn): Replace setjmp with OPCODES_SIGSETJMP.
107 * ns32k-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
108 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
109 (print_insn_ns32k): Replace setjmp with OPCODES_SIGSETJMP.
110 * sysdep.h (OPCODES_SIGJMP_BUF): New macro.
111 (OPCODES_SIGSETJMP): Likewise.
112 (OPCODES_SIGLONGJMP): Likewise.
113 * vax-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
114 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
115 (print_insn_vax): Replace setjmp with OPCODES_SIGSETJMP.
116 * xtensa-dis.c (dis_private): Replace jmp_buf with
117 OPCODES_SIGJMP_BUF.
118 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
119 (print_insn_xtensa): Replace setjmp with OPCODES_SIGSETJMP.
120 * z8k-dis.c(instr_data_s): Replace jmp_buf with OPCODES_SIGJMP_BUF.
121 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
122 (print_insn_z8k): Replace setjmp with OPCODES_SIGSETJMP.
123
124 2014-05-01 H.J. Lu <hongjiu.lu@intel.com>
125
126 PR binutils/16891
127 * i386-dis.c (print_insn): Handle prefixes before fwait.
128
129 2014-04-26 Alan Modra <amodra@gmail.com>
130
131 * po/POTFILES.in: Regenerate.
132
133 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
134
135 * mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2
136 to allow the MIPS XPA ASE.
137 (parse_mips_dis_option): Process the -Mxpa option.
138 * mips-opc.c (XPA): New define.
139 (mips_builtin_opcodes): Add MIPS XPA instructions and move the
140 locations of the ctc0 and cfc0 instructions.
141
142 2014-04-22 Christian Svensson <blue@cmd.nu>
143
144 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
145 * configure.in: Likewise.
146 * disassemble.c: Likewise.
147 * or1k-asm.c: New file.
148 * or1k-desc.c: New file.
149 * or1k-desc.h: New file.
150 * or1k-dis.c: New file.
151 * or1k-ibld.c: New file.
152 * or1k-opc.c: New file.
153 * or1k-opc.h: New file.
154 * or1k-opinst.c: New file.
155 * Makefile.in: Regenerate.
156 * configure: Regenerate.
157 * openrisc-asm.c: Delete.
158 * openrisc-desc.c: Delete.
159 * openrisc-desc.h: Delete.
160 * openrisc-dis.c: Delete.
161 * openrisc-ibld.c: Delete.
162 * openrisc-opc.c: Delete.
163 * openrisc-opc.h: Delete.
164 * or32-dis.c: Delete.
165 * or32-opc.c: Delete.
166
167 2014-04-04 Ilya Tocar <ilya.tocar@intel.com>
168
169 * i386-dis.c (rm_table): Add encls, enclu.
170 * i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
171 (cpu_flags): Add CpuSE1.
172 * i386-opc.h (enum): Add CpuSE1.
173 (i386_cpu_flags): Add cpuse1.
174 * i386-opc.tbl: Add encls, enclu.
175 * i386-init.h: Regenerated.
176 * i386-tbl.h: Likewise.
177
178 2014-04-02 Anthony Green <green@moxielogic.com>
179
180 * moxie-opc.c (moxie_form1_opc_info): Add sign-extension
181 instructions, sex.b and sex.s.
182
183 2014-03-26 Jiong Wang <jiong.wang@arm.com>
184
185 * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
186 instructions.
187
188 2014-03-20 Ilya Tocar <ilya.tocar@intel.com>
189
190 * i386-opc.tbl: Change memory size for vgatherpf0qps, vgatherpf1qps,
191 vscatterpf0qps, vscatterpf1qps, vgatherqps, vpgatherqd, vpscatterqd,
192 vscatterqps.
193 * i386-tbl.h: Regenerate.
194
195 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
196
197 * sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
198 %hstick_enable added.
199
200 2014-03-19 Nick Clifton <nickc@redhat.com>
201
202 * rx-decode.opc (bwl): Allow for bogus instructions with a size
203 field of 3.
204 (sbwl, ubwl, SCALE): Likewise.
205 * rx-decode.c: Regenerate.
206
207 2014-03-12 Alan Modra <amodra@gmail.com>
208
209 * Makefile.in: Regenerate.
210
211 2014-03-05 Alan Modra <amodra@gmail.com>
212
213 Update copyright years.
214
215 2014-03-04 Heiher <r@hev.cc>
216
217 * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
218
219 2014-03-04 Richard Sandiford <rdsandiford@googlemail.com>
220
221 * mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
222 so that they come after the Loongson extensions.
223
224 2014-03-03 Alan Modra <amodra@gmail.com>
225
226 * i386-gen.c (process_copyright): Emit copyright notice on one line.
227
228 2014-02-28 Alan Modra <amodra@gmail.com>
229
230 * msp430-decode.c: Regenerate.
231
232 2014-02-27 Jiong Wang <jiong.wang@arm.com>
233
234 * aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
235 FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
236
237 2014-02-27 Yufeng Zhang <yufeng.zhang@arm.com>
238
239 * aarch64-opc.c (print_register_offset_address): Call
240 get_int_reg_name to prepare the register name.
241
242 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
243
244 * i386-opc.tbl: Remove wrong variant of vcvtps2ph
245 * i386-tbl.h: Regenerate.
246
247 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
248
249 * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
250 (cpu_flags): Add CpuPREFETCHWT1.
251 * i386-init.h: Regenerate.
252 * i386-opc.h (CpuPREFETCHWT1): New.
253 (i386_cpu_flags): Add cpuprefetchwt1.
254 * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
255 * i386-tbl.h: Regenerate.
256
257 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
258
259 * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
260 to CpuAVX512F.
261 * i386-tbl.h: Regenerate.
262
263 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
264
265 * i386-gen.c (output_cpu_flags): Don't output trailing space.
266 (output_opcode_modifier): Likewise.
267 (output_operand_type): Likewise.
268 * i386-init.h: Regenerated.
269 * i386-tbl.h: Likewise.
270
271 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
272
273 * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
274 MOD_0FC7_REG_5.
275 (PREFIX enum): Add PREFIX_0FAE_REG_7.
276 (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
277 (prefix_table): Add clflusopt.
278 (mod_table): Add xrstors, xsavec, xsaves.
279 * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
280 CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
281 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
282 * i386-init.h: Regenerate.
283 * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
284 xsaves64, xsavec, xsavec64.
285 * i386-tbl.h: Regenerate.
286
287 2014-02-10 Alan Modra <amodra@gmail.com>
288
289 * po/POTFILES.in: Regenerate.
290 * po/opcodes.pot: Regenerate.
291
292 2014-01-30 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
293 Jan Beulich <jbeulich@suse.com>
294
295 PR binutils/16490
296 * i386-dis.c (OP_E_memory): Fix shift computation for
297 vex_vsib_q_w_dq_mode.
298
299 2014-01-09 Bradley Nelson <bradnelson@google.com>
300 Roland McGrath <mcgrathr@google.com>
301
302 * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
303 last_rex_prefix is -1.
304
305 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
306
307 * i386-gen.c (process_copyright): Update copyright year to 2014.
308
309 2014-01-03 Maciej W. Rozycki <macro@codesourcery.com>
310
311 * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
312
313 For older changes see ChangeLog-2013
314 \f
315 Copyright (C) 2014 Free Software Foundation, Inc.
316
317 Copying and distribution of this file, with or without modification,
318 are permitted in any medium without royalty provided the copyright
319 notice and this notice are preserved.
320
321 Local Variables:
322 mode: change-log
323 left-margin: 8
324 fill-column: 74
325 version-control: never
326 End:
This page took 0.045065 seconds and 4 git commands to generate.