]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
asan: ns32k: wild memory write
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
90dee485
AM
12020-01-13 Alan Modra <amodra@gmail.com>
2
3 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
4 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
5
febda64f
AM
62020-01-13 Alan Modra <amodra@gmail.com>
7
8 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
9 result of wasm_read_leb128 in a uint64_t and check that bits
10 are not lost when copying to other locals. Use uint32_t for
11 most locals. Use PRId64 when printing int64_t.
12
df08b588
AM
132020-01-13 Alan Modra <amodra@gmail.com>
14
15 * score-dis.c: Formatting.
16 * score7-dis.c: Formatting.
17
b2c759ce
AM
182020-01-13 Alan Modra <amodra@gmail.com>
19
20 * score-dis.c (print_insn_score48): Use unsigned variables for
21 unsigned values. Don't left shift negative values.
22 (print_insn_score32): Likewise.
23 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
24
5496abe1
AM
252020-01-13 Alan Modra <amodra@gmail.com>
26
27 * tic4x-dis.c (tic4x_print_register): Remove dead code.
28
202e762b
AM
292020-01-13 Alan Modra <amodra@gmail.com>
30
31 * fr30-ibld.c: Regenerate.
32
7ef412cf
AM
332020-01-13 Alan Modra <amodra@gmail.com>
34
35 * xgate-dis.c (print_insn): Don't left shift signed value.
36 (ripBits): Formatting, use 1u.
37
7f578b95
AM
382020-01-10 Alan Modra <amodra@gmail.com>
39
40 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
41 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
42
441af85b
AM
432020-01-10 Alan Modra <amodra@gmail.com>
44
45 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
46 and XRREG value earlier to avoid a shift with negative exponent.
47 * m10200-dis.c (disassemble): Similarly.
48
bce58db4
NC
492020-01-09 Nick Clifton <nickc@redhat.com>
50
51 PR 25224
52 * z80-dis.c (ld_ii_ii): Use correct cast.
53
40c75bc8
SB
542020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
55
56 PR 25224
57 * z80-dis.c (ld_ii_ii): Use character constant when checking
58 opcode byte value.
59
d835a58b
JB
602020-01-09 Jan Beulich <jbeulich@suse.com>
61
62 * i386-dis.c (SEP_Fixup): New.
63 (SEP): Define.
64 (dis386_twobyte): Use it for sysenter/sysexit.
65 (enum x86_64_isa): Change amd64 enumerator to value 1.
66 (OP_J): Compare isa64 against intel64 instead of amd64.
67 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
68 forms.
69 * i386-tbl.h: Re-generate.
70
030a2e78
AM
712020-01-08 Alan Modra <amodra@gmail.com>
72
73 * z8k-dis.c: Include libiberty.h
74 (instr_data_s): Make max_fetched unsigned.
75 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
76 Don't exceed byte_info bounds.
77 (output_instr): Make num_bytes unsigned.
78 (unpack_instr): Likewise for nibl_count and loop.
79 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
80 idx unsigned.
81 * z8k-opc.h: Regenerate.
82
bb82aefe
SV
832020-01-07 Shahab Vahedi <shahab@synopsys.com>
84
85 * arc-tbl.h (llock): Use 'LLOCK' as class.
86 (llockd): Likewise.
87 (scond): Use 'SCOND' as class.
88 (scondd): Likewise.
89 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
90 (scondd): Likewise.
91
cc6aa1a6
AM
922020-01-06 Alan Modra <amodra@gmail.com>
93
94 * m32c-ibld.c: Regenerate.
95
660e62b1
AM
962020-01-06 Alan Modra <amodra@gmail.com>
97
98 PR 25344
99 * z80-dis.c (suffix): Don't use a local struct buffer copy.
100 Peek at next byte to prevent recursion on repeated prefix bytes.
101 Ensure uninitialised "mybuf" is not accessed.
102 (print_insn_z80): Don't zero n_fetch and n_used here,..
103 (print_insn_z80_buf): ..do it here instead.
104
c9ae58fe
AM
1052020-01-04 Alan Modra <amodra@gmail.com>
106
107 * m32r-ibld.c: Regenerate.
108
5f57d4ec
AM
1092020-01-04 Alan Modra <amodra@gmail.com>
110
111 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
112
2c5c1196
AM
1132020-01-04 Alan Modra <amodra@gmail.com>
114
115 * crx-dis.c (match_opcode): Avoid shift left of signed value.
116
2e98c6c5
AM
1172020-01-04 Alan Modra <amodra@gmail.com>
118
119 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
120
567dfba2
JB
1212020-01-03 Jan Beulich <jbeulich@suse.com>
122
5437a02a
JB
123 * aarch64-tbl.h (aarch64_opcode_table): Use
124 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
125
1262020-01-03 Jan Beulich <jbeulich@suse.com>
127
128 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
129 forms of SUDOT and USDOT.
130
8c45011a
JB
1312020-01-03 Jan Beulich <jbeulich@suse.com>
132
5437a02a 133 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
134 uzip{1,2}.
135 * opcodes/aarch64-dis-2.c: Re-generate.
136
f4950f76
JB
1372020-01-03 Jan Beulich <jbeulich@suse.com>
138
5437a02a 139 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
140 FMMLA encoding.
141 * opcodes/aarch64-dis-2.c: Re-generate.
142
6655dba2
SB
1432020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
144
145 * z80-dis.c: Add support for eZ80 and Z80 instructions.
146
b14ce8bf
AM
1472020-01-01 Alan Modra <amodra@gmail.com>
148
149 Update year range in copyright notice of all files.
150
0b114740 151For older changes see ChangeLog-2019
3499769a 152\f
0b114740 153Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
154
155Copying and distribution of this file, with or without modification,
156are permitted in any medium without royalty provided the copyright
157notice and this notice are preserved.
158
159Local Variables:
160mode: change-log
161left-margin: 8
162fill-column: 74
163version-control: never
164End: