[PATCH 56/57][Arm][OBJDUMP] Add support for MVE instructions: vpnot, vpsel, vqabs...
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
1f6234a3
AV
12019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
2
3 * config/tc-arm.c (T16_32_TAB): Add new instructions.
4 (do_t_loloop): Changed to handle tail predication variants.
5 (md_apply_fix): Likewise.
6 (insns): Add entries for MVE mnemonics.
7 * testsuite/gas/arm/mve-tailpredloop-bad.d: New test.
8 * testsuite/gas/arm/mve-tailpredloop-bad.l: New test.
9 * testsuite/gas/arm/mve-tailpredloop-bad.s: New test.
10 * testsuite/gas/arm/mve-tailpredloop.d: New test.
11
acca5630
AV
122019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
13
14 * config/tc-arm.c (do_mve_vshll): New encoding function.
15 (do_mve_vshlc): Likewise.
16 (insns): Add entries for MVE mnemonics.
17 * testsuite/gas/arm/mve-vshlc-bad.d: New test.
18 * testsuite/gas/arm/mve-vshlc-bad.l: New test.
19 * testsuite/gas/arm/mve-vshlc-bad.s: New test.
20 * testsuite/gas/arm/mve-vshll-bad.d: New test.
21 * testsuite/gas/arm/mve-vshll-bad.l: New test.
22 * testsuite/gas/arm/mve-vshll-bad.s: New test.
23
5150f0d8
AV
242019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
25
26 * config/tc-arm.c (enum operand_parse_code): Add new operand.
27 (parse_operands): Handle new operand.
28 (do_neon_shl_imm): Accept MVE variants.
29 (do_neon_shl): Likewise.
30 (do_neon_qshl_imm): Likewise.
31 (do_neon_qshl): Likewise.
32 (do_neon_qshlu_imm): Likewise.
33 (insns): Likewise.
34 * testsuite/gas/arm/mve-vqshl-bad.d: New test.
35 * testsuite/gas/arm/mve-vqshl-bad.l: New test.
36 * testsuite/gas/arm/mve-vqshl-bad.s: New test.
37 * testsuite/gas/arm/mve-vshl-bad.d: New test.
38 * testsuite/gas/arm/mve-vshl-bad.l: New test.
39 * testsuite/gas/arm/mve-vshl-bad.s: New test.
40
4401c241
AV
412019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
42
43 * config/tc-arm.c (do_neon_sli): Accept MVE variants.
44 (do_neon_sri): Likewise.
45 (do_neon_rev): Likewise.
46 (do_neon_rshift_round_imm): Likewise.
47 (insns): Likewise.
48 * testsuite/gas/arm/mve-vrev-bad.d: New test.
49 * testsuite/gas/arm/mve-vrev-bad.l: New test.
50 * testsuite/gas/arm/mve-vrev-bad.s: New test.
51 * testsuite/gas/arm/mve-vshr-bad.d: New test.
52 * testsuite/gas/arm/mve-vshr-bad.l: New test.
53 * testsuite/gas/arm/mve-vshr-bad.s: New test.
54 * testsuite/gas/arm/mve-vsli-bad.d: New test.
55 * testsuite/gas/arm/mve-vsli-bad.l: New test.
56 * testsuite/gas/arm/mve-vsli-bad.s: New test.
57 * testsuite/gas/arm/mve-vsri-bad.d: New test.
58 * testsuite/gas/arm/mve-vsri-bad.l: New test.
59 * testsuite/gas/arm/mve-vsri-bad.s: New test.
60
a710b305
AV
612019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
62
63 * config/tc-arm.c (do_vrint_1): Accept MVE variants.
64 (insns): Change entries to accept MVE variants.
65 * testsuite/gas/arm/mve-vrint-bad.d: New test.
66 * testsuite/gas/arm/mve-vrint-bad.l: New test.
67 * testsuite/gas/arm/mve-vrint-bad.s: New test.
68
4aa88b50
AV
692019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
70
71 * config/tc-arm.c (M_MNEM_vshrnt, M_MNEM_vshrnb, M_MNEM_vrshrnt,
72 M_MNEM_vqshrnt, M_MNEM_vqshrnb, M_MNEM_vqshrunt, M_MNEM_vqshrunb,
73 M_MNEM_vrshrnb, M_MNEM_vqrshrnt, M_MNEM_vqrshrnb, M_MNEM_vqrshrunt,
74 M_MNEM_vqrshrunb): New instruction encodings.
75 (do_mve_vshrn): New encoding function.
76 (insns): Add entries for MVE mnemonics.
77 * testsuite/gas/arm/mve-vqrshrn-bad.d: New test.
78 * testsuite/gas/arm/mve-vqrshrn-bad.l: New test.
79 * testsuite/gas/arm/mve-vqrshrn-bad.s: New test.
80 * testsuite/gas/arm/mve-vshrn-bad.d: New test.
81 * testsuite/gas/arm/mve-vshrn-bad.l: New test.
82 * testsuite/gas/arm/mve-vshrn-bad.s: New test.
83
1be7aba3
AV
842019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
85
86 * config/tc-arm.c (M_MNEM_vqmovnt, M_MNEM_vqmovnb,
87 M_MNEM_vqmovunt, M_MNEM_vqmovunb): New instruction encodings.
88 (do_mve_vqmovn): New encoding function.
89 (do_neon_rshl): Change to accepte MVE variants.
90 (insns): Change entries and add new for MVE mnemonics.
91 * testsuite/gas/arm/mve-vqmovn-bad.d: New test.
92 * testsuite/gas/arm/mve-vqmovn-bad.l: New test.
93 * testsuite/gas/arm/mve-vqmovn-bad.s: New test.
94 * testsuite/gas/arm/mve-vqrshl-bad.d: New test.
95 * testsuite/gas/arm/mve-vqrshl-bad.l: New test.
96 * testsuite/gas/arm/mve-vqrshl-bad.s: New test.
97 * testsuite/gas/arm/mve-vrshl-bad.d: New test.
98 * testsuite/gas/arm/mve-vrshl-bad.l: New test.
99 * testsuite/gas/arm/mve-vrshl-bad.s: New test.
100
35d1cfc2
AV
1012019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
102
103 * config/tc-arm.c (enum operand_parse_code): Add new operand.
104 (parse_operands): Handle new operand.
105 (do_mve_vqdmull): New encoding function.
106 (insns): Add entry for MVE mnemonics.
107 * testsuite/gas/arm/mve-vqdmull-bad.d: New test.
108 * testsuite/gas/arm/mve-vqdmull-bad.l: New test.
109 * testsuite/gas/arm/mve-vqdmull-bad.s: New test.
110
42b16635
AV
1112019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
112
113 * config/tc-arm.c (enum operand_parse_code): Add new operand.
114 (parse_operands): Handle new operand.
115 (mve_encode_qqr): Handle new instructions.
116 (do_neon_qdmulh): Add support for MVE variants.
117 (do_neon_qrdmlah): Likewise.
118 (do_mve_vqdmlah): New encoding function.
119 (insns): Change entries and add new entries for MVE mnemonics.
120 * testsuite/gas/arm/mve-vqdmulh-bad.d: New test.
121 * testsuite/gas/arm/mve-vqdmulh-bad.l: New test.
122 * testsuite/gas/arm/mve-vqdmulh-bad.s: New test.
123
8b8b22a4
AV
1242019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
125
126 * config/tc-arm.c (do_mve_vqdmladh): New encoding function.
127 (insns): Add entries for MVE mnemonics.
128 * testsuite/gas/arm/mve-vqdmladh-bad.d: New test.
129 * testsuite/gas/arm/mve-vqdmladh-bad.l: New test.
130 * testsuite/gas/arm/mve-vqdmladh-bad.s: New test.
131 * testsuite/gas/arm/mve-vqdmlsdh-bad.d: New test.
132 * testsuite/gas/arm/mve-vqdmlsdh-bad.l: New test.
133 * testsuite/gas/arm/mve-vqdmlsdh-bad.s: New test.
134
3063888e
AV
1352019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
136
137 * config/tc-arm.c (do_mve_vpsel): New encoding function.
138 (do_mve_vpnot): Likewise.
139 (insns): Add entries for MVE mnemonics.
140 * testsuite/gas/arm/mve-vpnot-bad.d: New test.
141 * testsuite/gas/arm/mve-vpnot-bad.l: New test.
142 * testsuite/gas/arm/mve-vpnot-bad.s: New test.
143 * testsuite/gas/arm/mve-vpsel-bad.d: New test.
144 * testsuite/gas/arm/mve-vpsel-bad.l: New test.
145 * testsuite/gas/arm/mve-vpsel-bad.s: New test.
146
1a186d29
AV
1472019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
148
149 * config/tc-arm.c (do_neon_mvn): Change to accept MVE variants.
150 (do_neon_sat_abs_neg): Likewise.
151 (insns): Likewise.
152 * testsuite/gas/arm/mve-vmvn-bad.d: New test.
153 * testsuite/gas/arm/mve-vmvn-bad.l: New test.
154 * testsuite/gas/arm/mve-vmvn-bad.s: New test.
155 * testsuite/gas/arm/mve-vqabsneg-bad.d: New test.
156 * testsuite/gas/arm/mve-vqabsneg-bad.l: New test.
157 * testsuite/gas/arm/mve-vqabsneg-bad.s: New test.
158
2d78f95b
AV
1592019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
160
161 * config/tc-arm.c (do_mve_vmlas): New encoding function.
162 (do_mve_vmulh): Likewise.
163 (insns): Add entries for MVE mnemonics.
164 * testsuite/gas/arm/mve-vmlas-bad.d: New test.
165 * testsuite/gas/arm/mve-vmlas-bad.l: New test.
166 * testsuite/gas/arm/mve-vmlas-bad.s: New test.
167 * testsuite/gas/arm/mve-vmulh-bad.d: New test.
168 * testsuite/gas/arm/mve-vmulh-bad.l: New test.
169 * testsuite/gas/arm/mve-vmulh-bad.s: New test.
170
a8465a06
AV
1712019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
172
173 * config/tc-arm.c (enum operand_parse_code): New operand.
174 (parse_operands): Handle new operand.
175 (mve_encode_qqr): Handle new instructions.
176 (do_neon_dyadic_i64_su): Accept MVE variants.
177 (neon_dyadic_misc): Likewise.
178 (do_neon_mac_maybe_scalar): Likewise.
179 (do_neon_mul): Likewise.
180 (insns): Change to accept MVE variants.
181 * testsuite/gas/arm/mve-vmla-bad.d: New test.
182 * testsuite/gas/arm/mve-vmla-bad.l: New test.
183 * testsuite/gas/arm/mve-vmla-bad.s: New test.
184 * testsuite/gas/arm/mve-vmul-bad-1.d: New test.
185 * testsuite/gas/arm/mve-vmul-bad-1.l: New test.
186 * testsuite/gas/arm/mve-vmul-bad-1.s: New test.
187 * testsuite/gas/arm/mve-vmul-bad-2.d: New test.
188 * testsuite/gas/arm/mve-vmul-bad-2.l: New test.
189 * testsuite/gas/arm/mve-vmul-bad-2.s: New test.
190 * testsuite/gas/arm/mve-vqaddsub-bad.d: New test.
191 * testsuite/gas/arm/mve-vqaddsub-bad.l: New test.
192 * testsuite/gas/arm/mve-vqaddsub-bad.s: New test.
193
93925576
AV
1942019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
195
196 * config/tc-arm.c (M_MNEM_vmlaldav, M_MNEM_vmlaldava,
197 M_MNEM_vmlaldavx, M_MNEM_vmlaldavax, M_MNEM_vmlsldav,
198 M_MNEM_vmlsldava, M_MNEM_vmlsldavx, M_MNEM_vmlsldavax,
199 M_MNEM_vrmlaldavhx, M_MNEM_vrmlaldavhax, M_MNEM_vrmlsldavh,
200 M_MNEM_vrmlsldavha, M_MNEM_vrmlsldavhx, M_MNEM_vrmlsldavhax): New
201 instruction encodings.
202 (NEON_SHAPE_DEF): New shape
203 (mve_encode_rrqq): New encoding helper function.
204 (do_mve_vmlaldav): New encoding function.
205 (do_mve_vrmlaldavh): New encoding function.
206 (insns): Add entries for MVE mnemonics.
207 * testsuite/gas/arm/mve-vmlaldav-bad.d: New test.
208 * testsuite/gas/arm/mve-vmlaldav-bad.l: New test.
209 * testsuite/gas/arm/mve-vmlaldav-bad.s: New test.
210 * testsuite/gas/arm/mve-vmlalv-bad.d: New test.
211 * testsuite/gas/arm/mve-vmlalv-bad.l: New test.
212 * testsuite/gas/arm/mve-vmlalv-bad.s: New test.
213 * testsuite/gas/arm/mve-vmlsldav-bad.d: New test.
214 * testsuite/gas/arm/mve-vmlsldav-bad.l: New test.
215 * testsuite/gas/arm/mve-vmlsldav-bad.s: New test.
216 * testsuite/gas/arm/mve-vrmlaldavh-bad.d: New test.
217 * testsuite/gas/arm/mve-vrmlaldavh-bad.l: New test.
218 * testsuite/gas/arm/mve-vrmlaldavh-bad.s: New test.
219
13ccd4c0
AV
2202019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
221
222 * config/tc-arm.c (M_MNEM_vmaxv, M_MNEM_vmaxav, M_MNEM_vminv,
223 M_MNEM_vminav): New instruction encodings.
224 (do_mve_vmaxv): New encoding function.
225 (insns): Add entries for new MVE mnemonics.
226 * testsuite/gas/arm/mve-vmaxv-vminv-bad.d: New test.
227 * testsuite/gas/arm/mve-vmaxv-vminv-bad.l: New test.
228 * testsuite/gas/arm/mve-vmaxv-vminv-bad.s: New test.
229
8cd78170
AV
2302019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
231
232 * config/tc-arm.c (do_mve_vmaxnmv): New encoding function.
233 (insns): Add entries for new mnemonics.
234 * testsuite/gas/arm/mve-vmaxnmv-vminnmv-bad.d: New test.
235 * testsuite/gas/arm/mve-vmaxnmv-vminnmv-bad.l: New test.
236 * testsuite/gas/arm/mve-vmaxnmv-vminnmv-bad.s: New test.
237
935295b5
AV
2382019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
239
240 * config/tc-arm.c (do_mve_vmaxa_vmina): New encoding function.
241 (do_mve_vmaxnma_vminnma): Likewise.
242 (do_neon_dyadic_if_su): Change to support MVE variants.
243 (do_vmaxnm): Likewise.
244 (insns): Change to accept MVE variants and add new.
245 * testsuite/gas/arm/mve-vmax-vmin-bad.d: New test.
246 * testsuite/gas/arm/mve-vmax-vmin-bad.l: New test.
247 * testsuite/gas/arm/mve-vmax-vmin-bad.s: New test.
248 * testsuite/gas/arm/mve-vmaxa-vmina-bad.d: New test.
249 * testsuite/gas/arm/mve-vmaxa-vmina-bad.l: New test.
250 * testsuite/gas/arm/mve-vmaxa-vmina-bad.s: New test.
251 * testsuite/gas/arm/mve-vmaxnm-vminnm-bad.d: New test.
252 * testsuite/gas/arm/mve-vmaxnm-vminnm-bad.l: New test.
253 * testsuite/gas/arm/mve-vmaxnm-vminnm-bad.s: New test.
254 * testsuite/gas/arm/mve-vmaxnma-vminnma-bad.d: New test.
255 * testsuite/gas/arm/mve-vmaxnma-vminnma-bad.l: New test.
256 * testsuite/gas/arm/mve-vmaxnma-vminnma-bad.s: New test.
257
7df54120
AV
2582019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
259
260 * config/tc-arm.c (enum operand_parse_code): New operand.
261 (parse_operands): Handle new operand.
262 (mve_encode_qqr): Change to support new instructions.
263 (enum vfp_or_neon_is_neon_bits): Moved.
264 (vfp_or_neon_is_neon): Moved.
265 (check_simd_pred_availability): Moved.
266 (do_neon_dyadic_i_su): Changed to support MVE variants.
267 (neon_dyadic_misc): Changed mve_encode_qqr call.
268 (do_mve_vbrsr): Likewise.
269 (do_mve_vhcadd): New encoding function.
270 (insns): Change existing to accept MVE variants and add new.
271 * testsuite/gas/arm/mve-vhadd-vhsub-vrhadd-bad.d: New test.
272 * testsuite/gas/arm/mve-vhadd-vhsub-vrhadd-bad.l: New test.
273 * testsuite/gas/arm/mve-vhadd-vhsub-vrhadd-bad.s: New test.
274 * testsuite/gas/arm/mve-vhcadd-bad.d: New test.
275 * testsuite/gas/arm/mve-vhcadd-bad.l: New test.
276 * testsuite/gas/arm/mve-vhcadd-bad.s: New test.
277
d58196e0
AV
2782019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
279
280 * config/tc-arm.c (do_neon_fmac): Change to support MVE variants.
281 (insns): Change to accept MVE variants.
282 * testsuite/gas/arm/mve-vfma-vfms-bad.d: New test.
283 * testsuite/gas/arm/mve-vfma-vfms-bad.l: New test.
284 * testsuite/gas/arm/mve-vfma-vfms-bad.s: New test.
285
b409bdb6
AV
2862019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
287
288 * config/tc-arm.c (M_MNEM_vddup, M_MNEM_vdwdup, M_MNEM_vidup,
289 M_MNEM_viwdup): New instruction encodings.
290 (NEON_SHAPE_DEF): New shapes.
291 (do_mve_viddup): New encoding function.
292 (do_neon_dup): Change to support new MVE variants.
293 (insns): Change existing to accept MVE variants and add new.
294 * testsuite/gas/arm/mve-vddup-bad.d: New test.
295 * testsuite/gas/arm/mve-vddup-bad.l: New test.
296 * testsuite/gas/arm/mve-vddup-bad.s: New test.
297 * testsuite/gas/arm/mve-vdup-bad.d: New test.
298 * testsuite/gas/arm/mve-vdup-bad.l: New test.
299 * testsuite/gas/arm/mve-vdup-bad.s: New test.
300 * testsuite/gas/arm/mve-vidup-bad.d: New test.
301 * testsuite/gas/arm/mve-vidup-bad.l: New test.
302 * testsuite/gas/arm/mve-vidup-bad.s: New test.
303
f30ee27c
AV
3042019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
305
306 * config/tc-arm.c (do_mve_vfmas): New encoding function.
307 (do_neon_cls): Change to support MVE variants.
308 (do_neon_clz): Change to support MVE variants.
309 (insns): Change to support MVE variants and add new.
310 * testsuite/gas/arm/mve-vcls-bad.d: New test.
311 * testsuite/gas/arm/mve-vcls-bad.l: New test.
312 * testsuite/gas/arm/mve-vcls-bad.s: New test.
313 * testsuite/gas/arm/mve-vclz-bad.d: New test.
314 * testsuite/gas/arm/mve-vclz-bad.l: New test.
315 * testsuite/gas/arm/mve-vclz-bad.s: New test.
316 * testsuite/gas/arm/mve-vfmas-bad.d: New test.
317 * testsuite/gas/arm/mve-vfmas-bad.l: New test.
318 * testsuite/gas/arm/mve-vfmas-bad.s: New test.
319
5d281bf0
AV
3202019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
321
322 * config/tc-arm.c (enum operand_parse_code): New operands.
323 (parse_operands): Handle new operands.
324 (do_mve_vcmul): New encoding function.
325 (do_vcmla): Change to support MVE variants.
326 (do_vcadd): Change to support MVE variants.
327 (insns): Change existing to support MVE variants and add new.
328 * testsuite/gas/arm/mve-vcadd-bad-1.d: New test.
329 * testsuite/gas/arm/mve-vcadd-bad-1.l: New test.
330 * testsuite/gas/arm/mve-vcadd-bad-1.s: New test.
331 * testsuite/gas/arm/mve-vcadd-bad-2.d: New test.
332 * testsuite/gas/arm/mve-vcadd-bad-2.l: New test.
333 * testsuite/gas/arm/mve-vcadd-bad-2.s: New test.
334 * testsuite/gas/arm/mve-vcmla-bad-1.d: New test.
335 * testsuite/gas/arm/mve-vcmla-bad-1.l: New test.
336 * testsuite/gas/arm/mve-vcmla-bad-1.s: New test.
337 * testsuite/gas/arm/mve-vcmla-bad-2.d: New test.
338 * testsuite/gas/arm/mve-vcmla-bad-2.l: New test.
339 * testsuite/gas/arm/mve-vcmla-bad-2.s: New test.
340 * testsuite/gas/arm/mve-vcmul-bad-1.d: New test.
341 * testsuite/gas/arm/mve-vcmul-bad-1.l: New test.
342 * testsuite/gas/arm/mve-vcmul-bad-1.s: New test.
343 * testsuite/gas/arm/mve-vcmul-bad-2.d: New test.
344 * testsuite/gas/arm/mve-vcmul-bad-2.l: New test.
345 * testsuite/gas/arm/mve-vcmul-bad-2.s: New test.
346
f601a00c
AV
3472019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
348
349 * config/tc-arm.c (enum operand_parse_code): New operands.
350 (parse_operands): Handle new operands.
351 (enum vfp_or_neon_is_neon_bits): Moved
352 (vfp_or_neon_is_neon): Moved
353 (check_simd_pred_availability): Moved.
354 (do_neon_logic): Change to accept MVE variants.
355 (insns): Changed to accept MVE variants.
356 * testsuite/gas/arm/mve-vand-bad.d: New test.
357 * testsuite/gas/arm/mve-vand-bad.l: New test.
358 * testsuite/gas/arm/mve-vand-bad.s: New test.
359 * testsuite/gas/arm/mve-vbic-bad.d: New test.
360 * testsuite/gas/arm/mve-vbic-bad.l: New test.
361 * testsuite/gas/arm/mve-vbic-bad.s: New test.
362 * testsuite/gas/arm/mve-veor-bad.d: New test.
363 * testsuite/gas/arm/mve-veor-bad.l: New test.
364 * testsuite/gas/arm/mve-veor-bad.s: New test.
365 * testsuite/gas/arm/mve-vorn-bad.d: New test.
366 * testsuite/gas/arm/mve-vorn-bad.l: New test.
367 * testsuite/gas/arm/mve-vorn-bad.s: New test.
368 * testsuite/gas/arm/mve-vorr-bad.d: New test.
369 * testsuite/gas/arm/mve-vorr-bad.l: New test.
370 * testsuite/gas/arm/mve-vorr-bad.s: New test.
371
26c1e780
AV
3722019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
373
374 * config/tc-arm.c (M_MNEM_vaddlv, M_MNEM_vaddlva, M_MNEM_vaddv,
375 M_MNEM_vaddva): New instruction encodings.
376 (mve_encode_rq): New encoding helper function.
377 (do_mve_vaddlv): New encoding function.
378 (do_mve_vaddv): New encoding function.
379 * testsuite/gas/arm/mve-vaddlv-bad.d: New test.
380 * testsuite/gas/arm/mve-vaddlv-bad.l: New test.
381 * testsuite/gas/arm/mve-vaddlv-bad.s: New test.
382 * testsuite/gas/arm/mve-vaddv-bad.d: New test.
383 * testsuite/gas/arm/mve-vaddv-bad.l: New test.
384 * testsuite/gas/arm/mve-vaddv-bad.s: New test.
385
c2dafc2a
AV
3862019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
387
388 * config/tc-arm.c (M_MNEM_vadc, M_MNEM_vadci, M_MNEM_vbrsr):
389 New instruction encodings.
390 (do_mve_vadc): New encoding instruction.
391 (do_mve_vbrsr): Likewise.
392 (do_mve_vsbc): Likewise.
393 * testsuite/gas/arm/mve-vadc-bad.d: New test.
394 * testsuite/gas/arm/mve-vadc-bad.l: New test.
395 * testsuite/gas/arm/mve-vadc-bad.s: New test.
396 * testsuite/gas/arm/mve-vbrsr-bad.d: New test.
397 * testsuite/gas/arm/mve-vbrsr-bad.l: New test.
398 * testsuite/gas/arm/mve-vbrsr-bad.s: New test.
399 * testsuite/gas/arm/mve-vsbc-bad.d: New test.
400 * testsuite/gas/arm/mve-vsbc-bad.l: New test.
401 * testsuite/gas/arm/mve-vsbc-bad.s: New test.
402
1b883319
AV
4032019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
404
405 * config/tc-arm.c (MVE_BAD_QREG): New error message.
406 (enum operand_parse_code): Define new operand.
407 (parse_operands): Handle new operand.
408 (do_mve_vpt): Change for VPT blocks.
409 (NEON_SHAPE_DEF): New shape.
410 (neon_logbits): Moved.
411 (LOW4): Moved
412 (HI1): Moved
413 (mve_get_vcmp_vpt_cond): New function to translate vpt conditions.
414 (do_mve_vcmp): New encoding function.
415 (do_vfp_nsyn_cmp): Changed to support MVE variants.
416 (insns): Change to support MVE variants of vcmp and add vpt.
417 * testsuite/gas/arm/mve-vcmp-bad-1.d: New test.
418 * testsuite/gas/arm/mve-vcmp-bad-1.l: New test.
419 * testsuite/gas/arm/mve-vcmp-bad-1.s: New test.
420 * testsuite/gas/arm/mve-vcmp-bad-2.d: New test.
421 * testsuite/gas/arm/mve-vcmp-bad-2.l: New test.
422 * testsuite/gas/arm/mve-vcmp-bad-2.s: New test.
423 * testsuite/gas/arm/mve-vpt-bad-1.d: New test.
424 * testsuite/gas/arm/mve-vpt-bad-1.l: New test.
425 * testsuite/gas/arm/mve-vpt-bad-1.s: New test.
426 * testsuite/gas/arm/mve-vpt-bad-2.d: New test.
427 * testsuite/gas/arm/mve-vpt-bad-2.l: New test.
428 * testsuite/gas/arm/mve-vpt-bad-2.s: New test.
429
57785aa2
AV
4302019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
431
432 * config/tc-arm.c (struct arm_it): Expand isscalar field to be able to
433 distinguish between types of scalar.
434 (parse_typed_reg_or_scalar): Change to accept MVE scalar variants.
435 (parse_scalar): Likewise.
436 (parse_neon_mov): Accept MVE variant.
437 (po_scalar_or_goto): Make use reg_type.
438 (parse_operands): Change uses of po_scalar_or_goto.
439 (do_vfp_sp_monadic): Change to accept MVE variants.
440 (do_vfp_reg_from_sp): Likewise.
441 (do_vfp_sp_from_reg): Likewise.
442 (do_vfp_dp_rd_rm): Likewise.
443 (do_vfp_dp_rd_rn_rm): Likewise.
444 (do_vfp_dp_rm_rd_rn): Likewise.
445 (M_MNEM_vmovlt, M_MNEM_vmovlb, M_MNEM_vmovnt, M_MNEM_vmovnb): New
446 instruction encodings.
447 (NEON_SHAPE_DEF): New shape.
448 (do_mve_mov): New encoding fuction.
449 (do_mve_movn): Likewise.
450 (do_mve_movl): Likewise.
451 (do_neon_mov): Change to accept MVE variants.
452 (mcCE): New MACRO.
453 (insns): Accept new MVE variants and instructions.
454 * testsuite/gas/arm/mve-vmov-bad-1.d: New test.
455 * testsuite/gas/arm/mve-vmov-bad-1.l: New test.
456 * testsuite/gas/arm/mve-vmov-bad-1.s: New test.
457 * testsuite/gas/arm/mve-vmov-bad-2.d: New test.
458 * testsuite/gas/arm/mve-vmov-bad-2.l: New test.
459 * testsuite/gas/arm/mve-vmov-bad-2.s: New test.
460
dd9634d9
AV
4612019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
462
463 * config/tc-arm.c (enum operand_parse_code): Add new operand.
464 (parse_operands): Handle new operand.
465 (do_neon_cvt_1): Handle MVE variants.
466 (do_neon_cvttb_1): Likewise.
467 (insns): Accept MVE variants.
468 * testsuite/gas/arm/mve-vcvt-bad-1.d: New test.
469 * testsuite/gas/arm/mve-vcvt-bad-1.l: New test.
470 * testsuite/gas/arm/mve-vcvt-bad-1.s: New test.
471 * testsuite/gas/arm/mve-vcvt-bad-2.d: New test.
472 * testsuite/gas/arm/mve-vcvt-bad-2.l: New test.
473 * testsuite/gas/arm/mve-vcvt-bad-2.s: New test.
474 * testsuite/gas/arm/mve-vcvt-bad-3.d: New test.
475 * testsuite/gas/arm/mve-vcvt-bad-3.l: New test.
476 * testsuite/gas/arm/mve-vcvt-bad-3.s: New test.
477 * testsuite/gas/arm/mve-vcvt-bad-4.d: New test.
478 * testsuite/gas/arm/mve-vcvt-bad-4.l: New test.
479 * testsuite/gas/arm/mve-vcvt-bad-4.s: New test.
480 * testsuite/gas/arm/mve-vcvt-bad.d: New test.
481 * testsuite/gas/arm/mve-vcvt-bad.l: New test.
482 * testsuite/gas/arm/mve-vcvt-bad.s: New test.
483
f5f10c66
AV
4842019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
485
486 * config/tc-arm.c (struct arm_it): Make immisreg field larger to hold
487 type of register.
488 (enum shift_kind): Add SHIFT_UXTW shift kind.
489 (enum parse_shift_mode): Add SHIFT_UXTW_IMMEDIATE shift mode.
490 (parse_shift): Handle new shift type.
491 (parse_address_main): Accept new addressing modes.
492 (M_MNEM_vstrb, M_MNEM_vstrh, M_MNEM_vstrw, M_MNEM_vstrd,
493 M_MNEM_vldrb, M_MNEM_vldrh, M_MNEM_vldrw, M_MNEM_vldrd): New
494 instruction encodings.
495 (do_mve_vstr_vldr_QI): New encoding functions.
496 (do_mve_vstr_vldr_RQ): Likewise.
497 (do_mve_vstr_vldr_RI): Likewise.
498 (do_mve_vstr_vldr): Likewise.
499 * testsuite/gas/arm/mve-vldr-bad-1.d: New test.
500 * testsuite/gas/arm/mve-vldr-bad-1.l: New test.
501 * testsuite/gas/arm/mve-vldr-bad-1.s: New test.
502 * testsuite/gas/arm/mve-vldr-bad-2.d: New test.
503 * testsuite/gas/arm/mve-vldr-bad-2.l: New test.
504 * testsuite/gas/arm/mve-vldr-bad-2.s: New test.
505 * testsuite/gas/arm/mve-vldr-bad-3.d: New test.
506 * testsuite/gas/arm/mve-vldr-bad-3.l: New test.
507 * testsuite/gas/arm/mve-vldr-bad-3.s: New test.
508 * testsuite/gas/arm/mve-vstr-bad-1.d: New test.
509 * testsuite/gas/arm/mve-vstr-bad-1.l: New test.
510 * testsuite/gas/arm/mve-vstr-bad-1.s: New test.
511 * testsuite/gas/arm/mve-vstr-bad-2.d: New test.
512 * testsuite/gas/arm/mve-vstr-bad-2.l: New test.
513 * testsuite/gas/arm/mve-vstr-bad-2.s: New test.
514 * testsuite/gas/arm/mve-vstr-bad-3.d: New test.
515 * testsuite/gas/arm/mve-vstr-bad-3.l: New test.
516 * testsuite/gas/arm/mve-vstr-bad-3.s: New test.
517
35c228db
AV
5182019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
519
520 * config/tc-arm.c (enum it_instruction_type): Add MVE_UNPREDICABLE_INSN.
521 (BAD_EL_TYPE): New error message.
522 (parse_neon_el_struct_list): Adapt to be able to accept MVE variant.
523 (parse_address_main): Likewise.
524 (group_reloc_type): Add GROUP_MVE.
525 (enum operand_parse_code): Add new operands.
526 (parse_operands): Handle new operands.
527 (M_MNEM_vst20, M_MNEM_vst21, M_MNEM_vst40, M_MNEM_vst41, M_MNEM_vst42,
528 M_MNEM_vst43, M_MNEM_vld20, M_MNEM_vld21, M_MNEM_vld40, M_MNEM_vld41,
529 M_MNEM_vld42, M_MNEM_vld43): New encodings.
530 (do_mve_vst_vld): New encoding function.
531 (do_neon_ld_st_interleave): Use BAD_EL_TYPE.
532 (it_fsm_pre_encode): Handle new it_instruction_type
533 (handle_pred_state): Likewise.
534 * testsuite/gas/arm/mve-vstld-bad.d: New test.
535 * testsuite/gas/arm/mve-vstld-bad.l: New test.
536 * testsuite/gas/arm/mve-vstld-bad.s: New test.
537
886e1c73
AV
5382019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
539
540 * config/tc-arm.c (BAD_MVE_AUTO): New error message.
541 (BAD_MVE_SRCDEST): Likewise.
542 (mark_feature_used): Diagnose MVE only instructions when in
543 auto-detection mode or -march=all.
544 (enum operand_parse_code): Define new operand.
545 (parse_operands): Handle new operand.
546 (M_MNEM_vmullt, M_MNEM_vmullb): New encodings.
547 (mve_encode_qqq): New encoding helper function.
548 (do_mve_vmull): New encoding function.
549 (insns): Handle new instructions.
550 * testsuite/gas/arm/mve-vmullbt-bad.d: New test.
551 * testsuite/gas/arm/mve-vmullbt-bad.l: New test.
552 * testsuite/gas/arm/mve-vmullbt-bad.s: New test.
553
a302e574
AV
5542019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
555
556 * config/tc-arm.c (struct asm_opcode): Make avalue a full int.
557 (BAD_ODD, BAD_EVEN, BAD_SIMD_TYPE): New errors.
558 (enum operand_parse_code): Handle new operands.
559 (parse_operands): Likewise.
560 (M_MNEM_vabav, M_MNEM_vmladav, M_MNEM_vmladava, M_MNEM_vmladavx,
561 M_MNEM_vmladavax, M_MNEM_vmlsdav, M_MNEM_vmlsdava, M_MNEM_vmlsdavx,
562 M_MNEM_vmlsdavax): Define new encodings.
563 (NEON_SHAPE_DEF): Add new shape.
564 (neon_check_type): Use BAD_SIMD_TYPE.
565 (mve_encode_rqq): New encoding helper function.
566 (do_mve_vabav, do_mve_vmladav): New encoding functions.
567 (mCEF): New MACRO.
568 * testsuite/gas/arm/mve-vabav-bad.d: New test.
569 * testsuite/gas/arm/mve-vabav-bad.l: New test.
570 * testsuite/gas/arm/mve-vabav-bad.s: New test.
571 * testsuite/gas/arm/mve-vmladav-bad.d: New test.
572 * testsuite/gas/arm/mve-vmladav-bad.l: New test.
573 * testsuite/gas/arm/mve-vmladav-bad.s: New test.
574 * testsuite/gas/arm/mve-vmlav-bad.d: New test.
575 * testsuite/gas/arm/mve-vmlav-bad.l: New test.
576 * testsuite/gas/arm/mve-vmlav-bad.s: New test.
577 * testsuite/gas/arm/mve-vmlsdav-bad.d: New test.
578 * testsuite/gas/arm/mve-vmlsdav-bad.l: New test.
579 * testsuite/gas/arm/mve-vmlsdav-bad.s: New test.
580
485dee97
AV
5812019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
582
583 * config/tc-arm.c (do_neon_abs_neg): Make it accept MVE variant.
584 (insns): Change vabs and vneg entries to accept MVE variants.
585 * testsuite/gas/arm/mve-vabsneg-bad-1.d: New test.
586 * testsuite/gas/arm/mve-vabsneg-bad-1.l: New test.
587 * testsuite/gas/arm/mve-vabsneg-bad-1.s: New test.
588 * testsuite/gas/arm/mve-vabsneg-bad-2.d: New test.
589 * testsuite/gas/arm/mve-vabsneg-bad-2.l: New test.
590 * testsuite/gas/arm/mve-vabsneg-bad-2.s: New test.
591
5ee91343
AV
5922019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
593
594 * config/tc-arm.c (enum it_instruction_type): Rename to...
595 (enum pred_instruction_type): ... this. Include VPT types.
596 (it_insn_type): Rename to ...
597 (pred_insn_type): .. this.
598 (arm_it): Change comment.
599 (enum arm_reg_type): Add new value.
600 (reg_expected_msgs): New entry.
601 (asm_opcode): Add mayBeVecPred member.
602 (BAD_SYNTAX, BAD_NOT_VPT, BAD_OUT_VPT, BAD_VPT_COND, MVE_NOT_IT,
603 MVE_NOT_VPT, MVE_BAD_PC, MVE_BAD_SP): New diagnostic MACROS.
604 (arm_vcond_hsh): New table for vector condition codes.
605 (now_it): Rename to ...
606 (now_pred): ... this.
607 (now_it_compatible): Rename to ...
608 (now_pred_compatible): ... this.
609 (in_it_block): Rename to ...
610 (in_pred_block): ... this.
611 (handle_it_state): Rename to ...
612 (handle_pred_state): ... this. And change it to accept VPT blocks.
613 (set_it_insn_type): Rename to ...
614 (set_pred_insn_type): ... this.
615 (set_it_insn_type_nonvoid): Rename to ...
616 (set_pred_insn_type_nonvoid): ... this.
617 (set_it_insn_type_last): Rename to ...
618 (set_pred_insn_type_last): ... this.
619 (record_feature_use): Moved.
620 (mark_feature_used): Likewise.
621 (parse_typed_reg_or_scalar): Add new case for REG_TYPE_MQ.
622 (emit_insn): Use renamed functions and variables.
623 (enum operand_parse_code): Add new operands.
624 (parse_operands): Handle new operands.
625 (do_scalar_fp16_v82_encode): Change predication detection.
626 (do_it): Use renamed functions and variables.
627 (do_t_add_sub): Likewise.
628 (do_t_arit3): Likewise.
629 (do_t_arit3c): Likewise.
630 (do_t_blx): Likewise.
631 (do_t_branch): Likewise.
632 (do_t_bkpt_hlt1): Likewise.
633 (do_t_branch23): Likewise.
634 (do_t_bx): Likewise.
635 (do_t_bxj): Likewise.
636 (do_t_cond): Likewise.
637 (do_t_csdb): Likewise.
638 (do_t_cps): Likewise.
639 (do_t_cpsi): Likewise.
640 (do_t_cbz): Likewise.
641 (do_t_it): Likewise.
642 (do_mve_vpt): New function to handle VPT blocks.
643 (encode_thumb2_multi): Use renamed functions and variables.
644 (do_t_ldst): Use renamed functions and variables.
645 (do_t_mov_cmp): Likewise.
646 (do_t_mvn_tst): Likewise.
647 (do_t_mul): Likewise.
648 (do_t_nop): Likewise.
649 (do_t_neg): Likewise.
650 (do_t_rsb): Likewise.
651 (do_t_setend): Likewise.
652 (do_t_shift): Likewise.
653 (do_t_smc): Likewise.
654 (do_t_tb): Likewise.
655 (do_t_udf): Likewise.
656 (do_t_loloop): Likewise.
657 (do_neon_cvt_1): Likewise.
658 (do_vfp_nsyn_cvt_fpv8): Likewise.
659 (do_vsel): Likewise.
660 (do_vmaxnm): Likewise.
661 (do_vrint_1): Likewise.
662 (do_crypto_2op_1): Likewise.
663 (do_crypto_3op_1): Likewise.
664 (do_crc32_1): Likewise.
665 (it_fsm_pre_encode): Likewise.
666 (it_fsm_post_encode): Likewise.
667 (force_automatic_it_block_close): Likewise.
668 (check_it_blocks_finished): Likewise.
669 (check_pred_blocks_finished): Likewise.
670 (arm_cleanup): Likewise.
671 (now_it_add_mask): Rename to ...
672 (now_pred_add_mask): ... this. And use new variables and functions.
673 (NEON_ENC_TAB): Add entries for vabdl, vaddl and vsubl.
674 (N_I_MVE, N_F_MVE, N_SU_MVE): New MACROs.
675 (neon_check_type): Generalize error message.
676 (mve_encode_qqr): New MVE generic encoding function.
677 (neon_dyadic_misc): Change to accept MVE variants.
678 (do_neon_dyadic_if_su): Likewise.
679 (do_neon_addsub_if_i): Likewise.
680 (do_neon_dyadic_long): Likewise.
681 (vfp_or_neon_is_neon): Add extra checks.
682 (check_simd_pred_availability): Helper function to check SIMD
683 instruction availability with respect to predication.
684 (enum opcode_tag): New suffix value.
685 (opcode_lookup): Change to handle VPT blocks.
686 (new_automatic_it_block): Rename to ...
687 (close_automatic_it_block): ...this.
688 (TxCE, TxC3, TxC3w, TUE, TUEc, TUF, CE, C3, ToC, ToU,
689 toC, toU, CL, cCE, cCL, C3E, xCM_, UE, UF, NUF, nUF,
690 NCE_tag, NCE, NCEF, nCE_tag, nCE, nCEF): Add default value for new
691 field.
692 (mCEF, mnCEF, mnCE, MNUF, mnUF, mToC, MNCE, MNCEF): New MACROs.
693 (insns): Redefine vadd, vsub, cabd, vabdl, vaddl, vsubl to accept MVE
694 variants. Add entries for vscclrm, and vpst.
695 (md_begin): Add arm_vcond_hsh initialization.
696 * config/tc-arm.h (enum it_state): Rename to...
697 (enum pred_state): ...this.
698 (struct current_it): Rename to...
699 (struct current_pred): ...this.
700 (enum pred_type): New enum.
701 (struct arm_segment_info_type): Use current_pred.
702 * testsuite/gas/arm/armv8_3-a-fp-bad.l: Update error message.
703 * testsuite/gas/arm/armv8_3-a-simd-bad.l: Update error message.
704 * testsuite/gas/arm/dotprod-illegal.l: Update error message.
705 * testsuite/gas/arm/mve-vaddsubabd-bad-1.d: New test.
706 * testsuite/gas/arm/mve-vaddsubabd-bad-1.l: New test.
707 * testsuite/gas/arm/mve-vaddsubabd-bad-1.s: New test.
708 * testsuite/gas/arm/mve-vaddsubabd-bad-2.d: New test.
709 * testsuite/gas/arm/mve-vaddsubabd-bad-2.l: New test.
710 * testsuite/gas/arm/mve-vaddsubabd-bad-2.s: New test.
711 * testsuite/gas/arm/mve-vpst-bad.d: New test.
712 * testsuite/gas/arm/mve-vpst-bad.l: New test.
713 * testsuite/gas/arm/mve-vpst-bad.s: New test.
714 * testsuite/gas/arm/neon-ldst-es-bad.l: Updated error message.
715
a7ad558c
AV
7162019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
717
718 * config/tc-arm.c (mve_ext, mve_fp_ext): New features.
719 (armv8_1m_main_ext_table): Add new extensions.
720 (aeabi_set_public_attributes): Translate new features to new build attributes.
721 (arm_convert_symbolic_attribute): Add Tag_MVE_arch.
722 * doc/c-arm.texi: Document new extensions and new build attribute.
723
95008a88
JD
7242019-05-15 John Darrington <john@darrington.wattle.id.au>
725
726 * config/tc-s12z.c (register_prefix): New variable. (md_show_usage,
727 md_parse_option): parse the new option.
728 (lex_reg_name): Scan the prefix if one is set.
729 * doc/c-s12z.texi (S12Z-Opts): Document the new option.
730 * testsuite/gas/s12z/reg-prefix.d: New file.
731 * testsuite/gas/s12z/reg-prefix.s: New file.
732 * testsuite/gas/s12z/s12z.exp: Add them.
733
905f5b3f
JD
7342019-05-14 John Darrington <john@darrington.wattle.id.au>
735
736 * doc/as.texi (Machine Dependencies): Fix misaligned menu entry.
737
f6bd0b76
AM
7382019-05-15 Alan Modra <amodra@gmail.com>
739
740 * config/tc-csky.c (md_convert_frag): Initialise trailing
741 padding for COND_JUMP_PIC.
742
8f02ae5b
AM
7432019-05-15 Alan Modra <amodra@gmail.com>
744
745 * dwarf2dbg.c: Whitespace fixes.
746 (get_filenum): Don't strdup "file". Adjust error message.
747 (dwarf2_directive_filename): Use an unsigned type for "num".
748 Catch truncation of file number and overflow of get_filenum
749 XRESIZEVEC multiplication. Delete dead code.
750
ded12894
AM
7512019-05-15 Alan Modra <amodra@gmail.com>
752
753 PR 24538
754 * config/tc-tic54x.c (tic54x_start_line_hook): Do skip end of line
755 chars in setting endp.
756
35015cd1
NC
7572019-05-14 Nick Clifton <nickc@redhat.com>
758
759 PR 24538
760 * config/tc-i386-intel.c (i386_intel_simplify_register): Reject
761 illegal register numbers.
762
3076e594
NC
7632019-05-10 Nick Clifton <nickc@redhat.com>
764
765 PR 24538
766 * macro.c (get_any_string): Increase size of buffer used to hold
767 decimal value of expression result.
768 * dw2gencfi.c (get_debugseg_name): Handle an empty name.
769 * dwarf2dbg.c (get_filenum): Catch integer wraparound when
770 extending allocate file array.
771 (dwarf2_directive_filename): Add extra checks of the computed file
772 number.
773 * config/tc-arm.c (arm_tc_equal_in_insn): Insert copy of name into
774 warning hash table.
775 (s_arm_eabi_attribute): Check for obj_elf_vendor_attribute
776 returning -1.
777 * config/tc-i386.c (i386_output_nops): Catch an attempt to
778 generate nops of negative lengths.
779 * as.h (MAX_LITTLENUMS): Move definition to here from...
780 * config/atof-ieee.c: ...here.
781 * config/tc-aarch64.c: ...here.
782 * config/tc-arc.c: ...here.
783 * config/tc-arm.c: ...here.
784 * config/tc-epiphany.c: ...here.
785 * config/tc-i386.c: ...here.
786 * config/tc-ia64.c: ...here. (And correct the value).
787 * config/tc-m32c.c: ...here.
788 * config/tc-m32r.c: ...here.
789 * config/tc-metag.c: ...here.
790 * config/tc-microblaze.c: ...here.
791 * config/tc-nds32.c: ...here.
792 * config/tc-or1k.c: ...here.
793 * config/tc-score.c: ...here.
794 * config/tc-score7.c: ...here.
795 * config/tc-tic4x.c: ...here.
796 * config/tc-tilegx.c: ...here.
797 * config/tc-tilepro.c: ...here.
798 * config/tc-visium.c: ...here.
799 * config/tc-sh.c (md_assemble): Add check for an instruction with
800 no opcodes.
801 * config/tc-mips.c (mips_lookup_insn): Add check for very short
802 instruction name.
803 * config/tc-tic54x.c: Use unsigned chars to access is_end_of_line
804 array.
805 (tic54x_start_line_hook): Check for an empty line.
806 (next_line_shows_parallel): Do not walk off the end of the string.
807 (tic54x_macro_start): Check for too much macro nesting.
808 (tic54x_start_label): Add label_start parameter. Use this
809 parameter to check the first character of the label.
810
811 * config/tc-tic54x.h (TC_START_LABEL_WITHOUT_COLON): Pass
812 line_start variable to tic54x_start_label.
813
387e7624
FS
8142019-05-10 Faraz Shahbazker <fshahbazker@wavecomp.com>
815
816 * config/tc-mips.c (macro) <M_ADD_I, M_SUB_I, M_DADD_I, M_DSUB_I>:
817 Add expansions for MIPS r6.
818 * testsuite/gas/mips/add.s: Enable tests for R6.
819 * testsuite/gas/mips/daddi.s: Annotate to test DADD for R6.
820 * testsuite/gas/mips/mipsr6@add.d: Likewise.
821 * gas/testsuite/gas/mips/mipsr6@dadd.d: New test.
822 * gas/testsuite/gas/mips/mips.exp: Run the new test.
823
8de09632
MM
8242019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
825
826 * testsuite/gas/aarch64/sve2.d: Remove file format restriction.
827
e111c7d1
MM
8282019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
829
830 * testsuite/gas/aarch64/illegal-sve2-aes.d: New test.
831 * testsuite/gas/aarch64/illegal-sve2-bitperm.d: New test.
832 * testsuite/gas/aarch64/illegal-sve2-sha3.d: Test new instructions.
833 * testsuite/gas/aarch64/illegal-sve2-sm4.d: Test new instructions.
834 * testsuite/gas/aarch64/illegal-sve2-sve1ext.d: Test new instructions.
835 * testsuite/gas/aarch64/illegal-sve2-sve1ext.l: Test new instructions.
836 * testsuite/gas/aarch64/illegal-sve2.d: Test new instructions.
837 * testsuite/gas/aarch64/illegal-sve2.l: Test new instructions.
838 * testsuite/gas/aarch64/illegal-sve2.s: Test new instructions.
839 * testsuite/gas/aarch64/sve1-extended-sve2.s: New test.
840 * testsuite/gas/aarch64/sve2.d: Test new instructions.
841 * testsuite/gas/aarch64/sve2.s: Test new instructions.
842
28ed815a
MM
8432019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
844
845 * config/tc-aarch64.c (parse_operands): Handle new SVE_SHLIMM_UNPRED_22
846 operand.
847
31e36ab3
MM
8482019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
849
850 * config/tc-aarch64.c (parse_operands): Handle new SVE_Zm4_11_INDEX
851 operand.
852
3c17238b
MM
8532019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
854
855 * config/tc-aarch64.c (parse_operands): Handle new SVE_SHRIMM_UNPRED_22
856 operand.
857
c469c864
MM
8582019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
859
860 * config/tc-aarch64.c (REG_ZR): Macro specifying zero register.
861 (parse_address_main): Account for new addressing mode [Zn.S, Xm].
862 (parse_operands): Handle new SVE_ADDR_ZX operand.
863
116adc27
MM
8642019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
865
866 * config/tc-aarch64.c (parse_operands): Handle new SVE_Zm3_11_INDEX
867 operand.
868
adccc507
MM
8692019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
870
871 * config/tc-aarch64.c (parse_operands): Handle new SVE_IMM_ROT3 operand.
872
7ce2460a
MM
8732019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
874
875 * config/tc-aarch64.c: Add command line architecture feature flags
876 "sve2", "sve2-sm4", "sve2-aes", "sve2-sha3", "bitperm".
877 * doc/c-aarch64.texi: Document new architecture feature flags.
878
762172a4
AM
8792019-05-08 Alan Modra <amodra@gmail.com>
880
881 * testsuite/gas/elf/dwarf2-1.s,
882 * testsuite/gas/elf/dwarf2-2.s,
883 * testsuite/gas/elf/dwarf2-5.s,
884 * testsuite/gas/elf/dwarf2-7.s,
885 * testsuite/gas/elf/dwarf2-8.s,
886 * testsuite/gas/elf/dwarf2-9.s,
887 * testsuite/gas/elf/dwarf2-10.s,
888 * testsuite/gas/elf/dwarf2-11.s,
889 * testsuite/gas/elf/dwarf2-12.s,
890 * testsuite/gas/elf/dwarf2-13.s,
891 * testsuite/gas/elf/dwarf2-14.s,
892 * testsuite/gas/elf/dwarf2-15.s,
893 * testsuite/gas/elf/dwarf2-16.s,
894 * testsuite/gas/elf/dwarf2-17.s,
895 * testsuite/gas/elf/dwarf2-18.s,
896 * testsuite/gas/elf/dwarf2-19.s: Double size of align and simulated
897 instructions.
898 * testsuite/gas/elf/dwarf2-1.d,
899 * testsuite/gas/elf/dwarf2-2.d,
900 * testsuite/gas/elf/dwarf2-5.d,
901 * testsuite/gas/elf/dwarf2-7.d,
902 * testsuite/gas/elf/dwarf2-8.d,
903 * testsuite/gas/elf/dwarf2-9.d,
904 * testsuite/gas/elf/dwarf2-10.d,
905 * testsuite/gas/elf/dwarf2-11.d,
906 * testsuite/gas/elf/dwarf2-12.d,
907 * testsuite/gas/elf/dwarf2-13.d,
908 * testsuite/gas/elf/dwarf2-14.d,
909 * testsuite/gas/elf/dwarf2-15.d,
910 * testsuite/gas/elf/dwarf2-16.d,
911 * testsuite/gas/elf/dwarf2-17.d,
912 * testsuite/gas/elf/dwarf2-18.d,
913 * testsuite/gas/elf/dwarf2-19.d: Use xfail rather than notarget.
914 Remove avr, pru, tile, xtensa from xfails. Update expected output.
915 * testsuite/gas/elf/elf.exp: Sort targets.
916 (dump_opts): Pass {as -mno-relax} for riscv, {as -mno-link-relax}
917 for avr and pru, and {as --no-link-relax} for xtensa to dwarf tests.
918 * testsuite/gas/elf/section2.e-miwmmxt: Delete unused file.
919
9632a526
AM
9202019-05-08 Alan Modra <amodra@gmail.com>
921
922 * config/tc-xtensa.c (opt_linkrelax): New variable.
923 (md_parse_option): Set it here.
924 (md_begin): Copy opt_linkrelax to linkrelax.
925
b654832d
AO
9262019-05-07 Alexandre Oliva <aoliva@redhat.com>
927
928 * testsuite/gas/elf/dwarf2-18.d: Xfail mep-*.
929 * testsuite/gas/elf/dwarf2-19.d: Likewise.
930
0f1309c8
AM
9312019-05-07 Alan Modra <amodra@gmail.com>
932
933 * symbols.c (use_complex_relocs_for): Formatting. Factor out
934 X_add_symbol tests.
935
41cee089
FS
9362019-05-06 Andrew Bennett <andrew.bennett@imgtec.com>
937 Faraz Shahbazker <fshahbazker@wavecomp.com>
938
939 * config/tc-mips.c (mips_set_ase): Handle ASE_EVA_R6.
940 (macro) <M_LLWPE_AB, M_SCWPE_AB>: New cases.
941 (mips_after_parse_args): Translate EVA to EVA_R6.
942 * testsuite/gas/mips/ase-errors-1.s: Add new instructions.
943 * testsuite/gas/mips/eva.s: Likewise.
944 * testsuite/gas/mips/ase-errors-1.l: Check errors for
945 new instructions.
946 * testsuite/gas/mips/mipsr6@eva.d: Check new test cases.
947
be0d3bbb
AM
9482019-05-06 Alan Modra <amodra@gmail.com>
949
950 * symbols.c (symbol_relc_make_sym): Do not access sym->sy_value
951 directly.
952
334d91b9
AM
9532019-05-06 Alan Modra <amodra@gmail.com>
954
955 * config/tc-ppc.c (ppc_fix_adjustable): Exclude all GOT and PLT
956 relocs, and VLE sdarel relocs.
957 * testsuite/gas/ppc/power4.d: Adjust.
958
62e6b7b3
AO
9592019-05-05 Alexandre Oliva <aoliva@redhat.com>
960
961 * dwarf2dbg.c (set_or_check_view): Skip heads when assigning
962 views of prior locs.
963 (dwarf2_gen_line_info_1): Skip heads.
964 (size_inc_line_addr, emit_inc_line_addr): Drop
965 DW_LNS_advance_pc for zero addr delta.
966 (dwarf2_finish): Assign views for heads of segments.
967 * testsuite/gas/elf/dwarf2-19.d: New.
968 * testsuite/gas/elf/dwarf2-19.s: New.
969 * testsuite/gas/elf/elf.exp: Test it.
970
27cdfa03
AM
9712019-05-04 Alan Modra <amodra@gmail.com>
972
973 * config/tc-m32c.c (insn_size): Delete static var.
974 (md_begin): Don't set it.
975 (m32c_md_end): Delete.
976 (md_assemble): Add insn_size auto var.
977 * config/tc-m32c.h (md_end): Don't define.
978 (m32c_md_end): Delete.
979 (NOP_OPCODE, HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): Define.
980 * testsuite/gas/all/align.d: Remove m32c from notarget list.
981 * testsuite/gas/all/incbin.d: Likewise.
982 * testsuite/gas/elf/dwarf2-11.d: Likewise.
983 * testsuite/gas/macros/semi.d: Likewise.
984 * testsuite/gas/all/gas.exp (do_comment): Similarly.
985
06f74c5c
L
9862019-05-02 H.J. Lu <hongjiu.lu@intel.com>
987
988 PR gas/24485
989 * config/tc-i386.c (process_suffix): Issue a warning to IRET
990 without a suffix for .code16gcc.
991 * testsuite/gas/i386/jump16.s: Add tests for iretX.
992 * testsuite/gas/i386/jump16.d: Updated.
993 * testsuite/gas/i386/jump16.e: New file.
994
b83b4b13
SD
9952019-05-01 Sudakshina Das <sudi.das@arm.com>
996
997 * config/tc-aarch64.c (parse_operands): Add case for
998 AARCH64_OPND_TME_UIMM16.
999 (aarch64_features): Add "tme".
1000 * doc/c-aarch64.texi: Document the same.
1001 * testsuite/gas/aarch64/tme-invalid.d: New test.
1002 * testsuite/gas/aarch64/tme-invalid.l: New test.
1003 * testsuite/gas/aarch64/tme-invalid.s: New test.
1004 * testsuite/gas/aarch64/tme.d: New test.
1005 * testsuite/gas/aarch64/tme.s: New test.
1006
4a90ce95
JD
10072019-04-29 John Darrington <john@darrington.wattle.id.au>
1008
8f02ae5b 1009 * testsuite/gas/s12z/truncated.d: New file.
4a90ce95
JD
1010 * testsuite/gas/s12z/truncated.s: New file.
1011 * testsuite/gas/s12z/s12z.exp: Add new test.
1012
a45328b9
AB
10132019-04-26 Andrew Bennett <andrew.bennett@imgtec.com>
1014 Faraz Shahbazker <fshahbazker@wavecomp.com>
1015
1016 * config/tc-mips.c (macro) <M_LLWP_AB, M_LLDP_AB, M_SCWP_AB,
1017 M_SCDP_AB>: New cases and expansions for paired instructions.
1018 * testsuite/gas/mips/llpscp-32.s: New test source.
1019 * testsuite/gas/mips/llpscp-64.s: Likewise.
1020 * testsuite/gas/mips/llpscp-32.d: New test.
1021 * testsuite/gas/mips/llpscp-64.d: Likewise.
1022 * testsuite/gas/mips/mips.exp: Run the new tests.
1023 * testsuite/gas/mips/r6.s: Add new instructions to test source.
1024 * testsuite/gas/mips/r6-64.s: Likewise.
1025 * testsuite/gas/mips/r6-64-n32.d: Check new instructions.
1026 * testsuite/gas/mips/r6-64-n64.d: Likewise.
1027 * testsuite/gas/mips/r6-n32.d: Likewise.
1028 * testsuite/gas/mips/r6-n64.d: Likwwise.
1029 * testsuite/gas/mips/r6.d: Likewise.
1030
7cb22ff8
L
10312019-04-26 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 PR gas/24485
1034 * config/tc-i386.c (process_suffix): Don't add DATA_PREFIX_OPCODE
1035 to IRET for .code16gcc.
1036 * testsuite/gas/i386/jump16.s: Add IRET tests.
1037 * testsuite/gas/i386/jump16.d: Updated.
1038
38c3873e
AO
10392019-04-25 Alexandre Oliva <aoliva@redhat.com>
1040 Alan Modra <amodra@gmail.com>
1041
1042 PR gas/24444
1043 * frags.c (frag_gtoffset_p): New.
1044 * frags.h (frag_gtoffset_p): Declare it.
1045 * expr.c (resolve_expression): Use it.
1046
1903f138
AM
10472019-04-24 Alan Modra <amodra@gmail.com>
1048
1049 PR 24444
1050 * symbols.c (resolve_symbol_value): When handling symbols
1051 marked as sy_flags.resolved, return correct value for the
1052 case of expression symbols left as an O_symbol expression.
1053 Merge O_symbol code handling undefined and common symbols with
1054 code handling special cases of expression symbols. Use
1055 seg_left to test for undefined and common symbols. Don't
1056 leave an O_symbol expression when X_add_symbol resolves to
1057 the absolute_section. Init final_val later.
1058 * testsuite/gas/mmix/basep-7.d: Adjust expected output.
1059
a679f24e
JD
10602019-04-24 John Darrington <john@darrington.wattle.id.au>
1061
1062 * testsuite/gas/s12z/bit-manip-invalid.s: Extend test for BSET
1063 and BCLR instructions with an invalid mode.
1064 * testsuite/gas/s12z/bit-manip-invalid.d: ditto.
1065
5ce032bd
NC
10662019-04-19 Nick Clifton <nickc@redhat.com>
1067
1068 PR 24464
1069 * config/tc-rx.h (md_relax_frag): Pass the max_iterations variable
1070 to the relaxation function.
1071 * config/tc-rx.c (rx_relax_frag): Add new parameter - the maximum
1072 number of iterations. Make sure that our internal iteration limit
1073 does not exceed this external iteration limit.
1074
85bec12d
MF
10752019-04-18 Matthew Fortune <matthew.fortune@mips.com>
1076
1077 * config/tc-mips.c (match_non_zero_reg_operand): Update
1078 warning message.
1079 * testsuite/gas/mips/r6-branch-constraints.l: Likewise.
1080
5d5b0bd3
JL
10812019-04-18 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1082
1083 * config/tc-msp430.c (msp430_make_init_symbols): Define
1084 __crt0_run_{preinit,init,fini}_array symbols if
1085 .{preinit,init,fini}_array sections exist.
1086 * testsuite/gas/msp430/fini-array.d: New test.
1087 * testsuite/gas/msp430/init-array.d: New test.
1088 * testsuite/gas/msp430/preinit-array.d: New test.
1089 * testsuite/gas/msp430/fini-array.s: New test source.
1090 * testsuite/gas/msp430/init-array.s: New test source.
1091 * testsuite/gas/msp430/preinit-array.s: New test source.
1092 * testsuite/gas/msp430/msp430.exp: Add new tests to driver.
1093
afff667a
JL
10942019-04-17 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1095
1096 * config/tc-msp430.c (msp430_make_init_symbols): Define __crt0_init_bss
1097 symbol when .lower.bss or .either.bss sections exist.
1098 Define __crt0_movedata when .lower.data or .either.data sections exist.
1099 * testsuite/gas/msp430/either-data-bss-sym.d: New test.
1100 * testsuite/gas/msp430/low-data-bss-sym.d: New test.
1101 * testsuite/gas/msp430/either-data-bss-sym.s: New test source.
1102 * testsuite/gas/msp430/low-data-bss-sym.s: New test source.
1103 * testsuite/gas/msp430/msp430.exp: Run new tests.
1104 Enable large code model when running -mdata-region={upper,either}
1105 tests.
1106
d5579774
JL
11072019-04-17 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1108
1109 * config/tc-msp430.c (options): New OPTION_UNKNOWN_INTR_NOPS,
1110 OPTION_NO_UNKNOWN_INTR_NOPS and do_unknown_interrupt_nops.
1111 (md_parse_option): Handle OPTION_UNKNOWN_INTR_NOPS and
1112 OPTION_NO_UNKNOWN_INTR_NOPS by setting do_unknown_interrupt_nops
1113 accordingly.
1114 (md_show_usage): Likewise.
1115 (md_shortopts): Add "mu" for OPTION_UNKNOWN_INTR_NOPS and
1116 "mU" for OPTION_NO_UNKNOWN_INTR_NOPS.
1117 (md_longopts): Likewise.
1118 (warn_eint_nop): Update comment.
1119 (warn_unsure_interrupt): Don't warn if prev_insn_is_nop or
1120 prev_insn_is_dint or we are assembling for 430 ISA.
1121 (msp430_operands): Only call warn_unsure_interrupt if
1122 do_unknown_interrupt_nops == TRUE.
1123 * testsuite/gas/msp430/nop-unknown-intr.s: New test source file.
1124 * testsuite/gas/msp430/nop-unknown-intr-430.d: New test.
1125 * testsuite/gas/msp430/nop-unknown-intr-430x.d: New test.
1126 * testsuite/gas/msp430/nop-unknown-intr-430x-ignore.d: New test.
1127 * testsuite/gas/msp430/nop-unknown-intr-430.l: Warning output for new
1128 test.
1129 * testsuite/gas/msp430/nop-unknown-intr-430x.l: Likewise.
1130 * testsuite/gas/msp430/msp430.exp: Add new tests to driver.
1131
fe7e91e7
AM
11322019-04-16 Alan Modra <amodra@gmail.com>
1133
1134 * testsuite/gas/all/weakref1.d: xfail nds32.
1135
a0fb9615
AM
11362019-04-16 Alan Modra <amodra@gmail.com>
1137
1138 * testsuite/gas/all/gas.exp: Remove ns32k xfails.
1139 * testsuite/gas/all/weakref1u.d: Don't run for ns32k-*-*.
1140
5bc11336
AM
11412019-04-16 Alan Modra <amodra@gmail.com>
1142
1143 * write.h: Don't include bit_fix.h.
1144 (struct fix): Rearrange some fields. Delete fx_im_disp and
1145 fx_bit_fixP. Use bitfields for fx_size and fx_pcrel_adjust.
1146 * write.c (fix_new_internal): Don't init fx_im_disp and fx_bit_fixP.
1147 (fixup_segment): Don't exclude overflow checks on fx_bit_fixP.
1148 (print_fixup): Don't print im_disp.
1149 * config/tc-cris.c (md_apply_fix): Remove tests of fx_bit_fixP
1150 and fx_im_disp.
1151 * config/tc-dlx.c (md_apply_fix): Remove wrong debug code. Set
1152 fx_no_overflow when fx_bit_fixP.
1153 * config/tc-dlx.h: Include bit_fix.h.
1154 (TC_FIX_TYPE, tc_fix_data, TC_INIT_FIX_DATA): Define.
1155 * config/tc-ns32k.c (fix_new_ns32k, fix_new_ns32k_exp): Set
1156 fx_no_overflow when bit_fixP.
1157 * config/tc-ns32k.h (TC_FIX_TYPE): Add fx_bit_fixP and fx_im_disp.
1158 (fix_im_disp, fix_bit_fixP): Adjust to suit.
1159 (TC_INIT_FIX_DATA, TC_FIX_DATA_PRINT): Likewise.
1160
90bd3c90
AM
11612019-04-16 Alan Modra <amodra@gmail.com>
1162
1163 * write.h (struct fix <fx_where>): Make unsigned.
1164 (fix_new, fix_at_start, fix_new_exp): Adjust prototypes.
1165 * write.c (fix_new, fix_new_exp, fix_at_start): Make "where" and
1166 "size" parameters unsigned long.
1167 (fix_new_internal): Likewise. Adjust error format string to suit.
1168 * config/tc-mips.c (md_convert_frag): Remove cast of fx_where.
1169 * config/tc-sparc.c (md_apply_fix): Likewise.
1170 * config/tc-score.c (s3_convert_frag): Adjust for unsigned fx_where.
1171 * config/tc-score7.c (s7_convert_frag): Likewise.
1172
871a6bd2
AM
11732019-04-16 Alan Modra <amodra@gmail.com>
1174
1175 * frags.h (struct frag <fr_fix>): Use unsigned type.
1176 * frags.c (frag_new): Assert that current size exceeds
1177 old_frags_var_max_size.
1178 * ehopt.c (get_cie_info): Adjust for unsigned fr_fix.
1179 * listing.c (calc_hex): Likewise.
1180 * write.c (cvt_frag_to_fill, write_relocs): Likewise.
1181 * config/tc-arc.c (md_convert_frag): Likewise.
1182 * config/tc-avr.c (avr_patch_gccisr_frag): Likewise.
1183 * config/tc-mips.c (md_convert_frag): Likewise.
1184 * config/tc-rl78.c (md_convert_frag): Likewise.
1185 * config/tc-rx.c (md_convert_frag): Likewise.
1186 * config/tc-sparc.c (md_apply_fix): Likewise.
1187 * config/tc-xtensa.c (next_instrs_are_b_retw): Likewise.
1188 (unrelaxed_frag_min_insn_count, unrelaxed_frag_has_b_j): Likewise.
1189
32c36c3c
AV
11902019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1191
1192 * config/tc-arm.c (parse_sys_vldr_vstr): New function.
1193 (OP_VLDR): New enum operand_parse_code enumerator.
1194 (parse_operands): Add logic for OP_VLDR.
1195 (do_t_vldr_vstr_sysreg): New function.
1196 (do_vldr_vstr): Likewise.
1197 (insns): Guard VLDR and VSTR by arm_ext_v4t for Thumb mode.
1198 (md_apply_fix): Add bound check for VLDR and VSTR co-processor offset.
1199 Add masking logic for BFD_RELOC_ARM_T32_VLDR_VSTR_OFF_IMM relocation.
1200 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.s: Add examples of bad
1201 uses of VLDR and VSTR.
1202 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.l: Add error messages for
1203 above bad uses.
1204 * testsuite/gas/arm/archv8m_1m-cmse-main.s: Add examples of VLDR and
1205 VSTR valid uses.
1206 * testsuite/gas/arm/archv8m_1m-cmse-main.d: Add disassembly for the
1207 above examples.
1208
efd6b359
AV
12092019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1210
1211 * config/tc-arm.c (arm_typed_reg_parse): Fix typo in comment.
1212 (enum reg_list_els): New REGLIST_VFP_S_VPR and REGLIST_VFP_D_VPR
1213 enumerators.
1214 (parse_vfp_reg_list): Add new partial_match parameter. Set
1215 *partial_match to TRUE if at least one element in the register list has
1216 matched. Add support for REGLIST_VFP_S_VPR and REGLIST_VFP_D_VPR
1217 register lists which expect VPR as last element in the list.
1218 (s_arm_unwind_save_vfp_armv6): Adapt call to parse_vfp_reg_list to new
1219 prototype.
1220 (s_arm_unwind_save_vfp): Likewise.
1221 (enum operand_parse_code): New OP_VRSDVLST enumerator.
1222 (parse_operands): Adapt call to parse_vfp_reg_list to new prototype.
1223 Handle new OP_VRSDVLST case.
1224 (do_t_vscclrm): New function.
1225 (insns): New entry for VSCCLRM instruction.
1226 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.s: Add invalid VSCCLRM
1227 instructions.
1228 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.l: Add error expectations
1229 for above instructions.
1230 * testsuite/gas/arm/archv8m_1m-cmse-main.s: Add tests for VSCCLRM
1231 instruction.
1232 * testsuite/gas/arm/archv8m_1m-cmse-main.d: Add expected disassembly
1233 for above instructions.
1234
4b5a202f
AV
12352019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1236
1237 * config/tc-arm.c (enum reg_list_els): Define earlier and add
1238 REGLIST_RN and REGLIST_CLRM enumerators.
1239 (parse_reg_list): Add etype parameter to distinguish between regular
1240 core register list and CLRM register list. Add logic to
1241 recognize CLRM register list.
1242 (parse_vfp_reg_list): Assert type is not for core register list.
1243 (s_arm_unwind_save_core): Update call to parse_reg_list to new
1244 prototype.
1245 (enum operand_parse_code): Declare OP_CLRMLST enumerator.
1246 (parse_operands): Update call to parse_reg_list to new prototype. Add
1247 logic for OP_CLRMLST.
1248 (encode_thumb2_ldmstm): Rename into ...
1249 (encode_thumb2_multi): This. Add do_io parameter. Add logic to
1250 encode CLRM and guard LDM/STM only code by do_io.
1251 (do_t_ldmstm): Adapt to use encode_thumb2_multi.
1252 (do_t_push_pop): Likewise.
1253 (do_t_clrm): New function.
1254 (insns): Define CLRM.
1255 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.d: New file.
1256 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.l: Likewise.
1257 * testsuite/gas/arm/archv8m_1m-cmse-main-bad.s: Likewise.
1258 * testsuite/gas/arm/archv8m_1m-cmse-main.d: Likewise.
1259 * testsuite/gas/arm/archv8m_1m-cmse-main.s: Likewise.
1260
60f993ce 12612019-04-15 Sudakshina Das <sudi.das@arm.com>
8f02ae5b 1262 Andre Vieira <andre.simoesdiasvieira@arm.com>
60f993ce
AV
1263
1264 * config/tc-arm.c (operand_parse_code): Add OP_LR and OP_oLR
1265 for the LR operand and optional LR operand.
1266 (parse_operands): Add switch cases for OP_LR and OP_oLR for
1267 both type checking and value checking.
1268 (encode_thumb32_addr_mode): New entries for DLS, WLS and LE.
1269 (v8_1_loop_reloc): New helper function for handling labels
1270 for the low overhead loop instructions.
1271 (do_t_loloop): New function to encode DLS, WLS and LE.
1272 (insns): New entries for WLS, DLS and LE.
1273 (md_pcrel_from_section): New switch case
1274 for BFD_RELOC_ARM_THUMB_LOOP12.
1275 (md_appdy_fix): Likewise.
1276 (tc_gen_reloc): Likewise.
1277 * testsuite/gas/arm/armv8_1-m-tloop.s: New.
1278 * testsuite/gas/arm/armv8_1-m-tloop.d: New.
1279 * testsuite/gas/arm/armv8_1-m-tloop-bad.s: New.
1280 * testsuite/gas/arm/armv8_1-m-tloop-bad.d: New.
1281 * testsuite/gas/arm/armv8_1-m-tloop-bad.l: New.
1282
f6b2b12d 12832019-04-15 Sudakshina Das <sudi.das@arm.com>
8f02ae5b 1284 Andre Vieira <andre.simoesdiasvieira@arm.com>
f6b2b12d
AV
1285
1286 * config/tc-arm.c (T16_32_TAB): New entriy for bfcsel.
1287 (do_t_v8_1_branch): New switch case for bfcsel.
1288 (toU): Define.
1289 (insns): New instruction for bfcsel.
1290 (md_pcrel_from_section): New switch case
1291 for BFD_RELOC_THUMB_PCREL_BFCSEL.
1292 (md_appdy_fix): Likewise
1293 (tc_gen_reloc): Likewise.
1294 * testsuite/gas/arm/armv8_1-m-bfcsel.d: New.
1295 * testsuite/gas/arm/armv8_1-m-bfcsel.s: New.
1296
1889da70
AV
12972019-04-15 Sudakshina Das <sudi.das@arm.com>
1298
1299 * config/tc-arm.c (md_pcrel_from_section): New switch case for
1300 BFD_RELOC_ARM_THUMB_BF13.
1301 (md_appdy_fix): Likewise.
1302 (tc_gen_reloc): Likewise.
1303
65d1bc05 13042019-04-15 Sudakshina Das <sudi.das@arm.com>
8f02ae5b 1305 Andre Vieira <andre.simoesdiasvieira@arm.com>
65d1bc05
AV
1306
1307 * config/tc-arm.c (T16_32_TAB): New entrie for bfl.
1308 (do_t_v8_1_branch): New switch case for bfl.
1309 (insns): New instruction for bfl.
1310 * testsuite/gas/arm/armv8_1-m-bfl.d: New.
1311 * testsuite/gas/arm/armv8_1-m-bfl.s: New.
1312 * testsuite/gas/arm/armv8_1-m-bfl-bad.s: New.
1313 * testsuite/gas/arm/armv8_1-m-bfl-bad.d: New.
1314 * testsuite/gas/arm/armv8_1-m-bfl-bad.l: New.
1315 * testsuite/gas/arm/armv8_1-m-bfl-rel.d: New.
1316 * testsuite/gas/arm/armv8_1-m-bfl-rel.s: New.
1317
1caf72a5
AV
13182019-04-15 Sudakshina Das <sudi.das@arm.com>
1319
1320 * config/tc-arm.c (md_pcrel_from_section): New switch case for
1321 BFD_RELOC_ARM_THUMB_BF19.
1322 (md_appdy_fix): Likewise.
1323 (tc_gen_reloc): Likewise.
1324
f1c7f421
AV
13252019-04-15 Sudakshina Das <sudi.das@arm.com>
1326
1327 * config/tc-arm.c (T16_32_TAB): New entries for bfx and bflx.
1328 (do_t_v8_1_branch): New switch cases for bfx and bflx.
1329 (insns): New instruction for bfx and bflx.
1330 * testsuite/gas/arm/armv8_1-m-bf-exchange.d: New.
1331 * testsuite/gas/arm/armv8_1-m-bf-exchange.s: New.
1332 * testsuite/gas/arm/armv8_1-m-bf-exchange-bad.s: New
1333 * testsuite/gas/arm/armv8_1-m-bf-exchange-bad.l: New
1334 * testsuite/gas/arm/armv8_1-m-bf-exchange-bad.d: New
1335
4389b29a 13362019-04-15 Sudakshina Das <sudi.das@arm.com>
8f02ae5b 1337 Andre Vieira <andre.simoesdiasvieira@arm.com>
4389b29a
AV
1338
1339 * config/tc-arm.c (T16_32_TAB): New entries for bf.
1340 (do_t_branch_future): New.
1341 (insns): New instruction for bf.
1342 * testsuite/gas/arm/armv8_1-m-bf.d: New.
1343 * testsuite/gas/arm/armv8_1-m-bf.s: New.
1344 * testsuite/gas/arm/armv8_1-m-bf-bad.s: New.
1345 * testsuite/gas/arm/armv8_1-m-bf-bad.l: New.
1346 * testsuite/gas/arm/armv8_1-m-bf-bad.d: New.
1347 * testsuite/gas/arm/armv8_1-m-bf-rel.d: New.
1348 * testsuite/gas/arm/armv8_1-m-bf-rel.s: New.
1349
e5d6e09e
AV
13502019-04-15 Sudakshina Das <sudi.das@arm.com>
1351
1352 * config/tc-arm.c (md_pcrel_from_section): New switch case for
1353 BFD_RELOC_ARM_THUMB_BF17.
1354 (md_appdy_fix): Likewise.
1355 (tc_gen_reloc): Likewise.
1356
e2b0ab59
AV
13572019-04-15 Sudakshina Das <sudi.das@arm.com>
1358
1359 * config/tc-arm.c (ARM_IT_MAX_RELOCS): New macro.
1360 (arm_it): Member reloc renamed relocs and updated to an array.
1361 Rest: Replace all occurrences of reloc to relocs[0].
1362
e12437dc
AV
13632019-04-15 Sudakshina Das <sudi.das@arm.com>
1364
1365 * config/tc-arm.c (md_pcrel_from_section): New switch case
1366 for BFD_RELOC_THUMB_PCREL_BRANCH5.
1367 (v8_1_branch_value_check): New function to check branch
1368 offsets.
1369 (md_appdy_fix): New switch case for
1370 BFD_RELOC_THUMB_PCREL_BRANCH5.
1371 (tc_gen_reloc): Likewise.
1372
e0991585
AV
13732019-04-15 Andre Vieira <andre.simoesdiasvieira@arm.com>
1374
1375 * config/tc-arm.c (do_neon_movhf): Remove fp-armv8 check.
1376 (armv8_1m_main_ext_table): New extension table.
1377 (arm_archs): Use the new extension table.
1378 * doc/c-arm.texi: Add missing arch and document new extensions.
1379 * testsuite/gas/arm/armv8.1-m.main-fp.d: New.
1380 * testsuite/gas/arm/armv8.1-m.main-fp-dp.d: New.
1381 * testsuite/gas/arm/armv8.1-m.main-hp.d: New.
1382
031254f2
AV
13832019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1384
1385 * config/tc-arm.c (cpu_arch_ver): Add entry for Armv8.1-M Mainline
1386 Tag_CPU_arch build attribute value. Reindent.
1387 (get_aeabi_cpu_arch_from_fset): Update assert.
1388 (aeabi_set_public_attributes): Update assert for Tag_DIV_use logic.
1389 * testsuite/gas/arm/attr-march-armv8_1-m.main.d: New test.
1390
bdc8beb4
MF
13912019-04-09 Matthew Fortune <matthew.fortune@mips.com>
1392
1393 * config/tc-mips.c (mips_cpu_info_table): Add i6500. Update
1394 default ASEs for i6400.
1395 * doc/c-mips.texi (-march): Document i6500.
1396 * testsuite/gas/mips/elf_mach_i6400.d: New test.
1397 * testsuite/gas/mips/elf_mach_i6500.d: New test.
1398 * testsuite/gas/mips/mips.exp: Run the new tests.
1399
3315614d
MF
14002019-04-09 Matthew Fortune <matthew.fortune@mips.com>
1401
1402 * config/tc-mips.c (mips_set_options) <init_ase>: New field.
1403 (file_mips_opts, mips_opts) <init_ase>: Initialize new field.
1404 (file_mips_check_options): Propagate initial ASE settings.
1405 (mips_after_parse_args, parse_code_option): Track the initial
1406 ASE settings for a CPU.
1407 (s_mipsset): Restore the initial ASE settings when reverting
1408 to the default arch.
1409 * testsuite/gas/mips/elf_mach_p6600.d: New test.
1410 * testsuite/gas/mips/mips.exp: Run the new test.
1411
8114a5c5 14122019-04-12 John Darrington <john@darrington.wattle.id.au>
8f02ae5b 1413
8114a5c5
JD
1414 config/tc-s12z.h: Remove definition of macro TC_M68K
1415
d04ebfb8 14162019-04-01 John Darrington <john@darrington.wattle.id.au>
8f02ae5b 1417
d04ebfb8
JD
1418 config/tc-s12z.c: Use bfd_boolean where appropriate.
1419
c0b4cd46
MF
14202019-04-11 Max Filippov <jcmvbkbc@gmail.com>
1421
1422 * testsuite/gas/xtensa/loop-relax-2.d: New test definition.
1423 * testsuite/gas/xtensa/loop-relax.d: New test definition.
1424 * testsuite/gas/xtensa/loop-relax.s: New test source.
1425 * testsuite/gas/xtensa/text-section-literals-1a.d: New test
1426 definition.
1427 * testsuite/gas/xtensa/text-section-literals-2.d: New test
1428 definition.
1429 * testsuite/gas/xtensa/text-section-literals-2.s: New test
1430 source.
1431 * testsuite/gas/xtensa/text-section-literals-2a.d: New test
1432 definition.
1433 * testsuite/gas/xtensa/text-section-literals-3.d: New test
1434 definition.
1435 * testsuite/gas/xtensa/text-section-literals-3.s: New test
1436 source.
1437 * testsuite/gas/xtensa/text-section-literals-4.d: New test
1438 definition.
1439 * testsuite/gas/xtensa/text-section-literals-4.s: New test
1440 source.
1441 * testsuite/gas/xtensa/text-section-literals-4a.d: New test
1442 definition.
1443
6f2b7715
MF
14442019-04-11 Max Filippov <jcmvbkbc@gmail.com>
1445
1446 * testsuite/gas/xtensa/all.exp: Remove all expect-based
1447 tests and all explicit run_dump_test / run_list_test
1448 invocations. Add run_dump_tests for all .d files in the
1449 test subdirectory.
1450 * testsuite/gas/xtensa/entry_align.d: New test definition.
1451 * testsuite/gas/xtensa/entry_align.l: New test output.
1452 * testsuite/gas/xtensa/entry_misalign.d: New test definition.
1453 * testsuite/gas/xtensa/entry_misalign2.d: New test definition.
1454 * testsuite/gas/xtensa/j_too_far.d: New test definition.
1455 * testsuite/gas/xtensa/j_too_far.l: New test output.
1456 * testsuite/gas/xtensa/loop_align.d: New test definition.
1457 * testsuite/gas/xtensa/loop_misalign.d: New test definition.
1458 * testsuite/gas/xtensa/trampoline-2.d: New test definition.
1459 * testsuite/gas/xtensa/trampoline-2.l: Remove empty output.
1460 * testsuite/gas/xtensa/xtensa-err.exp: Use positive logic.
1461
f8aecf3c
MF
14622019-04-11 Max Filippov <jcmvbkbc@gmail.com>
1463
1464 * config/tc-xtensa.c (xtensa_literal_pseudo): Drop code that has
1465 no effect.
1466 (get_literal_pool_location): Only search for the literal pool
1467 when auto litpools is used, otherwise take one recorded in the
1468 tc_segment_info_data.
1469 (xtensa_assign_litpool_addresses): New function.
1470 (xtensa_move_literals): Don't duplicate 'literal pool location
1471 required...' error message. Call xtensa_assign_litpool_addresses.
1472
54879176
MF
14732019-04-11 Max Filippov <jcmvbkbc@gmail.com>
1474
1475 * config/tc-xtensa.c (xtensa_is_init_fini): Add declaration.
1476 (xtensa_mark_literal_pool_location): Don't add fill frag to literal
1477 section that records literal pool location.
1478 (md_begin): Call xtensa_mark_literal_pool_location when text
1479 section literals or auto litpools are used.
1480 (xtensa_elf_section_change_hook): Call
1481 xtensa_mark_literal_pool_location when text section literals or
1482 auto litpools are used, there's no literal pool location defined
1483 for the current section and it's not .init or .fini.
1484 * testsuite/gas/xtensa/auto-litpools-first1.d: Fix up addresses.
1485 * testsuite/gas/xtensa/auto-litpools-first2.d: Likewise.
1486 * testsuite/gas/xtensa/auto-litpools.d: Likewise.
1487
bd7ceb8d
SD
14882019-04-11 Sudakshina Das <sudi.das@arm.com>
1489
1490 * config/tc-aarch64.c (process_omitted_operand): Add case for
1491 AARCH64_OPND_Rt_SP.
1492 (parse_operands): Likewise.
1493 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Update tests.
1494 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
1495 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
1496 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
1497
e54010f1
SD
14982019-04-11 Sudakshina Das <sudi.das@arm.com>
1499
1500 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for ldgm and stgm.
1501 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
1502 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
1503 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
1504
a5def729
RO
15052019-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1506
1507 * config/tc-i386.c (need_plt32_p) [TE_SOLARIS]: Return FALSE.
1508 * testsuite/gas/i386/solaris/solaris.exp: New driver.
1509 * testsuite/gas/i386/solaris/reloc64.d,
1510 testsuite/gas/i386/solaris/x86-64-jump.d,
1511 testsuite/gas/i386/solaris/x86-64-mpx-branch-1.d,
1512 testsuite/gas/i386/solaris/x86-64-mpx-branch-2.d,
1513 testsuite/gas/i386/solaris/x86-64-nop-3.d,
1514 testsuite/gas/i386/solaris/x86-64-nop-4.d,
1515 testsuite/gas/i386/solaris/x86-64-nop-5.d,
1516 testsuite/gas/i386/solaris/x86-64-relax-2.d,
1517 testsuite/gas/i386/solaris/x86-64-relax-3.d: New tests.
1518 * testsuite/gas/i386/reloc64.d,
1519 testsuite/gas/i386/x86-64-jump.d,
1520 testsuite/gas/i386/x86-64-mpx-branch-1.d,
1521 testsuite/gas/i386/x86-64-mpx-branch-2.d,
1522 testsuite/gas/i386/x86-64-nop-3.d,
1523 testsuite/gas/i386/x86-64-nop-4.d,
1524 testsuite/gas/i386/x86-64-nop-5.d,
1525 testsuite/gas/i386/x86-64-relax-2.d,
1526 testsuite/gas/i386/x86-64-relax-3.d: Skip on *-*-solaris*.
1527
12400dcc
AM
15282019-04-10 Alan Modra <amodra@gmail.com>
1529
1530 * config/te-cloudabi.h: New file.
1531 * config/tc-aarch64.c (aarch64_after_parse_args): Use TE_CLOUDABI
1532 rather than TARGET_OS to select cloudabi.
1533 * config/tc-i386.h (ELF_TARGET_FORMAT64): Define for TE_CLOUDABI.
1534 * configure.tgt (*-*-cloudabi*): Set em=cloudabi.
1535
7e96e219
RS
15362019-04-09 Robert Suchanek <robert.suchanek@mips.com>
1537
1538 * testsuite/gas/mips/mips.exp: Run hwr-names test.
1539 * testsuite/gas/mips/hwr-names.s: Add test cases for RDHWR with
1540 the SEL field.
1541 * testsuite/gas/mips/mipsr6@hwr-names.d: New file.
1542
462cac58
L
15432019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1544
1545 * config/tc-i386.c (output_insn): Support
1546 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
1547 * testsuite/gas/i386/property-2.s: Add AVX512_BF16 test.
1548 * testsuite/gas/i386/property-2.d: Updated.
1549 * testsuite/gas/i386/x86-64-property-2.d: Likewise.
1550
3ae61bb6
L
15512019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1552
1553 * configure.tgt: Remove i386-*-kaos* and i386-*-chaos targets.
1554 * testsuite/gas/i386/i386.exp: Remove *-*-caos* and "*-*-kaos*
1555 check.
1556
4ef40579
L
15572019-04-05 H.J. Lu <hongjiu.lu@intel.com>
1558
1559 * testsuite/gas/i386/i386.exp: Run -mx86-used-note=yes tests.
1560 * testsuite/gas/i386/property-2.d: New file.
1561 * testsuite/gas/i386/property-2.s: Likewise.
1562 * testsuite/gas/i386/x86-64-property-2.d: Likewise.
1563
d6aab7a1
XG
15642019-04-05 Xuepeng Guo <xuepeng.guo@intel.com>
1565
1566 * config/tc-i386.c (cpu_arch): Add .avx512_bf16.
1567 (cpu_noarch): Add noavx512_bf16.
1568 * doc/c-i386.texi: Document avx512_bf16.
1569 * testsuite/gas/i386/avx512_bf16.d: New file.
1570 * testsuite/gas/i386/avx512_bf16.s: Likewise.
1571 * testsuite/gas/i386/avx512_bf16_vl-inval.l: Likewise.
1572 * testsuite/gas/i386/avx512_bf16_vl-inval.s: Likewise.
1573 * testsuite/gas/i386/avx512_bf16_vl.d: Likewise.
1574 * testsuite/gas/i386/avx512_bf16_vl.s: Likewise.
1575 * testsuite/gas/i386/x86-64-avx512_bf16.d: Likewise.
1576 * testsuite/gas/i386/x86-64-avx512_bf16.s: Likewise.
1577 * testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.l: Likesie.
1578 * testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.s: Likewise.
1579 * testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Likewise.
1580 * testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Likewise.
1581 * testsuite/gas/i386/i386.exp: Add BF16 related tests.
1582
bec858ea
AM
15832019-04-05 Alan Modra <amodra@gmail.com>
1584
1585 * testsuite/gas/ppc/bc.s,
1586 * testsuite/gas/ppc/bcat.d,
1587 * testsuite/gas/ppc/bcaterr.d,
1588 * testsuite/gas/ppc/bcaterr.l,
1589 * testsuite/gas/ppc/bcy.d,
1590 * testsuite/gas/ppc/bcyerr.d,
1591 * testsuite/gas/ppc/bcyerr.l: New tests.
1592 * testsuite/gas/ppc/ppc.exp: Run them.
1593
c2b1c275
AM
15942019-04-05 Alan Modra <amodra@gmail.com>
1595
1596 * testsuite/gas/ppc/476.d: Remove trailing spaces.
1597 * testsuite/gas/ppc/a2.d: Likewise.
1598 * testsuite/gas/ppc/booke.d: Likewise.
1599 * testsuite/gas/ppc/booke_xcoff.d: Likewise.
1600 * testsuite/gas/ppc/e500.d: Likewise.
1601 * testsuite/gas/ppc/e500mc.d: Likewise.
1602 * testsuite/gas/ppc/e6500.d: Likewise.
1603 * testsuite/gas/ppc/htm.d: Likewise.
1604 * testsuite/gas/ppc/power6.d: Likewise.
1605 * testsuite/gas/ppc/power8.d: Likewise.
1606 * testsuite/gas/ppc/power9.d: Likewise.
1607 * testsuite/gas/ppc/vle.d: Likewise.
1608
aae9718e
PB
16092019-04-04 Peter Bergner <bergner@linux.ibm.com>
1610
1611 PR gas/24349
1612 * testsuite/gas/ppc/power8.s: (bdnztar, bdnztarl, bdztar, bdztarl,
1613 btar, btarl, bdnztar-, bdnztarl-, bdnztar+, bdnztarl+, bdztar-,
1614 bdztarl-, bdztar+, bdztarl+, bgetar, bnltar, bgetarl, bnltarl,
1615 bletar, bngtar, bletarl, bngtarl, bnetar, bnetarl, bnstar, bnutar,
1616 bnstarl, bnutarl, bgetar-, bnltar-, bgetarl-, bnltarl-, bletar-,
1617 bngtar-, bletarl-, bngtarl-, bnetar-, bnetarl-, bnstar-, bnutar-,
1618 bnstarl-, bnutarl-, bgetar+, bnltar+, bgetarl+, bnltarl+, bletar+,
1619 bngtar+, bletarl+, bngtarl+, bnetar+, bnetarl+, bnstar+, bnutar+,
1620 bnstarl+, bnutarl+, blttar, blttarl, bgttar, bgttarl, beqtar,
1621 beqtarl, bsotar, buntar, bsotarl, buntarl, blttar-, blttarl-,
1622 bgttar-, bgttarl-, beqtar-, beqtarl-, bsotar-, buntar-, bsotarl-,
1623 buntarl-, blttar+, blttarl+, bgttar+, bgttarl+, beqtar+, beqtarl+,
1624 bsotar+, buntar+, bsotarl+, buntarl+, bdnzftar, bdnzftarl, bdzftar,
1625 bdzftarl, bftar, bftarl, bftar-, bftarl-, bftar+, bftarl+, bdnzttar,
1626 bdnzttarl, bdzttar, bdzttarl, bttar, bttarl, bttar-, bttarl-, bttar+,
1627 bttarl+): Add tests of extended mnemonics.
1628 * testsuite/gas/ppc/power8.d: Likewise. Update previous bctar tests
1629 to expect new extended mnemonics.
1630 * testsuite/gas/ppc/a2.s: <bc, bc-, bc+, bcl, bcl-, bcl+>: Update test
1631 to not use illegal BO value. Use a more convenient BI value.
1632 * testsuite/gas/ppc/a2.d: Update tests for new expect output.
1633
403b0b61
MF
16342019-04-03 Max Filippov <jcmvbkbc@gmail.com>
1635
1636 * config/tc-xtensa.c (convert_frag_immed): Drop
1637 convert_frag_immed_finish_loop invocation.
1638 (convert_frag_immed_finish_loop): Drop declaration and
1639 definition.
1640 * config/xtensa-relax.c (widen_spec_list): Replace loop
1641 widening that uses addi/addmi with widening that uses l32r
1642 and const16.
1643
34ef62f4
AV
16442019-04-01 Andre Vieira <andre.simoesdiasvieira@arm.com>
1645
1646 * config/tc-arm.c (arm_ext_table): New struct type.
1647 (arm_arch_option_table): Add new 'arm_ext_table' field.
1648 (ARM_EXT,ARM_ADD,ARM_REMOVE, ALL_FP): New macros.
1649 (armv5te_ext_table, armv7ve_ext_table, armv7a_ext_table,
1650 armv7r_ext_table, armv7em_ext_table, armv8a_ext_table,
1651 armv81a_ext_table, armv82a_ext_table, armv84a_ext_table,
1652 armv85a_ext_table, armv8m_main_ext_table,
1653 armv8r_ext_table): New architecture extension tables.
1654 (ARM_ARCH_OPT): Add new default field.
1655 (ARM_ARCH_OPT2): New macro.
1656 (arm_archs): Extend some architectures with the new architecture
1657 extension tables mentioned above.
1658 (arm_extensions): Add DEPRECATED comment with instructions to
1659 use new table.
1660 (arm_parse_extension): Change to use new extension tables.
1661 (arm_parse_cpu): Don't change existing behavior.
1662 (arm_parse_arch): Change to use new extension tables.
1663 * doc/c-arm.texi: Document new architecture extensions.
1664 * testsuite/gas/arm/attr-mfpu-neon-fp16.d: Change test to use new
1665 extension option rather than -mfpu and change expected behaviour to
1666 sane outputs.
1667 * testsuite/gas/arm/armv8-2-fp16-scalar-bad-ext.d: New.
1668 * testsuite/gas/arm/armv8-2-fp16-scalar-ext.d: New.
1669 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb-ext.d: New.
1670 * testsuite/gas/arm/armv8-2-fp16-simd-ext.d: New.
1671 * testsuite/gas/arm/armv8-2-fp16-simd-thumb-ext.d: New.
1672 * testsuite/gas/arm/armv8-2-fp16-simd-warning-ext.d: New.
1673 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb-ext.d: New.
1674 * testsuite/gas/arm/armv8_2+rdma-ext.d: New.
1675 * testsuite/gas/arm/armv8_2-a-fp16-thumb2-ext.d: New.
1676 * testsuite/gas/arm/armv8_2-a-fp16_ext.d: New.
1677 * testsuite/gas/arm/armv8_3-a-fp-bad-ext.d: New.
1678 * testsuite/gas/arm/armv8_3-a-fp-ext.d: New.
1679 * testsuite/gas/arm/armv8_3-a-fp16-ext.d: New.
1680 * testsuite/gas/arm/armv8_3-a-simd-bad-ext.d: New.
1681 * testsuite/gas/arm/armv8_4-a-fp16-ext.d: New.
1682 * testsuite/gas/arm/armv8m.main+fp.d: New.
1683 * testsuite/gas/arm/armv8m.main+fp.dp.d: New.
1684 * testsuite/gas/arm/attr-ext-fpv5-d16.d: New.
1685 * testsuite/gas/arm/attr-ext-fpv5.d: New.
1686 * testsuite/gas/arm/attr-ext-idiv.d: New.
1687 * testsuite/gas/arm/attr-ext-mp.d: New.
1688 * testsuite/gas/arm/attr-ext-neon-fp16.d: New.
1689 * testsuite/gas/arm/attr-ext-neon-vfpv3.d: New.
1690 * testsuite/gas/arm/attr-ext-neon-vfpv4.d: New.
1691 * testsuite/gas/arm/attr-ext-sec.d: New.
1692 * testsuite/gas/arm/attr-ext-vfpv3-d16-fp16.d: New.
1693 * testsuite/gas/arm/attr-ext-vfpv3-d16.d: New.
1694 * testsuite/gas/arm/attr-ext-vfpv3-fp16.d: New.
1695 * testsuite/gas/arm/attr-ext-vfpv3.d: New.
1696 * testsuite/gas/arm/attr-ext-vfpv3xd-fp.d: New.
1697 * testsuite/gas/arm/attr-ext-vfpv3xd.d: New.
1698 * testsuite/gas/arm/attr-ext-vfpv4-d16.d: New.
1699 * testsuite/gas/arm/attr-ext-vfpv4-sp-d16.d: New.
1700 * testsuite/gas/arm/attr-ext-vfpv4.d: New.
1701 * testsuite/gas/arm/dotprod-mandatory-ext.d: New.
1702 * testsuite/gas/arm/fpv5-d16.s: New.
1703 * testsuite/gas/arm/fpv5-sp-d16.s: New.
1704
96a86c01
AM
17052019-03-28 Alan Modra <amodra@gmail.com>
1706
1707 PR 24390
1708 * testsuite/gas/ppc/476.d: Update mtfsb*.
1709 * testsuite/gas/ppc/a2.d: Likewise.
1710
86b0c8dd
AM
17112019-03-21 Alan Modra <amodra@gmail.com>
1712
1713 * emul.h (struct emulation): Delete strip_underscore.
1714 * emul-target.h (emul_strip_underscore): Don't define.
1715 (emul_struct_name): Update initialization.
1716
7553c869
AM
17172019-03-21 Alan Modra <amodra@gmail.com>
1718
1719 * config/tc-d10v.c (md_apply_fix): Apply BFD_RELOC_8.
1720 * config/tc-pdp11.c (md_apply_fix): Likewise.
1721 * config/tc-d30v.c (md_apply_fix): Don't emit errors for BFD_RELOC_8,
1722 BFD_RELOC_16, and BFD_RELOC_64.
1723 * testsuite/gas/all/gas.exp: Move target exclusions for forward
1724 test, but not cr16, to..
1725 * testsuite/gas/all/forward.d: ..here, with explanation. Remove
1726 d10v, d30v, and pdp11 xfails.
1727
392a5972
L
17282019-03-19 H.J. Lu <hongjiu.lu@intel.com>
1729
1730 * config/tc-i386.c (optimize_encoding): Don't check AVX for
1731 EVEX vector load/store optimization. Check both operands for
1732 ZMM register. Update EVEX vector load/store opcode check.
1733 Choose EVEX Disp8 over VEX Disp32.
1734 * testsuite/gas/i386/optimize-1.d: Updated.
1735 * testsuite/gas/i386/optimize-1a.d: Likewise.
1736 * testsuite/gas/i386/optimize-2.d: Likewise.
1737 * testsuite/gas/i386/optimize-4.d: Likewise.
1738 * testsuite/gas/i386/optimize-5.d: Likewise.
1739 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1740 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
1741 * testsuite/gas/i386/x86-64-optimize-2b.d: Likewise.
1742 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
1743 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
1744 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
1745 * testsuite/gas/i386/optimize-1.s: Add ZMM register load
1746 test.
1747 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
1748
7b1d7ca1
L
17492019-03-19 H.J. Lu <hongjiu.lu@intel.com>
1750
1751 PR gas/24352
1752 * config/tc-i386.c (optimize_encoding): Check only
1753 cpu_arch_flags.bitfield.cpuavx512vl.
1754 * testsuite/gas/i386/i386.exp: Run x86-64-optimize-2b.
1755 * testsuite/gas/i386/x86-64-optimize-2.d: Revert the last
1756 change.
1757 * testsuite/gas/i386/x86-64-optimize-2b.d: New file.
1758 * testsuite/gas/i386/x86-64-optimize-2b.s: Likewise.
1759
89199bb5
L
17602019-03-19 H.J. Lu <hongjiu.lu@intel.com>
1761
1762 PR gas/24359
1763 * testsuite/gas/i386/i386.exp: Change optimize-6a, optimize-7,
1764 x86-64-optimize-7a and x86-64-optimize-8 tests to run_list_test.
1765 Remove optimize-6c and x86-64-optimize-7c tests.
1766 * testsuite/gas/i386/noavx-3.l: Updated.
1767 * testsuite/gas/i386/noavx-4.d: Likewise.
1768 * testsuite/gas/i386/noavx-5.d: Likewise.
1769 * testsuite/gas/i386/noavx-3.s: Add AVX512F tests.
1770 * testsuite/gas/i386/noavx-4.s: Remove AVX512F tests.
1771 * testsuite/gas/i386/nosse-5.s: Likewise.
1772 * testsuite/gas/i386/optimize-6a.d: Removed.
1773 * testsuite/gas/i386/optimize-6c.d: Likewise.
1774 * testsuite/gas/i386/optimize-7.d: Likewise.
1775 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
1776 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
1777 * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
1778 * testsuite/gas/i386/optimize-6a.l: New file.
1779 * testsuite/gas/i386/optimize-6a.s: Likewise.
1780 * testsuite/gas/i386/optimize-7.l: Likewise.
1781 * testsuite/gas/i386/x86-64-optimize-7a.l: Likewise.
1782 * testsuite/gas/i386/x86-64-optimize-7a.s: Likewise.
1783 * testsuite/gas/i386/x86-64-optimize-8.l: Likewise.
1784
c6cdff46
AM
17852019-03-18 Alan Modra <amodra@gmail.com>
1786
1787 * config/m68k-parse.y (yylex): Use temp_ilp and restore_ilp.
af60449c
AM
1788 * as.c (macro_expr): Likewise.
1789 * macro.c (buffer_and_nest): Likewise.
1790 * read.c (temp_ilp): Remove FIXME.
c6cdff46 1791
a716e60c
L
17922019-03-18 H.J. Lu <hongjiu.lu@intel.com>
1793
1794 * testsuite/gas/i386/att-regs.d: Pass -O0 to assembler.
1795 * testsuite/gas/i386/avx512bw-intel.d: Likewise.
1796 * testsuite/gas/i386/avx512bw.d: Likewise.
1797 * testsuite/gas/i386/avx512f-intel.d: Likewise.
1798 * testsuite/gas/i386/avx512f.d: Likewise.
1799 * testsuite/gas/i386/disp32.d: Likewise.
1800 * testsuite/gas/i386/intel-regs.d: Likewise.
1801 * testsuite/gas/i386/pseudos.d: Likewise.
1802 * testsuite/gas/i386/x86-64-disp32.d: Likewise.
1803 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
1804
97ed31ae
L
18052019-03-18 H.J. Lu <hongjiu.lu@intel.com>
1806
1807 PR gas/24348
1808 * config/tc-i386.c (optimize_encoding): Encode 128-bit and
1809 256-bit EVEX vector register load/store instructions as VEX
1810 vector register load/store instructions for -O1.
1811 * doc/c-i386.texi: Update -O1 documentation.
1812 * testsuite/gas/i386/i386.exp: Run PR gas/24348 tests.
1813 * testsuite/gas/i386/optimize-1.s: Add tests for EVEX vector
1814 load/store instructions.
1815 * testsuite/gas/i386/optimize-2.s: Likewise.
1816 * testsuite/gas/i386/optimize-3.s: Likewise.
1817 * testsuite/gas/i386/optimize-5.s: Likewise.
1818 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
1819 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
1820 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
1821 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
1822 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
1823 * testsuite/gas/i386/optimize-1.d: Updated.
1824 * testsuite/gas/i386/optimize-2.d: Likewise.
1825 * testsuite/gas/i386/optimize-3.d: Likewise.
1826 * testsuite/gas/i386/optimize-4.d: Likewise.
1827 * testsuite/gas/i386/optimize-5.d: Likewise.
1828 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1829 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
1830 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
1831 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
1832 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
1833 * testsuite/gas/i386/optimize-7.d: New file.
1834 * testsuite/gas/i386/optimize-7.s: Likewise.
1835 * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
1836 * testsuite/gas/i386/x86-64-optimize-8.s: Likewise.
1837
99112332
L
18382019-03-18 H.J. Lu <hongjiu.lu@intel.com>
1839
1840 * config/tc-i386.c (optimize_encoding): Encode 256-bit/512-bit
1841 VEX/EVEX vector register clearing instructions with 128-bit VEX
1842 vector register clearing instructions at -O1.
1843 * doc/c-i386.texi: Update -O1 and -O2 documentation.
1844 * testsuite/gas/i386/i386.exp: Run optimize-1a and
1845 x86-64-optimize-2a.
1846 * testsuite/gas/i386/optimize-1a.d: New file.
1847 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
1848
41fd2579
L
18492019-03-17 H.J. Lu <hongjiu.lu@intel.com>
1850
1851 PR gas/24353
1852 * config/tc-i386.c: Include <limits.h> if it exists and try
1853 including <sys/param.h> if we have it.
1854 (INT_MAX): Define if not defined.
1855 (md_parse_option): Set optimize to INT_MAX for -Os.
1856 * testsuite/gas/i386/optimize-2.s: Add a test.
1857 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
1858 * testsuite/gas/i386/optimize-2.d: Updated.
1859 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
1860
dd22218c
L
18612019-03-17 H.J. Lu <hongjiu.lu@intel.com>
1862
1863 PR gas/24352
1864 * config/tc-i386.c (optimize_encoding): Encode 512-bit EVEX
1865 with 128-bit VEX encoding only when AVX is enabled and with
1866 128-bit EVEX encoding only when AVX512VL is enabled.
1867 * testsuite/gas/i386/i386.exp: Run PR gas/24352 tests.
1868 * testsuite/gas/i386/optimize-6.s: New file.
1869 * testsuite/gas/i386/optimize-6a.d: Likewise.
1870 * testsuite/gas/i386/optimize-6b.d: Likewise.
1871 * testsuite/gas/i386/optimize-6c.d: Likewise.
1872 * testsuite/gas/i386/x86-64-optimize-7.s: Likewise.
1873 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
1874 * testsuite/gas/i386/x86-64-optimize-7b.d: Likewise.
1875 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
1876 * testsuite/gas/i386/x86-64-optimize-2.d: Updated.
1877
1c529385
LH
18782019-03-15 Li Hao <li.hao296@zte.com.cn>
1879
1880 PR 24308
1881 * config/tc-i386.c (parse_insn): Check mnemp before using it to
1882 determine if a suffix can be trimmed.
1883
204f543c
CE
18842019-03-13 Christian Eggers <ceggers@gmx.de>
1885
1886 * dwarf2dbg.c (out_set_addr): Align relocation within .debug_line.
1887
145c4477
CE
18882019-03-13 Christian Eggers <ceggers@gmx.de>
1889
1890 * dwarf2dbg.c (out_debug_line): Pad size of .debug_line section.
1891
5c4e5fe6
CE
18922019-03-13 Christian Eggers <ceggers@gmx.de>
1893
1894 * dwarf2dbg.c (out_debug_str): Use octets for .debug_string pointers.
1895
38c24f42
CE
18962019-03-13 Christian Eggers <ceggers@gmx.de>
1897
1898 * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
1899
72354279
CE
19002019-03-13 Christian Eggers <ceggers@gmx.de>
1901
1902 * dwarf2dbg.c (out_debug_line): Use octets for dwarf2 headers.
1903 (out_debug_aranges, out_debug_info): Likewise.
1904
d18d1999
CE
19052019-03-13 Christian Eggers <ceggers@gmx.de>
1906
1907 * symbols.h (symbol_temp_new_now_octets): Declare.
1908 (symbol_set_value_now_octets, symbol_octets_p): Declare.
1909 * symbols.c (struct symbol_flags): New member sy_octets.
1910 (symbol_temp_new_now_octets): New function.
1911 (resolve_symbol_value): Return octets instead of bytes if
1912 sy_octets is set.
1913 (symbol_set_value_now_octets): New function.
1914 (symbol_octets_p): New function.
1915
71250b94
CE
19162019-03-13 Christian Eggers <ceggers@gmx.de>
1917
1918 * dwarf2dbg.c (dwarf2_emit_insn): Fix calculation of line info offset.
1919
0919bfe9
AK
19202019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
1921
1922 * testsuite/gas/s390/zarch-arch13.s: Adjust testcase to optable changes.
1923 * testsuite/gas/s390/zarch-arch13.d: Likewise.
1924
52d6f3ee
MM
19252019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1926
1927 * testsuite/gas/aarch64/dotproduct.d: Use multiple "as" lines.
1928 * testsuite/gas/aarch64/dotproduct_armv8_4.d: Remove.
1929 * testsuite/gas/aarch64/dotproduct_armv8_4.s: Remove.
1930 * testsuite/gas/aarch64/illegal-dotproduct.d: Use multiple "as"
1931 lines.
1932 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: Remove.
1933 * testsuite/gas/aarch64/ldst-rcpc.d: Use multiple "as" lines.
1934
a894d76a
AM
19352019-02-24 Alan Modra <amodra@gmail.com>
1936
1937 * config/tc-ppc.c (parse_tls_arg): Wrap in #ifdef OBJ_ELF.
1938
f616c36b
AM
19392019-02-24 Alan Modra <amodra@gmail.com>
1940
1941 PR 24144
1942 * config/obj-aout.c (obj_aout_frob_file_before_fix): Write to end
1943 of section to ensure file contents cover aligned section size.
1944
83f43c83
KT
19452019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1946
1947 * config/tc-arm.c (arm_cpus): Add neoverse-n1.
1948 * doc/c-arm.texi (-mcpu): Document neoverse-n1 value.
1949
516dbc44
KT
19502019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1951
1952 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-e1.
1953 * doc/c-aarch64.texi (-mcpu): Document neoverse-e1 value.
1954
38e75bf2
KT
19552019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1956
1957 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n1.
1958 * doc/c-aarch64.texi (-mcpu): Document neoverse-n1 value.
1959
6f2117ba
PH
19602019-02-19 Paul Hua <paul.hua.gm@gmail.com>
1961
1962 * NEWS: Mention -m[no-]fix-loongson3-llsc.
1963 * configure.ac: Add --enable-mips-fix-loongson3-llsc.
1964 Define DEFAULT_MIPS_FIX_LOONGSON3_LLSC.
1965 * config.in: Regenerated.
1966 * configure: Likewise.
1967 * config/tc-mips.c (sync_insn, mips_fix_loongson3_llsc):
1968 New variables.
1969 (options): New OPTION_FIX_LOONGSON3_LLSC,
1970 OPTION_NO_FIX_LOONGSON3_LLSC.
1971 (md_longopts): Add -m[no-]fix-loongson3-llsc.
1972 (md_begin): Initialize sync insn.
1973 (fix_loongson3_llsc): New.
1974 (append_insn): Call fix_loongson3_llsc.
1975 (md_parse_option): Handle OPTION_FIX_LOONGSON3_LLSC,
1976 OPTION_NO_FIX_LOONGSON3_LLSC.
1977 (md_show_usage): Display -m[no-]fix-loongson3-llsc.
1978 * doc/c-mips.texi: Document -m[no-]fix-loongson3-llsc,
1979 --enable-mips-fix-loongson3-llsc=[yes|no].
1980
db222310
L
19812019-02-10 H.J. Lu <hongjiu.lu@intel.com>
1982
1983 PR gas/24165
1984 * frags.c (frag_var_init): Pass max_chars to TC_FRAG_INIT as
1985 max_bytes.
1986 * config/tc-aarch64.h (TC_FRAG_INIT): Add and pass max_bytes to
1987 aarch64_init_frag.
1988 * /config/tc-arm.h (TC_FRAG_INIT): And and pass max_bytes to
1989 arm_init_frag.
1990 * config/tc-avr.h (TC_FRAG_INIT): And and ignore max_bytes.
1991 * config/tc-ia64.h (TC_FRAG_INIT): Likewise.
1992 * config/tc-mmix.h (TC_FRAG_INIT): Likewise.
1993 * config/tc-nds32.h (TC_FRAG_INIT): Likewise.
1994 * config/tc-ns32k.h (TC_FRAG_INIT): Likewise.
1995 * config/tc-rl78.h (TC_FRAG_INIT): Likewise.
1996 * config/tc-rx.h (TC_FRAG_INIT): Likewise.
1997 * config/tc-score.h (TC_FRAG_INIT): Likewise.
1998 * config/tc-tic54x.h (TC_FRAG_INIT): Likewise.
1999 * config/tc-tic6x.h (TC_FRAG_INIT): Likewise.
2000 * config/tc-xtensa.h (TC_FRAG_INIT): Likewise.
2001 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Set to
2002 (alignment ? ((1 << alignment) - 1) : 1)
2003 (i386_tc_frag_data): Add max_bytes.
2004 (TC_FRAG_INIT): Add and track max_bytes.
2005 (HANDLE_ALIGN): Replace MAX_MEM_FOR_RS_ALIGN_CODE with
2006 fragP->tc_frag_data.max_bytes.
2007 * doc/internals.texi: Update TC_FRAG_TYPE with max_bytes.
2008
21820ebe
JW
20092019-02-08 Jim Wilson <jimw@sifive.com>
2010
2011 * config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support.
2012 (riscv_ip) <'C'>: Add 'z' support.
2013
f7dd2fb2
TC
20142019-02-07 Tamar Christina <tamar.christina@arm.com>
2015
2016 * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for
2017 hlt to armv1.
2018 * testsuite/gas/arm/armv8a-automatic-hlt.d: Update TAGs
2019 * testsuite/gas/arm/hlt.d: New test.
2020 * testsuite/gas/arm/hlt.s: New test.
2021
bd756351
TC
20222019-02-07 Tamar Christina <tamar.christina@arm.com>
2023
2024 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.d: New test.
2025 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.s: New test.
2026
6456d318
TC
20272019-02-07 Tamar Christina <tamar.christina@arm.com>
2028
2029 PR binutils/23212
2030 * testsuite/gas/aarch64/undefined_by_elem_sz_l.s: New test.
2031 * testsuite/gas/aarch64/undefined_by_elem_sz_l.d: New test.
2032
0e7e9601
EB
20332019-02-07 Eric Botcazou <ebotcazou@adacore.com>
2034
2035 * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on
2036 64-bit boundaries for the GR6.
2037 * testsuite/gas/visium/allinsn_gr6.s: Tweak.
2038 * testsuite/gas/visium/allinsn_gr6.d: Likewise.
2039 * testsuite/gas/visium/bra-1.d: New test.
2040 * testsuite/gas/visium/bra-1.s: Likewise.
2041 * testsuite/gas/visium/visium.exp: Run bra-1 test.
2042
c6f14c0d
JD
20432019-01-31 John Darrington <john@darrington.wattle.id.au>
2044
8f02ae5b 2045 * config/tc-s12z.c (lex_imm): Add new argument exp_o.
c6f14c0d
JD
2046 (emit_reloc): New function.
2047 (md_apply_fix): [BFD_RELOC_S12Z_OPR] Recognise that it
2048 can be either 2 bytes or 3 bytes long.
2049 * testsuite/gas/s12z/mov-imm-reloc.d: New file.
2050 * testsuite/gas/s12z/mov-imm-reloc.s: New file.
2051 * testsuite/gas/s12z/s12z.exp: Add them.
2052
91bae991
JD
20532019-01-31 John Darrington <john@darrington.wattle.id.au>
2054
2055 * config/tc-s12z.c (md_apply_fix): Fix incorrect limits.
2056 * testsuite/gas/s12z/pc-rel-bad.d: New file.
2057 * testsuite/gas/s12z/pc-rel-bad.l: New file.
2058 * testsuite/gas/s12z/pc-rel-bad.s: New file.
2059 * testsuite/gas/s12z/pc-rel-good.d: New file.
2060 * testsuite/gas/s12z/pc-rel-good.s: New file.
2061 * testsuite/gas/s12z/s12z.exp: Add them.
2062
1d4d8669
JD
20632019-01-31 John Darrington <john@darrington.wattle.id.au>
2064
2065 * config/tc-s12z.c (tfr): Emit warning if operands are the same.
2066 * testsuite/gas/s12z/exg.d: New test case.
2067 * testsuite/gas/s12z/exg.l: New file.
2068
8b3a46f9
JD
20692019-01-31 John Darrington <john@darrington.wattle.id.au>
2070
2071 * config/tc-s12z.c (lex_opr): Add a parameter to indicate whether
2072 immediate mode operands should be permitted.
2073 * testsuite/s12z/imm-dest.d: New file.
2074 * testsuite/s12z/imm-dest.l: New file.
2075 * testsuite/s12z/imm-dest.s: New file.
2076 * testsuite/s12z/s12z.exp: Add them.
2077
fc60b8c8
AK
20782019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
2079
2080 * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
2081 * doc/c-s390.texi: Document arch13 march option.
2082 * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
2083 * testsuite/gas/s390/zarch-arch13.d: New test.
2084 * testsuite/gas/s390/zarch-arch13.s: New test.
2085 * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
2086 also for z13.
2087
3ca4a8ec
AM
20882019-01-31 Alan Modra <amodra@gmail.com>
2089
2090 * config/tc-alpha.c (md_apply_fix): Correct range checks for
2091 BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
2092 * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
2093 * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
2094
75c1c971
MF
20952019-01-28 Max Filippov <jcmvbkbc@gmail.com>
2096
2097 * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
2098 symbols as done in md_apply_fix.
2099 * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
2100
2d151af7
NC
21012019-01-28 Nick Clifton <nickc@redhat.com>
2102
2103 * po/fr.po: Updated French translation.
2104 * po/ru.po: Updated Russian translation.
2105
e044973b
AM
21062019-01-28 Alan Modra <amodra@gmail.com>
2107
2108 * configure.ac (ac_checking): Set from bfd/development.sh
2109 development variable.
2110 * configure: Regenerate.
2111
e10620d3
TC
21122019-01-25 Sudakshina Das <sudi.das@arm.com>
2113
2114 * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
2115 stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
2116 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
2117 stg, stzg, st2g and stz2g.
2118 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
2119 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
2120 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
2121
20a4ca55
SD
21222019-01-25 Sudakshina Das <sudi.das@arm.com>
2123
2124 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
2125 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
2126 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
2127 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
2128
550fd7bf
SD
21292019-01-25 Sudakshina Das <sudi.das@arm.com>
2130 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2131
2132 * config/tc-aarch64.c (parse_address_main): Remove support for
2133 [base]! address expression.
2134 (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
2135 (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
2136 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
2137 and stgv.
2138 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
2139 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
2140 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
2141
10c172ba
WH
21422019-01-25 Wu Heng <wu.heng@zte.com.cn>
2143
2144 PR gas/23940
2145 * macro.c (getstring): Check array bound before accessing.
2146
0c56b5cf
AM
21472019-01-25 Alan Modra <amodra@gmail.com>
2148
2149 PR 20902
2150 PR 24125
2151 * read.c (stringer): Delete assertion.
2152
375cd423
NC
21532019-01-21 Nick Clifton <nickc@redhat.com>
2154
2155 * po/uk.po: Updated Ukranian translation.
2156
f48dfe41
NC
21572019-01-19 Nick Clifton <nickc@redhat.com>
2158
2159 * config.in: Regenerate.
2160 * configure: Regenerate.
2161 * po/gas.pot: Regenerate.
2162
f974f26c
NC
21632018-06-24 Nick Clifton <nickc@redhat.com>
2164
2165 2.32 branch created.
2166
dee3ee22
TC
21672019-01-17 Tamar Christina <tamar.christina@arm.com>
2168
2169 * testsuite/gas/arm/archv6t2-1-pe.d: New test.
2170 * testsuite/gas/arm/archv6t2-1.d: Skip pe.
2171 * testsuite/gas/arm/csdb.d: Skip pe.
2172 * testsuite/gas/arm/sb-thumb1-pe.d: New test.
2173 * testsuite/gas/arm/sb-thumb1.d: Skip pe.
2174 * testsuite/gas/arm/sb-thumb2-pe.d: New test.
2175 * testsuite/gas/arm/sb-thumb2.d: Skip pe.
2176 * testsuite/gas/arm/udf.d: Skip pe.
2177
a4bf3d07
JW
21782019-01-16 Kito Cheng <kito@andestech.com>
2179
2180 * testsuite/gas/riscv/attribute-empty.d: New.
2181
2dc8dd17
JW
21822019-01-16 Kito Cheng <kito@andestech.com>
2183 Nelson Chu <nelson@andestech.com>
2184
2185 * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
2186 (riscv_set_options): Add `arch_attr` field.
2187 (riscv_opts): Set default value for arch_attr.
2188 (riscv_write_out_arch_attr): New.
2189 (riscv_set_public_attributes): Likewise.
2190 (riscv_md_end): Likewise.
2191 (riscv_convert_symbolic_attribute): Likewise.
2192 (s_riscv_attribute): Likewise.
2193 (explicit_arch_attr): Likewise.
2194 (riscv_pseudo_table): Add .attribute to the table.
2195 (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
2196 enumeration constants.
2197 (md_longopts): Add `march-attr' and `mno-arch-attr' options.
2198 (md_parse_option): Handle the new options.
2199 (md_show_usage): Document the `march-attr' option.
2200 * config/tc-riscv.h (md_end): Define as riscv_md_end
2201 (riscv_md_end): Declare.
2202 (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
2203 riscv_convert_symbolic_attribute.
2204 (riscv_convert_symbolic_attribute): Declare.
2205 (start_assemble): Declare.
2206 * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
2207 * testsuite/gas/elf/section2.e-riscv: New.
2208 * testsuite/gas/riscv/attribute-01.d: New test
2209 * testsuite/gas/riscv/attribute-02.d: Likewise.
2210 * testsuite/gas/riscv/attribute-03.d: Likewise.
2211 * testsuite/gas/riscv/attribute-04.d: Likewise.
2212 * testsuite/gas/riscv/attribute-04.s: Likewise.
2213 * testsuite/gas/riscv/attribute-05.d: Likewise.
2214 * testsuite/gas/riscv/attribute-05.s: Likewise.
2215 * testsuite/gas/riscv/attribute-06.d: Likewise.
2216 * testsuite/gas/riscv/attribute-06.s: Likewise.
2217 * testsuite/gas/riscv/attribute-07.d: Likewise.
2218 * testsuite/gas/riscv/attribute-07.s: Likewise.
2219 * testsuite/gas/riscv/attribute-08.d: Likewise.
2220 * testsuite/gas/riscv/attribute-08.s: Likewise.
2221 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
2222 * testsuite/gas/riscv/attribute-unknown.s: Likewise.
2223 * testsuite/gas/riscv/empty.l: Likewise.
2224 * doc/c-riscv.texi (.attribute): Add documentation.
2225 * configure.ac (--enable-default-riscv-attribute): New options.
2226 * configure: Re-generate.
2227 * config.in: Re-generate.
2228
d5dcaf1b
JD
22292019-01-16 John Darrington <john@darrington.wattle.id.au>
2230
e7b47f2e
JD
2231 * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
2232 before the contents.
2233 * testsuite/gas/s12z/labels.d: New file.
2234 * testsuite/gas/s12z/labels.s: New file.
2235 * testsuite/gas/s12z/s12z.exp: Add them.
2236 * config/tc-s12z.c (tfr): Change as_bad to as_warn.
77fdb0e0 2237 Also fix message typo and semantics.
e7b47f2e 2238 * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
d5dcaf1b
JD
2239 BFD_RELOC_24.
2240 * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
2241 of R_S12Z_EXT24.
2242
55e8aae7
SP
22432019-01-14 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2244
2245 * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
2246 (insns) [ARM_VARIANT]: Modified.
2247 (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
2248 in ARMv6T2 as well.
2249 * testsuite/gas/arm/archv6t2-1.d: New test.
2250 * testsuite/gas/arm/archv6t2-1.s: Likewise.
2251 * testsuite/gas/arm/archv6t2-2.d: Likewise.
2252
c7af41ec
AM
22532019-01-11 Alan Modra <amodra@gmail.com>
2254
2255 PR 23963
2256 * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
2257 * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
2258
12add40e
NC
22592019-01-10 Nick Clifton <nickc@redhat.com>
2260
2261 PR 23963
59aa9b0b
NC
2262 * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
2263 fact that control characters are now displayed as escape
2264 sequences.
12add40e
NC
2265 * testsuite/gas/mips/mips16-e.d: Likewise.
2266 * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
2267 * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
2268 * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
2269 * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
2270 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
2271 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
2272 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
2273 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
2274 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
2275 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
2276 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
2277 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
2278 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
2279 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
2280 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
2281 Likewise.
2282 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
2283 Likewise.
2284 * testsuite/gas/mips/mipsel16-e.d: Likewise.
2285 * testsuite/gas/mips/mipsr6@msa.d: Likewise.
2286 * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
2287 * testsuite/gas/mips/r6-64-n32.d: Likewise.
2288 * testsuite/gas/mips/r6-64-n64.d: Likewise.
2289 * testsuite/gas/mips/r6-n32.d: Likewise.
2290 * testsuite/gas/mips/r6-n64.d: Likewise.
2291 * testsuite/gas/mips/r6.d: Likewise.
2292 * testsuite/gas/mips/tmips16-e.d: Likewise.
2293 * testsuite/gas/mips/tmipsel16-e.d: Likewise.
2294 * testsuite/gas/mn10300/relax.d: Likewise.
2295
39f286cd
JD
22962019-01-09 John Darrington <john@darrington.wattle.id.au>
2297
8f02ae5b 2298 * testsuite/gas/s12z/jsr.s: New case.
39f286cd
JD
2299 * testsuite/gas/s12z/jsr.d: New case.
2300
3107326d
AP
23012019-01-09 Andrew Paprocki <andrew@ishiboo.com>
2302
2303 * configure: Regenerate.
2304
c8fcc360
KT
23052019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2306
2307 * config/tc-aarch64.c (aarch64_cpus): Add ares.
2308 * doc/c-aarch64.texi (-mcpu): Document ares value.
2309
171b8e19
AM
23102019-01-08 Alan Modra <amodra@gmail.com>
2311
2312 * testsuite/gas/rx/rx.exp: Create generated test source in
2313 current directory.
2314 * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
2315 * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
2316 * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
2317 * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
2318 * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
2319 * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
2320 * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
2321 * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
2322 * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
2323 * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
2324 * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
2325 * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
2326 * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
2327 * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
2328 * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
2329 * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
2330 * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
2331 * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
2332 * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
2333 * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
2334 * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
2335 * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
2336 * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
2337 * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
2338 * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
2339 * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
2340 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
2341 * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
2342 * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
2343 * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
2344 * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
2345 * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
2346 * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
2347 * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
2348 * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
2349 * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
2350 * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
2351 * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
2352 * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
2353 * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
2354 * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
2355 * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
2356 * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
2357 * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
2358 * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
2359 * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
2360 * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
2361 * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
2362 * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
2363 * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
2364 * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
2365 * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
2366 * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
2367 * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
2368 * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
2369 * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
2370 * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
2371 * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
2372 * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
2373 * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
2374 * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
2375 * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
2376 * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
2377 * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
2378 * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
2379 * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
2380 * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
2381 * testsuite/gas/rx/xor.d: Add #source line.
2382
ef8df4ca
KT
23832019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2384
2385 * config/tc-arm.c (arm_cpus): Add ares.
2386 * doc/c-arm.texi (-mcpu): Document ares value.
2387
6a25bee8
YS
23882019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
2389
2390 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
2391 (rx_bfield): Add prototype.
2392 (rx_post): Likewise.
2393 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
2394 (DSIZE): Define.
2395 (POST): Define.
2396 (rx_check_v3): New. check v3 type.
2397 (rx_check_dfpu): New. check have double support.
2398 (double_condition_table): New. dcmp<cond> contiditon.
2399 (check_condition): Multiple condition support.
2400 (rx_lex): RXv3 instructions support.
2401 Add parse dcmp<cond> instruction and Double FPU registers.
2402 (immediate): Disable optimize in dmov #imm case.
2403 (displacement): Add double displacement in dmov instraction.
2404 * config/tc-rx.c (rx_use_conventional_section_names):
2405 Invert default value in rx-*-linux target.
2406 (cpu_type): Add additional ELF flags.
2407 (cpu_type_list): Add RXv3.
2408 (md_parse_option): Refer elf_flags from cpu_type_list.
2409 (md_show_usage): Add rxv3 and rxv3-dfpu.
2410 (rx_bytesT): Add post byte.
2411 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
2412 (rx_post): New. Set instruction post byte.
2413 (md_assemble): Add post byte.
2414 doc/c-rx.texi: Add cpu types.
2415 * testsuite/gas/rx/Xtod.d: New.
2416 * testsuite/gas/rx/Xtod.sm: New.
2417 * testsuite/gas/rx/bfmov.d: New.
2418 * testsuite/gas/rx/bfmov.sm: New.
2419 * testsuite/gas/rx/dabs.d: New.
2420 * testsuite/gas/rx/dabs.sm: New.
2421 * testsuite/gas/rx/dadd.d: New.
2422 * testsuite/gas/rx/dadd.sm: New.
2423 * testsuite/gas/rx/dcmp.d: New.
2424 * testsuite/gas/rx/dcmp.sm: New.
2425 * testsuite/gas/rx/ddiv.d: New.
2426 * testsuite/gas/rx/ddiv.sm: New.
2427 * testsuite/gas/rx/dmov.d: New.
2428 * testsuite/gas/rx/dmov.sm: New.
2429 * testsuite/gas/rx/dmul.d: New.
2430 * testsuite/gas/rx/dmul.sm: New.
2431 * testsuite/gas/rx/dneg.d: New.
2432 * testsuite/gas/rx/dneg.sm: New.
2433 * testsuite/gas/rx/dpopm.d: New.
2434 * testsuite/gas/rx/dpopm.sm: New.
2435 * testsuite/gas/rx/dpushm.d: New.
2436 * testsuite/gas/rx/dpushm.sm: New.
2437 * testsuite/gas/rx/dround.d: New.
2438 * testsuite/gas/rx/dround.sm: New.
2439 * testsuite/gas/rx/dsqrt.d: New.
2440 * testsuite/gas/rx/dsqrt.sm: New.
2441 * testsuite/gas/rx/dsub.d: New.
2442 * testsuite/gas/rx/dsub.sm: New.
2443 * testsuite/gas/rx/dtoX.d: New.
2444 * testsuite/gas/rx/dtoX.sm: New.
2445 * testsuite/gas/rx/macros.inc: Add double FPU registers.
2446 * testsuite/gas/rx/mvfdc.d: New.
2447 * testsuite/gas/rx/mvfdc.sm: New.
2448 * testsuite/gas/rx/mvfdr.d: New.
2449 * testsuite/gas/rx/mvfdr.sm: New.
2450 * testsuite/gas/rx/mvtdc.d: New.
2451 * testsuite/gas/rx/mvtdc.sm: New.
2452 * testsuite/gas/rx/rstr.d: New.
2453 * testsuite/gas/rx/rstr.sm: New.
2454 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
2455 * testsuite/gas/rx/save.d: New.
2456 * testsuite/gas/rx/save.sm: New.
2457 * testsuite/gas/rx/xor.d: New.
2458 * testsuite/gas/rx/xor.sm: Add pattern.
2459
1b2ed39c
WH
24602019-01-04 Wu Heng <wu.heng@zte.com.cn>
2461
2462 PR 24010
2463 * macro.c (get_any_string): Check for end of input whilst scanning
2464 for separators.
2465
bdfb4455
WH
24662019-01-04 Wu Heng <wu.heng@zte.com.cn>
2467
2468 PR 24009
2469 * read.c (stringer): Fix handling of missing '>' character at end
2470 of <...> sequence.
2471
82704155
AM
24722019-01-01 Alan Modra <amodra@gmail.com>
2473
2474 Update year range in copyright notice of all files.
2475
d5c04e1b 2476For older changes see ChangeLog-2018
3499769a 2477\f
d5c04e1b 2478Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
2479
2480Copying and distribution of this file, with or without modification,
2481are permitted in any medium without royalty provided the copyright
2482notice and this notice are preserved.
2483
2484Local Variables:
2485mode: change-log
2486left-margin: 8
2487fill-column: 74
2488version-control: never
2489End:
This page took 0.307955 seconds and 4 git commands to generate.