daily update
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
999b995d
SK
12014-05-08 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
2
3 * or1k-desc.c: Regenerated.
4 * or1k-desc.h: Likewise.
5 * or1k-opc.c: Likewise.
6 * or1k-opc.h: Likewise.
7 * or1k-opinst.c: Likewise.
8
ae52f483
AB
92014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
10
11 * mips-opc.c (mips_builtin_opcodes): Add MIPS32r5 eretnc instruction.
12 (I34): New define.
13 (I36): New define.
14 (I66): New define.
15 (I68): New define.
16 * mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and
17 mips64r5.
18 (parse_mips_dis_option): Update MSA and virtualization support to
19 allow mips64r3 and mips64r5.
20
f7730599
AB
212014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
22
23 * mips-opc.c (G3): Remove I4.
24
285ca992
L
252014-05-05 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR binutils/16893
28 * i386-dis.c (twobyte_has_mandatory_prefix): New variable.
29 (end_codep): Likewise.
30 (mandatory_prefix): Likewise.
31 (active_seg_prefix): Likewise.
32 (ckprefix): Set active_seg_prefix to the active segment register
33 prefix.
34 (seg_prefix): Removed.
35 (get_valid_dis386): Use the last of PREFIX_REPNZ and PREFIX_REPZ
36 for prefix index. Ignore the index if it is invalid and the
37 mandatory prefix isn't required.
38 (print_insn): Set mandatory_prefix if the PREFIX_XXX prefix is
39 mandatory. Don't set PREFIX_REPZ/PREFIX_REPNZ/PREFIX_LOCK bits
40 in used_prefixes here. Don't print unused prefixes. Check
41 active_seg_prefix for the active segment register prefix.
42 Restore the DFLAG bit in sizeflag if the data size prefix is
43 unused. Check the unused mandatory PREFIX_XXX prefixes
44 (append_seg): Only print the segment register which gets used.
45 (OP_E_memory): Check active_seg_prefix for the segment register
46 prefix.
47 (OP_OFF): Likewise.
48 (OP_OFF64): Likewise.
49 (OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.
50
8df14d78
L
512014-05-02 H.J. Lu <hongjiu.lu@intel.com>
52
53 PR binutils/16886
54 * config.in: Regenerated.
55 * configure: Likewise.
56 * configure.in: Check if sigsetjmp is available.
57 * h8500-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
58 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
59 (print_insn_h8500): Replace setjmp with OPCODES_SIGSETJMP.
60 * i386-dis.c (dis_private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
61 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
62 (print_insn): Replace setjmp with OPCODES_SIGSETJMP.
63 * ns32k-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
64 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
65 (print_insn_ns32k): Replace setjmp with OPCODES_SIGSETJMP.
66 * sysdep.h (OPCODES_SIGJMP_BUF): New macro.
67 (OPCODES_SIGSETJMP): Likewise.
68 (OPCODES_SIGLONGJMP): Likewise.
69 * vax-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
70 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
71 (print_insn_vax): Replace setjmp with OPCODES_SIGSETJMP.
72 * xtensa-dis.c (dis_private): Replace jmp_buf with
73 OPCODES_SIGJMP_BUF.
74 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
75 (print_insn_xtensa): Replace setjmp with OPCODES_SIGSETJMP.
76 * z8k-dis.c(instr_data_s): Replace jmp_buf with OPCODES_SIGJMP_BUF.
77 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
78 (print_insn_z8k): Replace setjmp with OPCODES_SIGSETJMP.
79
86a80a50
L
802014-05-01 H.J. Lu <hongjiu.lu@intel.com>
81
82 PR binutils/16891
83 * i386-dis.c (print_insn): Handle prefixes before fwait.
84
a9e18c6a
AM
852014-04-26 Alan Modra <amodra@gmail.com>
86
87 * po/POTFILES.in: Regenerate.
88
7d64c587
AB
892014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
90
91 * mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2
92 to allow the MIPS XPA ASE.
93 (parse_mips_dis_option): Process the -Mxpa option.
94 * mips-opc.c (XPA): New define.
95 (mips_builtin_opcodes): Add MIPS XPA instructions and move the
96 locations of the ctc0 and cfc0 instructions.
97
73589c9d
CS
982014-04-22 Christian Svensson <blue@cmd.nu>
99
100 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
101 * configure.in: Likewise.
102 * disassemble.c: Likewise.
103 * or1k-asm.c: New file.
104 * or1k-desc.c: New file.
105 * or1k-desc.h: New file.
106 * or1k-dis.c: New file.
107 * or1k-ibld.c: New file.
108 * or1k-opc.c: New file.
109 * or1k-opc.h: New file.
110 * or1k-opinst.c: New file.
111 * Makefile.in: Regenerate.
112 * configure: Regenerate.
113 * openrisc-asm.c: Delete.
114 * openrisc-desc.c: Delete.
115 * openrisc-desc.h: Delete.
116 * openrisc-dis.c: Delete.
117 * openrisc-ibld.c: Delete.
118 * openrisc-opc.c: Delete.
119 * openrisc-opc.h: Delete.
120 * or32-dis.c: Delete.
121 * or32-opc.c: Delete.
122
2cf200a4
IT
1232014-04-04 Ilya Tocar <ilya.tocar@intel.com>
124
125 * i386-dis.c (rm_table): Add encls, enclu.
126 * i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
127 (cpu_flags): Add CpuSE1.
128 * i386-opc.h (enum): Add CpuSE1.
129 (i386_cpu_flags): Add cpuse1.
130 * i386-opc.tbl: Add encls, enclu.
131 * i386-init.h: Regenerated.
132 * i386-tbl.h: Likewise.
133
31c981bc
AG
1342014-04-02 Anthony Green <green@moxielogic.com>
135
136 * moxie-opc.c (moxie_form1_opc_info): Add sign-extension
137 instructions, sex.b and sex.s.
138
76dfed02
YZ
1392014-03-26 Jiong Wang <jiong.wang@arm.com>
140
141 * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
142 instructions.
143
5fc35d96
IT
1442014-03-20 Ilya Tocar <ilya.tocar@intel.com>
145
146 * i386-opc.tbl: Change memory size for vgatherpf0qps, vgatherpf1qps,
147 vscatterpf0qps, vscatterpf1qps, vgatherqps, vpgatherqd, vpscatterqd,
148 vscatterqps.
149 * i386-tbl.h: Regenerate.
150
ec92c392
JM
1512014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
152
153 * sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
154 %hstick_enable added.
155
b8985e5c
NC
1562014-03-19 Nick Clifton <nickc@redhat.com>
157
158 * rx-decode.opc (bwl): Allow for bogus instructions with a size
159 field of 3.
b41c812c 160 (sbwl, ubwl, SCALE): Likewise.
b8985e5c
NC
161 * rx-decode.c: Regenerate.
162
fa47fa92
AM
1632014-03-12 Alan Modra <amodra@gmail.com>
164
165 * Makefile.in: Regenerate.
166
4b95cf5c
AM
1672014-03-05 Alan Modra <amodra@gmail.com>
168
169 Update copyright years.
170
cd0c81e9 1712014-03-04 Heiher <r@hev.cc>
4ba154f5
RS
172
173 * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
174
079b5aec
RS
1752014-03-04 Richard Sandiford <rdsandiford@googlemail.com>
176
177 * mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
178 so that they come after the Loongson extensions.
179
2c80b753
AM
1802014-03-03 Alan Modra <amodra@gmail.com>
181
182 * i386-gen.c (process_copyright): Emit copyright notice on one line.
183
b721f1fa
AM
1842014-02-28 Alan Modra <amodra@gmail.com>
185
186 * msp430-decode.c: Regenerate.
187
f17c8bfc
YZ
1882014-02-27 Jiong Wang <jiong.wang@arm.com>
189
190 * aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
191 FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
192
a58549dd
YZ
1932014-02-27 Yufeng Zhang <yufeng.zhang@arm.com>
194
195 * aarch64-opc.c (print_register_offset_address): Call
196 get_int_reg_name to prepare the register name.
197
d6e9dd78
IT
1982014-02-25 Ilya Tocar <ilya.tocar@intel.com>
199
200 * i386-opc.tbl: Remove wrong variant of vcvtps2ph
201 * i386-tbl.h: Regenerate.
202
2032014-02-20 Ilya Tocar <ilya.tocar@intel.com>
dcf893b5
IT
204
205 * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
206 (cpu_flags): Add CpuPREFETCHWT1.
207 * i386-init.h: Regenerate.
208 * i386-opc.h (CpuPREFETCHWT1): New.
209 (i386_cpu_flags): Add cpuprefetchwt1.
210 * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
211 * i386-tbl.h: Regenerate.
212
957d0955
IT
2132014-02-20 Ilya Tocar <ilya.tocar@intel.com>
214
215 * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
216 to CpuAVX512F.
217 * i386-tbl.h: Regenerate.
218
10632b79
L
2192014-02-19 H.J. Lu <hongjiu.lu@intel.com>
220
221 * i386-gen.c (output_cpu_flags): Don't output trailing space.
222 (output_opcode_modifier): Likewise.
223 (output_operand_type): Likewise.
224 * i386-init.h: Regenerated.
225 * i386-tbl.h: Likewise.
226
963f3586
IT
2272014-02-12 Ilya Tocar <ilya.tocar@intel.com>
228
229 * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
230 MOD_0FC7_REG_5.
231 (PREFIX enum): Add PREFIX_0FAE_REG_7.
232 (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
233 (prefix_table): Add clflusopt.
234 (mod_table): Add xrstors, xsavec, xsaves.
235 * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
236 CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
237 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
238 * i386-init.h: Regenerate.
239 * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
240 xsaves64, xsavec, xsavec64.
241 * i386-tbl.h: Regenerate.
242
c1c69e83
AM
2432014-02-10 Alan Modra <amodra@gmail.com>
244
245 * po/POTFILES.in: Regenerate.
246 * po/opcodes.pot: Regenerate.
247
eaa9d1ad
MZ
2482014-01-30 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
249 Jan Beulich <jbeulich@suse.com>
250
251 PR binutils/16490
252 * i386-dis.c (OP_E_memory): Fix shift computation for
253 vex_vsib_q_w_dq_mode.
254
e2e6193d
RM
2552014-01-09 Bradley Nelson <bradnelson@google.com>
256 Roland McGrath <mcgrathr@google.com>
257
258 * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
259 last_rex_prefix is -1.
260
221fd5d5
L
2612014-01-08 H.J. Lu <hongjiu.lu@intel.com>
262
263 * i386-gen.c (process_copyright): Update copyright year to 2014.
264
b0b0c9fc
MR
2652014-01-03 Maciej W. Rozycki <macro@codesourcery.com>
266
267 * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
268
5fb776a6 269For older changes see ChangeLog-2013
252b5132 270\f
5fb776a6 271Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
272
273Copying and distribution of this file, with or without modification,
274are permitted in any medium without royalty provided the copyright
275notice and this notice are preserved.
276
252b5132 277Local Variables:
2f6d2f85
NC
278mode: change-log
279left-margin: 8
280fill-column: 74
252b5132
RH
281version-control: never
282End:
This page took 0.698398 seconds and 4 git commands to generate.