Add markers for 2.34 branch to the NEWS files and ChangeLogs.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2020-01-18 Nick Clifton <nickc@redhat.com>
2
3 Binutils 2.34 branch created.
4
5 2020-01-17 Christian Biesinger <cbiesinger@google.com>
6
7 * opintl.h: Fix spelling error (seperate).
8
9 2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
10
11 * i386-opc.tbl: Add {vex} pseudo prefix.
12 * i386-tbl.h: Regenerated.
13
14 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
15
16 PR 25376
17 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
18 (neon_opcodes): Likewise.
19 (select_arm_features): Make sure we enable MVE bits when selecting
20 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
21 any architecture.
22
23 2020-01-16 Jan Beulich <jbeulich@suse.com>
24
25 * i386-opc.tbl: Drop stale comment from XOP section.
26
27 2020-01-16 Jan Beulich <jbeulich@suse.com>
28
29 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
30 (extractps): Add VexWIG to SSE2AVX forms.
31 * i386-tbl.h: Re-generate.
32
33 2020-01-16 Jan Beulich <jbeulich@suse.com>
34
35 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
36 Size64 from and use VexW1 on SSE2AVX forms.
37 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
38 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
39 * i386-tbl.h: Re-generate.
40
41 2020-01-15 Alan Modra <amodra@gmail.com>
42
43 * tic4x-dis.c (tic4x_version): Make unsigned long.
44 (optab, optab_special, registernames): New file scope vars.
45 (tic4x_print_register): Set up registernames rather than
46 malloc'd registertable.
47 (tic4x_disassemble): Delete optable and optable_special. Use
48 optab and optab_special instead. Throw away old optab,
49 optab_special and registernames when info->mach changes.
50
51 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
52
53 PR 25377
54 * z80-dis.c (suffix): Use .db instruction to generate double
55 prefix.
56
57 2020-01-14 Alan Modra <amodra@gmail.com>
58
59 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
60 values to unsigned before shifting.
61
62 2020-01-13 Thomas Troeger <tstroege@gmx.de>
63
64 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
65 flow instructions.
66 (print_insn_thumb16, print_insn_thumb32): Likewise.
67 (print_insn): Initialize the insn info.
68 * i386-dis.c (print_insn): Initialize the insn info fields, and
69 detect jumps.
70
71 2012-01-13 Claudiu Zissulescu <claziss@gmail.com>
72
73 * arc-opc.c (C_NE): Make it required.
74
75 2012-01-13 Claudiu Zissulescu <claziss@gmail.com>
76
77 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
78 reserved register name.
79
80 2020-01-13 Alan Modra <amodra@gmail.com>
81
82 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
83 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
84
85 2020-01-13 Alan Modra <amodra@gmail.com>
86
87 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
88 result of wasm_read_leb128 in a uint64_t and check that bits
89 are not lost when copying to other locals. Use uint32_t for
90 most locals. Use PRId64 when printing int64_t.
91
92 2020-01-13 Alan Modra <amodra@gmail.com>
93
94 * score-dis.c: Formatting.
95 * score7-dis.c: Formatting.
96
97 2020-01-13 Alan Modra <amodra@gmail.com>
98
99 * score-dis.c (print_insn_score48): Use unsigned variables for
100 unsigned values. Don't left shift negative values.
101 (print_insn_score32): Likewise.
102 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
103
104 2020-01-13 Alan Modra <amodra@gmail.com>
105
106 * tic4x-dis.c (tic4x_print_register): Remove dead code.
107
108 2020-01-13 Alan Modra <amodra@gmail.com>
109
110 * fr30-ibld.c: Regenerate.
111
112 2020-01-13 Alan Modra <amodra@gmail.com>
113
114 * xgate-dis.c (print_insn): Don't left shift signed value.
115 (ripBits): Formatting, use 1u.
116
117 2020-01-10 Alan Modra <amodra@gmail.com>
118
119 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
120 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
121
122 2020-01-10 Alan Modra <amodra@gmail.com>
123
124 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
125 and XRREG value earlier to avoid a shift with negative exponent.
126 * m10200-dis.c (disassemble): Similarly.
127
128 2020-01-09 Nick Clifton <nickc@redhat.com>
129
130 PR 25224
131 * z80-dis.c (ld_ii_ii): Use correct cast.
132
133 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
134
135 PR 25224
136 * z80-dis.c (ld_ii_ii): Use character constant when checking
137 opcode byte value.
138
139 2020-01-09 Jan Beulich <jbeulich@suse.com>
140
141 * i386-dis.c (SEP_Fixup): New.
142 (SEP): Define.
143 (dis386_twobyte): Use it for sysenter/sysexit.
144 (enum x86_64_isa): Change amd64 enumerator to value 1.
145 (OP_J): Compare isa64 against intel64 instead of amd64.
146 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
147 forms.
148 * i386-tbl.h: Re-generate.
149
150 2020-01-08 Alan Modra <amodra@gmail.com>
151
152 * z8k-dis.c: Include libiberty.h
153 (instr_data_s): Make max_fetched unsigned.
154 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
155 Don't exceed byte_info bounds.
156 (output_instr): Make num_bytes unsigned.
157 (unpack_instr): Likewise for nibl_count and loop.
158 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
159 idx unsigned.
160 * z8k-opc.h: Regenerate.
161
162 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
163
164 * arc-tbl.h (llock): Use 'LLOCK' as class.
165 (llockd): Likewise.
166 (scond): Use 'SCOND' as class.
167 (scondd): Likewise.
168 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
169 (scondd): Likewise.
170
171 2020-01-06 Alan Modra <amodra@gmail.com>
172
173 * m32c-ibld.c: Regenerate.
174
175 2020-01-06 Alan Modra <amodra@gmail.com>
176
177 PR 25344
178 * z80-dis.c (suffix): Don't use a local struct buffer copy.
179 Peek at next byte to prevent recursion on repeated prefix bytes.
180 Ensure uninitialised "mybuf" is not accessed.
181 (print_insn_z80): Don't zero n_fetch and n_used here,..
182 (print_insn_z80_buf): ..do it here instead.
183
184 2020-01-04 Alan Modra <amodra@gmail.com>
185
186 * m32r-ibld.c: Regenerate.
187
188 2020-01-04 Alan Modra <amodra@gmail.com>
189
190 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
191
192 2020-01-04 Alan Modra <amodra@gmail.com>
193
194 * crx-dis.c (match_opcode): Avoid shift left of signed value.
195
196 2020-01-04 Alan Modra <amodra@gmail.com>
197
198 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
199
200 2020-01-03 Jan Beulich <jbeulich@suse.com>
201
202 * aarch64-tbl.h (aarch64_opcode_table): Use
203 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
204
205 2020-01-03 Jan Beulich <jbeulich@suse.com>
206
207 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
208 forms of SUDOT and USDOT.
209
210 2020-01-03 Jan Beulich <jbeulich@suse.com>
211
212 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
213 uzip{1,2}.
214 * opcodes/aarch64-dis-2.c: Re-generate.
215
216 2020-01-03 Jan Beulich <jbeulich@suse.com>
217
218 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
219 FMMLA encoding.
220 * opcodes/aarch64-dis-2.c: Re-generate.
221
222 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
223
224 * z80-dis.c: Add support for eZ80 and Z80 instructions.
225
226 2020-01-01 Alan Modra <amodra@gmail.com>
227
228 Update year range in copyright notice of all files.
229
230 For older changes see ChangeLog-2019
231 \f
232 Copyright (C) 2020 Free Software Foundation, Inc.
233
234 Copying and distribution of this file, with or without modification,
235 are permitted in any medium without royalty provided the copyright
236 notice and this notice are preserved.
237
238 Local Variables:
239 mode: change-log
240 left-margin: 8
241 fill-column: 74
242 version-control: never
243 End:
This page took 0.036309 seconds and 5 git commands to generate.