Add support for the AVR Tiny series of microcontrollers.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
f36e8886
BS
12014-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
6ddf779d
PDM
102014-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
c151b1c6
AM
152014-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
d9949a36
L
202014-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
a47622ac
AM
262014-06-07 Alan Modra <amodra@gmail.com>
27
28 * ppc-opc.c (UISIGNOPT): Define and use with cmpli.
29
270c9937
JB
302014-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
9f445129
NC
362014-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
ec9a8169
EB
412014-06-02 Eric Botcazou <ebotcazou@adacore.com>
42
43 * sparc-opc.c (cas): Disable for LEON.
44 (casl): Likewise.
45
cdf2a8b7
AM
462014-05-20 Alan Modra <amodra@gmail.com>
47
48 * m68k-dis.c: Don't include setjmp.h.
49
df18fdba
L
502014-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
999b995d
SK
592014-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
ae52f483
AB
672014-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
9f445129 77 allow mips64r3 and mips64r5.
ae52f483 78
f7730599
AB
792014-05-07 Andrew Bennett <andrew.bennett@imgtec.com>
80
81 * mips-opc.c (G3): Remove I4.
82
285ca992
L
832014-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
8df14d78
L
1092014-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
86a80a50
L
1382014-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
a9e18c6a
AM
1432014-04-26 Alan Modra <amodra@gmail.com>
144
145 * po/POTFILES.in: Regenerate.
146
7d64c587
AB
1472014-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
73589c9d
CS
1562014-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
2cf200a4
IT
1812014-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
31c981bc
AG
1922014-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
76dfed02
YZ
1972014-03-26 Jiong Wang <jiong.wang@arm.com>
198
199 * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
200 instructions.
201
5fc35d96
IT
2022014-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
ec92c392
JM
2092014-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
b8985e5c
NC
2142014-03-19 Nick Clifton <nickc@redhat.com>
215
216 * rx-decode.opc (bwl): Allow for bogus instructions with a size
217 field of 3.
b41c812c 218 (sbwl, ubwl, SCALE): Likewise.
b8985e5c
NC
219 * rx-decode.c: Regenerate.
220
fa47fa92
AM
2212014-03-12 Alan Modra <amodra@gmail.com>
222
223 * Makefile.in: Regenerate.
224
4b95cf5c
AM
2252014-03-05 Alan Modra <amodra@gmail.com>
226
227 Update copyright years.
228
cd0c81e9 2292014-03-04 Heiher <r@hev.cc>
4ba154f5
RS
230
231 * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
232
079b5aec
RS
2332014-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
2c80b753
AM
2382014-03-03 Alan Modra <amodra@gmail.com>
239
240 * i386-gen.c (process_copyright): Emit copyright notice on one line.
241
b721f1fa
AM
2422014-02-28 Alan Modra <amodra@gmail.com>
243
244 * msp430-decode.c: Regenerate.
245
f17c8bfc
YZ
2462014-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
a58549dd
YZ
2512014-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
d6e9dd78
IT
2562014-02-25 Ilya Tocar <ilya.tocar@intel.com>
257
258 * i386-opc.tbl: Remove wrong variant of vcvtps2ph
259 * i386-tbl.h: Regenerate.
260
2612014-02-20 Ilya Tocar <ilya.tocar@intel.com>
dcf893b5
IT
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
957d0955
IT
2712014-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
10632b79
L
2772014-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
963f3586
IT
2852014-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
c1c69e83
AM
3012014-02-10 Alan Modra <amodra@gmail.com>
302
303 * po/POTFILES.in: Regenerate.
304 * po/opcodes.pot: Regenerate.
305
eaa9d1ad
MZ
3062014-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
e2e6193d
RM
3132014-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
221fd5d5
L
3192014-01-08 H.J. Lu <hongjiu.lu@intel.com>
320
321 * i386-gen.c (process_copyright): Update copyright year to 2014.
322
b0b0c9fc
MR
3232014-01-03 Maciej W. Rozycki <macro@codesourcery.com>
324
325 * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
326
5fb776a6 327For older changes see ChangeLog-2013
252b5132 328\f
5fb776a6 329Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
330
331Copying and distribution of this file, with or without modification,
332are permitted in any medium without royalty provided the copyright
333notice and this notice are preserved.
334
252b5132 335Local Variables:
2f6d2f85
NC
336mode: change-log
337left-margin: 8
338fill-column: 74
252b5132
RH
339version-control: never
340End:
This page took 0.694516 seconds and 4 git commands to generate.