]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
MSP430: Remove unused linker script template elf32msp430_3.sc
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
d0849eed
JB
12020-01-16 Jan Beulich <jbeulich@suse.com>
2
3 * i386-opc.tbl: Drop stale comment from XOP section.
4
9cf70a44
JB
52020-01-16 Jan Beulich <jbeulich@suse.com>
6
7 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
8 (extractps): Add VexWIG to SSE2AVX forms.
9 * i386-tbl.h: Re-generate.
10
4814632e
JB
112020-01-16 Jan Beulich <jbeulich@suse.com>
12
13 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
14 Size64 from and use VexW1 on SSE2AVX forms.
15 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
16 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
17 * i386-tbl.h: Re-generate.
18
aad09917
AM
192020-01-15 Alan Modra <amodra@gmail.com>
20
21 * tic4x-dis.c (tic4x_version): Make unsigned long.
22 (optab, optab_special, registernames): New file scope vars.
23 (tic4x_print_register): Set up registernames rather than
24 malloc'd registertable.
25 (tic4x_disassemble): Delete optable and optable_special. Use
26 optab and optab_special instead. Throw away old optab,
27 optab_special and registernames when info->mach changes.
28
7a6bf3be
SB
292020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
30
31 PR 25377
32 * z80-dis.c (suffix): Use .db instruction to generate double
33 prefix.
34
ca1eaac0
AM
352020-01-14 Alan Modra <amodra@gmail.com>
36
37 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
38 values to unsigned before shifting.
39
1d67fe3b
TT
402020-01-13 Thomas Troeger <tstroege@gmx.de>
41
42 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
43 flow instructions.
44 (print_insn_thumb16, print_insn_thumb32): Likewise.
45 (print_insn): Initialize the insn info.
46 * i386-dis.c (print_insn): Initialize the insn info fields, and
47 detect jumps.
48
5e4f7e05
CZ
492012-01-13 Claudiu Zissulescu <claziss@gmail.com>
50
51 * arc-opc.c (C_NE): Make it required.
52
b9fe6b8a
CZ
532012-01-13 Claudiu Zissulescu <claziss@gmail.com>
54
55 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
56 reserved register name.
57
90dee485
AM
582020-01-13 Alan Modra <amodra@gmail.com>
59
60 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
61 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
62
febda64f
AM
632020-01-13 Alan Modra <amodra@gmail.com>
64
65 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
66 result of wasm_read_leb128 in a uint64_t and check that bits
67 are not lost when copying to other locals. Use uint32_t for
68 most locals. Use PRId64 when printing int64_t.
69
df08b588
AM
702020-01-13 Alan Modra <amodra@gmail.com>
71
72 * score-dis.c: Formatting.
73 * score7-dis.c: Formatting.
74
b2c759ce
AM
752020-01-13 Alan Modra <amodra@gmail.com>
76
77 * score-dis.c (print_insn_score48): Use unsigned variables for
78 unsigned values. Don't left shift negative values.
79 (print_insn_score32): Likewise.
80 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
81
5496abe1
AM
822020-01-13 Alan Modra <amodra@gmail.com>
83
84 * tic4x-dis.c (tic4x_print_register): Remove dead code.
85
202e762b
AM
862020-01-13 Alan Modra <amodra@gmail.com>
87
88 * fr30-ibld.c: Regenerate.
89
7ef412cf
AM
902020-01-13 Alan Modra <amodra@gmail.com>
91
92 * xgate-dis.c (print_insn): Don't left shift signed value.
93 (ripBits): Formatting, use 1u.
94
7f578b95
AM
952020-01-10 Alan Modra <amodra@gmail.com>
96
97 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
98 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
99
441af85b
AM
1002020-01-10 Alan Modra <amodra@gmail.com>
101
102 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
103 and XRREG value earlier to avoid a shift with negative exponent.
104 * m10200-dis.c (disassemble): Similarly.
105
bce58db4
NC
1062020-01-09 Nick Clifton <nickc@redhat.com>
107
108 PR 25224
109 * z80-dis.c (ld_ii_ii): Use correct cast.
110
40c75bc8
SB
1112020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
112
113 PR 25224
114 * z80-dis.c (ld_ii_ii): Use character constant when checking
115 opcode byte value.
116
d835a58b
JB
1172020-01-09 Jan Beulich <jbeulich@suse.com>
118
119 * i386-dis.c (SEP_Fixup): New.
120 (SEP): Define.
121 (dis386_twobyte): Use it for sysenter/sysexit.
122 (enum x86_64_isa): Change amd64 enumerator to value 1.
123 (OP_J): Compare isa64 against intel64 instead of amd64.
124 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
125 forms.
126 * i386-tbl.h: Re-generate.
127
030a2e78
AM
1282020-01-08 Alan Modra <amodra@gmail.com>
129
130 * z8k-dis.c: Include libiberty.h
131 (instr_data_s): Make max_fetched unsigned.
132 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
133 Don't exceed byte_info bounds.
134 (output_instr): Make num_bytes unsigned.
135 (unpack_instr): Likewise for nibl_count and loop.
136 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
137 idx unsigned.
138 * z8k-opc.h: Regenerate.
139
bb82aefe
SV
1402020-01-07 Shahab Vahedi <shahab@synopsys.com>
141
142 * arc-tbl.h (llock): Use 'LLOCK' as class.
143 (llockd): Likewise.
144 (scond): Use 'SCOND' as class.
145 (scondd): Likewise.
146 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
147 (scondd): Likewise.
148
cc6aa1a6
AM
1492020-01-06 Alan Modra <amodra@gmail.com>
150
151 * m32c-ibld.c: Regenerate.
152
660e62b1
AM
1532020-01-06 Alan Modra <amodra@gmail.com>
154
155 PR 25344
156 * z80-dis.c (suffix): Don't use a local struct buffer copy.
157 Peek at next byte to prevent recursion on repeated prefix bytes.
158 Ensure uninitialised "mybuf" is not accessed.
159 (print_insn_z80): Don't zero n_fetch and n_used here,..
160 (print_insn_z80_buf): ..do it here instead.
161
c9ae58fe
AM
1622020-01-04 Alan Modra <amodra@gmail.com>
163
164 * m32r-ibld.c: Regenerate.
165
5f57d4ec
AM
1662020-01-04 Alan Modra <amodra@gmail.com>
167
168 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
169
2c5c1196
AM
1702020-01-04 Alan Modra <amodra@gmail.com>
171
172 * crx-dis.c (match_opcode): Avoid shift left of signed value.
173
2e98c6c5
AM
1742020-01-04 Alan Modra <amodra@gmail.com>
175
176 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
177
567dfba2
JB
1782020-01-03 Jan Beulich <jbeulich@suse.com>
179
5437a02a
JB
180 * aarch64-tbl.h (aarch64_opcode_table): Use
181 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
182
1832020-01-03 Jan Beulich <jbeulich@suse.com>
184
185 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
186 forms of SUDOT and USDOT.
187
8c45011a
JB
1882020-01-03 Jan Beulich <jbeulich@suse.com>
189
5437a02a 190 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
191 uzip{1,2}.
192 * opcodes/aarch64-dis-2.c: Re-generate.
193
f4950f76
JB
1942020-01-03 Jan Beulich <jbeulich@suse.com>
195
5437a02a 196 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
197 FMMLA encoding.
198 * opcodes/aarch64-dis-2.c: Re-generate.
199
6655dba2
SB
2002020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
201
202 * z80-dis.c: Add support for eZ80 and Z80 instructions.
203
b14ce8bf
AM
2042020-01-01 Alan Modra <amodra@gmail.com>
205
206 Update year range in copyright notice of all files.
207
0b114740 208For older changes see ChangeLog-2019
3499769a 209\f
0b114740 210Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
211
212Copying and distribution of this file, with or without modification,
213are permitted in any medium without royalty provided the copyright
214notice and this notice are preserved.
215
216Local Variables:
217mode: change-log
218left-margin: 8
219fill-column: 74
220version-control: never
221End: