[ARC][committed] Code cleanup and improvements.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
5e4f7e05
CZ
12012-01-13 Claudiu Zissulescu <claziss@gmail.com>
2
3 * arc-opc.c (C_NE): Make it required.
4
b9fe6b8a
CZ
52012-01-13 Claudiu Zissulescu <claziss@gmail.com>
6
7 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
8 reserved register name.
9
90dee485
AM
102020-01-13 Alan Modra <amodra@gmail.com>
11
12 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
13 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
14
febda64f
AM
152020-01-13 Alan Modra <amodra@gmail.com>
16
17 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
18 result of wasm_read_leb128 in a uint64_t and check that bits
19 are not lost when copying to other locals. Use uint32_t for
20 most locals. Use PRId64 when printing int64_t.
21
df08b588
AM
222020-01-13 Alan Modra <amodra@gmail.com>
23
24 * score-dis.c: Formatting.
25 * score7-dis.c: Formatting.
26
b2c759ce
AM
272020-01-13 Alan Modra <amodra@gmail.com>
28
29 * score-dis.c (print_insn_score48): Use unsigned variables for
30 unsigned values. Don't left shift negative values.
31 (print_insn_score32): Likewise.
32 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
33
5496abe1
AM
342020-01-13 Alan Modra <amodra@gmail.com>
35
36 * tic4x-dis.c (tic4x_print_register): Remove dead code.
37
202e762b
AM
382020-01-13 Alan Modra <amodra@gmail.com>
39
40 * fr30-ibld.c: Regenerate.
41
7ef412cf
AM
422020-01-13 Alan Modra <amodra@gmail.com>
43
44 * xgate-dis.c (print_insn): Don't left shift signed value.
45 (ripBits): Formatting, use 1u.
46
7f578b95
AM
472020-01-10 Alan Modra <amodra@gmail.com>
48
49 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
50 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
51
441af85b
AM
522020-01-10 Alan Modra <amodra@gmail.com>
53
54 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
55 and XRREG value earlier to avoid a shift with negative exponent.
56 * m10200-dis.c (disassemble): Similarly.
57
bce58db4
NC
582020-01-09 Nick Clifton <nickc@redhat.com>
59
60 PR 25224
61 * z80-dis.c (ld_ii_ii): Use correct cast.
62
40c75bc8
SB
632020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
64
65 PR 25224
66 * z80-dis.c (ld_ii_ii): Use character constant when checking
67 opcode byte value.
68
d835a58b
JB
692020-01-09 Jan Beulich <jbeulich@suse.com>
70
71 * i386-dis.c (SEP_Fixup): New.
72 (SEP): Define.
73 (dis386_twobyte): Use it for sysenter/sysexit.
74 (enum x86_64_isa): Change amd64 enumerator to value 1.
75 (OP_J): Compare isa64 against intel64 instead of amd64.
76 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
77 forms.
78 * i386-tbl.h: Re-generate.
79
030a2e78
AM
802020-01-08 Alan Modra <amodra@gmail.com>
81
82 * z8k-dis.c: Include libiberty.h
83 (instr_data_s): Make max_fetched unsigned.
84 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
85 Don't exceed byte_info bounds.
86 (output_instr): Make num_bytes unsigned.
87 (unpack_instr): Likewise for nibl_count and loop.
88 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
89 idx unsigned.
90 * z8k-opc.h: Regenerate.
91
bb82aefe
SV
922020-01-07 Shahab Vahedi <shahab@synopsys.com>
93
94 * arc-tbl.h (llock): Use 'LLOCK' as class.
95 (llockd): Likewise.
96 (scond): Use 'SCOND' as class.
97 (scondd): Likewise.
98 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
99 (scondd): Likewise.
100
cc6aa1a6
AM
1012020-01-06 Alan Modra <amodra@gmail.com>
102
103 * m32c-ibld.c: Regenerate.
104
660e62b1
AM
1052020-01-06 Alan Modra <amodra@gmail.com>
106
107 PR 25344
108 * z80-dis.c (suffix): Don't use a local struct buffer copy.
109 Peek at next byte to prevent recursion on repeated prefix bytes.
110 Ensure uninitialised "mybuf" is not accessed.
111 (print_insn_z80): Don't zero n_fetch and n_used here,..
112 (print_insn_z80_buf): ..do it here instead.
113
c9ae58fe
AM
1142020-01-04 Alan Modra <amodra@gmail.com>
115
116 * m32r-ibld.c: Regenerate.
117
5f57d4ec
AM
1182020-01-04 Alan Modra <amodra@gmail.com>
119
120 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
121
2c5c1196
AM
1222020-01-04 Alan Modra <amodra@gmail.com>
123
124 * crx-dis.c (match_opcode): Avoid shift left of signed value.
125
2e98c6c5
AM
1262020-01-04 Alan Modra <amodra@gmail.com>
127
128 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
129
567dfba2
JB
1302020-01-03 Jan Beulich <jbeulich@suse.com>
131
5437a02a
JB
132 * aarch64-tbl.h (aarch64_opcode_table): Use
133 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
134
1352020-01-03 Jan Beulich <jbeulich@suse.com>
136
137 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
138 forms of SUDOT and USDOT.
139
8c45011a
JB
1402020-01-03 Jan Beulich <jbeulich@suse.com>
141
5437a02a 142 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
143 uzip{1,2}.
144 * opcodes/aarch64-dis-2.c: Re-generate.
145
f4950f76
JB
1462020-01-03 Jan Beulich <jbeulich@suse.com>
147
5437a02a 148 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
149 FMMLA encoding.
150 * opcodes/aarch64-dis-2.c: Re-generate.
151
6655dba2
SB
1522020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
153
154 * z80-dis.c: Add support for eZ80 and Z80 instructions.
155
b14ce8bf
AM
1562020-01-01 Alan Modra <amodra@gmail.com>
157
158 Update year range in copyright notice of all files.
159
0b114740 160For older changes see ChangeLog-2019
3499769a 161\f
0b114740 162Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
163
164Copying and distribution of this file, with or without modification,
165are permitted in any medium without royalty provided the copyright
166notice and this notice are preserved.
167
168Local Variables:
169mode: change-log
170left-margin: 8
171fill-column: 74
172version-control: never
173End:
This page took 0.227507 seconds and 4 git commands to generate.