]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
5aae9ae9
MM
12020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
2
3 * arm-dis.c (print_insn_cde): Define 'V' parse character.
4 (cde_opcodes): Add VCX* instructions.
5
4934a27c
MM
62020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
7 Matthew Malcomson <matthew.malcomson@arm.com>
8
9 * arm-dis.c (struct cdeopcode32): New.
10 (CDE_OPCODE): New macro.
11 (cde_opcodes): New disassembly table.
12 (regnames): New option to table.
13 (cde_coprocs): New global variable.
14 (print_insn_cde): New
15 (print_insn_thumb32): Use print_insn_cde.
16 (parse_arm_disassembler_options): Parse coprocN args.
17
4b5aaf5f
L
182020-02-10 H.J. Lu <hongjiu.lu@intel.com>
19
20 PR gas/25516
21 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
22 with ISA64.
23 * i386-opc.h (AMD64): Removed.
24 (Intel64): Likewose.
25 (AMD64): New.
26 (INTEL64): Likewise.
27 (INTEL64ONLY): Likewise.
28 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
29 * i386-opc.tbl (Amd64): New.
30 (Intel64): Likewise.
31 (Intel64Only): Likewise.
32 Replace AMD64 with Amd64. Update sysenter/sysenter with
33 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
34 * i386-tbl.h: Regenerated.
35
9fc0b501
SB
362020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
37
38 PR 25469
39 * z80-dis.c: Add support for GBZ80 opcodes.
40
c5d7be0c
AM
412020-02-04 Alan Modra <amodra@gmail.com>
42
43 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
44
44e4546f
AM
452020-02-03 Alan Modra <amodra@gmail.com>
46
47 * m32c-ibld.c: Regenerate.
48
b2b1453a
AM
492020-02-01 Alan Modra <amodra@gmail.com>
50
51 * frv-ibld.c: Regenerate.
52
4102be5c
JB
532020-01-31 Jan Beulich <jbeulich@suse.com>
54
55 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
56 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
57 (OP_E_memory): Replace xmm_mdq_mode case label by
58 vex_scalar_w_dq_mode one.
59 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
60
825bd36c
JB
612020-01-31 Jan Beulich <jbeulich@suse.com>
62
63 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
64 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
65 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
66 (intel_operand_size): Drop vex_w_dq_mode case label.
67
c3036ed0
RS
682020-01-31 Richard Sandiford <richard.sandiford@arm.com>
69
70 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
71 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
72
0c115f84
AM
732020-01-30 Alan Modra <amodra@gmail.com>
74
75 * m32c-ibld.c: Regenerate.
76
bd434cc4
JM
772020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
78
79 * bpf-opc.c: Regenerate.
80
aeab2b26
JB
812020-01-30 Jan Beulich <jbeulich@suse.com>
82
83 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
84 (dis386): Use them to replace C2/C3 table entries.
85 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
86 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
87 ones. Use Size64 instead of DefaultSize on Intel64 ones.
88 * i386-tbl.h: Re-generate.
89
62b3f548
JB
902020-01-30 Jan Beulich <jbeulich@suse.com>
91
92 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
93 forms.
94 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
95 DefaultSize.
96 * i386-tbl.h: Re-generate.
97
1bd8ae10
AM
982020-01-30 Alan Modra <amodra@gmail.com>
99
100 * tic4x-dis.c (tic4x_dp): Make unsigned.
101
bc31405e
L
1022020-01-27 H.J. Lu <hongjiu.lu@intel.com>
103 Jan Beulich <jbeulich@suse.com>
104
105 PR binutils/25445
106 * i386-dis.c (MOVSXD_Fixup): New function.
107 (movsxd_mode): New enum.
108 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
109 (intel_operand_size): Handle movsxd_mode.
110 (OP_E_register): Likewise.
111 (OP_G): Likewise.
112 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
113 register on movsxd. Add movsxd with 16-bit destination register
114 for AMD64 and Intel64 ISAs.
115 * i386-tbl.h: Regenerated.
116
7568c93b
TC
1172020-01-27 Tamar Christina <tamar.christina@arm.com>
118
119 PR 25403
120 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
121 * aarch64-asm-2.c: Regenerate
122 * aarch64-dis-2.c: Likewise.
123 * aarch64-opc-2.c: Likewise.
124
c006a730
JB
1252020-01-21 Jan Beulich <jbeulich@suse.com>
126
127 * i386-opc.tbl (sysret): Drop DefaultSize.
128 * i386-tbl.h: Re-generate.
129
c906a69a
JB
1302020-01-21 Jan Beulich <jbeulich@suse.com>
131
132 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
133 Dword.
134 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
135 * i386-tbl.h: Re-generate.
136
26916852
NC
1372020-01-20 Nick Clifton <nickc@redhat.com>
138
139 * po/de.po: Updated German translation.
140 * po/pt_BR.po: Updated Brazilian Portuguese translation.
141 * po/uk.po: Updated Ukranian translation.
142
4d6cbb64
AM
1432020-01-20 Alan Modra <amodra@gmail.com>
144
145 * hppa-dis.c (fput_const): Remove useless cast.
146
2bddb71a
AM
1472020-01-20 Alan Modra <amodra@gmail.com>
148
149 * arm-dis.c (print_insn_arm): Wrap 'T' value.
150
1b1bb2c6
NC
1512020-01-18 Nick Clifton <nickc@redhat.com>
152
153 * configure: Regenerate.
154 * po/opcodes.pot: Regenerate.
155
ae774686
NC
1562020-01-18 Nick Clifton <nickc@redhat.com>
157
158 Binutils 2.34 branch created.
159
07f1f3aa
CB
1602020-01-17 Christian Biesinger <cbiesinger@google.com>
161
162 * opintl.h: Fix spelling error (seperate).
163
42e04b36
L
1642020-01-17 H.J. Lu <hongjiu.lu@intel.com>
165
166 * i386-opc.tbl: Add {vex} pseudo prefix.
167 * i386-tbl.h: Regenerated.
168
2da2eaf4
AV
1692020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
170
171 PR 25376
172 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
173 (neon_opcodes): Likewise.
174 (select_arm_features): Make sure we enable MVE bits when selecting
175 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
176 any architecture.
177
d0849eed
JB
1782020-01-16 Jan Beulich <jbeulich@suse.com>
179
180 * i386-opc.tbl: Drop stale comment from XOP section.
181
9cf70a44
JB
1822020-01-16 Jan Beulich <jbeulich@suse.com>
183
184 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
185 (extractps): Add VexWIG to SSE2AVX forms.
186 * i386-tbl.h: Re-generate.
187
4814632e
JB
1882020-01-16 Jan Beulich <jbeulich@suse.com>
189
190 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
191 Size64 from and use VexW1 on SSE2AVX forms.
192 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
193 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
194 * i386-tbl.h: Re-generate.
195
aad09917
AM
1962020-01-15 Alan Modra <amodra@gmail.com>
197
198 * tic4x-dis.c (tic4x_version): Make unsigned long.
199 (optab, optab_special, registernames): New file scope vars.
200 (tic4x_print_register): Set up registernames rather than
201 malloc'd registertable.
202 (tic4x_disassemble): Delete optable and optable_special. Use
203 optab and optab_special instead. Throw away old optab,
204 optab_special and registernames when info->mach changes.
205
7a6bf3be
SB
2062020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
207
208 PR 25377
209 * z80-dis.c (suffix): Use .db instruction to generate double
210 prefix.
211
ca1eaac0
AM
2122020-01-14 Alan Modra <amodra@gmail.com>
213
214 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
215 values to unsigned before shifting.
216
1d67fe3b
TT
2172020-01-13 Thomas Troeger <tstroege@gmx.de>
218
219 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
220 flow instructions.
221 (print_insn_thumb16, print_insn_thumb32): Likewise.
222 (print_insn): Initialize the insn info.
223 * i386-dis.c (print_insn): Initialize the insn info fields, and
224 detect jumps.
225
5e4f7e05
CZ
2262012-01-13 Claudiu Zissulescu <claziss@gmail.com>
227
228 * arc-opc.c (C_NE): Make it required.
229
b9fe6b8a
CZ
2302012-01-13 Claudiu Zissulescu <claziss@gmail.com>
231
232 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
233 reserved register name.
234
90dee485
AM
2352020-01-13 Alan Modra <amodra@gmail.com>
236
237 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
238 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
239
febda64f
AM
2402020-01-13 Alan Modra <amodra@gmail.com>
241
242 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
243 result of wasm_read_leb128 in a uint64_t and check that bits
244 are not lost when copying to other locals. Use uint32_t for
245 most locals. Use PRId64 when printing int64_t.
246
df08b588
AM
2472020-01-13 Alan Modra <amodra@gmail.com>
248
249 * score-dis.c: Formatting.
250 * score7-dis.c: Formatting.
251
b2c759ce
AM
2522020-01-13 Alan Modra <amodra@gmail.com>
253
254 * score-dis.c (print_insn_score48): Use unsigned variables for
255 unsigned values. Don't left shift negative values.
256 (print_insn_score32): Likewise.
257 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
258
5496abe1
AM
2592020-01-13 Alan Modra <amodra@gmail.com>
260
261 * tic4x-dis.c (tic4x_print_register): Remove dead code.
262
202e762b
AM
2632020-01-13 Alan Modra <amodra@gmail.com>
264
265 * fr30-ibld.c: Regenerate.
266
7ef412cf
AM
2672020-01-13 Alan Modra <amodra@gmail.com>
268
269 * xgate-dis.c (print_insn): Don't left shift signed value.
270 (ripBits): Formatting, use 1u.
271
7f578b95
AM
2722020-01-10 Alan Modra <amodra@gmail.com>
273
274 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
275 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
276
441af85b
AM
2772020-01-10 Alan Modra <amodra@gmail.com>
278
279 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
280 and XRREG value earlier to avoid a shift with negative exponent.
281 * m10200-dis.c (disassemble): Similarly.
282
bce58db4
NC
2832020-01-09 Nick Clifton <nickc@redhat.com>
284
285 PR 25224
286 * z80-dis.c (ld_ii_ii): Use correct cast.
287
40c75bc8
SB
2882020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
289
290 PR 25224
291 * z80-dis.c (ld_ii_ii): Use character constant when checking
292 opcode byte value.
293
d835a58b
JB
2942020-01-09 Jan Beulich <jbeulich@suse.com>
295
296 * i386-dis.c (SEP_Fixup): New.
297 (SEP): Define.
298 (dis386_twobyte): Use it for sysenter/sysexit.
299 (enum x86_64_isa): Change amd64 enumerator to value 1.
300 (OP_J): Compare isa64 against intel64 instead of amd64.
301 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
302 forms.
303 * i386-tbl.h: Re-generate.
304
030a2e78
AM
3052020-01-08 Alan Modra <amodra@gmail.com>
306
307 * z8k-dis.c: Include libiberty.h
308 (instr_data_s): Make max_fetched unsigned.
309 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
310 Don't exceed byte_info bounds.
311 (output_instr): Make num_bytes unsigned.
312 (unpack_instr): Likewise for nibl_count and loop.
313 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
314 idx unsigned.
315 * z8k-opc.h: Regenerate.
316
bb82aefe
SV
3172020-01-07 Shahab Vahedi <shahab@synopsys.com>
318
319 * arc-tbl.h (llock): Use 'LLOCK' as class.
320 (llockd): Likewise.
321 (scond): Use 'SCOND' as class.
322 (scondd): Likewise.
323 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
324 (scondd): Likewise.
325
cc6aa1a6
AM
3262020-01-06 Alan Modra <amodra@gmail.com>
327
328 * m32c-ibld.c: Regenerate.
329
660e62b1
AM
3302020-01-06 Alan Modra <amodra@gmail.com>
331
332 PR 25344
333 * z80-dis.c (suffix): Don't use a local struct buffer copy.
334 Peek at next byte to prevent recursion on repeated prefix bytes.
335 Ensure uninitialised "mybuf" is not accessed.
336 (print_insn_z80): Don't zero n_fetch and n_used here,..
337 (print_insn_z80_buf): ..do it here instead.
338
c9ae58fe
AM
3392020-01-04 Alan Modra <amodra@gmail.com>
340
341 * m32r-ibld.c: Regenerate.
342
5f57d4ec
AM
3432020-01-04 Alan Modra <amodra@gmail.com>
344
345 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
346
2c5c1196
AM
3472020-01-04 Alan Modra <amodra@gmail.com>
348
349 * crx-dis.c (match_opcode): Avoid shift left of signed value.
350
2e98c6c5
AM
3512020-01-04 Alan Modra <amodra@gmail.com>
352
353 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
354
567dfba2
JB
3552020-01-03 Jan Beulich <jbeulich@suse.com>
356
5437a02a
JB
357 * aarch64-tbl.h (aarch64_opcode_table): Use
358 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
359
3602020-01-03 Jan Beulich <jbeulich@suse.com>
361
362 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
363 forms of SUDOT and USDOT.
364
8c45011a
JB
3652020-01-03 Jan Beulich <jbeulich@suse.com>
366
5437a02a 367 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
368 uzip{1,2}.
369 * opcodes/aarch64-dis-2.c: Re-generate.
370
f4950f76
JB
3712020-01-03 Jan Beulich <jbeulich@suse.com>
372
5437a02a 373 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
374 FMMLA encoding.
375 * opcodes/aarch64-dis-2.c: Re-generate.
376
6655dba2
SB
3772020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
378
379 * z80-dis.c: Add support for eZ80 and Z80 instructions.
380
b14ce8bf
AM
3812020-01-01 Alan Modra <amodra@gmail.com>
382
383 Update year range in copyright notice of all files.
384
0b114740 385For older changes see ChangeLog-2019
3499769a 386\f
0b114740 387Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
388
389Copying and distribution of this file, with or without modification,
390are permitted in any medium without royalty provided the copyright
391notice and this notice are preserved.
392
393Local Variables:
394mode: change-log
395left-margin: 8
396fill-column: 74
397version-control: never
398End: