]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
bfd: xtensa: fix PR ld/25630
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
a847e322
JB
12020-03-04 Jan Beulich <jbeulich@suse.com>
2
3 * i386-dis.c (PREFIX_0F01_REG_3_RM_1): New.
4 (prefix_table): Move vmmcall here. Add vmgexit.
5 (rm_table): Replace vmmcall entry by prefix_table[] escape.
6 * i386-gen.c (cpu_flag_init): Add CPU_SEV_ES_FLAGS entry.
7 (cpu_flags): Add CpuSEV_ES entry.
8 * i386-opc.h (CpuSEV_ES): New.
9 (union i386_cpu_flags): Add cpusev_es field.
10 * i386-opc.tbl (vmgexit): New.
11 * i386-init.h, i386-tbl.h: Re-generate.
12
3cd7f3e3
L
132020-03-03 H.J. Lu <hongjiu.lu@intel.com>
14
15 * i386-gen.c (opcode_modifiers): Replace IgnoreSize/DefaultSize
16 with MnemonicSize.
17 * i386-opc.h (IGNORESIZE): New.
18 (DEFAULTSIZE): Likewise.
19 (IgnoreSize): Removed.
20 (DefaultSize): Likewise.
21 (MnemonicSize): New.
22 (i386_opcode_modifier): Replace ignoresize/defaultsize with
23 mnemonicsize.
24 * i386-opc.tbl (IgnoreSize): New.
25 (DefaultSize): Likewise.
26 * i386-tbl.h: Regenerated.
27
b8ba1385
SB
282020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
29
30 PR 25627
31 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
32 instructions.
33
10d97a0f
L
342020-03-03 H.J. Lu <hongjiu.lu@intel.com>
35
36 PR gas/25622
37 * i386-opc.tbl: Add IgnoreSize to cvtsi2sd, cvtsi2ss, vcvtsi2sd,
38 vcvtsi2ss, vcvtusi2sd and vcvtusi2ss for AT&T syntax.
39 * i386-tbl.h: Regenerated.
40
dc1e8a47
AM
412020-02-26 Alan Modra <amodra@gmail.com>
42
43 * aarch64-asm.c: Indent labels correctly.
44 * aarch64-dis.c: Likewise.
45 * aarch64-gen.c: Likewise.
46 * aarch64-opc.c: Likewise.
47 * alpha-dis.c: Likewise.
48 * i386-dis.c: Likewise.
49 * nds32-asm.c: Likewise.
50 * nfp-dis.c: Likewise.
51 * visium-dis.c: Likewise.
52
265b4673
CZ
532020-02-25 Claudiu Zissulescu <claziss@gmail.com>
54
55 * arc-regs.h (int_vector_base): Make it available for all ARC
56 CPUs.
57
bd0cf5a6
NC
582020-02-20 Nelson Chu <nelson.chu@sifive.com>
59
60 * riscv-dis.c (print_insn_args): Updated since the DECLARE_CSR is
61 changed.
62
fa164239
JW
632020-02-19 Nelson Chu <nelson.chu@sifive.com>
64
65 * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed
66 c.mv/c.li if rs1 is zero.
67
272a84b1
L
682020-02-17 H.J. Lu <hongjiu.lu@intel.com>
69
70 * i386-gen.c (cpu_flag_init): Replace CpuABM with
71 CpuLZCNT|CpuPOPCNT. Add CpuPOPCNT to CPU_SSE4_2_FLAGS. Add
72 CPU_POPCNT_FLAGS.
73 (cpu_flags): Remove CpuABM. Add CpuPOPCNT.
74 * i386-opc.h (CpuABM): Removed.
75 (CpuPOPCNT): New.
76 (i386_cpu_flags): Remove cpuabm. Add cpupopcnt.
77 * i386-opc.tbl: Replace CpuABM|CpuSSE4_2 with CpuPOPCNT on
78 popcnt. Remove CpuABM from lzcnt.
79 * i386-init.h: Regenerated.
80 * i386-tbl.h: Likewise.
81
1f730c46
JB
822020-02-17 Jan Beulich <jbeulich@suse.com>
83
84 * i386-opc.tbl (vcvtsi2sd, vcvtsi2ss, vcvtusi2sd, vcvtusi2ss):
85 Fold CpuNo64 and Cpu64 templates. Use VexLIG/EVexLIG and VexW0/
86 VexW1 instead of open-coding them.
87 * i386-tbl.h: Re-generate.
88
c8f8eebc
JB
892020-02-17 Jan Beulich <jbeulich@suse.com>
90
91 * i386-opc.tbl (AddrPrefixOpReg): Define.
92 (monitor, invlpga, vmload, vmrun, vmsave, clzero, monitorx,
93 umonitor, movdir64b, enqcmd, enqcmds): Fold Cpu64 and CpuNo64
94 templates. Drop NoRex64.
95 * i386-tbl.h: Re-generate.
96
b9915cbc
JB
972020-02-17 Jan Beulich <jbeulich@suse.com>
98
99 PR gas/6518
100 * i386-opc.tbl (vcvtpd2dq, vcvtpd2ps, vcvttpd2dq, vcvtpd2udq,
101 vcvttpd2udq, vcvtqq2ps, vcvtuqq2ps): Split XMM/YMM source forms
102 into Intel syntax instance (with Unpsecified) and AT&T one
103 (without).
104 (vcvtneps2bf16): Likewise, along with folding the two so far
105 separate ones.
106 * i386-tbl.h: Re-generate.
107
ce504911
L
1082020-02-16 H.J. Lu <hongjiu.lu@intel.com>
109
110 * i386-gen.c (cpu_flag_init): Remove CPU_ANY_SSE3_FLAGS from
111 CPU_ANY_SSE4A_FLAGS.
112
dabec65d
AM
1132020-02-17 Alan Modra <amodra@gmail.com>
114
115 * i386-gen.c (cpu_flag_init): Correct last change.
116
af5c13b0
L
1172020-02-16 H.J. Lu <hongjiu.lu@intel.com>
118
119 * i386-gen.c (cpu_flag_init): Add CPU_ANY_SSE4A_FLAGS. Remove
120 CPU_ANY_SSE4_FLAGS.
121
6867aac0
L
1222020-02-14 H.J. Lu <hongjiu.lu@intel.com>
123
124 * i386-opc.tbl (movsx): Remove Intel syntax comments.
125 (movzx): Likewise.
126
65fca059
JB
1272020-02-14 Jan Beulich <jbeulich@suse.com>
128
129 PR gas/25438
130 * i386-opc.tbl (movsx): Fold patterns. Also allow Reg32 as
131 destination for Cpu64-only variant.
132 (movzx): Fold patterns.
133 * i386-tbl.h: Re-generate.
134
7deea9aa
JB
1352020-02-13 Jan Beulich <jbeulich@suse.com>
136
137 * i386-gen.c (cpu_flag_init): Move CpuSSE4a from
138 CPU_ANY_SSE_FLAGS entry to CPU_ANY_SSE3_FLAGS one. Add
139 CPU_ANY_SSE4_FLAGS entry.
140 * i386-init.h: Re-generate.
141
6c0946d0
JB
1422020-02-12 Jan Beulich <jbeulich@suse.com>
143
144 * i386-opc.tbl (vfpclasspd, vfpclassps): Add Intel sytax form
145 with Unspecified, making the present one AT&T syntax only.
146 * i386-tbl.h: Re-generate.
147
ddb56fe6
JB
1482020-02-12 Jan Beulich <jbeulich@suse.com>
149
150 * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants.
151 * i386-tbl.h: Re-generate.
152
5990e377
JB
1532020-02-12 Jan Beulich <jbeulich@suse.com>
154
155 PR gas/24546
156 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode.
157 * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into
158 Amd64 and Intel64 templates.
159 (call, jmp): Likewise for far indirect variants. Dro
160 Unspecified.
161 * i386-tbl.h: Re-generate.
162
50128d0c
JB
1632020-02-11 Jan Beulich <jbeulich@suse.com>
164
165 * i386-gen.c (opcode_modifiers): Remove ShortForm entry.
166 * i386-opc.h (ShortForm): Delete.
167 (struct i386_opcode_modifier): Remove shortform field.
168 * i386-opc.tbl (mov, movabs, push, pop, xchg, inc, dec, fld,
169 fst, fstp, fxch, fcom, fcomp, fucom, fucomp, fadd, faddp, fsub,
170 fsubp, fsubr, fsubrp, fmul, fmulp, fdiv, fdivp, fdivr, fdivrp,
171 ffreep, bswap, fcmov*, fcomi, fcomip, fucomi, fucomip, movq):
172 Drop ShortForm.
173 * i386-tbl.h: Re-generate.
174
1e05b5c4
JB
1752020-02-11 Jan Beulich <jbeulich@suse.com>
176
177 * i386-opc.tbl (fcomi, fucomi, fcomip, fcompi, fucomip,
178 fucompi): Drop ShortForm from operand-less templates.
179 * i386-tbl.h: Re-generate.
180
2f5dd314
AM
1812020-02-11 Alan Modra <amodra@gmail.com>
182
183 * cgen-ibld.in (extract_normal): Set *valuep on all return paths.
184 * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
185 * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
186 * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
187 * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
188
5aae9ae9
MM
1892020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
190
191 * arm-dis.c (print_insn_cde): Define 'V' parse character.
192 (cde_opcodes): Add VCX* instructions.
193
4934a27c
MM
1942020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
195 Matthew Malcomson <matthew.malcomson@arm.com>
196
197 * arm-dis.c (struct cdeopcode32): New.
198 (CDE_OPCODE): New macro.
199 (cde_opcodes): New disassembly table.
200 (regnames): New option to table.
201 (cde_coprocs): New global variable.
202 (print_insn_cde): New
203 (print_insn_thumb32): Use print_insn_cde.
204 (parse_arm_disassembler_options): Parse coprocN args.
205
4b5aaf5f
L
2062020-02-10 H.J. Lu <hongjiu.lu@intel.com>
207
208 PR gas/25516
209 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
210 with ISA64.
211 * i386-opc.h (AMD64): Removed.
212 (Intel64): Likewose.
213 (AMD64): New.
214 (INTEL64): Likewise.
215 (INTEL64ONLY): Likewise.
216 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
217 * i386-opc.tbl (Amd64): New.
218 (Intel64): Likewise.
219 (Intel64Only): Likewise.
220 Replace AMD64 with Amd64. Update sysenter/sysenter with
221 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
222 * i386-tbl.h: Regenerated.
223
9fc0b501
SB
2242020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
225
226 PR 25469
227 * z80-dis.c: Add support for GBZ80 opcodes.
228
c5d7be0c
AM
2292020-02-04 Alan Modra <amodra@gmail.com>
230
231 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
232
44e4546f
AM
2332020-02-03 Alan Modra <amodra@gmail.com>
234
235 * m32c-ibld.c: Regenerate.
236
b2b1453a
AM
2372020-02-01 Alan Modra <amodra@gmail.com>
238
239 * frv-ibld.c: Regenerate.
240
4102be5c
JB
2412020-01-31 Jan Beulich <jbeulich@suse.com>
242
243 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
244 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
245 (OP_E_memory): Replace xmm_mdq_mode case label by
246 vex_scalar_w_dq_mode one.
247 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
248
825bd36c
JB
2492020-01-31 Jan Beulich <jbeulich@suse.com>
250
251 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
252 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
253 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
254 (intel_operand_size): Drop vex_w_dq_mode case label.
255
c3036ed0
RS
2562020-01-31 Richard Sandiford <richard.sandiford@arm.com>
257
258 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
259 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
260
0c115f84
AM
2612020-01-30 Alan Modra <amodra@gmail.com>
262
263 * m32c-ibld.c: Regenerate.
264
bd434cc4
JM
2652020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
266
267 * bpf-opc.c: Regenerate.
268
aeab2b26
JB
2692020-01-30 Jan Beulich <jbeulich@suse.com>
270
271 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
272 (dis386): Use them to replace C2/C3 table entries.
273 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
274 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
275 ones. Use Size64 instead of DefaultSize on Intel64 ones.
276 * i386-tbl.h: Re-generate.
277
62b3f548
JB
2782020-01-30 Jan Beulich <jbeulich@suse.com>
279
280 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
281 forms.
282 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
283 DefaultSize.
284 * i386-tbl.h: Re-generate.
285
1bd8ae10
AM
2862020-01-30 Alan Modra <amodra@gmail.com>
287
288 * tic4x-dis.c (tic4x_dp): Make unsigned.
289
bc31405e
L
2902020-01-27 H.J. Lu <hongjiu.lu@intel.com>
291 Jan Beulich <jbeulich@suse.com>
292
293 PR binutils/25445
294 * i386-dis.c (MOVSXD_Fixup): New function.
295 (movsxd_mode): New enum.
296 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
297 (intel_operand_size): Handle movsxd_mode.
298 (OP_E_register): Likewise.
299 (OP_G): Likewise.
300 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
301 register on movsxd. Add movsxd with 16-bit destination register
302 for AMD64 and Intel64 ISAs.
303 * i386-tbl.h: Regenerated.
304
7568c93b
TC
3052020-01-27 Tamar Christina <tamar.christina@arm.com>
306
307 PR 25403
308 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
309 * aarch64-asm-2.c: Regenerate
310 * aarch64-dis-2.c: Likewise.
311 * aarch64-opc-2.c: Likewise.
312
c006a730
JB
3132020-01-21 Jan Beulich <jbeulich@suse.com>
314
315 * i386-opc.tbl (sysret): Drop DefaultSize.
316 * i386-tbl.h: Re-generate.
317
c906a69a
JB
3182020-01-21 Jan Beulich <jbeulich@suse.com>
319
320 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
321 Dword.
322 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
323 * i386-tbl.h: Re-generate.
324
26916852
NC
3252020-01-20 Nick Clifton <nickc@redhat.com>
326
327 * po/de.po: Updated German translation.
328 * po/pt_BR.po: Updated Brazilian Portuguese translation.
329 * po/uk.po: Updated Ukranian translation.
330
4d6cbb64
AM
3312020-01-20 Alan Modra <amodra@gmail.com>
332
333 * hppa-dis.c (fput_const): Remove useless cast.
334
2bddb71a
AM
3352020-01-20 Alan Modra <amodra@gmail.com>
336
337 * arm-dis.c (print_insn_arm): Wrap 'T' value.
338
1b1bb2c6
NC
3392020-01-18 Nick Clifton <nickc@redhat.com>
340
341 * configure: Regenerate.
342 * po/opcodes.pot: Regenerate.
343
ae774686
NC
3442020-01-18 Nick Clifton <nickc@redhat.com>
345
346 Binutils 2.34 branch created.
347
07f1f3aa
CB
3482020-01-17 Christian Biesinger <cbiesinger@google.com>
349
350 * opintl.h: Fix spelling error (seperate).
351
42e04b36
L
3522020-01-17 H.J. Lu <hongjiu.lu@intel.com>
353
354 * i386-opc.tbl: Add {vex} pseudo prefix.
355 * i386-tbl.h: Regenerated.
356
2da2eaf4
AV
3572020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
358
359 PR 25376
360 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
361 (neon_opcodes): Likewise.
362 (select_arm_features): Make sure we enable MVE bits when selecting
363 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
364 any architecture.
365
d0849eed
JB
3662020-01-16 Jan Beulich <jbeulich@suse.com>
367
368 * i386-opc.tbl: Drop stale comment from XOP section.
369
9cf70a44
JB
3702020-01-16 Jan Beulich <jbeulich@suse.com>
371
372 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
373 (extractps): Add VexWIG to SSE2AVX forms.
374 * i386-tbl.h: Re-generate.
375
4814632e
JB
3762020-01-16 Jan Beulich <jbeulich@suse.com>
377
378 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
379 Size64 from and use VexW1 on SSE2AVX forms.
380 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
381 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
382 * i386-tbl.h: Re-generate.
383
aad09917
AM
3842020-01-15 Alan Modra <amodra@gmail.com>
385
386 * tic4x-dis.c (tic4x_version): Make unsigned long.
387 (optab, optab_special, registernames): New file scope vars.
388 (tic4x_print_register): Set up registernames rather than
389 malloc'd registertable.
390 (tic4x_disassemble): Delete optable and optable_special. Use
391 optab and optab_special instead. Throw away old optab,
392 optab_special and registernames when info->mach changes.
393
7a6bf3be
SB
3942020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
395
396 PR 25377
397 * z80-dis.c (suffix): Use .db instruction to generate double
398 prefix.
399
ca1eaac0
AM
4002020-01-14 Alan Modra <amodra@gmail.com>
401
402 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
403 values to unsigned before shifting.
404
1d67fe3b
TT
4052020-01-13 Thomas Troeger <tstroege@gmx.de>
406
407 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
408 flow instructions.
409 (print_insn_thumb16, print_insn_thumb32): Likewise.
410 (print_insn): Initialize the insn info.
411 * i386-dis.c (print_insn): Initialize the insn info fields, and
412 detect jumps.
413
5e4f7e05
CZ
4142012-01-13 Claudiu Zissulescu <claziss@gmail.com>
415
416 * arc-opc.c (C_NE): Make it required.
417
b9fe6b8a
CZ
4182012-01-13 Claudiu Zissulescu <claziss@gmail.com>
419
420 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
421 reserved register name.
422
90dee485
AM
4232020-01-13 Alan Modra <amodra@gmail.com>
424
425 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
426 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
427
febda64f
AM
4282020-01-13 Alan Modra <amodra@gmail.com>
429
430 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
431 result of wasm_read_leb128 in a uint64_t and check that bits
432 are not lost when copying to other locals. Use uint32_t for
433 most locals. Use PRId64 when printing int64_t.
434
df08b588
AM
4352020-01-13 Alan Modra <amodra@gmail.com>
436
437 * score-dis.c: Formatting.
438 * score7-dis.c: Formatting.
439
b2c759ce
AM
4402020-01-13 Alan Modra <amodra@gmail.com>
441
442 * score-dis.c (print_insn_score48): Use unsigned variables for
443 unsigned values. Don't left shift negative values.
444 (print_insn_score32): Likewise.
445 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
446
5496abe1
AM
4472020-01-13 Alan Modra <amodra@gmail.com>
448
449 * tic4x-dis.c (tic4x_print_register): Remove dead code.
450
202e762b
AM
4512020-01-13 Alan Modra <amodra@gmail.com>
452
453 * fr30-ibld.c: Regenerate.
454
7ef412cf
AM
4552020-01-13 Alan Modra <amodra@gmail.com>
456
457 * xgate-dis.c (print_insn): Don't left shift signed value.
458 (ripBits): Formatting, use 1u.
459
7f578b95
AM
4602020-01-10 Alan Modra <amodra@gmail.com>
461
462 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
463 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
464
441af85b
AM
4652020-01-10 Alan Modra <amodra@gmail.com>
466
467 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
468 and XRREG value earlier to avoid a shift with negative exponent.
469 * m10200-dis.c (disassemble): Similarly.
470
bce58db4
NC
4712020-01-09 Nick Clifton <nickc@redhat.com>
472
473 PR 25224
474 * z80-dis.c (ld_ii_ii): Use correct cast.
475
40c75bc8
SB
4762020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
477
478 PR 25224
479 * z80-dis.c (ld_ii_ii): Use character constant when checking
480 opcode byte value.
481
d835a58b
JB
4822020-01-09 Jan Beulich <jbeulich@suse.com>
483
484 * i386-dis.c (SEP_Fixup): New.
485 (SEP): Define.
486 (dis386_twobyte): Use it for sysenter/sysexit.
487 (enum x86_64_isa): Change amd64 enumerator to value 1.
488 (OP_J): Compare isa64 against intel64 instead of amd64.
489 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
490 forms.
491 * i386-tbl.h: Re-generate.
492
030a2e78
AM
4932020-01-08 Alan Modra <amodra@gmail.com>
494
495 * z8k-dis.c: Include libiberty.h
496 (instr_data_s): Make max_fetched unsigned.
497 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
498 Don't exceed byte_info bounds.
499 (output_instr): Make num_bytes unsigned.
500 (unpack_instr): Likewise for nibl_count and loop.
501 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
502 idx unsigned.
503 * z8k-opc.h: Regenerate.
504
bb82aefe
SV
5052020-01-07 Shahab Vahedi <shahab@synopsys.com>
506
507 * arc-tbl.h (llock): Use 'LLOCK' as class.
508 (llockd): Likewise.
509 (scond): Use 'SCOND' as class.
510 (scondd): Likewise.
511 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
512 (scondd): Likewise.
513
cc6aa1a6
AM
5142020-01-06 Alan Modra <amodra@gmail.com>
515
516 * m32c-ibld.c: Regenerate.
517
660e62b1
AM
5182020-01-06 Alan Modra <amodra@gmail.com>
519
520 PR 25344
521 * z80-dis.c (suffix): Don't use a local struct buffer copy.
522 Peek at next byte to prevent recursion on repeated prefix bytes.
523 Ensure uninitialised "mybuf" is not accessed.
524 (print_insn_z80): Don't zero n_fetch and n_used here,..
525 (print_insn_z80_buf): ..do it here instead.
526
c9ae58fe
AM
5272020-01-04 Alan Modra <amodra@gmail.com>
528
529 * m32r-ibld.c: Regenerate.
530
5f57d4ec
AM
5312020-01-04 Alan Modra <amodra@gmail.com>
532
533 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
534
2c5c1196
AM
5352020-01-04 Alan Modra <amodra@gmail.com>
536
537 * crx-dis.c (match_opcode): Avoid shift left of signed value.
538
2e98c6c5
AM
5392020-01-04 Alan Modra <amodra@gmail.com>
540
541 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
542
567dfba2
JB
5432020-01-03 Jan Beulich <jbeulich@suse.com>
544
5437a02a
JB
545 * aarch64-tbl.h (aarch64_opcode_table): Use
546 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
547
5482020-01-03 Jan Beulich <jbeulich@suse.com>
549
550 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
551 forms of SUDOT and USDOT.
552
8c45011a
JB
5532020-01-03 Jan Beulich <jbeulich@suse.com>
554
5437a02a 555 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
556 uzip{1,2}.
557 * opcodes/aarch64-dis-2.c: Re-generate.
558
f4950f76
JB
5592020-01-03 Jan Beulich <jbeulich@suse.com>
560
5437a02a 561 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
562 FMMLA encoding.
563 * opcodes/aarch64-dis-2.c: Re-generate.
564
6655dba2
SB
5652020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
566
567 * z80-dis.c: Add support for eZ80 and Z80 instructions.
568
b14ce8bf
AM
5692020-01-01 Alan Modra <amodra@gmail.com>
570
571 Update year range in copyright notice of all files.
572
0b114740 573For older changes see ChangeLog-2019
3499769a 574\f
0b114740 575Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
576
577Copying and distribution of this file, with or without modification,
578are permitted in any medium without royalty provided the copyright
579notice and this notice are preserved.
580
581Local Variables:
582mode: change-log
583left-margin: 8
584fill-column: 74
585version-control: never
586End: