PowerPC disassembly of odd sized sections
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
833d919c
AM
12020-03-20 Alan Modra <amodra@gmail.com>
2
3 * ppc-dis.c (print_insn_powerpc): Only clear needed bytes of
4 partially filled buffer. Prevent lookup of 4-byte insns when
5 only VLE 2-byte insns are possible due to section size. Print
6 ".word" rather than ".long" for 2-byte leftovers.
7
327ef784
NC
82020-03-17 Sergey Belyashov <sergey.belyashov@gmail.com>
9
10 PR 25641
11 * z80-dis.c: Fix disassembling ED+A4/AC/B4/BC opcodes.
12
1673df32
JB
132020-03-13 Jan Beulich <jbeulich@suse.com>
14
15 * i386-dis.c (X86_64_0D): Rename to ...
16 (X86_64_0E): ... this.
17
384f3689
L
182020-03-09 H.J. Lu <hongjiu.lu@intel.com>
19
20 * Makefile.am ($(srcdir)/i386-init.h): Also pass -P to $(CPP).
21 * Makefile.in: Regenerated.
22
865e2027
JB
232020-03-09 Jan Beulich <jbeulich@suse.com>
24
25 * i386-opc.tbl (avx_irel): New. Use is for AVX512 vpcmp*
26 3-operand pseudos.
27 * i386-tbl.h: Re-generate.
28
2f13234b
JB
292020-03-09 Jan Beulich <jbeulich@suse.com>
30
31 * i386-opc.tbl (xop_elem, xop_irel, xop_sign): New. Use them for XOP vpcom*,
32 vprot*, vpsha*, and vpshl*.
33 * i386-tbl.h: Re-generate.
34
3fabc179
JB
352020-03-09 Jan Beulich <jbeulich@suse.com>
36
37 * i386-opc.tbl (avx_frel): New. Use it for AVX/AVX512 vcmpps,
38 vcmpss, vcmppd, and vcmpsd 3-operand pseudo-ops.
39 * i386-tbl.h: Re-generate.
40
3677e4c1
JB
412020-03-09 Jan Beulich <jbeulich@suse.com>
42
43 * i386-gen.c (set_bitfield): Ignore zero-length field names.
44 * i386-opc.tbl (sse_frel): New. Use it for SSE/SSE2 cmpps,
45 cmpss, cmppd, and cmpsd 2-operand pseudo-ops.
46 * i386-tbl.h: Re-generate.
47
4c4898e8
JB
482020-03-09 Jan Beulich <jbeulich@suse.com>
49
50 * i386-gen.c (struct template_arg, struct template_instance,
51 struct template_param, struct template, templates,
52 parse_template, expand_templates): New.
53 (process_i386_opcodes): Various local variables moved to
54 expand_templates. Call parse_template and expand_templates.
55 * i386-opc.tbl (cc): New. Use it for Jcc, SETcc, and CMOVcc.
56 * i386-tbl.h: Re-generate.
57
bc49bfd8
JB
582020-03-06 Jan Beulich <jbeulich@suse.com>
59
60 * i386-opc.tbl (vcvtdq2pd, vcvtps2pd, vcvtudq2pd, vcvtps2ph,
61 vcvtps2qq, vcvtps2uqq, vcvttps2qq, vcvttps2uqq): Fold separate
62 register and memory source templates. Replace VexW= by VexW*
63 where applicable.
64 * i386-tbl.h: Re-generate.
65
4873e243
JB
662020-03-06 Jan Beulich <jbeulich@suse.com>
67
68 * i386-opc.tbl: Drop IgnoreSize from various SIMD insns. Replace
69 VexW= by VexW* and VexVVVV=1 by just VexVVVV where applicable.
70 * i386-tbl.h: Re-generate.
71
672a349b
JB
722020-03-06 Jan Beulich <jbeulich@suse.com>
73
74 * i386-opc.tbl (fildll, fistpll, fisttpll): Add ATTSyntax.
75 * i386-tbl.h: Re-generate.
76
4ed21b58
JB
772020-03-06 Jan Beulich <jbeulich@suse.com>
78
79 * i386-opc.tbl (movq): Drop NoRex64 from XMM/XMM SSE2AVX variants.
80 (movmskps, pextrw, pinsrw, pmovmskb, movmskpd, extractps,
81 pextrb, pinsrb, roundsd): Drop NoRex64 and where applicable use
82 VexW0 on SSE2AVX variants.
83 (vmovq): Drop NoRex64 from XMM/XMM variants.
84 (vextractps, vmovmskpd, vmovmskps, vpextrb, vpextrw, vpinsrb,
85 vpinsrw, vpmovmskb, vroundsd, vpmovmskb): Drop NoRex64 and where
86 applicable use VexW0.
87 * i386-tbl.h: Re-generate.
88
643bb870
JB
892020-03-06 Jan Beulich <jbeulich@suse.com>
90
91 * i386-gen.c (opcode_modifiers): Remove Rex64 field.
92 * i386-opc.h (Rex64): Delete.
93 (struct i386_opcode_modifier): Remove rex64 field.
94 * i386-opc.tbl (crc32): Drop Rex64.
95 Replace Rex64 with Size64 everywhere else.
96 * i386-tbl.h: Re-generate.
97
a23b33b3
JB
982020-03-06 Jan Beulich <jbeulich@suse.com>
99
100 * i386-dis.c (OP_E_memory): Exclude recording of used address
101 prefix for "bnd" modes only in 64-bit mode. Don't decode 16-bit
102 addressed memory operands for MPX insns.
103
a0497384
JB
1042020-03-06 Jan Beulich <jbeulich@suse.com>
105
106 * i386-opc.tbl (movmskps, mwait, vmread, vmwrite, invept,
107 invvpid, invpcid, rdfsbase, rdgsbase, wrfsbase, wrgsbase, adcx,
108 adox, mwaitx, rdpid, movdiri): Add IgnoreSize.
109 (ptwrite): Split into non-64-bit and 64-bit forms.
110 * i386-tbl.h: Re-generate.
111
b630c145
JB
1122020-03-06 Jan Beulich <jbeulich@suse.com>
113
114 * i386-opc.tbl (tpause, umwait): Add IgnoreSize. Add 3-operand
115 template.
116 * i386-tbl.h: Re-generate.
117
a847e322
JB
1182020-03-04 Jan Beulich <jbeulich@suse.com>
119
120 * i386-dis.c (PREFIX_0F01_REG_3_RM_1): New.
121 (prefix_table): Move vmmcall here. Add vmgexit.
122 (rm_table): Replace vmmcall entry by prefix_table[] escape.
123 * i386-gen.c (cpu_flag_init): Add CPU_SEV_ES_FLAGS entry.
124 (cpu_flags): Add CpuSEV_ES entry.
125 * i386-opc.h (CpuSEV_ES): New.
126 (union i386_cpu_flags): Add cpusev_es field.
127 * i386-opc.tbl (vmgexit): New.
128 * i386-init.h, i386-tbl.h: Re-generate.
129
3cd7f3e3
L
1302020-03-03 H.J. Lu <hongjiu.lu@intel.com>
131
132 * i386-gen.c (opcode_modifiers): Replace IgnoreSize/DefaultSize
133 with MnemonicSize.
134 * i386-opc.h (IGNORESIZE): New.
135 (DEFAULTSIZE): Likewise.
136 (IgnoreSize): Removed.
137 (DefaultSize): Likewise.
138 (MnemonicSize): New.
139 (i386_opcode_modifier): Replace ignoresize/defaultsize with
140 mnemonicsize.
141 * i386-opc.tbl (IgnoreSize): New.
142 (DefaultSize): Likewise.
143 * i386-tbl.h: Regenerated.
144
b8ba1385
SB
1452020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
146
147 PR 25627
148 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
149 instructions.
150
10d97a0f
L
1512020-03-03 H.J. Lu <hongjiu.lu@intel.com>
152
153 PR gas/25622
154 * i386-opc.tbl: Add IgnoreSize to cvtsi2sd, cvtsi2ss, vcvtsi2sd,
155 vcvtsi2ss, vcvtusi2sd and vcvtusi2ss for AT&T syntax.
156 * i386-tbl.h: Regenerated.
157
dc1e8a47
AM
1582020-02-26 Alan Modra <amodra@gmail.com>
159
160 * aarch64-asm.c: Indent labels correctly.
161 * aarch64-dis.c: Likewise.
162 * aarch64-gen.c: Likewise.
163 * aarch64-opc.c: Likewise.
164 * alpha-dis.c: Likewise.
165 * i386-dis.c: Likewise.
166 * nds32-asm.c: Likewise.
167 * nfp-dis.c: Likewise.
168 * visium-dis.c: Likewise.
169
265b4673
CZ
1702020-02-25 Claudiu Zissulescu <claziss@gmail.com>
171
172 * arc-regs.h (int_vector_base): Make it available for all ARC
173 CPUs.
174
bd0cf5a6
NC
1752020-02-20 Nelson Chu <nelson.chu@sifive.com>
176
177 * riscv-dis.c (print_insn_args): Updated since the DECLARE_CSR is
178 changed.
179
fa164239
JW
1802020-02-19 Nelson Chu <nelson.chu@sifive.com>
181
182 * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed
183 c.mv/c.li if rs1 is zero.
184
272a84b1
L
1852020-02-17 H.J. Lu <hongjiu.lu@intel.com>
186
187 * i386-gen.c (cpu_flag_init): Replace CpuABM with
188 CpuLZCNT|CpuPOPCNT. Add CpuPOPCNT to CPU_SSE4_2_FLAGS. Add
189 CPU_POPCNT_FLAGS.
190 (cpu_flags): Remove CpuABM. Add CpuPOPCNT.
191 * i386-opc.h (CpuABM): Removed.
192 (CpuPOPCNT): New.
193 (i386_cpu_flags): Remove cpuabm. Add cpupopcnt.
194 * i386-opc.tbl: Replace CpuABM|CpuSSE4_2 with CpuPOPCNT on
195 popcnt. Remove CpuABM from lzcnt.
196 * i386-init.h: Regenerated.
197 * i386-tbl.h: Likewise.
198
1f730c46
JB
1992020-02-17 Jan Beulich <jbeulich@suse.com>
200
201 * i386-opc.tbl (vcvtsi2sd, vcvtsi2ss, vcvtusi2sd, vcvtusi2ss):
202 Fold CpuNo64 and Cpu64 templates. Use VexLIG/EVexLIG and VexW0/
203 VexW1 instead of open-coding them.
204 * i386-tbl.h: Re-generate.
205
c8f8eebc
JB
2062020-02-17 Jan Beulich <jbeulich@suse.com>
207
208 * i386-opc.tbl (AddrPrefixOpReg): Define.
209 (monitor, invlpga, vmload, vmrun, vmsave, clzero, monitorx,
210 umonitor, movdir64b, enqcmd, enqcmds): Fold Cpu64 and CpuNo64
211 templates. Drop NoRex64.
212 * i386-tbl.h: Re-generate.
213
b9915cbc
JB
2142020-02-17 Jan Beulich <jbeulich@suse.com>
215
216 PR gas/6518
217 * i386-opc.tbl (vcvtpd2dq, vcvtpd2ps, vcvttpd2dq, vcvtpd2udq,
218 vcvttpd2udq, vcvtqq2ps, vcvtuqq2ps): Split XMM/YMM source forms
219 into Intel syntax instance (with Unpsecified) and AT&T one
220 (without).
221 (vcvtneps2bf16): Likewise, along with folding the two so far
222 separate ones.
223 * i386-tbl.h: Re-generate.
224
ce504911
L
2252020-02-16 H.J. Lu <hongjiu.lu@intel.com>
226
227 * i386-gen.c (cpu_flag_init): Remove CPU_ANY_SSE3_FLAGS from
228 CPU_ANY_SSE4A_FLAGS.
229
dabec65d
AM
2302020-02-17 Alan Modra <amodra@gmail.com>
231
232 * i386-gen.c (cpu_flag_init): Correct last change.
233
af5c13b0
L
2342020-02-16 H.J. Lu <hongjiu.lu@intel.com>
235
236 * i386-gen.c (cpu_flag_init): Add CPU_ANY_SSE4A_FLAGS. Remove
237 CPU_ANY_SSE4_FLAGS.
238
6867aac0
L
2392020-02-14 H.J. Lu <hongjiu.lu@intel.com>
240
241 * i386-opc.tbl (movsx): Remove Intel syntax comments.
242 (movzx): Likewise.
243
65fca059
JB
2442020-02-14 Jan Beulich <jbeulich@suse.com>
245
246 PR gas/25438
247 * i386-opc.tbl (movsx): Fold patterns. Also allow Reg32 as
248 destination for Cpu64-only variant.
249 (movzx): Fold patterns.
250 * i386-tbl.h: Re-generate.
251
7deea9aa
JB
2522020-02-13 Jan Beulich <jbeulich@suse.com>
253
254 * i386-gen.c (cpu_flag_init): Move CpuSSE4a from
255 CPU_ANY_SSE_FLAGS entry to CPU_ANY_SSE3_FLAGS one. Add
256 CPU_ANY_SSE4_FLAGS entry.
257 * i386-init.h: Re-generate.
258
6c0946d0
JB
2592020-02-12 Jan Beulich <jbeulich@suse.com>
260
261 * i386-opc.tbl (vfpclasspd, vfpclassps): Add Intel sytax form
262 with Unspecified, making the present one AT&T syntax only.
263 * i386-tbl.h: Re-generate.
264
ddb56fe6
JB
2652020-02-12 Jan Beulich <jbeulich@suse.com>
266
267 * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants.
268 * i386-tbl.h: Re-generate.
269
5990e377
JB
2702020-02-12 Jan Beulich <jbeulich@suse.com>
271
272 PR gas/24546
273 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode.
274 * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into
275 Amd64 and Intel64 templates.
276 (call, jmp): Likewise for far indirect variants. Dro
277 Unspecified.
278 * i386-tbl.h: Re-generate.
279
50128d0c
JB
2802020-02-11 Jan Beulich <jbeulich@suse.com>
281
282 * i386-gen.c (opcode_modifiers): Remove ShortForm entry.
283 * i386-opc.h (ShortForm): Delete.
284 (struct i386_opcode_modifier): Remove shortform field.
285 * i386-opc.tbl (mov, movabs, push, pop, xchg, inc, dec, fld,
286 fst, fstp, fxch, fcom, fcomp, fucom, fucomp, fadd, faddp, fsub,
287 fsubp, fsubr, fsubrp, fmul, fmulp, fdiv, fdivp, fdivr, fdivrp,
288 ffreep, bswap, fcmov*, fcomi, fcomip, fucomi, fucomip, movq):
289 Drop ShortForm.
290 * i386-tbl.h: Re-generate.
291
1e05b5c4
JB
2922020-02-11 Jan Beulich <jbeulich@suse.com>
293
294 * i386-opc.tbl (fcomi, fucomi, fcomip, fcompi, fucomip,
295 fucompi): Drop ShortForm from operand-less templates.
296 * i386-tbl.h: Re-generate.
297
2f5dd314
AM
2982020-02-11 Alan Modra <amodra@gmail.com>
299
300 * cgen-ibld.in (extract_normal): Set *valuep on all return paths.
301 * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
302 * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
303 * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
304 * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
305
5aae9ae9
MM
3062020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
307
308 * arm-dis.c (print_insn_cde): Define 'V' parse character.
309 (cde_opcodes): Add VCX* instructions.
310
4934a27c
MM
3112020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
312 Matthew Malcomson <matthew.malcomson@arm.com>
313
314 * arm-dis.c (struct cdeopcode32): New.
315 (CDE_OPCODE): New macro.
316 (cde_opcodes): New disassembly table.
317 (regnames): New option to table.
318 (cde_coprocs): New global variable.
319 (print_insn_cde): New
320 (print_insn_thumb32): Use print_insn_cde.
321 (parse_arm_disassembler_options): Parse coprocN args.
322
4b5aaf5f
L
3232020-02-10 H.J. Lu <hongjiu.lu@intel.com>
324
325 PR gas/25516
326 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
327 with ISA64.
328 * i386-opc.h (AMD64): Removed.
329 (Intel64): Likewose.
330 (AMD64): New.
331 (INTEL64): Likewise.
332 (INTEL64ONLY): Likewise.
333 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
334 * i386-opc.tbl (Amd64): New.
335 (Intel64): Likewise.
336 (Intel64Only): Likewise.
337 Replace AMD64 with Amd64. Update sysenter/sysenter with
338 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
339 * i386-tbl.h: Regenerated.
340
9fc0b501
SB
3412020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
342
343 PR 25469
344 * z80-dis.c: Add support for GBZ80 opcodes.
345
c5d7be0c
AM
3462020-02-04 Alan Modra <amodra@gmail.com>
347
348 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
349
44e4546f
AM
3502020-02-03 Alan Modra <amodra@gmail.com>
351
352 * m32c-ibld.c: Regenerate.
353
b2b1453a
AM
3542020-02-01 Alan Modra <amodra@gmail.com>
355
356 * frv-ibld.c: Regenerate.
357
4102be5c
JB
3582020-01-31 Jan Beulich <jbeulich@suse.com>
359
360 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
361 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
362 (OP_E_memory): Replace xmm_mdq_mode case label by
363 vex_scalar_w_dq_mode one.
364 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
365
825bd36c
JB
3662020-01-31 Jan Beulich <jbeulich@suse.com>
367
368 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
369 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
370 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
371 (intel_operand_size): Drop vex_w_dq_mode case label.
372
c3036ed0
RS
3732020-01-31 Richard Sandiford <richard.sandiford@arm.com>
374
375 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
376 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
377
0c115f84
AM
3782020-01-30 Alan Modra <amodra@gmail.com>
379
380 * m32c-ibld.c: Regenerate.
381
bd434cc4
JM
3822020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
383
384 * bpf-opc.c: Regenerate.
385
aeab2b26
JB
3862020-01-30 Jan Beulich <jbeulich@suse.com>
387
388 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
389 (dis386): Use them to replace C2/C3 table entries.
390 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
391 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
392 ones. Use Size64 instead of DefaultSize on Intel64 ones.
393 * i386-tbl.h: Re-generate.
394
62b3f548
JB
3952020-01-30 Jan Beulich <jbeulich@suse.com>
396
397 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
398 forms.
399 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
400 DefaultSize.
401 * i386-tbl.h: Re-generate.
402
1bd8ae10
AM
4032020-01-30 Alan Modra <amodra@gmail.com>
404
405 * tic4x-dis.c (tic4x_dp): Make unsigned.
406
bc31405e
L
4072020-01-27 H.J. Lu <hongjiu.lu@intel.com>
408 Jan Beulich <jbeulich@suse.com>
409
410 PR binutils/25445
411 * i386-dis.c (MOVSXD_Fixup): New function.
412 (movsxd_mode): New enum.
413 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
414 (intel_operand_size): Handle movsxd_mode.
415 (OP_E_register): Likewise.
416 (OP_G): Likewise.
417 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
418 register on movsxd. Add movsxd with 16-bit destination register
419 for AMD64 and Intel64 ISAs.
420 * i386-tbl.h: Regenerated.
421
7568c93b
TC
4222020-01-27 Tamar Christina <tamar.christina@arm.com>
423
424 PR 25403
425 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
426 * aarch64-asm-2.c: Regenerate
427 * aarch64-dis-2.c: Likewise.
428 * aarch64-opc-2.c: Likewise.
429
c006a730
JB
4302020-01-21 Jan Beulich <jbeulich@suse.com>
431
432 * i386-opc.tbl (sysret): Drop DefaultSize.
433 * i386-tbl.h: Re-generate.
434
c906a69a
JB
4352020-01-21 Jan Beulich <jbeulich@suse.com>
436
437 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
438 Dword.
439 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
440 * i386-tbl.h: Re-generate.
441
26916852
NC
4422020-01-20 Nick Clifton <nickc@redhat.com>
443
444 * po/de.po: Updated German translation.
445 * po/pt_BR.po: Updated Brazilian Portuguese translation.
446 * po/uk.po: Updated Ukranian translation.
447
4d6cbb64
AM
4482020-01-20 Alan Modra <amodra@gmail.com>
449
450 * hppa-dis.c (fput_const): Remove useless cast.
451
2bddb71a
AM
4522020-01-20 Alan Modra <amodra@gmail.com>
453
454 * arm-dis.c (print_insn_arm): Wrap 'T' value.
455
1b1bb2c6
NC
4562020-01-18 Nick Clifton <nickc@redhat.com>
457
458 * configure: Regenerate.
459 * po/opcodes.pot: Regenerate.
460
ae774686
NC
4612020-01-18 Nick Clifton <nickc@redhat.com>
462
463 Binutils 2.34 branch created.
464
07f1f3aa
CB
4652020-01-17 Christian Biesinger <cbiesinger@google.com>
466
467 * opintl.h: Fix spelling error (seperate).
468
42e04b36
L
4692020-01-17 H.J. Lu <hongjiu.lu@intel.com>
470
471 * i386-opc.tbl: Add {vex} pseudo prefix.
472 * i386-tbl.h: Regenerated.
473
2da2eaf4
AV
4742020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
475
476 PR 25376
477 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
478 (neon_opcodes): Likewise.
479 (select_arm_features): Make sure we enable MVE bits when selecting
480 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
481 any architecture.
482
d0849eed
JB
4832020-01-16 Jan Beulich <jbeulich@suse.com>
484
485 * i386-opc.tbl: Drop stale comment from XOP section.
486
9cf70a44
JB
4872020-01-16 Jan Beulich <jbeulich@suse.com>
488
489 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
490 (extractps): Add VexWIG to SSE2AVX forms.
491 * i386-tbl.h: Re-generate.
492
4814632e
JB
4932020-01-16 Jan Beulich <jbeulich@suse.com>
494
495 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
496 Size64 from and use VexW1 on SSE2AVX forms.
497 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
498 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
499 * i386-tbl.h: Re-generate.
500
aad09917
AM
5012020-01-15 Alan Modra <amodra@gmail.com>
502
503 * tic4x-dis.c (tic4x_version): Make unsigned long.
504 (optab, optab_special, registernames): New file scope vars.
505 (tic4x_print_register): Set up registernames rather than
506 malloc'd registertable.
507 (tic4x_disassemble): Delete optable and optable_special. Use
508 optab and optab_special instead. Throw away old optab,
509 optab_special and registernames when info->mach changes.
510
7a6bf3be
SB
5112020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
512
513 PR 25377
514 * z80-dis.c (suffix): Use .db instruction to generate double
515 prefix.
516
ca1eaac0
AM
5172020-01-14 Alan Modra <amodra@gmail.com>
518
519 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
520 values to unsigned before shifting.
521
1d67fe3b
TT
5222020-01-13 Thomas Troeger <tstroege@gmx.de>
523
524 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
525 flow instructions.
526 (print_insn_thumb16, print_insn_thumb32): Likewise.
527 (print_insn): Initialize the insn info.
528 * i386-dis.c (print_insn): Initialize the insn info fields, and
529 detect jumps.
530
5e4f7e05
CZ
5312012-01-13 Claudiu Zissulescu <claziss@gmail.com>
532
533 * arc-opc.c (C_NE): Make it required.
534
b9fe6b8a
CZ
5352012-01-13 Claudiu Zissulescu <claziss@gmail.com>
536
537 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
538 reserved register name.
539
90dee485
AM
5402020-01-13 Alan Modra <amodra@gmail.com>
541
542 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
543 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
544
febda64f
AM
5452020-01-13 Alan Modra <amodra@gmail.com>
546
547 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
548 result of wasm_read_leb128 in a uint64_t and check that bits
549 are not lost when copying to other locals. Use uint32_t for
550 most locals. Use PRId64 when printing int64_t.
551
df08b588
AM
5522020-01-13 Alan Modra <amodra@gmail.com>
553
554 * score-dis.c: Formatting.
555 * score7-dis.c: Formatting.
556
b2c759ce
AM
5572020-01-13 Alan Modra <amodra@gmail.com>
558
559 * score-dis.c (print_insn_score48): Use unsigned variables for
560 unsigned values. Don't left shift negative values.
561 (print_insn_score32): Likewise.
562 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
563
5496abe1
AM
5642020-01-13 Alan Modra <amodra@gmail.com>
565
566 * tic4x-dis.c (tic4x_print_register): Remove dead code.
567
202e762b
AM
5682020-01-13 Alan Modra <amodra@gmail.com>
569
570 * fr30-ibld.c: Regenerate.
571
7ef412cf
AM
5722020-01-13 Alan Modra <amodra@gmail.com>
573
574 * xgate-dis.c (print_insn): Don't left shift signed value.
575 (ripBits): Formatting, use 1u.
576
7f578b95
AM
5772020-01-10 Alan Modra <amodra@gmail.com>
578
579 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
580 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
581
441af85b
AM
5822020-01-10 Alan Modra <amodra@gmail.com>
583
584 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
585 and XRREG value earlier to avoid a shift with negative exponent.
586 * m10200-dis.c (disassemble): Similarly.
587
bce58db4
NC
5882020-01-09 Nick Clifton <nickc@redhat.com>
589
590 PR 25224
591 * z80-dis.c (ld_ii_ii): Use correct cast.
592
40c75bc8
SB
5932020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
594
595 PR 25224
596 * z80-dis.c (ld_ii_ii): Use character constant when checking
597 opcode byte value.
598
d835a58b
JB
5992020-01-09 Jan Beulich <jbeulich@suse.com>
600
601 * i386-dis.c (SEP_Fixup): New.
602 (SEP): Define.
603 (dis386_twobyte): Use it for sysenter/sysexit.
604 (enum x86_64_isa): Change amd64 enumerator to value 1.
605 (OP_J): Compare isa64 against intel64 instead of amd64.
606 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
607 forms.
608 * i386-tbl.h: Re-generate.
609
030a2e78
AM
6102020-01-08 Alan Modra <amodra@gmail.com>
611
612 * z8k-dis.c: Include libiberty.h
613 (instr_data_s): Make max_fetched unsigned.
614 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
615 Don't exceed byte_info bounds.
616 (output_instr): Make num_bytes unsigned.
617 (unpack_instr): Likewise for nibl_count and loop.
618 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
619 idx unsigned.
620 * z8k-opc.h: Regenerate.
621
bb82aefe
SV
6222020-01-07 Shahab Vahedi <shahab@synopsys.com>
623
624 * arc-tbl.h (llock): Use 'LLOCK' as class.
625 (llockd): Likewise.
626 (scond): Use 'SCOND' as class.
627 (scondd): Likewise.
628 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
629 (scondd): Likewise.
630
cc6aa1a6
AM
6312020-01-06 Alan Modra <amodra@gmail.com>
632
633 * m32c-ibld.c: Regenerate.
634
660e62b1
AM
6352020-01-06 Alan Modra <amodra@gmail.com>
636
637 PR 25344
638 * z80-dis.c (suffix): Don't use a local struct buffer copy.
639 Peek at next byte to prevent recursion on repeated prefix bytes.
640 Ensure uninitialised "mybuf" is not accessed.
641 (print_insn_z80): Don't zero n_fetch and n_used here,..
642 (print_insn_z80_buf): ..do it here instead.
643
c9ae58fe
AM
6442020-01-04 Alan Modra <amodra@gmail.com>
645
646 * m32r-ibld.c: Regenerate.
647
5f57d4ec
AM
6482020-01-04 Alan Modra <amodra@gmail.com>
649
650 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
651
2c5c1196
AM
6522020-01-04 Alan Modra <amodra@gmail.com>
653
654 * crx-dis.c (match_opcode): Avoid shift left of signed value.
655
2e98c6c5
AM
6562020-01-04 Alan Modra <amodra@gmail.com>
657
658 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
659
567dfba2
JB
6602020-01-03 Jan Beulich <jbeulich@suse.com>
661
5437a02a
JB
662 * aarch64-tbl.h (aarch64_opcode_table): Use
663 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
664
6652020-01-03 Jan Beulich <jbeulich@suse.com>
666
667 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
668 forms of SUDOT and USDOT.
669
8c45011a
JB
6702020-01-03 Jan Beulich <jbeulich@suse.com>
671
5437a02a 672 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
673 uzip{1,2}.
674 * opcodes/aarch64-dis-2.c: Re-generate.
675
f4950f76
JB
6762020-01-03 Jan Beulich <jbeulich@suse.com>
677
5437a02a 678 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
679 FMMLA encoding.
680 * opcodes/aarch64-dis-2.c: Re-generate.
681
6655dba2
SB
6822020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
683
684 * z80-dis.c: Add support for eZ80 and Z80 instructions.
685
b14ce8bf
AM
6862020-01-01 Alan Modra <amodra@gmail.com>
687
688 Update year range in copyright notice of all files.
689
0b114740 690For older changes see ChangeLog-2019
3499769a 691\f
0b114740 692Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
693
694Copying and distribution of this file, with or without modification,
695are permitted in any medium without royalty provided the copyright
696notice and this notice are preserved.
697
698Local Variables:
699mode: change-log
700left-margin: 8
701fill-column: 74
702version-control: never
703End:
This page took 0.272828 seconds and 4 git commands to generate.