gdb/fortran: Fix printing of logical true values for Flang
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
b8ba1385
SB
12020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25627
4 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
5 instructions.
6
10d97a0f
L
72020-03-03 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR gas/25622
10 * i386-opc.tbl: Add IgnoreSize to cvtsi2sd, cvtsi2ss, vcvtsi2sd,
11 vcvtsi2ss, vcvtusi2sd and vcvtusi2ss for AT&T syntax.
12 * i386-tbl.h: Regenerated.
13
dc1e8a47
AM
142020-02-26 Alan Modra <amodra@gmail.com>
15
16 * aarch64-asm.c: Indent labels correctly.
17 * aarch64-dis.c: Likewise.
18 * aarch64-gen.c: Likewise.
19 * aarch64-opc.c: Likewise.
20 * alpha-dis.c: Likewise.
21 * i386-dis.c: Likewise.
22 * nds32-asm.c: Likewise.
23 * nfp-dis.c: Likewise.
24 * visium-dis.c: Likewise.
25
265b4673
CZ
262020-02-25 Claudiu Zissulescu <claziss@gmail.com>
27
28 * arc-regs.h (int_vector_base): Make it available for all ARC
29 CPUs.
30
bd0cf5a6
NC
312020-02-20 Nelson Chu <nelson.chu@sifive.com>
32
33 * riscv-dis.c (print_insn_args): Updated since the DECLARE_CSR is
34 changed.
35
fa164239
JW
362020-02-19 Nelson Chu <nelson.chu@sifive.com>
37
38 * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed
39 c.mv/c.li if rs1 is zero.
40
272a84b1
L
412020-02-17 H.J. Lu <hongjiu.lu@intel.com>
42
43 * i386-gen.c (cpu_flag_init): Replace CpuABM with
44 CpuLZCNT|CpuPOPCNT. Add CpuPOPCNT to CPU_SSE4_2_FLAGS. Add
45 CPU_POPCNT_FLAGS.
46 (cpu_flags): Remove CpuABM. Add CpuPOPCNT.
47 * i386-opc.h (CpuABM): Removed.
48 (CpuPOPCNT): New.
49 (i386_cpu_flags): Remove cpuabm. Add cpupopcnt.
50 * i386-opc.tbl: Replace CpuABM|CpuSSE4_2 with CpuPOPCNT on
51 popcnt. Remove CpuABM from lzcnt.
52 * i386-init.h: Regenerated.
53 * i386-tbl.h: Likewise.
54
1f730c46
JB
552020-02-17 Jan Beulich <jbeulich@suse.com>
56
57 * i386-opc.tbl (vcvtsi2sd, vcvtsi2ss, vcvtusi2sd, vcvtusi2ss):
58 Fold CpuNo64 and Cpu64 templates. Use VexLIG/EVexLIG and VexW0/
59 VexW1 instead of open-coding them.
60 * i386-tbl.h: Re-generate.
61
c8f8eebc
JB
622020-02-17 Jan Beulich <jbeulich@suse.com>
63
64 * i386-opc.tbl (AddrPrefixOpReg): Define.
65 (monitor, invlpga, vmload, vmrun, vmsave, clzero, monitorx,
66 umonitor, movdir64b, enqcmd, enqcmds): Fold Cpu64 and CpuNo64
67 templates. Drop NoRex64.
68 * i386-tbl.h: Re-generate.
69
b9915cbc
JB
702020-02-17 Jan Beulich <jbeulich@suse.com>
71
72 PR gas/6518
73 * i386-opc.tbl (vcvtpd2dq, vcvtpd2ps, vcvttpd2dq, vcvtpd2udq,
74 vcvttpd2udq, vcvtqq2ps, vcvtuqq2ps): Split XMM/YMM source forms
75 into Intel syntax instance (with Unpsecified) and AT&T one
76 (without).
77 (vcvtneps2bf16): Likewise, along with folding the two so far
78 separate ones.
79 * i386-tbl.h: Re-generate.
80
ce504911
L
812020-02-16 H.J. Lu <hongjiu.lu@intel.com>
82
83 * i386-gen.c (cpu_flag_init): Remove CPU_ANY_SSE3_FLAGS from
84 CPU_ANY_SSE4A_FLAGS.
85
dabec65d
AM
862020-02-17 Alan Modra <amodra@gmail.com>
87
88 * i386-gen.c (cpu_flag_init): Correct last change.
89
af5c13b0
L
902020-02-16 H.J. Lu <hongjiu.lu@intel.com>
91
92 * i386-gen.c (cpu_flag_init): Add CPU_ANY_SSE4A_FLAGS. Remove
93 CPU_ANY_SSE4_FLAGS.
94
6867aac0
L
952020-02-14 H.J. Lu <hongjiu.lu@intel.com>
96
97 * i386-opc.tbl (movsx): Remove Intel syntax comments.
98 (movzx): Likewise.
99
65fca059
JB
1002020-02-14 Jan Beulich <jbeulich@suse.com>
101
102 PR gas/25438
103 * i386-opc.tbl (movsx): Fold patterns. Also allow Reg32 as
104 destination for Cpu64-only variant.
105 (movzx): Fold patterns.
106 * i386-tbl.h: Re-generate.
107
7deea9aa
JB
1082020-02-13 Jan Beulich <jbeulich@suse.com>
109
110 * i386-gen.c (cpu_flag_init): Move CpuSSE4a from
111 CPU_ANY_SSE_FLAGS entry to CPU_ANY_SSE3_FLAGS one. Add
112 CPU_ANY_SSE4_FLAGS entry.
113 * i386-init.h: Re-generate.
114
6c0946d0
JB
1152020-02-12 Jan Beulich <jbeulich@suse.com>
116
117 * i386-opc.tbl (vfpclasspd, vfpclassps): Add Intel sytax form
118 with Unspecified, making the present one AT&T syntax only.
119 * i386-tbl.h: Re-generate.
120
ddb56fe6
JB
1212020-02-12 Jan Beulich <jbeulich@suse.com>
122
123 * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants.
124 * i386-tbl.h: Re-generate.
125
5990e377
JB
1262020-02-12 Jan Beulich <jbeulich@suse.com>
127
128 PR gas/24546
129 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode.
130 * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into
131 Amd64 and Intel64 templates.
132 (call, jmp): Likewise for far indirect variants. Dro
133 Unspecified.
134 * i386-tbl.h: Re-generate.
135
50128d0c
JB
1362020-02-11 Jan Beulich <jbeulich@suse.com>
137
138 * i386-gen.c (opcode_modifiers): Remove ShortForm entry.
139 * i386-opc.h (ShortForm): Delete.
140 (struct i386_opcode_modifier): Remove shortform field.
141 * i386-opc.tbl (mov, movabs, push, pop, xchg, inc, dec, fld,
142 fst, fstp, fxch, fcom, fcomp, fucom, fucomp, fadd, faddp, fsub,
143 fsubp, fsubr, fsubrp, fmul, fmulp, fdiv, fdivp, fdivr, fdivrp,
144 ffreep, bswap, fcmov*, fcomi, fcomip, fucomi, fucomip, movq):
145 Drop ShortForm.
146 * i386-tbl.h: Re-generate.
147
1e05b5c4
JB
1482020-02-11 Jan Beulich <jbeulich@suse.com>
149
150 * i386-opc.tbl (fcomi, fucomi, fcomip, fcompi, fucomip,
151 fucompi): Drop ShortForm from operand-less templates.
152 * i386-tbl.h: Re-generate.
153
2f5dd314
AM
1542020-02-11 Alan Modra <amodra@gmail.com>
155
156 * cgen-ibld.in (extract_normal): Set *valuep on all return paths.
157 * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
158 * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
159 * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
160 * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
161
5aae9ae9
MM
1622020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
163
164 * arm-dis.c (print_insn_cde): Define 'V' parse character.
165 (cde_opcodes): Add VCX* instructions.
166
4934a27c
MM
1672020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
168 Matthew Malcomson <matthew.malcomson@arm.com>
169
170 * arm-dis.c (struct cdeopcode32): New.
171 (CDE_OPCODE): New macro.
172 (cde_opcodes): New disassembly table.
173 (regnames): New option to table.
174 (cde_coprocs): New global variable.
175 (print_insn_cde): New
176 (print_insn_thumb32): Use print_insn_cde.
177 (parse_arm_disassembler_options): Parse coprocN args.
178
4b5aaf5f
L
1792020-02-10 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR gas/25516
182 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
183 with ISA64.
184 * i386-opc.h (AMD64): Removed.
185 (Intel64): Likewose.
186 (AMD64): New.
187 (INTEL64): Likewise.
188 (INTEL64ONLY): Likewise.
189 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
190 * i386-opc.tbl (Amd64): New.
191 (Intel64): Likewise.
192 (Intel64Only): Likewise.
193 Replace AMD64 with Amd64. Update sysenter/sysenter with
194 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
195 * i386-tbl.h: Regenerated.
196
9fc0b501
SB
1972020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
198
199 PR 25469
200 * z80-dis.c: Add support for GBZ80 opcodes.
201
c5d7be0c
AM
2022020-02-04 Alan Modra <amodra@gmail.com>
203
204 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
205
44e4546f
AM
2062020-02-03 Alan Modra <amodra@gmail.com>
207
208 * m32c-ibld.c: Regenerate.
209
b2b1453a
AM
2102020-02-01 Alan Modra <amodra@gmail.com>
211
212 * frv-ibld.c: Regenerate.
213
4102be5c
JB
2142020-01-31 Jan Beulich <jbeulich@suse.com>
215
216 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
217 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
218 (OP_E_memory): Replace xmm_mdq_mode case label by
219 vex_scalar_w_dq_mode one.
220 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
221
825bd36c
JB
2222020-01-31 Jan Beulich <jbeulich@suse.com>
223
224 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
225 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
226 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
227 (intel_operand_size): Drop vex_w_dq_mode case label.
228
c3036ed0
RS
2292020-01-31 Richard Sandiford <richard.sandiford@arm.com>
230
231 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
232 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
233
0c115f84
AM
2342020-01-30 Alan Modra <amodra@gmail.com>
235
236 * m32c-ibld.c: Regenerate.
237
bd434cc4
JM
2382020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
239
240 * bpf-opc.c: Regenerate.
241
aeab2b26
JB
2422020-01-30 Jan Beulich <jbeulich@suse.com>
243
244 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
245 (dis386): Use them to replace C2/C3 table entries.
246 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
247 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
248 ones. Use Size64 instead of DefaultSize on Intel64 ones.
249 * i386-tbl.h: Re-generate.
250
62b3f548
JB
2512020-01-30 Jan Beulich <jbeulich@suse.com>
252
253 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
254 forms.
255 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
256 DefaultSize.
257 * i386-tbl.h: Re-generate.
258
1bd8ae10
AM
2592020-01-30 Alan Modra <amodra@gmail.com>
260
261 * tic4x-dis.c (tic4x_dp): Make unsigned.
262
bc31405e
L
2632020-01-27 H.J. Lu <hongjiu.lu@intel.com>
264 Jan Beulich <jbeulich@suse.com>
265
266 PR binutils/25445
267 * i386-dis.c (MOVSXD_Fixup): New function.
268 (movsxd_mode): New enum.
269 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
270 (intel_operand_size): Handle movsxd_mode.
271 (OP_E_register): Likewise.
272 (OP_G): Likewise.
273 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
274 register on movsxd. Add movsxd with 16-bit destination register
275 for AMD64 and Intel64 ISAs.
276 * i386-tbl.h: Regenerated.
277
7568c93b
TC
2782020-01-27 Tamar Christina <tamar.christina@arm.com>
279
280 PR 25403
281 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
282 * aarch64-asm-2.c: Regenerate
283 * aarch64-dis-2.c: Likewise.
284 * aarch64-opc-2.c: Likewise.
285
c006a730
JB
2862020-01-21 Jan Beulich <jbeulich@suse.com>
287
288 * i386-opc.tbl (sysret): Drop DefaultSize.
289 * i386-tbl.h: Re-generate.
290
c906a69a
JB
2912020-01-21 Jan Beulich <jbeulich@suse.com>
292
293 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
294 Dword.
295 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
296 * i386-tbl.h: Re-generate.
297
26916852
NC
2982020-01-20 Nick Clifton <nickc@redhat.com>
299
300 * po/de.po: Updated German translation.
301 * po/pt_BR.po: Updated Brazilian Portuguese translation.
302 * po/uk.po: Updated Ukranian translation.
303
4d6cbb64
AM
3042020-01-20 Alan Modra <amodra@gmail.com>
305
306 * hppa-dis.c (fput_const): Remove useless cast.
307
2bddb71a
AM
3082020-01-20 Alan Modra <amodra@gmail.com>
309
310 * arm-dis.c (print_insn_arm): Wrap 'T' value.
311
1b1bb2c6
NC
3122020-01-18 Nick Clifton <nickc@redhat.com>
313
314 * configure: Regenerate.
315 * po/opcodes.pot: Regenerate.
316
ae774686
NC
3172020-01-18 Nick Clifton <nickc@redhat.com>
318
319 Binutils 2.34 branch created.
320
07f1f3aa
CB
3212020-01-17 Christian Biesinger <cbiesinger@google.com>
322
323 * opintl.h: Fix spelling error (seperate).
324
42e04b36
L
3252020-01-17 H.J. Lu <hongjiu.lu@intel.com>
326
327 * i386-opc.tbl: Add {vex} pseudo prefix.
328 * i386-tbl.h: Regenerated.
329
2da2eaf4
AV
3302020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
331
332 PR 25376
333 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
334 (neon_opcodes): Likewise.
335 (select_arm_features): Make sure we enable MVE bits when selecting
336 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
337 any architecture.
338
d0849eed
JB
3392020-01-16 Jan Beulich <jbeulich@suse.com>
340
341 * i386-opc.tbl: Drop stale comment from XOP section.
342
9cf70a44
JB
3432020-01-16 Jan Beulich <jbeulich@suse.com>
344
345 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
346 (extractps): Add VexWIG to SSE2AVX forms.
347 * i386-tbl.h: Re-generate.
348
4814632e
JB
3492020-01-16 Jan Beulich <jbeulich@suse.com>
350
351 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
352 Size64 from and use VexW1 on SSE2AVX forms.
353 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
354 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
355 * i386-tbl.h: Re-generate.
356
aad09917
AM
3572020-01-15 Alan Modra <amodra@gmail.com>
358
359 * tic4x-dis.c (tic4x_version): Make unsigned long.
360 (optab, optab_special, registernames): New file scope vars.
361 (tic4x_print_register): Set up registernames rather than
362 malloc'd registertable.
363 (tic4x_disassemble): Delete optable and optable_special. Use
364 optab and optab_special instead. Throw away old optab,
365 optab_special and registernames when info->mach changes.
366
7a6bf3be
SB
3672020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
368
369 PR 25377
370 * z80-dis.c (suffix): Use .db instruction to generate double
371 prefix.
372
ca1eaac0
AM
3732020-01-14 Alan Modra <amodra@gmail.com>
374
375 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
376 values to unsigned before shifting.
377
1d67fe3b
TT
3782020-01-13 Thomas Troeger <tstroege@gmx.de>
379
380 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
381 flow instructions.
382 (print_insn_thumb16, print_insn_thumb32): Likewise.
383 (print_insn): Initialize the insn info.
384 * i386-dis.c (print_insn): Initialize the insn info fields, and
385 detect jumps.
386
5e4f7e05
CZ
3872012-01-13 Claudiu Zissulescu <claziss@gmail.com>
388
389 * arc-opc.c (C_NE): Make it required.
390
b9fe6b8a
CZ
3912012-01-13 Claudiu Zissulescu <claziss@gmail.com>
392
393 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
394 reserved register name.
395
90dee485
AM
3962020-01-13 Alan Modra <amodra@gmail.com>
397
398 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
399 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
400
febda64f
AM
4012020-01-13 Alan Modra <amodra@gmail.com>
402
403 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
404 result of wasm_read_leb128 in a uint64_t and check that bits
405 are not lost when copying to other locals. Use uint32_t for
406 most locals. Use PRId64 when printing int64_t.
407
df08b588
AM
4082020-01-13 Alan Modra <amodra@gmail.com>
409
410 * score-dis.c: Formatting.
411 * score7-dis.c: Formatting.
412
b2c759ce
AM
4132020-01-13 Alan Modra <amodra@gmail.com>
414
415 * score-dis.c (print_insn_score48): Use unsigned variables for
416 unsigned values. Don't left shift negative values.
417 (print_insn_score32): Likewise.
418 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
419
5496abe1
AM
4202020-01-13 Alan Modra <amodra@gmail.com>
421
422 * tic4x-dis.c (tic4x_print_register): Remove dead code.
423
202e762b
AM
4242020-01-13 Alan Modra <amodra@gmail.com>
425
426 * fr30-ibld.c: Regenerate.
427
7ef412cf
AM
4282020-01-13 Alan Modra <amodra@gmail.com>
429
430 * xgate-dis.c (print_insn): Don't left shift signed value.
431 (ripBits): Formatting, use 1u.
432
7f578b95
AM
4332020-01-10 Alan Modra <amodra@gmail.com>
434
435 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
436 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
437
441af85b
AM
4382020-01-10 Alan Modra <amodra@gmail.com>
439
440 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
441 and XRREG value earlier to avoid a shift with negative exponent.
442 * m10200-dis.c (disassemble): Similarly.
443
bce58db4
NC
4442020-01-09 Nick Clifton <nickc@redhat.com>
445
446 PR 25224
447 * z80-dis.c (ld_ii_ii): Use correct cast.
448
40c75bc8
SB
4492020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
450
451 PR 25224
452 * z80-dis.c (ld_ii_ii): Use character constant when checking
453 opcode byte value.
454
d835a58b
JB
4552020-01-09 Jan Beulich <jbeulich@suse.com>
456
457 * i386-dis.c (SEP_Fixup): New.
458 (SEP): Define.
459 (dis386_twobyte): Use it for sysenter/sysexit.
460 (enum x86_64_isa): Change amd64 enumerator to value 1.
461 (OP_J): Compare isa64 against intel64 instead of amd64.
462 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
463 forms.
464 * i386-tbl.h: Re-generate.
465
030a2e78
AM
4662020-01-08 Alan Modra <amodra@gmail.com>
467
468 * z8k-dis.c: Include libiberty.h
469 (instr_data_s): Make max_fetched unsigned.
470 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
471 Don't exceed byte_info bounds.
472 (output_instr): Make num_bytes unsigned.
473 (unpack_instr): Likewise for nibl_count and loop.
474 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
475 idx unsigned.
476 * z8k-opc.h: Regenerate.
477
bb82aefe
SV
4782020-01-07 Shahab Vahedi <shahab@synopsys.com>
479
480 * arc-tbl.h (llock): Use 'LLOCK' as class.
481 (llockd): Likewise.
482 (scond): Use 'SCOND' as class.
483 (scondd): Likewise.
484 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
485 (scondd): Likewise.
486
cc6aa1a6
AM
4872020-01-06 Alan Modra <amodra@gmail.com>
488
489 * m32c-ibld.c: Regenerate.
490
660e62b1
AM
4912020-01-06 Alan Modra <amodra@gmail.com>
492
493 PR 25344
494 * z80-dis.c (suffix): Don't use a local struct buffer copy.
495 Peek at next byte to prevent recursion on repeated prefix bytes.
496 Ensure uninitialised "mybuf" is not accessed.
497 (print_insn_z80): Don't zero n_fetch and n_used here,..
498 (print_insn_z80_buf): ..do it here instead.
499
c9ae58fe
AM
5002020-01-04 Alan Modra <amodra@gmail.com>
501
502 * m32r-ibld.c: Regenerate.
503
5f57d4ec
AM
5042020-01-04 Alan Modra <amodra@gmail.com>
505
506 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
507
2c5c1196
AM
5082020-01-04 Alan Modra <amodra@gmail.com>
509
510 * crx-dis.c (match_opcode): Avoid shift left of signed value.
511
2e98c6c5
AM
5122020-01-04 Alan Modra <amodra@gmail.com>
513
514 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
515
567dfba2
JB
5162020-01-03 Jan Beulich <jbeulich@suse.com>
517
5437a02a
JB
518 * aarch64-tbl.h (aarch64_opcode_table): Use
519 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
520
5212020-01-03 Jan Beulich <jbeulich@suse.com>
522
523 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
524 forms of SUDOT and USDOT.
525
8c45011a
JB
5262020-01-03 Jan Beulich <jbeulich@suse.com>
527
5437a02a 528 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
529 uzip{1,2}.
530 * opcodes/aarch64-dis-2.c: Re-generate.
531
f4950f76
JB
5322020-01-03 Jan Beulich <jbeulich@suse.com>
533
5437a02a 534 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
535 FMMLA encoding.
536 * opcodes/aarch64-dis-2.c: Re-generate.
537
6655dba2
SB
5382020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
539
540 * z80-dis.c: Add support for eZ80 and Z80 instructions.
541
b14ce8bf
AM
5422020-01-01 Alan Modra <amodra@gmail.com>
543
544 Update year range in copyright notice of all files.
545
0b114740 546For older changes see ChangeLog-2019
3499769a 547\f
0b114740 548Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
549
550Copying and distribution of this file, with or without modification,
551are permitted in any medium without royalty provided the copyright
552notice and this notice are preserved.
553
554Local Variables:
555mode: change-log
556left-margin: 8
557fill-column: 74
558version-control: never
559End:
This page took 0.271068 seconds and 4 git commands to generate.