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