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