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