ubsan: xgate: left shift of negative value
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
7ef412cf
AM
12020-01-13 Alan Modra <amodra@gmail.com>
2
3 * xgate-dis.c (print_insn): Don't left shift signed value.
4 (ripBits): Formatting, use 1u.
5
7f578b95
AM
62020-01-10 Alan Modra <amodra@gmail.com>
7
8 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
9 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
10
441af85b
AM
112020-01-10 Alan Modra <amodra@gmail.com>
12
13 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
14 and XRREG value earlier to avoid a shift with negative exponent.
15 * m10200-dis.c (disassemble): Similarly.
16
bce58db4
NC
172020-01-09 Nick Clifton <nickc@redhat.com>
18
19 PR 25224
20 * z80-dis.c (ld_ii_ii): Use correct cast.
21
40c75bc8
SB
222020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
23
24 PR 25224
25 * z80-dis.c (ld_ii_ii): Use character constant when checking
26 opcode byte value.
27
d835a58b
JB
282020-01-09 Jan Beulich <jbeulich@suse.com>
29
30 * i386-dis.c (SEP_Fixup): New.
31 (SEP): Define.
32 (dis386_twobyte): Use it for sysenter/sysexit.
33 (enum x86_64_isa): Change amd64 enumerator to value 1.
34 (OP_J): Compare isa64 against intel64 instead of amd64.
35 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
36 forms.
37 * i386-tbl.h: Re-generate.
38
030a2e78
AM
392020-01-08 Alan Modra <amodra@gmail.com>
40
41 * z8k-dis.c: Include libiberty.h
42 (instr_data_s): Make max_fetched unsigned.
43 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
44 Don't exceed byte_info bounds.
45 (output_instr): Make num_bytes unsigned.
46 (unpack_instr): Likewise for nibl_count and loop.
47 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
48 idx unsigned.
49 * z8k-opc.h: Regenerate.
50
bb82aefe
SV
512020-01-07 Shahab Vahedi <shahab@synopsys.com>
52
53 * arc-tbl.h (llock): Use 'LLOCK' as class.
54 (llockd): Likewise.
55 (scond): Use 'SCOND' as class.
56 (scondd): Likewise.
57 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
58 (scondd): Likewise.
59
cc6aa1a6
AM
602020-01-06 Alan Modra <amodra@gmail.com>
61
62 * m32c-ibld.c: Regenerate.
63
660e62b1
AM
642020-01-06 Alan Modra <amodra@gmail.com>
65
66 PR 25344
67 * z80-dis.c (suffix): Don't use a local struct buffer copy.
68 Peek at next byte to prevent recursion on repeated prefix bytes.
69 Ensure uninitialised "mybuf" is not accessed.
70 (print_insn_z80): Don't zero n_fetch and n_used here,..
71 (print_insn_z80_buf): ..do it here instead.
72
c9ae58fe
AM
732020-01-04 Alan Modra <amodra@gmail.com>
74
75 * m32r-ibld.c: Regenerate.
76
5f57d4ec
AM
772020-01-04 Alan Modra <amodra@gmail.com>
78
79 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
80
2c5c1196
AM
812020-01-04 Alan Modra <amodra@gmail.com>
82
83 * crx-dis.c (match_opcode): Avoid shift left of signed value.
84
2e98c6c5
AM
852020-01-04 Alan Modra <amodra@gmail.com>
86
87 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
88
567dfba2
JB
892020-01-03 Jan Beulich <jbeulich@suse.com>
90
5437a02a
JB
91 * aarch64-tbl.h (aarch64_opcode_table): Use
92 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
93
942020-01-03 Jan Beulich <jbeulich@suse.com>
95
96 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
97 forms of SUDOT and USDOT.
98
8c45011a
JB
992020-01-03 Jan Beulich <jbeulich@suse.com>
100
5437a02a 101 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
102 uzip{1,2}.
103 * opcodes/aarch64-dis-2.c: Re-generate.
104
f4950f76
JB
1052020-01-03 Jan Beulich <jbeulich@suse.com>
106
5437a02a 107 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
108 FMMLA encoding.
109 * opcodes/aarch64-dis-2.c: Re-generate.
110
6655dba2
SB
1112020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
112
113 * z80-dis.c: Add support for eZ80 and Z80 instructions.
114
b14ce8bf
AM
1152020-01-01 Alan Modra <amodra@gmail.com>
116
117 Update year range in copyright notice of all files.
118
0b114740 119For older changes see ChangeLog-2019
3499769a 120\f
0b114740 121Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
122
123Copying and distribution of this file, with or without modification,
124are permitted in any medium without royalty provided the copyright
125notice and this notice are preserved.
126
127Local Variables:
128mode: change-log
129left-margin: 8
130fill-column: 74
131version-control: never
132End:
This page took 0.233616 seconds and 4 git commands to generate.