]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
gas: xtensa: rewrite xg_relax_trampoline
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2017-11-27 Max Filippov <jcmvbkbc@gmail.com>
2
3 * config/tc-xtensa.c (trampoline_index): New structure.
4 (trampoline_seg): Replace trampoline list with trampoline index.
5 (xg_find_trampoline, xg_add_trampoline_to_index)
6 (xg_remove_trampoline_from_index, xg_add_trampoline_to_seg)
7 (xg_is_trampoline_frag_full, xg_get_fulcrum)
8 (xg_find_best_trampoline, xg_relax_fixup, xg_relax_fixups)
9 (xg_is_relaxable_fixup): New functions.
10 (J_MARGIN): New macro.
11 (xtensa_create_trampoline_frag): Use xg_add_trampoline_to_seg
12 instead of open-coded addition to the linked list.
13 (dump_trampolines): Iterate through the trampoline_seg::index.
14 (cached_fixupS, cached_fixup, fixup_cacheS, fixup_cache)
15 (fixup_order, xtensa_make_cached_fixup)
16 (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups)
17 (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup)
18 (xtensa_add_cached_fixup, check_and_update_trampolines): Remove
19 definitions.
20 (xg_relax_trampoline): Extract logic into separate functions,
21 replace body with a call to xg_relax_fixups.
22 (search_trampolines): Replace search in linked list with search
23 in index. Change data type of address-tracking variables from
24 int to offsetT. Replace abs with labs.
25 (xg_append_jump): Finish the trampoline frag if it's full.
26 (add_jump_to_trampoline): Remove trampoline frag from the index
27 if the frag is full.
28 * config/tc-xtensa.h (xtensa_frag_type): Remove next_trampoline.
29 * testsuite/gas/xtensa/trampoline.d: Adjust absolute addresses
30 as the placement of trampolines has slightly changed.
31 * testsuite/gas/xtensa/trampoline.s: Add _nop so that objdump
32 stays in sync with instruction stream.
33
34 2017-11-27 Max Filippov <jcmvbkbc@gmail.com>
35
36 * config/tc-xtensa.c (init_trampoline_frag): Replace pointer to
37 struct trampoline_frag parameter with pointer to fragS.
38 (xg_append_jump): Remove jump_around parameter.
39 (struct trampoline_frag): Remove.
40 (struct trampoline_seg): Change type of trampoline_list from
41 struct trampoline_frag to fragS.
42 (xtensa_create_trampoline_frag): Don't allocate struct
43 trampoline_frag. Initialize new fragS::tc_frag_data fields.
44 (dump_trampolines, xg_relax_trampoline, search_trampolines)
45 (get_best_trampoline, init_trampoline_frag)
46 (add_jump_to_trampoline, relax_frag_immed): Replace pointer to
47 struct trampoline_frag with a pointer to fragS.
48 (xg_append_jump): Remove jump_around parameter, use
49 fragS::tc_frag_data.jump_around_fix instead.
50 (xg_relax_trampoline, init_trampoline_frag)
51 (add_jump_to_trampoline): Don't pass jump_around parameter to
52 xg_append_jump.
53 * config/tc-xtensa.h (struct xtensa_frag_type): Add new fields:
54 needs_jump_around, next_trampoline and jump_around_fix.
55
56 2017-11-27 Max Filippov <jcmvbkbc@gmail.com>
57
58 * config/tc-xtensa.c (find_trampoline_seg): Move above the first
59 use.
60 (xtensa_create_trampoline_frag): Replace trampoline seg search
61 code with a call to find_trampoline_seg.
62
63 2017-11-27 Max Filippov <jcmvbkbc@gmail.com>
64
65 * config/tc-xtensa.c (xg_append_jump): New function.
66 (xg_relax_trampoline, init_trampoline_frag)
67 (add_jump_to_trampoline): Replace trampoline jump assembling
68 code with a call to xg_append_jump.
69
70 2017-11-27 Max Filippov <jcmvbkbc@gmail.com>
71
72 * config/tc-xtensa.c (xg_relax_trampoline): New function.
73 (xtensa_relax_frag): Replace trampoline relaxation code with a
74 call to xg_relax_trampoline.
75
76 2017-11-27 Nick Clifton <nickc@redhat.com>
77
78 PR 22492
79 * config/obj-elf.c (obj_elf_version): Set the alignment of the
80 .note section.
81
82 2017-11-26 H.J. Lu <hongjiu.lu@intel.com>
83
84 * testsuite/gas/i386/sse-noavx.s: Add tests for fisttps and
85 fisttpl.
86 * testsuite/gas/i386/x86-64-sse-noavx.s: Likewise.
87 * testsuite/gas/i386/ilp32/x86-64-sse-noavx.d: Updated.
88 * testsuite/gas/i386/sse-noavx.d: Likewise.
89 * testsuite/gas/i386/x86-64-sse-noavx.d: Likewise.
90
91 2017-11-24 Jim Wilson <jimw@sifive.com>
92
93 * write.h (FAKE_LABEL_CHAR): Expand comment.
94
95 2017-11-24 Jan Beulich <jbeulich@suse.com>
96
97 * config/tc-i386.c (check_VecOperations): Check register type
98 for masking. Quote the actual register name in the respective
99 diagnostic. Check {z} wasn't specified on its own.
100 * testsuite/gas/i386/inval-avx512f.s,
101 testsuite/gas/i386/x86-64-inval-avx512f.s: Add further bad
102 masking tests.
103 * testsuite/gas/i386/inval-avx512f.l,
104 testsuite/gas/i386/x86-64-inval-avx512f.l: Adjust expectations.
105
106 2017-11-24 Jan Beulich <jbeulich@suse.com>
107
108 * testsuite/gas/i386/intel.d, testsuite/gas/i386/opcode.d,
109 testsuite/gas/i386/opcode-suffix.d, testsuite/gas/i386/sse3.d,
110 testsuite/gas/i386/sse-noavx.d, testsuite/gas/i386/x86-64-sse3.d,
111 testsuite/gas/i386/x86-64-sse-noavx.d,
112 testsuite/gas/i386/ilp32/x86-64-sse3.d,
113 testsuite/gas/i386/ilp32/x86-64-sse-noavx.d: Adjust expectations.
114
115 2017-11-23 Jim Wilson <jimw@sifive.com>
116
117 * testsuite/gas/all/err-fakelabel.s (dg-error): Also accept fatal error
118 string.
119
120 * as.c (INITIALIZING_EMULS): Define.
121 * config/obj-multi.h (FAKE_LABEL_NAME): When INITIALIZING_EMULS set,
122 don't define it.
123
124 2017-11-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
125
126 * testsuite/gas/i386/avx512f_vaes-intel.d: Regenerate.
127 * testsuite/gas/i386/avx512f_vaes.d: Likewise.
128 * testsuite/gas/i386/avx512f_vaes-wig1-intel.d: Likewise.
129 * testsuite/gas/i386/avx512f_vaes-wig1.d: Likewise.
130 * testsuite/gas/i386/avx512vl_vaes-intel.d: Likewise.
131 * testsuite/gas/i386/avx512vl_vaes.d: Likewise.
132 * testsuite/gas/i386/x86-64-avx512f_vaes.s: Add instructions with
133 disp8*N.
134 * testsuite/gas/i386/x86-64-avx512f_vaes-intel.d: Regenerate.
135 * testsuite/gas/i386/x86-64-avx512f_vaes.d: Likewise.
136 * testsuite/gas/i386/x86-64-avx512f_vaes-wig.s: Add instructions with
137 disp8*N.
138 * testsuite/gas/i386/x86-64-avx512f_vaes-wig1-intel.d: Regenerate.
139 * testsuite/gas/i386/x86-64-avx512f_vaes-wig1.d: Likewise.
140 * testsuite/gas/i386/x86-64-avx512vl_vaes-intel.d: Regenerate.
141 * testsuite/gas/i386/x86-64-avx512vl_vaes.d: Likewise.
142 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig.s: Add instructions with
143 disp8*N.
144 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig1-intel.d: Regenerate.
145 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig1.d: Regenerate.
146
147 2017-11-23 Jan Beulich <jbeulich@suse.com>
148
149 * tc-i386.c (check_VecOperands): Don't clear .disp16.
150 * testsuite/gas/i386/avx512f.s: Add 16-bit addressing tests.
151 * testsuite/gas/i386/avx512f.d,
152 testsuite/gas/i386/avx512f-intel.d: Adjust expectations.
153
154 2017-11-23 Jan Beulich <jbeulich@suse.com>
155
156 PR gas/22441
157 * config/tc-i386.c (build_modrm_byte): Add address override
158 prefix checks alongside 64-bit mode ones.
159 * testsuite/gas/i386/reloc64.s: Add 32-bit signed/unsigned
160 relocation cases.
161 * testsuite/gas/i386/reloc64.d: Adjust expectations.
162
163 2017-11-23 Jan Beulich <jbeulich@suse.com>
164
165 * config/tc-i386.c (build_modrm_byte): Drop VSIB handling from
166 code also setting fake_zero_displacement.
167
168 2017-11-23 Jan Beulich <jbeulich@suse.com>
169
170 * testsuite/gas/i386/arch-4.s: Correct ud1 and ud2b. Add ud0.
171 * testsuite/gas/i386/intel.s: Test ud2 instead of ud2b.
172 * testsuite/gas/i386/opcode.s: Likewise.
173 * testsuite/gas/i386/arch-4.d, testsuite/gas/i386/intel.d,
174 testsuite/gas/i386/opcode.d, testsuite/gas/i386/opcode-intel.d,
175 testsuite/gas/i386/opcode-suffix.d: Adjust expectations.
176
177 2017-11-23 Jan Beulich <jbeulich@suse.com>
178
179 * config/tc-i386-intel.c (i386_intel_operand): Don't call
180 as_bad() if a prior error was already reported.
181 * testsuite/gas/i386/inval-avx512f.l,
182 testsuite/gas/i386/x86-64-inval-avx512f.l: Adjust expectations.
183
184 2017-11-22 Jim Wilson <jimw@sifive.com>
185
186 * as.c: Include write.h.
187 (common_emul_init): Use FAKE_LABEL_NAME.
188 * ecoff.c (add_file, ecoff_directive_end, ecoff_directive_loc):
189 Likewise.
190 (ecoff_build_symbols): Use FAKE_LABEL_CHAR.
191 * expr.c (get_symbol_name): Use FAKE_LABEL_CHAR. Accept only if
192 input_from_string is TRUE.
193 * read.c (input_from_string): New.
194 (read_symbol_name): Use FAKE_LABEL_CHAR. Accept only if
195 input_from_string is TRUE.
196 (temp_ilp): Set input_from_string to TRUE.
197 (restore_ilp): Set input_from_string to FALSE.
198 * read.h (input_from_string): Declare.
199 * symbols.c: Include write.h
200 (S_IS_LOCAL): Check for FAKE_LABEL_CHAR.
201 (symbol_relc_make_sym): Fix comment refering to default fake label
202 string.
203 * write.h (FAKE_LABEL_CHAR): New.
204 * config/tc-riscv.h (FAKE_LABEL_CHAR): Define.
205 * testsuite/gas/all/err-fakelabel.s: New.
206
207 * doc/as.texinfo (.align): Change some to most for text nop fill.
208 (.balign, .p2align): Likewise.
209
210 2017-11-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
211
212 * config/tc-arm.c (arm_reg_type): Comment on the link with
213 reg_expected_msgs.
214 (reg_expected_msgs): Initialize using array designators with
215 arm_reg_type index.
216
217 2017-11-22 Claudiu Zissulescu <claziss@synopsys.com>
218
219 * testsuite/gas/arc/hregs-err.s: New test.
220
221 2017-11-21 H.J. Lu <hongjiu.lu@intel.com>
222
223 PR gas/22464
224 * testsuite/gas/i386/align-1.s: New file.
225 * testsuite/gas/i386/align-1a.d: Likewise.
226 * testsuite/gas/i386/align-1b.d: Likewise.
227 * testsuite/gas/i386/i386.exp: Run align-1a and align-1b.
228
229 2017-11-21 Claudiu Zissulescu <claziss@synopsys.com>
230
231 * testsuite/gas/arc/b.d : Update test.
232 * testsuite/gas/arc/bl.d: Likewise.
233 * testsuite/gas/arc/jli-1.d: Likewise.
234 * testsuite/gas/arc/lp.d: Likewise.
235 * testsuite/gas/arc/pcl-relocs.d: Likewise.
236 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
237 * testsuite/gas/arc/pic-relocs.d: Likewise.
238 * testsuite/gas/arc/plt-relocs.d: Likewise.
239 * testsuite/gas/arc/pseudos.d: Likewise.
240 * testsuite/gas/arc/relax-avoid2.d: Likewise.
241 * testsuite/gas/arc/relax-avoid3.d: Likewise.
242 * testsuite/gas/arc/relax-b.d: Likewise.
243 * testsuite/gas/arc/tls-relocs.d: Likewise.
244 * testsuite/gas/arc/relax-add01.d: Likewise.
245 * testsuite/gas/arc/relax-add04.d: Likewise.
246 * testsuite/gas/arc/relax-ld01.d: Likewise.
247 * testsuite/gas/arc/relax-sub01.d: Likewise.
248 * testsuite/gas/arc/relax-sub02.d: Likewise.
249 * testsuite/gas/arc/relax-sub04.d: Likewise.
250 * testsuite/gas/arc/pcl-print.s: New file.
251 * testsuite/gas/arc/pcl-print.d: Likewise.
252 * testsuite/gas/arc/nps400-12.d: Likewise.
253
254 2017-11-21 Alan Modra <amodra@gmail.com>
255
256 * config/tc-xtensa.c (finish_vinsn): Avoid multiple ngettext calls
257 in error message.
258
259 2017-11-20 Alan Modra <amodra@gmail.com>
260
261 * testsuite/gas/i386/x86-64-reg-bad.l: Accept trailing padding.
262
263 2017-11-16 Tamar Christina <tamar.christina@arm.com>
264
265 * config/tc-aarch64.c (fp16fml): New.
266 * doc/c-aarch64.texi (fp16fml): New.
267 * testsuite/gas/aarch64/armv8_2-a-crypto-fp16.d (fp16): Make fp16fml.
268 * testsuite/gas/aarch64/armv8_3-a-crypto-fp16.d (fp16): Make fp16fml.
269
270 2017-11-16 Tamar Christina <tamar.christina@arm.com>
271
272 * opcodes/aarch64-tbl.h
273 (aarch64_feature_crypto): Add ARCH64_FEATURE_SIMD and AARCH64_FEATURE_FP.
274 (aarch64_feature_crypto_v8_2, aarch64_feature_sm4): Likewise.
275 (aarch64_feature_sha3): Likewise.
276
277 2017-11-16 Tamar Christina <tamar.christina@arm.com>
278
279 * doc/c-aarch64.texi (armv8.4-a, sha2, sha3, sm4): New.
280 (dotprod): Update default note.
281
282 2017-11-16 Tamar Christina <tamar.christina@arm.com>
283
284 * testsuite/gas/aarch64/armv8_4-a-illegal.d: New.
285 * testsuite/gas/aarch64/armv8_4-a-illegal.l: New.
286 * testsuite/gas/aarch64/armv8_4-a-illegal.s: New.
287 * testsuite/gas/aarch64/armv8_4-a.d: New.
288 * testsuite/gas/aarch64/armv8_4-a.s: New.
289 * testsuite/gas/aarch64/armv8_2-a-crypto-fp16.s: New.
290 * testsuite/gas/aarch64/armv8_2-a-crypto-fp16.d: New.
291 * testsuite/gas/aarch64/armv8_3-a-crypto-fp16.d: New.
292 * testsuite/gas/aarch64/armv8_4-a-crypto-fp16.d: New.
293 * testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.s: New.
294 * testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.l: New.
295 * testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.d: New.
296
297 2017-11-16 Jan Beulich <jbeulich@suse.com>
298
299 * testsuite/gas/i386/noextreg.s: Add tests with register index
300 bit 3 set.
301 * testsuite/gas/i386/noextreg.d: Adjust expectations.
302
303 2017-11-16 Jan Beulich <jbeulich@suse.com>
304
305 * config/tc-i386.c (process_suffix): Ignore .no_qsuf outside of
306 64-bit mode.
307 * testsuite/gas/i386/ptwrite.s: Add test for memory operand
308 without DWORD PTR.
309 * testsuite/gas/i386/ptwrite.d,
310 testsuite/gas/i386/ptwrite-intel.d: Adjust expectations.
311
312 2017-11-15 H.J. Lu <hongjiu.lu@intel.com>
313
314 * testsuite/gas/i386/noextreg.s: Replace .code64/.code32 and
315 64-bit instructions with .byte. Remove ELF directive.
316
317 2017-11-15 Tamar Christina <tamar.christina@arm.com>
318
319 * config/tc-arm.c (arm_ext_fp16_fml, fp16fml): New.
320 (do_neon_fmac_maybe_scalar_long): Use arm_ext_fp16_fml.
321 * doc/c-arm.texi (fp16, fp16fml): New.
322 * testsuite/gas/arm/armv8_2-a-fp16.d (fp16): Make fp16fml.
323 * testsuite/gas/arm/armv8_3-a-fp16.d (fp16): Make fp16fml.
324 * testsuite/gas/arm/armv8_2-a-fp16-illegal.d (fp16): Make fp16fml.
325 * testsuite/gas/arm/armv8_2-a-fp16-thumb2.d (fp16): Make fp16fml.
326
327 2017-11-15 Nick Clifton <nickc@redhat.com>
328
329 PR 15152
330 * testsuite/gas/avr/large-debug-line-table.d: Update expected
331 output.
332 * testsuite/gas/elf/dwarf2-11.d: Likewise.
333 * testsuite/gas/elf/dwarf2-12.d: Likewise.
334 * testsuite/gas/elf/dwarf2-13.d: Likewise.
335 * testsuite/gas/elf/dwarf2-14.d: Likewise.
336 * testsuite/gas/elf/dwarf2-15.d: Likewise.
337 * testsuite/gas/elf/dwarf2-16.d: Likewise.
338 * testsuite/gas/elf/dwarf2-17.d: Likewise.
339 * testsuite/gas/elf/dwarf2-18.d: Likewise.
340 * testsuite/gas/elf/dwarf2-5.d: Likewise.
341 * testsuite/gas/elf/dwarf2-6.d: Likewise.
342 * testsuite/gas/elf/dwarf2-7.d: Likewise.
343
344 2017-11-15 Jan Beulich <jbeulich@suse.com>
345
346 * testsuite/gas/i386/noextreg.s: Add tests for VEX-encoded GPR
347 insns with VEX.W set.
348 * testsuite/gas/i386/noextreg.d: Adjust expectations.
349
350 2017-11-15 Jan Beulich <jbeulich@suse.com>
351
352 * testsuite/gas/i386/noextreg.{s,d}: New.
353 * testsuite/gas/i386/i386.exp: Run new test.
354
355 2017-11-15 Jan Beulich <jbeulich@suse.com>
356
357 * testsuite/gas/i386/x86-64-reg.s: Add extended byte reg tests.
358 * testsuite/gas/i386/x86-64-reg.d,
359 testsuite/gas/i386/x86-64-reg-intel.d,
360 testsuite/gas/i386/ilp32/x86-64-reg.d,
361 testsuite/gas/i386/ilp32/x86-64-reg-intel.d: Adjust
362 expectations.
363
364 * testsuite/gas/i386/x86-64-reg-bad.{s,l}: New.
365 * testsuite/gas/i386/i386.exp: Run new test.
366
367 2017-11-14 Jim Wilson <jimw@sifive.com>
368
369 * testsuite/gas/lns/lns.exp (lns-common-1): Add riscv*-*-* to alt list.
370
371 2017-11-14 Jan Beulich <jbeulich@suse.com>
372
373 * testsuite/gas/i386/x86-64-xop.d, testsuite/gas/i386/xop.d,
374 testsuite/gas/i386/xop32reg.d: Adjust expectations.
375
376 2017-11-14 Jan Beulich <jbeulich@suse.com>
377
378 * testsuite/gas/i386/avx512bw.s: Add vpcmp* pseudo tests.
379 * testsuite/gas/i386/avx512bw_vl.s: Likewise.
380 * testsuite/gas/i386/avx512bw.d, testsuite/gas/i386/avx512bw-intel.d,
381 testsuite/gas/i386/avx512bw_vl.d,
382 testsuite/gas/i386/avx512bw_vl-intel.d: Adjust expectations.
383
384 2017-11-14 Jan Beulich <jbeulich@suse.com>
385
386 * testsuite/gas/i386/string-ok.s: Add a few more valid patterns.
387 Move bogus tests ...
388 * testsuite/gas/i386/string-bad.s: ... here.
389 * testsuite/gas/i386/string-bad.l: Adjust expectations.
390 * testsuite/gas/i386/string-ok.d: Likewise.
391 * testsuite/gas/i386/string-ok.e: Likewise.
392
393 2017-11-13 Jan Beulich <jbeulich@suse.com>
394
395 * config/tc-aarch64.c (R_Z_BHSDQ_VZP): Rename to ...
396 (R_Z_SP_BHSDQ_VZP): ... and include both stack pointer variants.
397
398 2017-11-13 Jan Beulich <jbeulich@suse.com>
399
400 * testsuite/gas/ia64/group-1.d: Adjust expectations.
401 * testsuite/gas/ia64/group-2.d: Likewise.
402 * testsuite/gas/ia64/xdata.d: Likewise.
403
404 2017-11-13 Jan Beulich <jbeulich@suse.com>
405
406 * config/tc-i386.c (process_suffix): Treat .shiftcount just like
407 .inoutportreg.
408 * testsuite/gas/i386/inval.s: Add ambiguous shift/rotate cases.
409 * testsuite/gas/i386/inval.l: Adjust expectations.
410
411 2017-11-13 Jan Beulich <jbeulich@suse.com>
412
413 * config/tc-i386-intel.c (i386_intel_simplify_register): Also
414 recognize RegRiz/RegEiz as index-only registers.
415 * testsuite/gas/i386/intel.s: Add tests exercising base/index
416 swapping.
417 * testsuite/gas/i386/intel.d: Adjust expectations.
418
419 2017-11-13 Jan Beulich <jbeulich@suse.com>
420
421 * config/tc-i386.c (i386_index_check): Break out ...
422 (i386_addressing_mode): ... this new function.
423 * config/tc-i386-intel.c (i386_intel_operand): Do base/index
424 swapping and the setting of .baseindex earlier. Call
425 i386_addressing_mode.
426 * testsuite/gas/i386/x86-64-inval.s: Add out of range
427 displacement case.
428 * testsuite/gas/i386/x86-64-inval.l: Adjust expectations.
429
430 2017-11-09 Jim Wilson <jimw@sifive.com>
431
432 * testsuite/gas/elf/dwarf2-10.l: Accept optional line number in error.
433
434 2017-11-06 Tamar Christina <tamar.christina@arm.com>
435
436 * gas/testsuite/gas/aarch64/dotproduct_armv8_4.s: New.
437 * gas/testsuite/gas/aarch64/dotproduct_armv8_4.d: New.
438
439 2017-11-09 Tamar Christina <tamar.christina@arm.com>
440
441 * gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.d: New.
442 * gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.l: New.
443 * gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.s: New.
444 * gas/testsuite/gas/aarch64/armv8_4-a-registers.d: New.
445 * gas/testsuite/gas/aarch64/armv8_4-a-registers.s: New.
446
447 2017-11-09 Tamar Christina <tamar.christina@arm.com>
448
449 * config/tc-aarch64.c (process_omitted_operand):
450 Add AARCH64_OPND_Va, AARCH64_OPND_SM3_IMM2
451 and AARCH64_OPND_IMM_2.
452 (parse_operands): Add AARCH64_OPND_Va, AARCH64_OPND_SM3_IMM2,
453 AARCH64_OPND_IMM_2, AARCH64_OPND_MASK
454 and AARCH64_OPND_ADDR_OFFSET.
455
456 2017-11-09 Tamar Christina <tamar.christina@arm.com>
457
458 * config/tc-aarch64.c (aarch64_arch_option_table): Add armv8.4-a.
459 (aarch64_features): Add SM4 and SHA3.
460
461 2017-11-08 Tamar Christina <tamar.christina@arm.com>
462
463 * config/tc-aarch64.c
464 (aarch64_features): Include AES and SHA2 in CRYPTO.
465 Add SHA2 and AES.
466
467 2017-11-08 Jiong Wang <jiong.wang@arm.com>
468 Tamar Christina <tamar.christina@arm.com>
469
470 * config/tc-arm.c (arm_extensions):
471 (arm_archs): New entry for "armv8.4-a".
472 Add FPU_ARCH_DOTPROD_NEON_VFP_ARMV8.
473 (arm_ext_v8_2): New variable.
474 (enum arm_reg_type): New enumeration REG_TYPE_NSD.
475 (reg_expected_msgs): New entry for REG_TYPE_NSD.
476 (parse_typed_reg_or_scalar): Handle REG_TYPE_NSD.
477 (parse_scalar): Support REG_TYPE_VFS.
478 (enum operand_parse_code): New enumerations OP_RNSD and OP_RNSD_RNSC.
479 (parse_operands): Handle OP_RNSD and OP_RNSD_RNSC.
480 (NEON_SHAPE_DEF): New entries for DHH and DHS.
481 (neon_scalar_for_fmac_fp16_long): New function to generate Rm encoding
482 for new FP16 instructions in ARMv8.2-A.
483 (do_neon_fmac_maybe_scalar_long): New function to encode new FP16
484 instructions in ARMv8.2-A.
485 (do_neon_vfmal): Wrapper function for vfmal.
486 (do_neon_vfmsl): Wrapper function for vfmsl.
487 (insns): New entries for vfmal and vfmsl.
488 * doc/c-arm.texi (-march): Document "armv8.4-a".
489 * testsuite/gas/arm/dotprod-mandatory.d: New test.
490 * testsuite/gas/arm/armv8_2-a-fp16.s: New test source.
491 * testsuite/gas/arm/armv8_2-a-fp16-illegal.s: New test source.
492 * testsuite/gas/arm/armv8_2-a-fp16.d: New test.
493 * testsuite/gas/arm/armv8_3-a-fp16.d: New test.
494 * testsuite/gas/arm/armv8_4-a-fp16.d: New test.
495 * testsuite/gas/arm/armv8_2-a-fp16-thumb2.d: New test.
496 * testsuite/gas/arm/armv8_2-a-fp16-illegal.d: New test.
497 * testsuite/gas/arm/armv8_2-a-fp16-illegal.l: New error file.
498
499 2017-11-08 Alan Modra <amodra@gmail.com>
500
501 * config/tc-xtensa.c (finish_vinsn): Properly pluralize error message.
502
503 2017-11-07 Jim Wilson <jimw@sifive.com>
504
505 * config/tc-riscv.c (append_insn): Call frag_wane and frag_new at
506 end for linker optimizable relocs.
507 * testsuite/gas/riscv/eh-relocs.d: New.
508 * testsuite/gas/riscv/eh-relocs.s: New.
509 * testsuite/gas/riscv/riscv.exp: Run eh-relocs test.
510
511 2017-11-07 Palmer Dabbelt <palmer@dabbelt.com>
512
513 * testsuite/gas/riscv/satp.d: New test.
514 testsuite/gas/riscv/satp.s: Likewise.
515 testsuite/gas/riscv/riscv.exp: Likewise.
516 config/tc-riscv.c (md_begin): Handle CSR aliases.
517
518 2017-11-07 Tamar Christina <tamar.christina@arm.com>
519
520 * config/tc-arm.c (arm_cpus):
521 Change FPU_ARCH_CRYPTO_NEON_VFP_ARMV8
522 into FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD.
523
524 2017-11-07 Alan Modra <amodra@gmail.com>
525
526 * read.c (assemble_one, s_bundle_unlock): Formatting.
527 Consistently add comma and "bytes" to error message.
528 * testsuite/gas/i386/bundle-bad.l: Adjust to suit.
529
530 2017-11-07 Alan Modra <amodra@gmail.com>
531
532 * testsuite/gas/arm/got_prel.d,
533 * testsuite/gas/elf/dwarf2-1.d,
534 * testsuite/gas/elf/dwarf2-2.d,
535 * testsuite/gas/elf/dwarf2-3.d,
536 * testsuite/gas/elf/dwarf2-5.d,
537 * testsuite/gas/elf/dwarf2-6.d,
538 * testsuite/gas/i386/debug1.d,
539 * testsuite/gas/i386/dw2-compress-1.d,
540 * testsuite/gas/i386/dw2-compress-3a.d,
541 * testsuite/gas/i386/dw2-compress-3b.d,
542 * testsuite/gas/i386/dw2-compressed-1.d,
543 * testsuite/gas/i386/dw2-compressed-3a.d,
544 * testsuite/gas/i386/dw2-compressed-3b.d,
545 * testsuite/gas/i386/ilp32/x86-64-localpic.d,
546 * testsuite/gas/i386/localpic.d,
547 * testsuite/gas/i386/x86-64-localpic.d,
548 * testsuite/gas/ia64/pr13167.d,
549 * testsuite/gas/mips/loc-swap-2.d,
550 * testsuite/gas/mips/loc-swap.d,
551 * testsuite/gas/mips/micromips@loc-swap-2.d,
552 * testsuite/gas/mips/micromips@loc-swap.d,
553 * testsuite/gas/mips/mips16-dwarf2-n32.d,
554 * testsuite/gas/mips/mips16-dwarf2.d,
555 * testsuite/gas/mips/mips16@loc-swap-2.d,
556 * testsuite/gas/mips/mips16@loc-swap.d,
557 * testsuite/gas/mips/mips16e@loc-swap.d,
558 * testsuite/gas/mmix/bspec-1.d,
559 * testsuite/gas/mmix/bspec-2.d,
560 * testsuite/gas/tic6x/unwind-1.d,
561 * testsuite/gas/tic6x/unwind-2.d,
562 * testsuite/gas/tic6x/unwind-3.d: Update for pluralization
563 fixes.
564
565 2017-11-07 Alan Modra <amodra@gmail.com>
566
567 * as.c (main): Properly pluralize messages.
568 * frags.c (frag_grow): Likewise.
569 * read.c (emit_expr_with_reloc, emit_expr_fix): Likewise.
570 (parse_bitfield_cons): Likewise.
571 * write.c (fixup_segment, compress_debug, write_contents): Likewise.
572 (relax_segment): Likewise.
573 * config/tc-arm.c (s_arm_elf_cons): Likewise.
574 * config/tc-cr16.c (l_cons): Likewise.
575 * config/tc-i370.c (i370_elf_cons): Likewise.
576 * config/tc-m68k.c (m68k_elf_cons): Likewise.
577 * config/tc-msp430.c (msp430_operands): Likewise.
578 * config/tc-s390.c (s390_elf_cons, s390_literals): Likewise.
579 * config/tc-mcore.c (md_apply_fix): Likewise.
580 * config/tc-tic54x.c (md_assemble): Likewise.
581 * config/tc-xtensa.c (xtensa_elf_cons): Likewise.
582 (xg_expand_assembly_insn): Likewise.
583 * config/xtensa-relax.c (build_transition): Likewise.
584
585 2017-11-07 Alan Modra <amodra@gmail.com>
586
587 * asintl.h (textdomain, bindtextdomain): Use safer "do nothing".
588 (ngettext, dngettext, dcngettext): Define when !ENABLE_NLS.
589
590 2017-11-03 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
591 Jim Wilson <jim.wilson@linaro.org>
592
593 * config/tc-aarch64.c (aarch64_cpus): Add saphira.
594 * doc/c-aarch64.texi: Likewise.
595
596 2017-11-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
597
598 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d: Add
599 --disassembler-options=force-thumb to objdump options.
600 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-2.d: Likewise.
601
602 2017-11-01 James Bowman <james.bowman@ftdichip.com>
603
604 * config/tc-ft32.c (md_assemble): Add relaxation reloc
605 BFD_RELOC_FT32_RELAX.
606 (md_longopts): Add "norelax" and "no-relax".
607 (md_apply_fix): Add reloc BFD_RELOC_FT32_DIFF32.
608 (relaxable_section, ft32_validate_fix_sub, ft32_force_relocation,
609 ft32_allow_local_subtract): New function.
610 * config/tc-ft32.h: Remove unused MD_PCREL_FROM_SECTION.
611 * testsuite/gas/ft32/insnsc.s: New test exercising all FT32B
612 shortcodes.
613 * testsuite/gas/ft32/insnsc.d: New driver file.
614 * testsuite/gas/all/gas.exp: Update.
615 * testsuite/gas/ft32/ft32.exp: Run the new test.
616 * testsuite/gas/ft32/insn.d: Update.
617 * testsuite/gas/elf/dwarf2-11.d: Update.
618 * testsuite/gas/elf/dwarf2-12.d: Update.
619 * testsuite/gas/elf/dwarf2-13.d: Update.
620 * testsuite/gas/elf/dwarf2-14.d: Update.
621 * testsuite/gas/elf/dwarf2-15.d: Update.
622 * testsuite/gas/elf/dwarf2-16.d: Update.
623 * testsuite/gas/elf/dwarf2-17.d: Update.
624 * testsuite/gas/elf/dwarf2-18.d: Update.
625 * testsuite/gas/elf/dwarf2-3.d: Update.
626 * testsuite/gas/elf/dwarf2-5.d: Update.
627 * testsuite/gas/elf/dwarf2-7.d: Update.
628
629 2017-11-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
630
631 * config/tc-arm.c (arm_ext_v2): Define to ARM_EXT_V2 feature bit.
632 * testsuite/gas/arm/copro.s: Split into
633 * testsuite/gas/arm/copro-arm_v2plus-thumb_v6t2plus.s: This while
634 changing it to unified syntax and
635 * testsuite/gas/arm/copro-arm_v5plus-thumb_v6t2plus.s: this and ...
636 * testsuite/gas/arm/copro-arm_v5teplus-thumb_v6t2plus.s: This and ...
637 * testsuite/gas/arm/copro-arm_v6plus-thumb_v6t2plus.s: This.
638 * testsuite/gas/arm/copro.d: Split into ...
639 * testsuite/gas/arm/copro-arm_v2plus-arm_v2.d: This but target ARMv2
640 and ...
641 * testsuite/gas/arm/copro-arm_v5plus-arm_v5.d: this but target ARMv5
642 and ...
643 * testsuite/gas/arm/copro-arm_v5teplus-arm_v5te.d: This but target
644 ARMv5TE and ...
645 * testsuite/gas/arm/copro-arm_v6plus-arm_v6.d: This but target ARMv6.
646 * testsuite/gas/arm/copro-arm_v2plus-arm_v1.d: New testcase.
647 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-1.d: New testcase.
648 * testsuite/gas/arm/copro-arm_v2plus-thumb_v6t2plus-unavail.l: Expected
649 errors for the above two testcases.
650 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d: New testcase.
651 * testsuite/gas/arm/copro-arm_v5plus-arm_v4.d: New testcase.
652 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-2.d: New testcase.
653 * testsuite/gas/arm/copro-arm_v5plus-thumb_v6t2plus-unavail.l:
654 Expected errors for the above two testcases.
655 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-2.d: New testcase.
656 * testsuite/gas/arm/copro-arm_v5teplus-arm_v5.d: New testcase.
657 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-3.d: New testcase.
658 * testsuite/gas/arm/copro-arm_v5teplus-thumb_v6t2plus-unavail.l:
659 Expected errors for the above two testcases.
660 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-3.d: New testcase.
661 * testsuite/gas/arm/copro-arm_v6plus-arm_v5te.d: New testcase.
662 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-4.d: New testcase.
663 * testsuite/gas/arm/copro-arm_v6plus-thumb_v6t2plus-unavail.l:
664 Expected errors for the above two testcases.
665 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-4.d: New testcase.
666
667 2017-10-26 H.J. Lu <hongjiu.lu@intel.com>
668
669 PR gas/22352
670 * config/tc-i386.c (check_VecOperands): Also check XMM register
671 for invalid register in AVX512 gathers.
672 * testsuite/gas/i386/vgather-check.s: Add tests for AVX512
673 gathers with XMM register.
674 * testsuite/gas/i386/x86-64-vgather-check.s: Likewise.
675 * testsuite/gas/i386/vgather-check-error.l: Updated.
676 * testsuite/gas/i386/vgather-check-none.d: Likewise.
677 * testsuite/gas/i386/vgather-check-warn.d: Likewise.
678 * testsuite/gas/i386/vgather-check-warn.e: Likewise.
679 * testsuite/gas/i386/vgather-check.d: Likewise.
680 * testsuite/gas/i386/x86-64-vgather-check-error.l: Likewise.
681 * testsuite/gas/i386/x86-64-vgather-check-none.d: Likewise.
682 * testsuite/gas/i386/x86-64-vgather-check-warn.d: Likewise.
683 * testsuite/gas/i386/x86-64-vgather-check-warn.e: Likewise.
684 * testsuite/gas/i386/x86-64-vgather-check.d: Likewise.
685
686 2017-10-26 Hans-Peter Nilsson <hp@bitrange.com>
687
688 * testsuite/gas/all/fill-1.s: Use L2 rather than .L2.
689
690 2017-10-25 Alan Modra <amodra@gmail.com>
691
692 PR 22348
693 * config/tc-crx.c (instruction, output_opcode): Make static.
694 (relocatable, ins_parse, cur_arg_num): Likewise.
695 (parse_insn): Adjust for renamed opcodes globals.
696 (check_range): Likewise
697
698 2017-10-25 Alan Modra <amodra@gmail.com>
699
700 * testsuite/gas/all/fill-1.d: Exclude tic4x and tic54x.
701 * testsuite/gas/all/fill-1.s: Use L1 rather than .L1.
702
703 2017-10-24 Andrew Waterman <andrew@sifive.com>
704
705 * testsuite/gas/riscv/c-addi16sp-fail.d: New test.
706 * testsuite/gas/riscv/c-addi16sp-fail.l: Likewise.
707 * testsuite/gas/riscv/c-addi16sp-fail.s: Likewise.
708 * testsuite/gas/riscv/c-addi4spn-fail.d: Likewise.
709 * testsuite/gas/riscv/c-addi4spn-fail.l: Likewise.
710 * testsuite/gas/riscv/c-addi4spn-fail.s: Likewise.
711 * testsuite/gas/riscv/riscv.exp: Add new tests.
712
713 2017-10-24 Andrew Waterman <andrew@sifive.com>
714
715 * testsuite/gas/riscv/c-lui-fail.d: New testcase.
716 * gas/testsuite/gas/riscv/c-lui-fail.l: Likewise.
717 * gas/testsuite/gas/riscv/c-lui-fail.s: Likewise.
718 * gas/testsuite/gas/riscv/riscv.exp: Likewise.
719
720 2017-10-24 H.J. Lu <hongjiu.lu@intel.com>
721
722 * config/tc-i386.c (md_pseudo_table): Add .code64 directive
723 only if BFD64 is defined.
724 * testsuite/gas/i386/code64-inval.l: New file.
725 * gas/testsuite/gas/i386/code64-inval.s: Likewise.
726 * gas/testsuite/gas/i386/code64.d: Likewise.
727 * gas/testsuite/gas/i386/code64.s: Likewise.
728 * testsuite/gas/i386/i386.exp: Run mixed-mode-reloc32,
729 att-regs, intel-regs, intel-expr and string-ok tests only if
730 assembler supports x86-64. Run code64 and code64-inval.
731
732 2017-10-23 Palmer Dabbelt <palmer@dabbelt.com>
733
734 * config/tc-riscv.c (riscv_frag_align_code): Align code by 4
735 bytes on non-RVC systems.
736
737 2017-10-23 Maciej W. Rozycki <macro@imgtec.com>
738
739 * config/tc-mips.c (mips_elf_final_processing): Don't set
740 EF_MIPS_ABI2 in `e_flags'.
741
742 2017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
743
744 * config/tc-i386.c (cpu_arch): Add .avx512_bitalg.
745 (cpu_noarch): noavx512_bitalg.
746 * doc/c-i386.texi: Document .avx512_bitalg, noavx512_bitalg.
747 * testsuite/gas/i386/i386.exp: Add AVX512_BITALG tests.
748 * testsuite/gas/i386/avx512f_bitalg-intel.d: New test.
749 * testsuite/gas/i386/avx512f_bitalg.d: Likewise.
750 * testsuite/gas/i386/avx512f_bitalg.s: Likewise.
751 * testsuite/gas/i386/avx512vl_bitalg-intel.d: Likewise.
752 * testsuite/gas/i386/avx512vl_bitalg.d: Likewise.
753 * testsuite/gas/i386/avx512vl_bitalg.s: Likewise.
754 * testsuite/gas/i386/x86-64-avx512f_bitalg-intel.d: Likewise.
755 * testsuite/gas/i386/x86-64-avx512f_bitalg.d: Likewise.
756 * testsuite/gas/i386/x86-64-avx512f_bitalg.s: Likewise.
757 * testsuite/gas/i386/x86-64-avx512vl_bitalg-intel.d: Likewise.
758 * testsuite/gas/i386/x86-64-avx512vl_bitalg.d: Likewise.
759 * testsuite/gas/i386/x86-64-avx512vl_bitalg.s: Likewise.
760
761 2017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
762
763 * config/tc-i386.c (cpu_arch): Add .avx512_vnni.
764 (cpu_noarch): Add noavx512_vnni.
765 * doc/c-i386.texi: Document .avx512_vnni.
766 * testsuite/gas/i386/i386.exp: Add AVX512_VNNI tests.
767 * testsuite/gas/i386/avx512vnni-intel.d: New test.
768 * testsuite/gas/i386/avx512vnni.d: Likewise.
769 * testsuite/gas/i386/avx512vnni.s: Likewise.
770 * testsuite/gas/i386/avx512vnni_vl-intel.d: Likewise.
771 * testsuite/gas/i386/avx512vnni_vl.d: Likewise.
772 * testsuite/gas/i386/avx512vnni_vl.s: Likewise.
773 * testsuite/gas/i386/x86-64-avx512vnni-intel.d: Likewise.
774 * testsuite/gas/i386/x86-64-avx512vnni.d: Likewise.
775 * testsuite/gas/i386/x86-64-avx512vnni.s: Likewise.
776 * testsuite/gas/i386/x86-64-avx512vnni_vl-intel.d: Likewise.
777 * testsuite/gas/i386/x86-64-avx512vnni_vl.d: Likewise.
778 * testsuite/gas/i386/x86-64-avx512vnni_vl.s: Likewise.
779
780 2017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
781
782 * config/tc-i386.c (cpu_arch): Add VPCLMULQDQ.
783 * doc/c-i386.texi: Document VPCLMULQDQ.
784 * testsuite/gas/i386/i386.exp: Run VPCLMULQDQ tests.
785 * testsuite/gas/i386/avx512f_vpclmulqdq-intel.d: New test.
786 * testsuite/gas/i386/avx512f_vpclmulqdq-wig.s: Ditto.
787 * testsuite/gas/i386/avx512f_vpclmulqdq-wig1-intel.d: Ditto.
788 * testsuite/gas/i386/avx512f_vpclmulqdq-wig1.d: Ditto.
789 * testsuite/gas/i386/avx512f_vpclmulqdq.d: Ditto.
790 * testsuite/gas/i386/avx512f_vpclmulqdq.s: Ditto.
791 * testsuite/gas/i386/avx512vl_vpclmulqdq-intel.d: Ditto.
792 * testsuite/gas/i386/avx512vl_vpclmulqdq-wig.s: Ditto.
793 * testsuite/gas/i386/avx512vl_vpclmulqdq-wig1-intel.d: Ditto.
794 * testsuite/gas/i386/avx512vl_vpclmulqdq-wig1.d: Ditto.
795 * testsuite/gas/i386/avx512vl_vpclmulqdq.d: Ditto.
796 * testsuite/gas/i386/avx512vl_vpclmulqdq.s: Ditto.
797 * testsuite/gas/i386/vpclmulqdq-intel.d: Ditto.
798 * testsuite/gas/i386/vpclmulqdq.d: Ditto.
799 * testsuite/gas/i386/vpclmulqdq.s: Ditto.
800 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-intel.d: Ditto.
801 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-wig.s: Ditto.
802 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-wig1-intel.d: Ditto.
803 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-wig1.d: Ditto.
804 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq.d: Ditto.
805 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq.s: Ditto.
806 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-intel.d: Ditto.
807 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig.s: Ditto.
808 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig1-intel.d: Ditto.
809 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig1.d: Ditto.
810 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq.d: Ditto.
811 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq.s: Ditto.
812 * testsuite/gas/i386/x86-64-vpclmulqdq-intel.d: Ditto.
813 * testsuite/gas/i386/x86-64-vpclmulqdq.d: Ditto.
814 * testsuite/gas/i386/x86-64-vpclmulqdq.s: Ditto.
815
816 2017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
817
818 * config/tc-i386.c (cpu_arch): Add VAES.
819 * doc/c-i386.texi: Document VAES.
820 * testsuite/gas/i386/i386.exp: Run VAES tests.
821 * testsuite/gas/i386/avx512f_vaes-intel.d: New test.
822 * testsuite/gas/i386/avx512f_vaes-wig.s: Ditto.
823 * testsuite/gas/i386/avx512f_vaes-wig1-intel.d: Ditto.
824 * testsuite/gas/i386/avx512f_vaes-wig1.d: Ditto.
825 * testsuite/gas/i386/avx512f_vaes.d: Ditto.
826 * testsuite/gas/i386/avx512f_vaes.s: Ditto.
827 * testsuite/gas/i386/avx512vl_vaes-intel.d: Ditto.
828 * testsuite/gas/i386/avx512vl_vaes-wig.s: Ditto.
829 * testsuite/gas/i386/avx512vl_vaes-wig1-intel.d: Ditto.
830 * testsuite/gas/i386/avx512vl_vaes-wig1.d: Ditto.
831 * testsuite/gas/i386/avx512vl_vaes.d: Ditto.
832 * testsuite/gas/i386/avx512vl_vaes.s: Ditto.
833 * testsuite/gas/i386/vaes-intel.d: Ditto.
834 * testsuite/gas/i386/vaes.d: Ditto.
835 * testsuite/gas/i386/vaes.s: Ditto.
836 * testsuite/gas/i386/x86-64-avx512f_vaes-intel.d: Ditto.
837 * testsuite/gas/i386/x86-64-avx512f_vaes-wig.s: Ditto.
838 * testsuite/gas/i386/x86-64-avx512f_vaes-wig1-intel.d: Ditto.
839 * testsuite/gas/i386/x86-64-avx512f_vaes-wig1.d: Ditto.
840 * testsuite/gas/i386/x86-64-avx512f_vaes.d: Ditto.
841 * testsuite/gas/i386/x86-64-avx512f_vaes.s: Ditto.
842 * testsuite/gas/i386/x86-64-avx512vl_vaes-intel.d: Ditto.
843 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig.s: Ditto.
844 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig1-intel.d: Ditto.
845 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig1.d: Ditto.
846 * testsuite/gas/i386/x86-64-avx512vl_vaes.d: Ditto.
847 * testsuite/gas/i386/x86-64-avx512vl_vaes.s: Ditto.
848 * testsuite/gas/i386/x86-64-vaes-intel.d: Ditto.
849 * testsuite/gas/i386/x86-64-vaes.d: Ditto.
850 * testsuite/gas/i386/x86-64-vaes.s: Ditto.
851
852 2017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
853
854 * config/tc-i386.c (cpu_arch): Add .gfni.
855 * doc/c-i386.texi: Document .gfni.
856 * testsuite/gas/i386/i386.exp: Add GFNI tests.
857 * testsuite/gas/i386/avx.s: New GFNI test.
858 * testsuite/gas/i386/x86-64-avx.s: Likewise.
859 * testsuite/gas/i386/avx.d: Adjust.
860 * testsuite/gas/i386/avx-intel.d: Likewise
861 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
862 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
863 * testsuite/gas/i386/avx512f_gfni-intel.d: New test.
864 * testsuite/gas/i386/avx512f_gfni.d: Likewise.
865 * testsuite/gas/i386/avx512f_gfni.s: Likewise.
866 * testsuite/gas/i386/avx512vl_gfni-intel.d: Likewise.
867 * testsuite/gas/i386/avx512vl_gfni.d: Likewise.
868 * testsuite/gas/i386/avx512vl_gfni.s: Likewise.
869 * testsuite/gas/i386/gfni-intel.d: Likewise.
870 * testsuite/gas/i386/gfni.d: Likewise.
871 * testsuite/gas/i386/gfni.s: Likewise.
872 * testsuite/gas/i386/x86-64-avx512f_gfni-intel.d: Likewise.
873 * testsuite/gas/i386/x86-64-avx512f_gfni.d: Likewise.
874 * testsuite/gas/i386/x86-64-avx512f_gfni.s: Likewise.
875 * testsuite/gas/i386/x86-64-avx512vl_gfni-intel.d: Likewise.
876 * testsuite/gas/i386/x86-64-avx512vl_gfni.d: Likewise.
877 * testsuite/gas/i386/x86-64-avx512vl_gfni.s: Likewise.
878 * testsuite/gas/i386/x86-64-avx_gfni-intel.d: Likewise.
879 * testsuite/gas/i386/x86-64-avx_gfni.d: Likewise.
880 * testsuite/gas/i386/x86-64-avx_gfni.s: Likewise.
881 * testsuite/gas/i386/x86-64-gfni-intel.d: Likewise.
882 * testsuite/gas/i386/x86-64-gfni.d: Likewise.
883 * testsuite/gas/i386/x86-64-gfni.s: Likewise.
884
885 2017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
886
887 * config/tc-i386.c (cpu_arch): Add .avx512_vbmi2.
888 (cpu_noarch): noavx512_vbmi2.
889 * doc/c-i386.texi: Document .avx512_vbmi2, noavx512_vbmi2.
890 * testsuite/gas/i386/i386.exp: Add AVX512_VBMI2 tests.
891 * testsuite/gas/i386/avx512vbmi2-intel.d: New test.
892 * testsuite/gas/i386/avx512vbmi2.d: Likewise.
893 * testsuite/gas/i386/avx512vbmi2.s: Likewise.
894 * testsuite/gas/i386/avx512vbmi2_vl-intel.d: Likewise.
895 * testsuite/gas/i386/avx512vbmi2_vl.d: Likewise.
896 * testsuite/gas/i386/avx512vbmi2_vl.s: Likewise.
897 * testsuite/gas/i386/x86-64-avx512vbmi2-intel.d: Likewise.
898 * testsuite/gas/i386/x86-64-avx512vbmi2.d: Likewise.
899 * testsuite/gas/i386/x86-64-avx512vbmi2.s: Likewise.
900 * testsuite/gas/i386/x86-64-avx512vbmi2_vl-intel.d: Likewise.
901 * testsuite/gas/i386/x86-64-avx512vbmi2_vl.d: Likewise.
902 * testsuite/gas/i386/x86-64-avx512vbmi2_vl.s: Likewise.
903
904 2017-10-22 Hans-Peter Nilsson <hp@axis.com>
905
906 PR gas/22304
907 * testsuite/gas/cris/range-err-1.s: Remove quotes left from last edit.
908
909 2017-10-20 Nick Clifton <nickc@redhat.com>
910
911 PR 22324
912 * read.c (s_rept): Use size_t type for count parameter.
913 (do_repeat): Change type of count parameter to size_t.
914 Issue an error is the count parameter is negative.
915 (do_repeat_with_expression): Likewise.
916 * read.h: Update prototypes for do_repeat and
917 do_repeat_with_expression.
918 * doc/as.texinfo (Rept): Document that a zero count is allowed but
919 negative counts are not.
920 * config/tc-rx.c (rx_rept): Use size_t type for count parameter.
921 * config/tc-tic54x.c (tic54x_loop): Cast count parameter to size_t
922 type.
923 * testsuite/gas/macros/end.s: Add a test using a negative repeat
924 count.
925 * testsuite/gas/macros/end.l: Add expected error message.
926
927 2017-10-19 Palmer Dabbelt <palmer@dabbelt.com>
928
929 * config/tc-riscv.c (md_apply_fix): Mark
930 BFD_RELOC_RISCV_PCREL_HI20 as relaxable when relaxations are
931 enabled.
932
933 2017-10-19 Nick Clifton <nickc@redhat.com>
934
935 PR 21621
936 * config/tc-avr.h (struct avr_frag_data): Add prev_opcode field.
937 (TC_FRAG_INIT): Define.
938 (avr_frag_init): Add prototype.
939 * config/tc-avr.c (avr_frag_init): New function.
940 (avr_operands): Replace static local 'prev' variable with
941 prev_opcode field in current frag.
942 * testsuite/gas/avr/pr21621.s: New test source file.
943 * testsuite/gas/avr/pr21621.d: New test driver file.
944 * testsuite/gas/avr/pr21621.s: New test error output file.
945
946 2017-10-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
947
948 * testsuite/gas/all/fill-1.s: Use normal labels. Change .text to
949 .data. Pick different values. Use .dc.w instead of .word.
950 * testsuite/gas/all/fill-1.d: New objdump output check.
951 * testsuite/gas/all/gas.exp: Use run_dump_test to execute fill-1
952 testcase.
953
954 2017-10-18 Palmer Dabbelt <palmer@dabbelt.com>
955
956 * testsuite/gas/all/align.d: Mark as unsupported on RISC-V.
957 testsuite/gas/all/relax.d: Likewise.
958 testsuite/gas/all/sleb128-2.d: Likewise.
959 testsuite/gas/all/sleb128-4.d: Likewise.
960 testsuite/gas/all/sleb128-5.d: Likewise.
961 testsuite/gas/all/sleb128-7.d: Likewise.
962 testsuite/gas/elf/section11.d: Likewise.
963 testsuite/gas/all/gas.exp (diff1.s): Likewise.
964
965 2017-10-18 Nick Clifton <nickc@redhat.com>
966
967 PR gas/22304
968 * testsuite/gas/cris/range-err-1.s: Remove spurious xfails.
969 * testsuite/gas/cris/cris.exp: Expect the shexpr-1 test to pass.
970
971 2017-10-18 Nick Clifton <nickc@redhat.com>
972
973 * po/sv.po: Updated Swedish translation.
974
975 2017-10-16 Sandra Loosemore <sandra@codesourcery.com>
976 Henry Wong <henry@stuffedcow.net>
977
978 * config/tc-nios2.c (nios2_translate_pseudo_insn): Check for
979 correct number of arguments.
980 (md_assemble): Handle failure of nios2_translate_pseudo_insn.
981 * testsuite/gas/nios2/illegal_pseudoinst.l: New file.
982 * testsuite/gas/nios2/illegal_pseudoinst.s: New file.
983 * testsuite/gas/nios2/nios2.exp: Add illegal_pseudoinst test.
984
985 2017-10-12 James Bowman <james.bowman@ftdichip.com>
986
987 * config/tc-ft32.c (md_assemble): Replace FT32_FLD_K8 with
988 K15.
989 (md_apply_fix, tc_gen_reloc): Add BFD_RELOC_FT32_15.
990
991 2017-10-11 Nick Clifton <nickc@redhat.com>
992
993 PR 21977
994 * listing.c (listing_newline): Use the name of the current
995 physical input file, rather than the current logical input file,
996 unless including high level source in the listing.
997 * input-scrub.c (as_where_physical): New function. Returns the
998 name of the current physical input file.
999 * as.h: Add prototype for as_where_physical.
1000
1001 2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1002
1003 * testsuite/gas/s390/zarch-arch12.d (prno, tpei, irbm): New
1004 instructions added.
1005 * testsuite/gas/s390/zarch-arch12.s: Likewise.
1006 * testsuite/gas/s390/zarch-z13.d: Rename ppno to prno.
1007
1008 2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1009
1010 * testsuite/gas/all/fill-1.s: Replace nop with .word 42
1011
1012 2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1013
1014 * read.c (s_fill): Invoke expression instead of
1015 get_known_segmented_expression.
1016 * testsuite/gas/all/fill-1.s: New testcase.
1017 * testsuite/gas/all/gas.exp: Run fill-1 testcase
1018
1019 2017-10-05 Nick Clifton <nickc@redhat.com>
1020
1021 PR 22133
1022 * config/tc-msp430.c (parse_exp): Skip an 'h' suffix to constant
1023 expressions.
1024 (msp430_srcoperand): Check that the entire text was parsed by
1025 parse_exp.
1026 (msp430_operands): Likewise.
1027 * testsuite/gas/msp430/pr22133.s: New test file.
1028 * testsuite/gas/msp430/pr22133.d: New test driver.
1029 * testsuite/gas/msp430/pr22133.s: Expected error output.
1030 * testsuite/gas/msp430/msp430.exp: Run the new test.
1031
1032 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
1033
1034 PR gas/21167
1035 * testsuite/gas/elf/elf.exp: Run group3.
1036 * testsuite/gas/elf/group3.d: New file.
1037 * testsuite/gas/elf/group3.s: Likewise.
1038
1039 2017-10-05 Alan Modra <amodra@gmail.com>
1040
1041 PR 21167
1042 * config/obj-elf.c (struct group_list): Delete elt_count.
1043 (groups): New static.
1044 (build_group_lists): Don't count elements.
1045 (elf_adjust_symtab): Use "groups" rather than auto "list". Set up
1046 pointer from group member to SHT_GROUP section. Don't size
1047 SHT_GROUP section or clean up here..
1048 (elf_frob_file_after_relocs): ..do so here instead.
1049 * testsuite/gas/arc/jli-1.d,
1050 * testsuite/gas/elf/groupautob.d,
1051 * testsuite/gas/mips/compact-eh-eb-2.d,
1052 * testsuite/gas/mips/compact-eh-eb-5.d,
1053 * testsuite/gas/mips/compact-eh-el-2.d,
1054 * testsuite/gas/mips/compact-eh-el-5.d: Adjust.
1055
1056 2017-10-01 Alexander Fedotov <alfedotov@gmail.com>
1057
1058 * testsuite/gas/ppc/vle-mult-ld-st-insns.s: New file: Tests the
1059 support for the VLE multiple load/store instructions.
1060 * testsuite/gas/ppc/vle-mult-ld-st-insns.d: New file: Test
1061 driver.
1062 * testsuite/gas/ppc/ppc.exp: Run it.
1063
1064 2017-09-27 Nick Clifton <nickc@redhat.com>
1065
1066 PR 22179
1067 * testsuite/gas/riscv/fmv.x.s: New file: Tests the support for the
1068 renamed fmv.x.s and fmv.s.x instructions.
1069 * testsuite/gas/riscv/fmv.x.d: New file: Test driver.
1070
1071 2017-09-21 Maciej W. Rozycki <macro@imgtec.com>
1072
1073 * testsuite/gas/mips/elf_mach_5900.d: New test.
1074 * testsuite/gas/mips/mips.exp: Run it.
1075
1076 2017-09-21 James Cowgill <James.Cowgill@imgtec.com>
1077
1078 PR gas/21762
1079 * config/tc-mips.c (s_mips_stab): Insert call to
1080 file_mips_check_options.
1081 * testsuite/gas/mips/micromips@stabs-symbol-type.d: New test.
1082 * testsuite/gas/mips/mips.exp: Run the new tests.
1083 * testsuite/gas/mips/mips16@stabs-symbol-type.d: New test.
1084 * testsuite/gas/mips/stabs-symbol-type.d: New test.
1085 * testsuite/gas/mips/stabs-symbol-type.s: New test source.
1086
1087 2017-09-21 Alan Modra <amodra@gmail.com>
1088
1089 * config/tc-ppc.h (EH_FRAME_ALIGNMENT): Define.
1090
1091 2017-09-14 Alan Modra <amodra@gmail.com>
1092
1093 PR 22127
1094 * write.c (resolve_reloc_expr_symbols): Don't segfault when
1095 sec has been set to NULL.
1096
1097 2017-09-09 H.J. Lu <hongjiu.lu@intel.com>
1098
1099 * config/tc-i386.c (NOTRACK_PREFIX): Removed.
1100 (REX_PREFIX): Updated.
1101 (MAX_PREFIXES): Likewise.
1102 (parse_insn): Remove restriction on NOTRACK prefix position.
1103 * testsuite/gas/i386/notrack.s: Add tests with NOTRACK prefix
1104 before other prefixes.
1105 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
1106 * testsuite/gas/i386/notrackbad.s: Remove tests with NOTRACK
1107 prefix before other prefixes.
1108 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
1109 * testsuite/gas/i386/notrack-intel.d: Updated.
1110 * testsuite/gas/i386/notrack.d: Likewise.
1111 * testsuite/gas/i386/notrackbad.l: Likewise.
1112 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
1113 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
1114 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
1115
1116 2017-09-07 Palmer Dabbelt <palmer@dabbelt.com>
1117
1118 * config/tc-riscv.c (riscv_frag_align_code): Emit the entire
1119 alignment sequence inside R_RISCV_ALIGN.
1120
1121 2017-09-05 Alexander Fedotov <alexander.fedotov@nxp.com>
1122 Edmar Wienskoski <edmar.wienskoski@nxp.com
1123
1124 * config/tc-ppc.c (md_parse_option): Handle "mno-vle" flag.
1125 (ppc_elf_section_letter): New function.
1126 * config/tc-ppc.h (md_elf_section_letter): New.
1127 * testsuite/gas/elf/section10.d: Adjust for VLE.
1128
1129 2017-09-01 Tamar Christina <tamar.christina@arm.com>
1130
1131 * config/tc-aarch64.c (aarch64_cpus): Enable DOTPROD for
1132 cortex-a55 and cortx-a75.
1133
1134 2017-08-30 Maciej W. Rozycki <macro@imgtec.com>
1135
1136 * testsuite/gas/mips/branch-addend-micromips.d: New test.
1137 * testsuite/gas/mips/branch-addend-micromips-n32.d: New test.
1138 * testsuite/gas/mips/branch-addend-micromips-n64.d: New test.
1139 * testsuite/gas/mips/branch-addend-micromips.s: New test source.
1140 * testsuite/gas/mips/mips.exp: Run the new tests.
1141
1142 2017-08-30 Maciej W. Rozycki <macro@imgtec.com>
1143
1144 * config/tc-mips.c (md_convert_frag): Respect
1145 `mips_ignore_branch_isa'.
1146 * testsuite/gas/mips/branch-local-5.d: New test.
1147 * testsuite/gas/mips/branch-local-n32-5.d: New test.
1148 * testsuite/gas/mips/branch-local-n64-5.d: New test.
1149 * testsuite/gas/mips/branch-local-6.d: New test.
1150 * testsuite/gas/mips/branch-local-n32-6.d: New test.
1151 * testsuite/gas/mips/branch-local-n64-6.d: New test.
1152 * testsuite/gas/mips/branch-local-7.d: New test.
1153 * testsuite/gas/mips/branch-local-n32-7.d: New test.
1154 * testsuite/gas/mips/branch-local-n64-7.d: New test.
1155 * testsuite/gas/mips/branch-local-ignore-5.d: New test.
1156 * testsuite/gas/mips/branch-local-ignore-n32-5.d: New test.
1157 * testsuite/gas/mips/branch-local-ignore-n64-5.d: New test.
1158 * testsuite/gas/mips/branch-local-ignore-6.d: New test.
1159 * testsuite/gas/mips/branch-local-ignore-n32-6.d: New test.
1160 * testsuite/gas/mips/branch-local-ignore-n64-6.d: New test.
1161 * testsuite/gas/mips/branch-local-5.l: New stderr output.
1162 * testsuite/gas/mips/branch-local-6.l: New stderr output.
1163 * testsuite/gas/mips/branch-local-5.s: New test source.
1164 * testsuite/gas/mips/branch-local-6.s: New test source.
1165 * testsuite/gas/mips/branch-local-7.s: New test source.
1166 * testsuite/gas/mips/mips.exp: Run the new tests.
1167
1168 2017-08-30 Maciej W. Rozycki <macro@imgtec.com>
1169
1170 * testsuite/gas/mips/branch-local-n32-2.d: Use `branch-local-2.l'
1171 for `error-output'.
1172 * testsuite/gas/mips/branch-local-n64-2.d: Likewise.
1173 * testsuite/gas/mips/branch-local-n32-3.d: Use `branch-local-3.l'
1174 for `error-output'.
1175 * testsuite/gas/mips/branch-local-n64-3.d: Likewise.
1176 * testsuite/gas/mips/branch-local-n32-2.l: Remove file.
1177 * testsuite/gas/mips/branch-local-n64-2.l: Remove file.
1178 * testsuite/gas/mips/branch-local-n32-3.l: Remove file.
1179 * testsuite/gas/mips/branch-local-n64-3.l: Remove file.
1180
1181 2017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com>
1182
1183 * config/tc-msp430.c (md_parse_option): Define high data and high
1184 bss symbols if -mdata-region is passed.
1185 Define -mdata-region open.
1186 * doc/c-msp430.texi: Document -mdata-region.
1187 * testsuite/gas/msp430/high-data-bss-sym.d: New test.
1188 * testsuite/gas/msp430/high-data-bss-sym.s: New.
1189 * testsuite/gas/msp430/msp430.exp: Add -mdata-region tests.
1190
1191 2017-08-23 Alexander Fedotov <alexander.fedotov@nxp.com>
1192 Edmar Wienskoski <edmar.wienskoski@nxp.com
1193
1194 * config/tc-ppc.c:
1195 (md_parse_option): Add mspe2 switch.
1196 (md_show_usage): Document -mspe2.
1197 (ppc_setup_opcodes): Handle spe2_opcodes.
1198 * doc/as.texinfo: Document -mspe2.
1199 * doc/c-ppc.texi: Likewise.
1200 * testsuite/gas/ppc/efs.d: New file.
1201 * testsuite/gas/ppc/efs.s: Likewise.
1202 * testsuite/gas/ppc/efs2.d: Likewise.
1203 * testsuite/gas/ppc/efs2.s: Likewise.
1204 * testsuite/gas/ppc/ppc.exp: Run new tests.
1205 * testsuite/gas/ppc/spe.d: New file.
1206 * testsuite/gas/ppc/spe.s: Likewise.
1207 * testsuite/gas/ppc/spe2-checks.d: Likewise.
1208 * testsuite/gas/ppc/spe2-checks.l: Likewise.
1209 * testsuite/gas/ppc/spe2-checks.s: Likewise.
1210 * testsuite/gas/ppc/spe2.d: Likewise.
1211 * testsuite/gas/ppc/spe2.s: Likewise.
1212 * testsuite/gas/ppc/spe_ambiguous.d: Likewise.
1213 * testsuite/gas/ppc/spe_ambiguous.s: Likewise.
1214
1215 2017-08-23 James Clarke <jrtc27@jrtc27.com>
1216
1217 * config/tc-sparc.c (tc_gen_reloc): Convert BFD_RELOC_8/16/32/64
1218 into the corresponding BFD_RELOC_8/16/32/64_PCREL relocation
1219 when requested.
1220 * config/tc-sparc.h (DIFF_EXPR_OK): Define to enable PC-relative
1221 diff relocations.
1222 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to ensure only supported
1223 relocations are made PC-relative.
1224 (CFI_DIFF_EXPR_OK): Define to 0 to force BFD_RELOC_32_PCREL to
1225 be used directly, since otherwise BFD_RELOC_SPARC_UA32 will be
1226 used for .eh_frame which cannot in general be converted to a
1227 BFD_RELOC_32_PCREL due to alignment requirements.
1228
1229 2017-08-22 Alan Modra <amodra@gmail.com>
1230
1231 * testsuite/gas/ppc/lsp-checks.d: Assemble with -a32.
1232 * testsuite/gas/ppc/lsp.d: Likewise.
1233
1234 2017-08-21 Alexander Fedotov <alexander.fedotov@nxp.com>
1235 Edmar Wienskoski <edmar.wienskoski@nxp.com
1236
1237 * testsuite/gas/ppc/lsp-checks.d,
1238 * testsuite/gas/ppc/lsp-checks.l,
1239 * testsuite/gas/ppc/lsp-checks.s: New test.
1240 * testsuite/gas/ppc/lsp.d,
1241 * testsuite/gas/ppc/lsp.s: New test.
1242 * testsuite/gas/ppc/ppc.exp: Run new tests.
1243
1244 2017-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1245
1246 * config/tc-aarch64.c (REGDEF_ALIAS): Define
1247 (reg_names): Update for ip0, ip1, fp, lr to use REGDEF_ALIAS
1248 * doc/c-aarch64.texi: Update documentation on .req.
1249 * testsuite/gas/diagnostic.s: Update
1250 * testsuite/gas/diagnostic.l: Likewise
1251 * testsuite/gas/register_aliases.s: New file.
1252 * testsuite/gas/register_aliases.d: New file.
1253
1254 2017-08-11 H.J. Lu <hongjiu.lu@intel.com>
1255
1256 PR gas/21667
1257 * read.c (pseudo_set): Update error message for alias of common
1258 symbol.
1259 * write.c (write_object_file): Disallow both local and global
1260 aliases of common symbol.
1261 * testsuite/gas/elf/common5a.d: New file.
1262 * testsuite/gas/elf/common5a.l: Likewise.
1263 * testsuite/gas/elf/common5a.s: Likewise.
1264 * testsuite/gas/elf/common5b.d: Likewise.
1265 * testsuite/gas/elf/common5b.l: Likewise.
1266 * testsuite/gas/elf/common5b.s: Likewise.
1267 * testsuite/gas/elf/common5c.d: Likewise.
1268 * testsuite/gas/elf/common5c.s: Likewise.
1269 * testsuite/gas/elf/common5d.d: Likewise.
1270 * testsuite/gas/elf/common5d.s: Likewise.
1271 * testsuite/gas/elf/elf.exp: Run common5a, common5b, common5c
1272 and common5d.
1273
1274 2017-08-10 Nick Clifton <nickc@redhat.com>
1275
1276 PR gas/21939
1277 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Increase
1278 size of indirect_syms array so that it is large enough to hold
1279 every symbol if necessary.
1280
1281 2017-08-09 Jiong Wang <jiong.wang@arm.com>
1282
1283 * config/tc-arm.c (do_crc32_1): Remove warning on REG_SP for thumb_mode.
1284 * testsuite/gas/arm/crc32-armv8-a-bad.d: Update exepcted result.
1285 * testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
1286 * testsuite/gas/arm/crc32-armv8-a.d: Likewise.
1287 * testsuite/gas/arm/crc32-armv8-r.d: Likewise.
1288 * testsuite/gas/arm/crc32-armv8-ar-bad.s: Update test case.
1289 * testsuite/gas/arm/crc32-armv8-ar.s: Likewise.
1290 * testsuite/gas/arm/crc32-bad.l: Update expected error message.
1291
1292 2017-08-02 Nick Clifton <nickc@redhat.com>
1293
1294 * testsuite/gas/all/gas.exp: Add am33 to the skip lists of tests
1295 passed over by the mn10300 target.
1296 * testsuite/gas/elf/elf.exp: Likewise.
1297 * testsuite/gas/elf/dwarf2-11.d: Correct skip of am33 target.
1298 * testsuite/gas/elf/dwarf2-12.d: Likewise.
1299 * testsuite/gas/elf/dwarf2-13.d: Likewise.
1300 * testsuite/gas/elf/dwarf2-14.d: Likewise.
1301 * testsuite/gas/elf/dwarf2-15.d: Likewise.
1302 * testsuite/gas/elf/dwarf2-16.d: Likewise.
1303 * testsuite/gas/elf/dwarf2-17.d: Likewise.
1304 * testsuite/gas/elf/dwarf2-18.d: Likewise.
1305 * testsuite/gas/elf/dwarf2-5.d: Likewise.
1306 * testsuite/gas/elf/dwarf2-6.d: Likewise.
1307 * testsuite/gas/elf/dwarf2-7.d: Likewise.
1308
1309 2017-08-01 H.J. Lu <hongjiu.lu@intel.com>
1310
1311 PR gas/21874
1312 * config/tc-i386-intel.c (i386_intel_operand): Update segment
1313 register check.
1314 * testsuite/gas/i386/intelok.s: Replace "fs:gs:[eax]" with
1315 "fs:[eax]".
1316 * testsuite/gas/i386/inval-seg.s: Add tests for invalid segment
1317 register.
1318 * testsuite/gas/i386/x86-64-inval-seg.s: Likewise.
1319 * testsuite/gas/i386/inval-seg.l: Updated.
1320 * testsuite/gas/i386/x86-64-inval-seg.l: Likewise.
1321
1322 2017-07-31 John David Anglin <danglin@gcc.gnu.org>
1323
1324 * config/tc-hppa.c (pa_ip): Clear `d' bit in branch on bit instructions
1325 with a double-word condition and a fixed bit position greater than 31.
1326
1327 2017-07-28 Andrew Waterman <andrew@sifive.com>
1328
1329 * config/tc-riscv.c (riscv_set_arch): Handle the Q subset like
1330 all other subsets.
1331 Obviate use-after-free.
1332
1333 2017-07-25 Nick Clifton <nickc@redhat.com>
1334
1335 PR 21739
1336 * testsuite/gas/arc/add_s-err.s: Update expected error message.
1337
1338 2017-07-24 Nick Clifton <nickc@redhat.com>
1339
1340 PR 21809
1341 * config/tc-aarch64.c (aarch64_init_frag): Do not set a mapping
1342 state for frags in debug sections.
1343 * config/tc-arm.c (arm_init_frag): Likewise.
1344
1345 2017-07-24 Hans-Peter Nilsson <hp@bitrange.com>
1346
1347 * dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp
1348 from expr.
1349
1350 2017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1351
1352 * config/tc-s390.c (s390_parse_cpu): Add z14 as alternate CPU
1353 name.
1354 * doc/as.texinfo: Add z14 to CPU string list.
1355 * doc/c-s390.texi: Likewise.
1356
1357 2017-07-21 Alexandre Oliva <aoliva@redhat.com>
1358
1359 * dwarf2dbg.c (unused): Check offset of next in struct line_entry.
1360 (current): Initialize view.
1361 (force_reset_view, view_assert_failed): New variables.
1362 (reverse_line_entry_list): New function.
1363 (set_or_check_view): Likewise.
1364 (dwarf2_gen_line_info_1): Call it.
1365 (dwarf2_where): Set view to NULL.
1366 (dwarf2_emit_insn): Return early when called before first file.
1367 (dwarf2_directive_loc): Add view support. Emit insn
1368 immediately when view option is given.
1369 (process_entries): Avoid set_address to reset view when a known
1370 address change already implies the view reset.
1371 (dwarf2dbg_final_check): New function.
1372 * dwarf2dbg.h (struct dwarf2_line_info): Add view.
1373 (dwarf2dbg_final_check): Declare.
1374 * read.c (s_leb128): Parse expression as deferred.
1375 * write.c (write_object_file): Check pending view asserts.
1376 (cvt_frag_to_fill): Complain about undefined leb128 operand.
1377 * doc/as.texinfo (.loc): Document view support.
1378 * NEWS: Mention the new feature.
1379 * testsuite/gas/all/gas.exp: Run sleb128-9.
1380 * testsuite/gas/all/sleb128-9.d: New.
1381 * testsuite/gas/all/sleb128-9.l: New.
1382 * testsuite/gas/all/sleb128-9.s: New.
1383 * testsuite/gas/elf/dwarf2-1.d: Add nonzero views.
1384 * testsuite/gas/elf/dwarf2-2.d: Likewise.
1385 * testsuite/gas/elf/dwarf2-5.d: New.
1386 * testsuite/gas/elf/dwarf2-5.s: New.
1387 * testsuite/gas/elf/dwarf2-6.d: New.
1388 * testsuite/gas/elf/dwarf2-6.s: New.
1389 * testsuite/gas/elf/dwarf2-7.d: New.
1390 * testsuite/gas/elf/dwarf2-7.s: New.
1391 * testsuite/gas/elf/dwarf2-8.d: New.
1392 * testsuite/gas/elf/dwarf2-8.l: New.
1393 * testsuite/gas/elf/dwarf2-8.s: New.
1394 * testsuite/gas/elf/dwarf2-9.d: New.
1395 * testsuite/gas/elf/dwarf2-9.l: New.
1396 * testsuite/gas/elf/dwarf2-9.s: New.
1397 * testsuite/gas/elf/dwarf2-10.d: New.
1398 * testsuite/gas/elf/dwarf2-10.l: New.
1399 * testsuite/gas/elf/dwarf2-10.s: New.
1400 * testsuite/gas/elf/dwarf2-11.d: New.
1401 * testsuite/gas/elf/dwarf2-11.s: New.
1402 * testsuite/gas/elf/dwarf2-12.d: New.
1403 * testsuite/gas/elf/dwarf2-12.s: New.
1404 * testsuite/gas/elf/dwarf2-13.d: New.
1405 * testsuite/gas/elf/dwarf2-13.s: New.
1406 * testsuite/gas/elf/dwarf2-14.d: New.
1407 * testsuite/gas/elf/dwarf2-14.s: New.
1408 * testsuite/gas/elf/dwarf2-15.d: New.
1409 * testsuite/gas/elf/dwarf2-15.s: New.
1410 * testsuite/gas/elf/dwarf2-16.d: New.
1411 * testsuite/gas/elf/dwarf2-16.s: New.
1412 * testsuite/gas/elf/dwarf2-17.d: New.
1413 * testsuite/gas/elf/dwarf2-17.s: New.
1414 * testsuite/gas/elf/dwarf2-18.d: New.
1415 * testsuite/gas/elf/dwarf2-18.s: New.
1416 * testsuite/gas/elf/elf.exp: Run dwarf2-5..18 tests.
1417 * testsuite/gas/i386/dw2-compress-1.d: Add nonzero views.
1418 * testsuite/gas/i386/dw2-compressed-1.d: Likewise.
1419 * testsuite/gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
1420 * testsuite/gas/lns/lns-big-delta.d: Likewise.
1421 * testsuite/gas/lns/lns-duplicate.d: Likewise.
1422 * testsuite/gas/mips/loc-swap-2.d: Likewise.
1423 * testsuite/gas/mips/loc-swap-3.d: Likewise.
1424 * testsuite/gas/mips/loc-swap.d: Likewise.
1425 * testsuite/gas/mips/micromips@loc-swap-2.d: Likewise.
1426 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
1427 * testsuite/gas/mips/mips16@loc-swap-2.d: Likewise.
1428 * testsuite/gas/mips/mips16@loc-swap.d: Likewise.
1429 * testsuite/gas/mips/mips16e@loc-swap.d: Likewise.
1430
1431 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
1432
1433 * testsuite/gas/arc/jli-1.d: New file.
1434 * testsuite/gas/arc/jli-1.s: Likewise.
1435 * testsuite/gas/arc/taux.d: Update for jli_base.
1436
1437 2017-07-19 Tristan Gingold <gingold@adacore.com>
1438
1439 * as.c (start_sbrk): Remove.
1440 (main): Remove assignment.
1441 (dump_statistics): Remove display of data size.
1442
1443 2017-07-19 Tristan Gingold <gingold@adacore.com>
1444
1445 * testsuite/gas/pe/seh-x64-err-2.s: New test.
1446 * testsuite/gas/pe/seh-x64-err-2.l: New stderr output.
1447 * testsuite/gas/pe/pe.exp: Add test.
1448 * config/obj-coff-seh.c (obj_coff_seh_do_final): Don't try to end
1449 seh part.
1450
1451 2017-07-18 Nick Clifton <nickc@redhat.com>
1452
1453 PR 21775
1454 * config/tc-arm.c: Fix spelling typos.
1455 * config/tc-mips.c: Likewise.
1456 * config/tc-msp430.c: Likewise.
1457 * config/tc-sh64.c: Likewise.
1458 * config/tc-tic4x.c: Likewise.
1459 * ecoff.c: Likewise.
1460 * testsuite/gas/arm/ldr-bad.l: Likewise.
1461 * testsuite/gas/arm/ldr-t-bad.l: Likewise.
1462 * testsuite/gas/tic54x/opcodes.s: Likewise.
1463 * testsuite/gas/msp340/errata_warns.l: Likewise.
1464
1465 2017-07-18 Nick Clifton <nickc@redhat.com>
1466
1467 * po/uk.po: Updated Ukranian translation.
1468
1469 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
1470
1471 PR 21472
1472 * config/tc-avr.c (mcu_types): Add entries for: attiny212,
1473 attiny214, attiny412, attiny414, attiny814, attiny1614,
1474 attiny1616, attiny1617, attiny3214, attiny3216, attiny3217.
1475 (md_show_usage): Adjust doc for "avrxmega3".
1476 * doc/c-avr.texi (AVR options) [-mmcu=]: Adjust doc for avrxmega3.
1477 Add MCUs: attiny212, attiny214, attiny412, attiny414, attiny416,
1478 attiny417, attiny814, attiny816, attiny817, attiny1614,
1479 attiny1616, attiny1617, attiny3214, attiny3216, attiny3217.
1480
1481 2017-07-13 Jim Wilson <jim.wilson@linaro.org>
1482
1483 * config/tc-arch64.c (aarch64_cpus): Add AARCH64_FEATURE_RDMA to
1484 falkor and qdf24xx entries.
1485
1486 2017-07-12 Alan Modra <amodra@gmail.com>
1487
1488 * po/es.po: Update from translationproject.org/latest/gas/.
1489 * po/fi.po: Likewise.
1490 * po/fr.po: Likewise.
1491 * po/id.po: Likewise.
1492 * po/ja.po: Likewise.
1493 * po/ru.po: Likewise.
1494 * po/sv.po: Likewise.
1495 * po/tr.po: Likewise.
1496 * po/uk.po: Likewise.
1497 * po/zh_CN.po: Likewise.
1498
1499 2017-07-12 Nick Clifton <nickc@redhat.com>
1500
1501 Fix compile time warnings using gcc 7.1.1.
1502 * config/tc-pru.c (md_assemble): Add continue statement after
1503 handling 'E' operand character.
1504 * config/tc-v850.c (md_assemble): Initialise the 'insn' variable.
1505
1506 2017-07-05 James Greenhalgh <james.greenhalgh@arm.com>
1507
1508 * config/tc-arm.c (arm_cpus): Add Cortex-A55 and Cortex-A75.
1509 * doc/c-arm.texi (-mcpu): Document Cortex-A55 and Cortex-A75.
1510
1511 2017-07-05 Borislav Petkov <bp@suse.de>
1512
1513 * testsuite/gas/i386/opcode.s: Add tests for ModRM.reg == 6 variants.
1514 * testsuite/gas/i386/opcode.d: ditto.
1515 * testsuite/gas/i386/x86-64-opcode.s: Add x86_64 variants too.
1516 * testsuite/gas/i386/x86-64-opcode.d: ditto.
1517
1518 2017-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1519
1520 * config/tc-arm.c (arm_regs): Add MVFR2.
1521 (do_vmrs): Constraint for MVFR2 and armv8.
1522 (do_vmsr): Likewise.
1523 * testsuite/gas/arm/armv8-a+fp.d: Update.
1524 * testsuite/gas/arm/armv8-ar+fp.s: Likewise.
1525 * testsuite/gas/arm/armv8-r+fp.d: Likewise.
1526 * testsuite/gas/arm/vfp-bad.s: Likewise.
1527 * testsuite/gas/arm/vfp-bad.l: Likewise.
1528
1529 2017-07-04 Tristan Gingold <gingold@adacore.com>
1530
1531 * configure: Regenerate.
1532
1533 2017-07-04 Tristan Gingold <gingold@adacore.com>
1534
1535 * NEWS: Add marker for 2.29.
1536
1537 2017-07-03 Alan Modra <amodra@gmail.com>
1538
1539 * testsuite/gas/elf/symver.d: Don't run on hppa64-hpux.
1540
1541 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1542
1543 * config/tc-mips.c (md_convert_frag): Use a switch on the
1544 microMIPS relaxation type rather than a chain of conditionals.
1545
1546 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1547
1548 * config/tc-mips.c (md_convert_frag): Rewrite `fix_new_exp'
1549 calls in terms of `fix_new'.
1550
1551 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1552
1553 * config/tc-mips.c (md_convert_frag): Don't make a helper
1554 expression symbol for `fix_new_exp' called with a non-zero
1555 offset.
1556 * testsuite/gas/mips/relax-offset.d: New test.
1557 * testsuite/gas/mips/mips1@relax-offset.d: New test.
1558 * testsuite/gas/mips/r3000@relax-offset.d: New test.
1559 * testsuite/gas/mips/r3900@relax-offset.d: New test.
1560 * testsuite/gas/mips/micromips@relax-offset.d: New test.
1561 * testsuite/gas/mips/relax-offset.l: New stderr output.
1562 * testsuite/gas/mips/relax-offset.s: New test source.
1563 * testsuite/gas/mips/mips.exp: Run the new tests.
1564
1565 2017-06-30 Georg-Johann Lay <avr@gjlay.de>
1566
1567 PR gas/21683
1568 * doc/c-avr.texi (AVR Options) <-mgcc-isr>: Document it.
1569 (AVR Pseudo Instructions): New node.
1570 * config/tc-avr.h (md_pre_output_hook): Define to avr_pre_output_hook.
1571 (md_undefined_symbol): Define to avr_undefined_symbol.
1572 (avr_pre_output_hook, avr_undefined_symbol): New protos.
1573 * config/tc-avr.c (struc-symbol.h): Include it.
1574 (ISR_CHUNK_Done, ISR_CHUNK_Prologue, ISR_CHUNK_Epilogue): New enums.
1575 (avr_isr, avr_gccisr_opcode)
1576 (avr_no_sreg_hash, avr_no_sreg): New static variables.
1577 (avr_opt_s) <have_gccisr>: Add field.
1578 (avr_opt): Add initializer for have_gccisr.
1579 (enum options) <OPTION_HAVE_GCCISR>: Add enum.
1580 (md_longopts) <"mgcc-isr">: Add entry.
1581 (md_show_usage): Document -mgcc-isr.
1582 (md_parse_option) [OPTION_HAVE_GCCISR]: Handle it.
1583 (md_undefined_symbol): Remove.
1584 (avr_undefined_symbol, avr_pre_output_hook): New fuctions.
1585 (md_begin) <avr_no_sreg_hash, avr_gccisr_opcode>: Initialize them.
1586 (avr_operand) <pregno>: Add argument and set *pregno if function
1587 is called for a register constraint.
1588 [N]: Handle constraint.
1589 (avr_operands) <avr_operand>: Pass 5th parameter to calls.
1590 [avr_opt.have_gccisr]: Call avr_update_gccisr. Call
1591 avr_gccisr_operands instead of avr_operands.
1592 (avr_update_gccisr, avr_emit_insn, avr_patch_gccisr_frag)
1593 (avr_gccisr_operands, avr_check_gccisr_done): New static functions.
1594 * testsuite/gas/avr/gccisr-01.d: New test.
1595 * testsuite/gas/avr/gccisr-01.s: New test.
1596 * testsuite/gas/avr/gccisr-02.d: New test.
1597 * testsuite/gas/avr/gccisr-02.s: New test.
1598 * testsuite/gas/avr/gccisr-03.d: New test.
1599 * testsuite/gas/avr/gccisr-03.s: New test.
1600
1601 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1602
1603 * config/tc-mips.c (match_float_constant): Update description.
1604 (match_operand): Likewise.
1605
1606 2017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
1607 Maciej W. Rozycki <macro@imgtec.com>
1608
1609 * config/tc-mips.c (mips_ases): Add microMIPS XPA support.
1610 * testsuite/gas/mips/micromips@xpa.d: New test.
1611 * testsuite/gas/mips/mips.exp: Run the new test. Enable
1612 `xpa-virt-err' test for `micromips'.
1613
1614 2017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
1615 Maciej W. Rozycki <macro@imgtec.com>
1616
1617 * testsuite/gas/mips/micromips@r5.d: New test.
1618 * testsuite/gas/mips/mips.exp: Run the new test.
1619
1620 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1621 Andrew Bennett <andrew.bennett@imgtec.com>
1622
1623 * config/tc-mips.c (mips_set_ase): Handle the ASE_XPA_VIRT flag.
1624 * testsuite/gas/mips/xpa.d: Remove `xpa' from `-M' in `objdump'
1625 flags. Add `-mvirt' to `as' flags.
1626 * testsuite/gas/mips/xpa-err.d: New test.
1627 * testsuite/gas/mips/xpa-virt-err.d: New test.
1628 * testsuite/gas/mips/xpa-err.l: New stderr output.
1629 * testsuite/gas/mips/xpa-virt-err.l: New stderr output.
1630 * testsuite/gas/mips/xpa-err.s: New test source.
1631 * testsuite/gas/mips/xpa-virt-err.s: New test source.
1632 * testsuite/gas/mips/mips.exp: Run the new tests.
1633
1634 2017-06-29 Maciej W. Rozycki <macro@imgtec.com>
1635
1636 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: Adjust for the
1637 ASE_MIPS16E2_MT flag disassembler fix.
1638 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
1639 Likewise.
1640
1641 2017-06-29 Maciej W. Rozycki <macro@imgtec.com>
1642
1643 * config/tc-mips.c (mips_set_ase): Clear the ASE_MIPS16E2_MT
1644 flag before recalculating.
1645 * testsuite/gas/mips/mips16e2-mt-err.d: New test.
1646 * testsuite/gas/mips/mips16e2-mt-err.l: New stderr output.
1647 * testsuite/gas/mips/mips16e2-mt-err.s: New test source.
1648 * testsuite/gas/mips/mips.exp: Run the new test.
1649
1650 2017-06-28 Tamar Christina <tamar.christina@arm.com>
1651
1652 * config/tc-aarch64.c (aarch64_reg_parse_32_64): Accept 4B.
1653 (aarch64_features): Added dotprod.
1654 * doc/c-aarch64.texi: Added dotprod.
1655 * testsuite/gas/aarch64/dotproduct.d: New.
1656 * testsuite/gas/aarch64/dotproduct.s: New.
1657
1658 2017-06-28 Jiong Wang <jiong.wang@arm.com>
1659
1660 * config/tc-arm.c (fpu_neon_ext_dotprod): New variable.
1661 (neon_scalar_for_mul): Improve comments.
1662 (do_neon_dotproduct): New function to encode Dot Product instructions.
1663 (do_neon_dotproduct_s): Wrapper function for signed Dot Product
1664 instructions.
1665 (do_neon_dotproduct_u): Wrapper function for unsigned Dot Product
1666 instructions.
1667 (insns): New entries for vsdot and vudot.
1668 (arm_extensions): New entry for "dotprod".
1669 * doc/c-arm.texi: Document new "dotprod" extension.
1670 * testsuite/gas/arm/dotprod.s: New test source.
1671 * testsuite/gas/arm/dotprod-illegal.s: New test source.
1672 * testsuite/gas/arm/dotprod.d: New test.
1673 * testsuite/gas/arm/dotprod-thumb2.d: New test.
1674 * testsuite/gas/arm/dotprod-illegal.d: New test.
1675 * testsuite/gas/arm/dotprod-legacy-arch.d: New test.
1676 * testsuite/gas/arm/dotprod-illegal.l: New error file.
1677 * testsuite/gas/arm/dotprod-legacy-arch.l: New error file.
1678
1679 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
1680
1681 * testsuite/gas/mips/elf_mach_interaptiv-mr2.d: New test.
1682 * testsuite/gas/mips/save-err.d: New test.
1683 * testsuite/gas/mips/save-sub.d: New test.
1684 * testsuite/gas/mips/interaptiv-mr2@save.d: New test.
1685 * testsuite/gas/mips/mips1@save-sub.d: New test.
1686 * testsuite/gas/mips/mips2@save-sub.d: New test.
1687 * testsuite/gas/mips/mips3@save-sub.d: New test.
1688 * testsuite/gas/mips/mips4@save-sub.d: New test.
1689 * testsuite/gas/mips/mips5@save-sub.d: New test.
1690 * testsuite/gas/mips/mips32@save-sub.d: New test.
1691 * testsuite/gas/mips/mips64@save-sub.d: New test.
1692 * testsuite/gas/mips/mips16@save-sub.d: New test.
1693 * testsuite/gas/mips/mips16e@save-sub.d: New test.
1694 * testsuite/gas/mips/r3000@save-sub.d: New test.
1695 * testsuite/gas/mips/r3900@save-sub.d: New test.
1696 * testsuite/gas/mips/r4000@save-sub.d: New test.
1697 * testsuite/gas/mips/vr5400@save-sub.d: New test.
1698 * testsuite/gas/mips/interaptiv-mr2@save-sub.d: New test.
1699 * testsuite/gas/mips/sb1@save-sub.d: New test.
1700 * testsuite/gas/mips/octeon2@save-sub.d: New test.
1701 * testsuite/gas/mips/octeon3@save-sub.d: New test.
1702 * testsuite/gas/mips/xlr@save-sub.d: New test.
1703 * testsuite/gas/mips/r5900@save-sub.d: New test.
1704 * testsuite/gas/mips/mips16e2-copy.d: New test.
1705 * testsuite/gas/mips/mips16e2-copy-err.d: New test.
1706 * testsuite/gas/mips/save.d: Remove `MIPS16e' from the `name'
1707 option. Adjust for trailing padding change.
1708 * testsuite/gas/mips/mips16e2-copy-err.l: New stderr output.
1709 * testsuite/gas/mips/save-sub.s: New test source.
1710 * testsuite/gas/mips/mips16e2-copy.s: New test source.
1711 * testsuite/gas/mips/mips16e2-copy-err.s: New test source.
1712 * testsuite/gas/mips/save.s: Update description, change trailing
1713 padding and remove trailing white space.
1714 * testsuite/gas/mips/mips.exp: Expand `save' and `save-err'
1715 tests across the regular MIPS interAptiv MR2 architecture. Run
1716 the new tests.
1717
1718 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
1719
1720 * testsuite/gas/mips/mips.exp (interaptiv-mr2): New architecture.
1721 (mips16e2-interaptiv-mr2): Likewise.
1722 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.d: New
1723 test.
1724 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.d:
1725 New test.
1726 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.d:
1727 New test.
1728 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.d:
1729 New test.
1730 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.d:
1731 New test.
1732 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64.d: New
1733 test.
1734 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.d: New
1735 test.
1736 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.d: New
1737 test.
1738 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.d:
1739 New test.
1740 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
1741 New test.
1742 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-asmacro.d:
1743 New test.
1744 * testsuite/gas/mips/interaptiv-mr2@mcu.d: New test.
1745 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.d: New test.
1746 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.d: New test.
1747 * testsuite/gas/mips/attr-gnu-4-5.d: Ignore any number of ASE
1748 flag lines present rather than just one.
1749 * testsuite/gas/mips/attr-gnu-4-6.d: Likewise.
1750 * testsuite/gas/mips/attr-gnu-4-7.d: Likewise.
1751 * testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d: Likewise.
1752 * testsuite/gas/mips/attr-none-o32-fp64.d: Likewise.
1753 * testsuite/gas/mips/attr-none-o32-fpxx.d: Likewise.
1754 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.l: New
1755 stderr output.
1756 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.l:
1757 New stderr output.
1758 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.l:
1759 New stderr output.
1760 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.l:
1761 New stderr output.
1762 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.l:
1763 New stderr output.
1764 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.l: New
1765 stderr output.
1766 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.l: New
1767 stderr output.
1768 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.l:
1769 New stderr output.
1770 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.l: New stderr
1771 output.
1772 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.l: New stderr
1773 output.
1774
1775 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
1776 Matthew Fortune <matthew.fortune@imgtec.com>
1777
1778 * config/tc-mips.c (validate_mips_insn): Handle
1779 OP_SAVE_RESTORE_LIST specially.
1780 (mips_encode_save_restore, mips16_encode_save_restore): New
1781 functions.
1782 (match_save_restore_list_operand): Factor out SAVE/RESTORE
1783 operand insertion into the instruction word or halfword to these
1784 new functions.
1785 (mips_cpu_info_table): Add "interaptiv-mr2" entry.
1786
1787 * doc/c-mips.texi (MIPS Options): Add `interaptiv-mr2' to the
1788 `-march=' argument list.
1789
1790 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1791
1792 * testsuite/gas/mips/mips16e-save.d: Rename to...
1793 * testsuite/gas/mips/save.d: ... this.
1794 * testsuite/gas/mips/mips16e-save-err.d: Update the
1795 `error-output' option and rename to...
1796 * testsuite/gas/mips/save-err.d: ... this.
1797 * testsuite/gas/mips/mips16e-save-err.l: Rename to...
1798 * testsuite/gas/mips/save-err.l: ... this.
1799 * testsuite/gas/mips/mips16e-save.s: Rename to...
1800 * testsuite/gas/mips/save.s: ... this.
1801 * testsuite/gas/mips/mips16e-save-err.s: Rename to...
1802 * testsuite/gas/mips/save-err.s: ... this.
1803 * testsuite/gas/mips/mips.exp: Rename `mips16e-save' and
1804 `mips16e-save-err' invocations to `save' and `save-err'
1805 respectively and reorder these tests away from MIPS16 tests.
1806
1807 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1808
1809 * testsuite/gas/mips/mips16e-save.d: Remove `-mmips:isa32
1810 -mmips:16' from `objdump' flags and `-march=mips32 -mips16' from
1811 `as' flags.
1812 * testsuite/gas/mips/mips16e-save-err.d: Remove `-march=mips32'
1813 from `as' flags.
1814 * testsuite/gas/mips/mips16e-save.s: Remove the `.set mips16'
1815 pseudo-op.
1816 * testsuite/gas/mips/mips16e-save-err.s: Likewise.
1817 * testsuite/gas/mips/mips.exp: Run SAVE/RESTORE tests across all
1818 MIPS16e architectures.
1819
1820 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1821
1822 * testsuite/gas/mips/mips16e-save-err.d: New test.
1823 * gas/testsuite/gas/mips/mips.exp: Fold `mips16e-save-err' list
1824 test into the new test.
1825
1826 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1827
1828 * testsuite/gas/mips/mips16e-save.d: Capitalize the `name'
1829 option.
1830
1831 2017-06-26 Kuan-Lin Chen <rufus@andestech.com>
1832
1833 * config/tc-riscv.c (md_apply_fix) [BFD_RELOC_32]: Convert to a
1834 R_RISCV_32_PCREL relocation.
1835
1836 2017-06-26 H.J. Lu <hongjiu.lu@intel.com>
1837
1838 PR gas/21661
1839 * config/obj-elf.c (obj_elf_symver): Don't allow .symver with
1840 common symbol.
1841 (elf_frob_symbol): Likewise.
1842 * testsuite/gas/elf/elf.exp: Run pr21661.
1843 * testsuite/gas/elf/pr21661.d: New file.
1844 * testsuite/gas/elf/pr21661.s: Likewise.
1845
1846 2017-06-26 Nick Clifton <nickc@redhat.com>
1847
1848 * config/tc-arm.c (fpu_any): Only define for ELF based targets.
1849
1850 2017-06-26 Claudiu Zissulescu <claziss@synopsys.com>
1851
1852 * /config/tc-arc.c (is_br_jmp_insn_p): Update macro with known
1853 instructions to be accounted as jumps.
1854 (assemble_insn): Check for limms into the delay slots. Emit an
1855 error if so.
1856 * testsuite/gas/arc/asm-errors-3.d: New file.
1857 * testsuite/gas/arc/asm-errors-3.err: Likewise.
1858 * testsuite/gas/arc/asm-errors-3.s: Likewise.
1859
1860 2017-06-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1861
1862 * NEWS: Mention support of ARM Cortex-R52 processor.
1863 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-R52 processor.
1864 * doc/c-arm.texi: Mention support for -mcpu=cortex-r52.
1865
1866 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1867
1868 * NEWS: Mention support for ARMv8-R architecture.
1869 * config/tc-arm.c (arm_archs): Add entry for ARMv8-R.
1870 (arm_extensions): Restrict pan, ras and rdma extension to
1871 ARMv8-A and make crypto, fp and simd extensions available to
1872 ARMv8-R.
1873 (cpu_arch_ver): Add entry for ARMv8-R.
1874 (aeabi_set_public_attributes): Update gas_assert for Tag_DIV_use
1875 logic.
1876 * testsuite/gas/arm/armv8-a+fp.s: Rename into ...
1877 * testsuite/gas/arm/armv8-ar+fp.s: This. Remove .arch directive.
1878 * testsuite/gas/arm/armv8-a+fp.d: Specify source to assemble and
1879 architecture to assemble for.
1880 * testsuite/gas/arm/armv8-r+fp.d: New.
1881 * testsuite/gas/arm/armv8-a+simd.s: Rename into ...
1882 * testsuite/gas/arm/armv8-ar+simd.s: This. Remove .arch directive.
1883 * testsuite/gas/arm/armv8-a+simd.d: Specify source to assemble and
1884 architecture to assemble for.
1885 * testsuite/gas/arm/armv8-r+simd.d: New.
1886 * testsuite/gas/arm/armv8-a-bad.s: Rename into ...
1887 * testsuite/gas/arm/armv8-ar-bad.s: This. Remove .arch directive.
1888 * testsuite/gas/arm/armv8-a-bad.l: Rename into ...
1889 * testsuite/gas/arm/armv8-ar-bad.l: This. Decrement line number by 1.
1890 * testsuite/gas/arm/armv8-a-bad.d: Specify source to assemble,
1891 architecture to assemble for and adjust error output file.
1892 * testsuite/gas/arm/armv8-r-bad.d: New.
1893 * testsuite/gas/arm/armv8-a-barrier.s: Rename into ...
1894 * testsuite/gas/arm/armv8-ar-barrier.s: This.
1895 * testsuite/gas/arm/armv8-a-barrier-arm.d: Adjust source.
1896 * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
1897 * testsuite/gas/arm/armv8-r-barrier-arm.d: New.
1898 * testsuite/gas/arm/armv8-r-barrier-thumb.d: New.
1899 * testsuite/gas/arm/armv8-a-it-bad.s: Rename into ...
1900 * testsuite/gas/arm/armv8-ar-it-bad.s: This. Remove .arch directive.
1901 * testsuite/gas/arm/armv8-a-it-bad.l: Rename into ...
1902 * testsuite/gas/arm/armv8-ar-it-bad.l: This. Decrement line number
1903 by 1.
1904 * testsuite/gas/arm/armv8-a-it-bad.d: Specify source to assemble,
1905 architecture to assemble for and adjust error output file.
1906 * testsuite/gas/arm/armv8-r-it-bad.d: New.
1907 * testsuite/gas/arm/armv8-a.s: Rename into ...
1908 * testsuite/gas/arm/armv8-ar.s: This. Remove .arch directive.
1909 * testsuite/gas/arm/armv8-a.d: Specify source to assemble and
1910 architecture to assemble for.
1911 * testsuite/gas/arm/armv8-r.d: New.
1912 * testsuite/gas/arm/attr-march-armv8-r+crypto.d: New.
1913 * testsuite/gas/arm/attr-march-armv8-r+fp.d: New.
1914 * testsuite/gas/arm/attr-march-armv8-r+simd.d: New.
1915 * testsuite/gas/arm/attr-march-armv8-r.d: New.
1916 * testsuite/gas/arm/crc32.s: Rename into ...
1917 * testsuite/gas/arm/crc32-armv8-ar.s: This.
1918 * testsuite/gas/arm/crc32.d: Rename into ...
1919 * testsuite/gas/arm/crc32-armv8-a.d: This. Specify source to assemble.
1920 * testsuite/gas/arm/crc32-armv8-r.d: New.
1921 * testsuite/gas/arm/crc32-bad.s: Rename into ...
1922 * testsuite/gas/arm/crc32-armv8-ar-bad.s: This.
1923 * testsuite/gas/arm/crc32-bad.d: Rename into ...
1924 * testsuite/gas/arm/crc32-armv8-a-bad.d: This. Specify source to
1925 assemble.
1926 * testsuite/gas/arm/crc32-armv8-r-bad.d: New.
1927 * testsuite/gas/arm/mask_1.s: Rename into ...
1928 * testsuite/gas/arm/mask_1-armv8-ar.s: This.
1929 * testsuite/gas/arm/mask_1.d: Rename into ...
1930 * testsuite/gas/arm/mask_1-armv8-a.d: This. Specify source to
1931 assemble.
1932 * testsuite/gas/arm/mask_1-armv8-r.d: new.
1933
1934 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1935
1936 * config/tc-arm.c (arm_ext_v6m): Delete.
1937 (arm_ext_v7m): Delete.
1938 (arm_ext_m): Remove ARM_EXT_OS from the set of feature defined M
1939 profile.
1940 (arm_arch_v6m_only): Delete.
1941 (do_t_swi): Remove special case for ARMv6S-M.
1942 (md_assemble): Display error message previously in do_t_swi when
1943 SVC is not available.
1944 (insns): Guard swi and svc by arm_ext_os for Thumb mode.
1945 (aeabi_set_public_attributes): Remove special case for ARMv6S-M.
1946
1947 2017-05-11 Andrew Waterman <andrew@sifive.com>
1948
1949 * config/tc-riscv.c (riscv_ip): Changes as_warn to as_bad for improper
1950 shift amounts.
1951
1952 2017-06-22 Nick Clifton <nickc@redhat.com>
1953
1954 * config/tc-arm.c (arm_ext_v7m): Add ATTRIBUTE_UNUSED.
1955
1956 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1957
1958 * config/tc-arm.c (fpu_any): Defined from FPU_ANY.
1959 (cpu_arch_ver): Add all architectures and sort by release date.
1960 (have_ext_for_needed_feat_p): New.
1961 (get_aeabi_cpu_arch_from_fset): New.
1962 (aeabi_set_public_attributes): Call above function to determine
1963 Tag_CPU_arch and Tag_CPU_arch_profile values. Adapt Tag_ARM_ISA_use
1964 and Tag_THUMB_ISA_use selection logic to check absence of feature bit
1965 accordingly.
1966 * testsuite/gas/arm/attr-march-armv1.d: Fix expected Tag_CPU_arch build
1967 attribute value.
1968 * testsuite/gas/arm/attr-march-armv2.d: Likewise.
1969 * testsuite/gas/arm/attr-march-armv2a.d: Likewise.
1970 * testsuite/gas/arm/attr-march-armv2s.d: Likewise.
1971 * testsuite/gas/arm/attr-march-armv3.d: Likewise.
1972 * testsuite/gas/arm/attr-march-armv3m.d: Likewise.
1973 * testsuite/gas/arm/pr12198-2.d: Likewise.
1974
1975 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
1976
1977 * testsuite/gas/i386/cet-intel.d: Updated.
1978 * testsuite/gas/i386/cet.d: Likewise.
1979 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
1980 * testsuite/gas/i386/x86-64-cet.d: Likewise.
1981 * testsuite/gas/i386/cet.s: Update incsspd and setssbsy tests.
1982 * testsuite/gas/i386/x86-64-cet.s: Likewise.
1983
1984 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
1985
1986 * testsuite/gas/i386/cet-intel.d: Updated.
1987 * testsuite/gas/i386/cet.d: Likewise.
1988 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
1989 * testsuite/gas/i386/x86-64-cet.d: Likewise.
1990 * testsuite/gas/i386/cet.s: Replace savessp with saveprevssp.
1991 * testsuite/gas/i386/x86-64-cet.s: Likewise.
1992
1993 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
1994
1995 * config/tc-i386.c (md_assemble): Update NOTRACK prefix check.
1996 * testsuite/gas/i386/notrack-intel.d: Updated.
1997 * testsuite/gas/i386/notrack.d: Likewise.
1998 * testsuite/gas/i386/notrackbad.l: Likewise.
1999 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
2000 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
2001 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
2002 * testsuite/gas/i386/notrack.s: Add NOTRACK prefix tests with
2003 memory indirect branch.
2004 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
2005 * testsuite/gas/i386/notrackbad.s: Remove memory indirect branch
2006 with NOTRACK prefix.
2007 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
2008
2009 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
2010
2011 * config/tc-arm.c (arm_extensions): New duplicate idiv entry to enable
2012 Thumb division for ARMv7 architecture.
2013 (arm_parse_extension): Document expected behavior for duplicate
2014 entries.
2015 (s_arm_arch_extension): Likewise.
2016 * testsuite/gas/arm/forbid-armv7-idiv-ext.d: New test.
2017 * testsuite/gas/arm/forbid-armv7-idiv-ext.l: New expected output for
2018 above test.
2019
2020 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
2021
2022 * config/tc-arm.c (aeabi_set_public_attributes): Populate flags from
2023 feature bits used or selected_cpu depending on whether a CPU was
2024 selected by the user.
2025
2026 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
2027
2028 * config/tc-arm.c (aeabi_set_public_attributes): Test *mcpu_ext_opt to
2029 decide whether to set Tag_DSP_extension build attribute value. Remove
2030 now useless arm_arch variable.
2031
2032 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
2033
2034 * config/tc-arm.c (dyn_mcpu_ext_opt): New static variable.
2035 (dyn_march_ext_opt): Likewise.
2036 (md_begin): Copy extension feature bits alongside architecture ones.
2037 Merge extensions feature bits in selected_cpu and cpu_variant if there
2038 is some.
2039 (arm_parse_extension): Pass architecture and extension feature bits in
2040 separate parameters, with architecture bits being read only. Update
2041 **opt_p directly rather than *ext_set and initialize it if needed.
2042 (arm_parse_cpu): Stop merging architecture and extension feature bits
2043 and instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
2044 respectively. Adapt to change in parameters of arm_parse_extension.
2045 (arm_parse_arch): Adapt to change in parameters of arm_parse_extension.
2046 (aeabi_set_attribute_string): Make function static.
2047 (arm_md_post_relax): New function.
2048 (s_arm_cpu): Stop merging architecture and extension feature bits and
2049 instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
2050 respectively. Merge extension feature bits in cpu_variant
2051 if there is any.
2052 (s_arm_arch): Reset extension feature bit. Set selected_cpu from
2053 *mcpu_cpu_opt and cpu_variant from selected_cpu and *mfpu_opt for
2054 consistency with s_arm_cpu.
2055 (s_arm_arch_extension): Update *dyn_mcpu_ext_opt rather than
2056 selected_cpu, allocating it before hand if needed. Set selected_cpu
2057 from it and then cpu_variant.
2058 (s_arm_fpu): Merge *mcpu_ext_opt feature bits if any in cpu_variant.
2059 * config/tc-arm.h (md_post_relax_hook): Set to arm_md_post_relax.
2060 (aeabi_set_public_attributes): Delete external declaration.
2061 (arm_md_post_relax): Declare externally.
2062
2063 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
2064
2065 * config/tc-arm.c (struct arm_cpu_option_table): New ext field.
2066 (ARM_CPU_OPT): Add parameter to set new ext field and reorder canonical
2067 name field just after the name field.
2068 (arm_cpus): Move extension feature bit from value field to ext field,
2069 reorder parameter according to changes in ARM_CPU_OPT and reindent.
2070 (arm_parse_cpu): Point mcpu_cpu_opt to a bitfield merging the value and
2071 ext field from the selected arm_cpus entry.
2072 (s_arm_cpu): Likewise.
2073
2074 2017-06-21 James Greenhalgh <james.greenhalgh@arm.com>
2075
2076 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a55 and cortex-a75.
2077 * doc/c-aarch64.texi (-mcpu): Document cortex-a55 and cortex-a75.
2078
2079 2017-06-15 H.J. Lu <hongjiu.lu@intel.com>
2080
2081 PR binutils/21594
2082 * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd
2083 register.
2084 * testsuite/gas/i386/x86-64-mpx.s: Likewise.
2085 * testsuite/gas/i386/mpx.d: Updated.
2086 * testsuite/gas/i386/x86-64-mpx.d: Likewise.
2087
2088 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
2089
2090 * config/tc-xtensa.c (density_supported, xtensa_fetch_width,
2091 absolute_literals_supported): Leave definitions uninitialized.
2092 (directive_state): Leave entries for directive_density and
2093 directive_absolute_literals initialized to false.
2094 (xg_init_global_config, xtensa_init): New functions.
2095 * config/tc-xtensa.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
2096 (HOST_SPECIAL_INIT): New definition.
2097 (xtensa_init): New declaration.
2098
2099 2017-06-07 Michael Collison <michael.collison@arm.com>
2100
2101 * config/tc-aarch64.c (reg_entry_reg_names): Add IP0,
2102 IP1, FP, and LR as register aliases of register 16, 17, 29
2103 and 30 respectively.
2104 * testsuite/gas/aarch64/diagnostic.l: Remove diagnostic
2105 prohibiting register 'lr' which is now an alias.
2106 * testsuite/gas/aarch64/diagnostic.s: Remove instruction
2107 utilizing register 'lr' which is now an alias.
2108
2109 2017-06-06 Jiong Wang <jiong.wang@arm.com>
2110
2111 * config/tc-arm.c (reject_bad_reg): Allow REG_SP on ARMv8-A.
2112 (parse_operands): Allow REG_SP for OP_oRRnpcsp and OP_RRnpcsp on
2113 ARMv8-A.
2114 (do_co_reg): Allow REG_SP for Rd on ARMv8-A.
2115 (do_t_add_sub): Likewise.
2116 (do_t_mov_cmp): Likewise.
2117 (do_t_tb): Likewise.
2118 * testsuite/gas/arm/ld-sp-warn.l: Delete the warning on REG_SP as Rt for
2119 ldrsb.
2120 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d: New test.
2121 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: New test.
2122 * testsuite/gas/arm/sp-pc-validations-bad-t.d: Specifies -march=armv7-a.
2123 * testsuite/gas/arm/sp-pc-validations-bad-t.s: Remove ".arch armv7-a".
2124 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d: New test.
2125 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.l: New test.
2126 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v8.d: New test.
2127 * testsuite/gas/arm/sp-usage-thumb2-relax.s: New test.
2128 * testsuite/gas/arm/strex-bad-t.d: Specifies -march=armv7-a.
2129
2130 2017-06-05 Jim Wilson <jim.wilson@linaro.org>
2131
2132 * config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
2133 * doc/c-arm.texi (-mcpu): Likewise.
2134
2135 2017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
2136
2137 * config/tc-arc.c (cpu_types): Include arc-cpu.def
2138
2139 2017-05-23 H.J. Lu <hongjiu.lu@intel.com>
2140
2141 * gas/testsuite/gas/i386/notrackbad.l: Updated for non-ELF
2142 targets.
2143 * gas/testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
2144
2145 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
2146
2147 * config/tc-arc.c (md_apply_fix): Use as_bad_where.
2148 (assemble_insn): Use as_bad.
2149
2150 2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
2151
2152 * config/tc-i386.c (REX_PREFIX): Changed to 7.
2153 (NOTRACK_PREFIX): New.
2154 (MAX_PREFIXES): Changed to 8.
2155 (_i386_insn): Add notrack_prefix.
2156 (PREFIX_GROUP): Add PREFIX_DS.
2157 (add_prefix): Return PREFIX_DS for DS_PREFIX_OPCODE.
2158 (md_assemble): Check if NOTRACK prefix is supported.
2159 (parse_insn): Set notrack_prefix and issue an error for
2160 other prefixes after NOTRACK prefix.
2161 * testsuite/gas/i386/i386.exp: Run tests for NOTRACK prefix.
2162 * testsuite/gas/i386/notrack-intel.d: New file.
2163 * testsuite/gas/i386/notrack.d: Likewise.
2164 * testsuite/gas/i386/notrack.s: Likewise.
2165 * testsuite/gas/i386/notrackbad.l: Likewise.
2166 * testsuite/gas/i386/notrackbad.s: Likewise.
2167 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
2168 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
2169 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
2170 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
2171 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
2172
2173 2017-05-22 Jiong Wang <jiong.wang@arm.com>
2174
2175 * configure.tgt: Set "arch" to "aarch64" if ${cpu} equals "aarch64".
2176 Recognize the new triplet name aarch64*-linux-gnu_ilp32.
2177 * configure.ac: Output DEFAULT_ARCH macro for AArch64.
2178 * configure: Regenerate.
2179 * config/tc-aarch64.h (aarch64_after_parse_args): New declaration.
2180 (md_after_parse_args): New define.
2181 * config/tc-aarch64.c (aarch64_abi_type): New enumeration
2182 AARCH64_ABI_NONE.
2183 (DEFAULT_ARCH): New define.
2184 (aarch64_abi): Set default value to AARCH64_ABI_NONE.
2185 (aarch64_after_parse_args): New function.
2186
2187 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
2188
2189 * config/tc-sparc.c (sparc_arch_table): Entries for `sparc6',
2190 `v9m8' and `v8plusm8'.
2191 (sparc_md_end): Handle SPARC_OPCODE_ARCH_M8.
2192 (get_hwcap_name): Support the M8 hardware capabilities.
2193 (sparc_ip): Handle new operand types.
2194 * doc/c-sparc.texi (Sparc-Opts): Document -Av9m8, -Av8plusm8 and
2195 -Asparc6, and the corresponding -xarch aliases.
2196 * testsuite/gas/sparc/sparc6.s: New file.
2197 * testsuite/gas/sparc/sparc6.d: Likewise.
2198 * testsuite/gas/sparc/sparc6-diag.s: Likewise.
2199 * testsuite/gas/sparc/sparc6-diag.l: Likewise.
2200 * testsuite/gas/sparc/fpcmpshl.s: Likewise.
2201 * testsuite/gas/sparc/fpcmpshl.d: Likewise.
2202 * testsuite/gas/sparc/fpcmpshl-diag.s: Likewise.
2203 * testsuite/gas/sparc/fpcmpshl-diag.l: Likewise.
2204 * testsuite/gas/sparc/ldm-stm.s: Likewise.
2205 * testsuite/gas/sparc/ldm-stm.d: Likewise.
2206 * testsuite/gas/sparc/ldm-stm-diag.s: Likewise.
2207 * testsuite/gas/sparc/ldm-stm-diag.l: Likewise.
2208 * testsuite/gas/sparc/ldmf-stmf.s: Likewise.
2209 * testsuite/gas/sparc/ldmf-stmf.d: Likewise.
2210 * testsuite/gas/sparc/ldmf-stmf-diag.s: Likewise.
2211 * testsuite/gas/sparc/ldmf-stmf-diag.l: Likewise.
2212 * testsuite/gas/sparc/on.s: Likewise.
2213 * testsuite/gas/sparc/on.d: Likewise.
2214 * testsuite/gas/sparc/on-diag.s: Likewise.
2215 * testsuite/gas/sparc/on-diag.l: Likewise.
2216 * testsuite/gas/sparc/rle.s: Likewise.
2217 * testsuite/gas/sparc/rle.d: Likewise.
2218 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run new tests.
2219 * testsuite/gas/sparc/rdasr.s: Add test for RDENTROPY.
2220 * testsuite/gas/sparc/rdasr.d: Likewise.
2221
2222 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
2223
2224 * testsuite/gas/sparc/call-relax.d: Support 32-bit targets.
2225 * testsuite/gas/sparc/sparc.exp (gas_64_check): Use -64 to
2226 run asi-bump-warn.
2227
2228 2017-05-19 Georg-Johann Lay <avr@gjlay.de>
2229
2230 PR ld/21472
2231 * config/tc-avr.c (mcu_types): Add entries for: attiny416,
2232 attiny417, attiny816, attiny817.
2233
2234 2017-05-18 Alan Modra <amodra@gmail.com>
2235
2236 * config/tc-aarch64.c: Don't compare booleans against TRUE or FALSE.
2237 * config/tc-hppa.c: Likewise.
2238 * config/tc-mips.c: Likewise.
2239 * config/tc-score7.c: Likewise.
2240
2241 2017-05-16 Alan Modra <amodra@gmail.com>
2242
2243 * write.c (GENERIC_FORCE_RELOCATION_LOCAL): Define.
2244 (TC_FORCE_RELOCATION_LOCAL): Use it.
2245 (GENERIC_FORCE_RELOCATION_SUB_SAME): Define.
2246 (TC_FORCE_RELOCATION_SUB_SAME): Use it.
2247 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL,
2248 TC_FORCE_RELOCATION_SUB_SAME): Use GENERIC defines.
2249 * config/tc-aarch64.h: Similarly.
2250 * config/tc-avr.h: Similarly.
2251 * config/tc-cris.h: Similarly.
2252 * config/tc-i386.h: Similarly.
2253 * config/tc-i960.h: Similarly.
2254 * config/tc-ia64.h: Similarly.
2255 * config/tc-microblaze.h: Similarly.
2256 * config/tc-mips.h: Similarly.
2257 * config/tc-msp430.h: Similarly.
2258 * config/tc-nds32.h: Similarly.
2259 * config/tc-pru.h: Similarly.
2260 * config/tc-riscv.h: Similarly.
2261 * config/tc-rl78.h: Similarly.
2262 * config/tc-s390.h: Similarly.
2263 * config/tc-sh.h: Similarly.
2264 * config/tc-sh64.h: Similarly.
2265 * config/tc-sparc.h: Similarly.
2266 * config/tc-xtensa.h: Similarly.
2267 * config/tc-mn10300.h: Similarly.
2268 (GENERIC_FORCE_RELOCATION_LOCAL): Define.
2269 * config/tc-msp430.c (msp430_force_relocation_local): Modify to
2270 be addition to rather than replacement of standard
2271 TC_FORCE_RELOCATION_LOCAL.
2272
2273 2017-05-15 Nick Clifton <nickc@redhat.com>
2274
2275 PR gas/21458
2276 * config/tc-arm.c (do_adr): If the ADR involves a thumb function
2277 symbol, ensure that the T bit will be set.
2278 (do_adrl): Likewise.
2279 (do_t_adr): Likewise.
2280 * testsuite/gas/arm/pr21458.s: New test.
2281 * testsuite/gas/arm/pr21458.d: New test driver.
2282
2283 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2284
2285 * testsuite/gas/mips/mips16-pcrel-1.d: Remove `-mips3' from `as'
2286 flags.
2287 * testsuite/gas/mips/mips16-pcrel-pic-1.d: Likewise.
2288 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
2289 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
2290 * testsuite/gas/mips/mips16-pcrel-n64-0.d: Likewise.
2291 * testsuite/gas/mips/mips16-pcrel-n64-1.d: Likewise.
2292 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
2293 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
2294 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: Likewise.
2295 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: Likewise.
2296 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Likewise.
2297 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Likewise.
2298 * testsuite/gas/mips/mips16-pcrel-addend-4.d: Likewise.
2299 * testsuite/gas/mips/mips16-pcrel-addend-5.d: Likewise.
2300 * testsuite/gas/mips/mips16-pcrel-addend-6.d: Likewise.
2301 * testsuite/gas/mips/mips16-pcrel-addend-7.d: Likewise.
2302 * testsuite/gas/mips/mips16-pcrel-addend-9.d: Likewise.
2303 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: Likewise.
2304 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: Likewise.
2305 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: Likewise.
2306 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d:
2307 Likewise.
2308 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d:
2309 Likewise.
2310 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: Likewise.
2311 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: Likewise.
2312 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: Likewise.
2313 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: Likewise.
2314 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: Likewise.
2315 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: Likewise.
2316 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: Likewise.
2317 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: Likewise.
2318 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: Likewise.
2319 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: Likewise.
2320 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: Likewise.
2321 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d:
2322 Likewise.
2323 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d:
2324 Likewise.
2325 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d:
2326 Likewise.
2327 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d:
2328 Likewise.
2329 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d:
2330 Likewise.
2331 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d:
2332 Likewise.
2333 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
2334 Likewise.
2335 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
2336 Likewise.
2337 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: New test.
2338 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: New test.
2339 * testsuite/gas/mips/mips16e2@mips16-pcrel-2.d: New test.
2340 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: New test.
2341 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: New test.
2342 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d: New
2343 test.
2344 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d: New
2345 test.
2346 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: New test.
2347 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: New test.
2348 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-2.d: New test.
2349 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-3.d: New test.
2350 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-6.d: New test.
2351 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-7.d: New test.
2352 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-2.d: New test.
2353 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-3.d: New test.
2354 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-6.d: New test.
2355 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-7.d: New test.
2356 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-8.d: New test.
2357 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-9.d: New test.
2358 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-8.d: New
2359 test.
2360 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-9.d: New
2361 test.
2362 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-8.d:
2363 New test.
2364 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-9.d:
2365 New test.
2366 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute.d: New test.
2367 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-1.d: New
2368 test.
2369 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-2.d: New
2370 test.
2371 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-3.d: New
2372 test.
2373 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-4.d: New
2374 test.
2375 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-5.d: New
2376 test.
2377 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-6.d: New
2378 test.
2379 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-7.d: New
2380 test.
2381 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-4.d: New
2382 test.
2383 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-6.d: New
2384 test.
2385 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-4.d: New
2386 test.
2387 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-6.d: New
2388 test.
2389 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-4.d:
2390 New test.
2391 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-6.d:
2392 New test.
2393 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-4.d:
2394 New test.
2395 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-6.d:
2396 New test.
2397 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-4.d:
2398 New test.
2399 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-6.d:
2400 New test.
2401 * testsuite/gas/mips/mips16-pcrel-1.l: Adjust line numbers.
2402 * testsuite/gas/mips/mips16-pcrel-1.s: Adjust for alignment
2403 preservation between MIPS16 and MIPS16e2 code.
2404 * testsuite/gas/mips/mips.exp: Run MIPS16 relaxation tests over
2405 all MIPS16 architectures.
2406
2407 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2408
2409 * testsuite/gas/mips/mips16e2.d: New test.
2410 * testsuite/gas/mips/mips16e2-mt.d: New test.
2411 * testsuite/gas/mips/mips16e2-sub.d: New test.
2412 * testsuite/gas/mips/mips16e2@mips16e2-sub.d: New test.
2413 * testsuite/gas/mips/mips16e2-mt-sub.d: New test.
2414 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: New test.
2415 * testsuite/gas/mips/mips16e2-hilo.d: New test.
2416 * testsuite/gas/mips/mips16e2-hilo-n32.d: New test.
2417 * testsuite/gas/mips/mips16e2-reloc-error.d: New test.
2418 * testsuite/gas/mips/mips16e2-imm-error.d: New test.
2419 * testsuite/gas/mips/elf_ase_mips16e2.d: New test.
2420 * testsuite/gas/mips/elf_ase_mips16e2-2.d: New test.
2421 * testsuite/gas/mips/elf-rel9-mips16e2.d: New test.
2422 * testsuite/gas/mips/mips16e2-lui.d: New test.
2423 * testsuite/gas/mips/mips16e2@mips32r2-sync.d: New test.
2424 * testsuite/gas/mips/mips16e2@mips32r2-sync-1.d: New test.
2425 * testsuite/gas/mips/mips16e2@lui-2.d: New test.
2426 * testsuite/gas/mips/mips16e2-reloc-error.l: New stderr output.
2427 * testsuite/gas/mips/mips16e2-imm-error.l: New stderr output.
2428 * testsuite/gas/mips/mips16e2@lui-2.l: New stderr output.
2429 * testsuite/gas/mips/mips16e2.s: New test source.
2430 * testsuite/gas/mips/mips16e2-mt.s: New test source.
2431 * testsuite/gas/mips/mips16e2-sub.s: New test source.
2432 * testsuite/gas/mips/mips16e2-mt-sub.s: New test source.
2433 * testsuite/gas/mips/mips16e2-hilo.s: New test source.
2434 * testsuite/gas/mips/mips16e2-reloc-error.s: New test source.
2435 * testsuite/gas/mips/mips16e2-imm-error.s: New test source.
2436 * testsuite/gas/mips/elf-rel9-mips16e2.s: New test source.
2437 * testsuite/gas/mips/mips16e2-lui.s: New test source.
2438 * testsuite/gas/mips/mips.exp: Expand `mips32r2-sync',
2439 `mips32r2-sync-1', `lui-1' and `lui-2' tests across MIPS16e2
2440 architectures. Run the new tests.
2441
2442 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2443
2444 * testsuite/gas/mips/mips.exp (run_dump_test_arch): Add
2445 `mips16e2@' prefix.
2446 (run_list_test_arch): Likewise.
2447 (mips16e2-32, mips16e2-64): New architectures.
2448 * testsuite/gas/mips/mips16e2-32@mips16-macro.d: New test.
2449 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.d: New test.
2450 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.d: New test.
2451 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.d: New test.
2452 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.d: New test.
2453 * testsuite/gas/mips/mips16e2-32@mips16e-64.d: New test.
2454 * testsuite/gas/mips/mips16e2-32@mips16-sub.d: New test.
2455 * testsuite/gas/mips/mips16e2-32@mips16e-64-sub.d: New test.
2456 * testsuite/gas/mips/mips16e2@relax-swap3.d: New test.
2457 * testsuite/gas/mips/mips16-32@mips16-asmacro.d: Remove `source'
2458 tag. Add `-I$srcdir/$subdir' to `as' flags.
2459 * testsuite/gas/mips/mips16-64@mips16-asmacro.d: Likewise.
2460 * testsuite/gas/mips/mips16e2-32@mips16-macro.l: New stderr
2461 output.
2462 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.l: New stderr
2463 output.
2464 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.l: New stderr
2465 output.
2466 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.l: New stderr
2467 output.
2468 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.l: New stderr
2469 output.
2470 * testsuite/gas/mips/mips16-sub.s: Add `.set nomips16e2'.
2471 * testsuite/gas/mips/mips16e-sub.s: Likewise.
2472 * testsuite/gas/mips/mips16e-64-sub.s: Likewise.
2473 * testsuite/gas/mips/mips16-asmacro.s: Remove `.set mips32'.
2474 * testsuite/gas/mips/mips16-32@mips16-asmacro.s: New test
2475 source.
2476 * testsuite/gas/mips/mips16-64@mips16-asmacro.s: New test
2477 source.
2478
2479 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2480 Matthew Fortune <matthew.fortune@imgtec.com>
2481 Andrew Bennett <andrew.bennett@imgtec.com>
2482
2483 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `e2' flag.
2484 (RELAX_MIPS16_E2): New macro.
2485 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO)
2486 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
2487 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
2488 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
2489 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
2490 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
2491 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED, RELAX_MIPS16_MACRO)
2492 (RELAX_MIPS16_MARK_MACRO, RELAX_MIPS16_CLEAR_MACRO): Shift bits.
2493 (mips16_immed_extend): New prototype.
2494 (options): Add OPTION_MIPS16E2 and OPTION_NO_MIPS16E2 enum
2495 values.
2496 (md_longopts): Add "mmips16e2" and "mno-mips16e2" options.
2497 (mips_ases): Add "mips16e2" entry.
2498 (mips_set_ase): Handle MIPS16e2 ASE.
2499 (insn_insert_operand): Explicitly handle immediates with MIPS16
2500 instructions that require 32-bit encoding.
2501 (is_opcode_valid_16): Pass enabled ASE bitmask on to
2502 `opcode_is_member'.
2503 (validate_mips_insn): Explicitly handle immediates with MIPS16
2504 instructions that require 32-bit encoding.
2505 (operand_reg_mask) <OP_REG28>: Add handler.
2506 (match_reg28_operand): New function.
2507 (match_operand) <OP_REG28>: Add handler.
2508 (append_insn): Pass ASE_MIPS16E2 setting to RELAX_MIPS16_ENCODE.
2509 (match_mips16_insn): Handle MIPS16 instructions that require
2510 32-bit encoding and `V' and `u' operand codes.
2511 (mips16_ip): Allow any characters except from `.' in opcodes.
2512 (mips16_immed_extend): Handle 9-bit immediates. Do not shuffle
2513 immediates whose width is not one of these listed.
2514 (md_estimate_size_before_relax): Handle MIPS16e2 relaxation.
2515 (mips_relax_frag): Likewise.
2516 (md_convert_frag): Likewise.
2517 (mips_convert_ase_flags): Handle MIPS16e2 ASE.
2518
2519 * doc/as.texinfo (Target MIPS options): Add `-mmips16e2' and
2520 `-mno-mips16e2' options.
2521 (-mmips16e2, -mno-mips16e2): New options.
2522 * doc/c-mips.texi (MIPS Options): Add `-mmips16e2' and
2523 `-mno-mips16e2' options.
2524 (MIPS ASE Instruction Generation Overrides): Add `.set mips16e2'
2525 and `.set nomips16e2'.
2526
2527 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2528
2529 * config/tc-mips.c (match_int_operand): Call
2530 `match_out_of_range' before returning failure for 0x8000-0xffff
2531 values conditionally allowed.
2532
2533 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2534
2535 * config/tc-mips.c (match_int_operand): Call
2536 `match_not_constant' before returning failure for a non-constant
2537 16-bit immediate conditionally allowed.
2538
2539 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2540
2541 * config/tc-mips.c (match_const_int): Call `match_out_of_range'
2542 rather than `match_not_constant' for unrelocated operands
2543 retrieved as an `O_big' expression.
2544 (match_int_operand): Call `match_out_of_range' for relocatable
2545 operands retrieved as an `O_big' expression.
2546 (match_mips16_insn): Call `match_out_of_range' for relaxable
2547 operands retrieved as an `O_big' expression.
2548 * testsuite/gas/mips/addiu-error.d: New test.
2549 * testsuite/gas/mips/mips16@addiu-error.d: New test.
2550 * testsuite/gas/mips/micromips@addiu-error.d: New test.
2551 * testsuite/gas/mips/break-error.d: New test.
2552 * testsuite/gas/mips/lui-1.l: Adjust error message.
2553 * testsuite/gas/mips/addiu-error.l: New stderr output.
2554 * testsuite/gas/mips/mips16@addiu-error.l: New stderr output.
2555 * testsuite/gas/mips/micromips@addiu-error.l: New stderr output.
2556 * testsuite/gas/mips/break-error.l: New stderr output.
2557 * testsuite/gas/mips/addiu-error.s: New test source.
2558 * testsuite/gas/mips/break-error.s: New test source.
2559 * testsuite/gas/mips/mips.exp: Run the new tests.
2560
2561 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2562
2563 * config/tc-mips.c (match_mips16_insn): Remove the explicit
2564 OT_INTEGER check before the `match_expression' call.
2565 * testsuite/gas/mips/mips16-insn-e.l: Adjust messages.
2566 * testsuite/gas/mips/mips16-32@mips16-insn-e.l: Likewise.
2567 * testsuite/gas/mips/mips16-64@mips16-insn-e.l: Likewise.
2568 * testsuite/gas/mips/mips16e-32@mips16-insn-e.l: Likewise.
2569 * testsuite/gas/mips/mips16-reg-error.d: New test.
2570 * testsuite/gas/mips/mips16-reg-error.l: New stderr output.
2571 * testsuite/gas/mips/mips16-reg-error.s: New test source.
2572 * testsuite/gas/mips/mips.exp: Run the new test.
2573
2574 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2575
2576 * config/tc-mips.c (match_mips16_insn): Call
2577 `match_not_constant' for a disallowed relocation operation.
2578 * testsuite/gas/mips/mips16-reloc-error.d: New test.
2579 * testsuite/gas/mips/mips16-reloc-error.l: New stderr output.
2580 * testsuite/gas/mips/mips16-reloc-error.s: New test source.
2581 * testsuite/gas/mips/mips.exp: Run the new test.
2582
2583 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2584
2585 * testsuite/gas/mips/lui-1.d: New test.
2586 * testsuite/gas/mips/lui-2.d: New test.
2587 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
2588 into the new tests.
2589
2590 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2591
2592 * config/tc-mips.c (match_const_int): Update description.
2593
2594 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2595
2596 * doc/as.texinfo (-mips16, -no-mips16): Refer to `.module
2597 mips16' rather than `.set mips16'.
2598 (-mmicromips, -mno-micromips): Refer to `.module micromips' and
2599 `.module nomicromips' rather than `.set micromips' and `.set
2600 nomicromips'.
2601 (-msmartmips, -mno-smartmips): Refer to `.module smartmips'
2602 rather than `.set smartmips'.
2603 * doc/c-mips.texi (MIPS Options): Refer to `.module mips16',
2604 `.module micromips', `.module nomicromips' and `.module
2605 smartmips' rather than `.set mips16', `.set micromips', `.set
2606 nomicromips' and `.set smartmips' respectively.
2607
2608 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
2609 Matthew Fortune <matthew.fortune@imgtec.com>
2610
2611 * config/tc-mips.c (mips_percent_op): Add "%gprel".
2612 (mips16_percent_op): Add "%gp_rel".
2613 * testsuite/gas/mips/elf-rel8.s:: Add `%gprel' forms.
2614 * testsuite/gas/mips/elf-rel8-mips16.s: Add `%gp_rel' forms.
2615 * testsuite/gas/mips/elf-rel8.d: Adjust accordingly.
2616 * testsuite/gas/mips/elf-rel8-mips16.d: Likewise.
2617
2618 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
2619
2620 * testsuite/gas/mips/mips16.d: Adjust BREAK disassembly.
2621 * testsuite/gas/mips/mips16-64@mips16.d: Likewise.
2622 * testsuite/gas/mips/mips16-64.d: Likewise.
2623 * testsuite/gas/mips/mips16-64@mips16-64.d: Likewise.
2624 * testsuite/gas/mips/mips16-macro.d: Likewise.
2625 * testsuite/gas/mips/mips16-64@mips16-macro.d: Likewise.
2626 * testsuite/gas/mips/mips16-sub.d: Likewise.
2627 * testsuite/gas/mips/mips16-32@mips16-sub.d: Likewise.
2628
2629 2017-05-11 Maciej W. Rozycki <macro@imgtec.com>
2630
2631 * testsuite/gas/mips/mips32r2-sync-1.d: New test.
2632 * testsuite/gas/mips/micromips@mips32r2-sync-1.d: New test.
2633 * testsuite/gas/mips/mips.exp: Run the new tests.
2634
2635 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2636
2637 * testsuite/gas/mips/isa-override-2.d: New test.
2638 * testsuite/gas/mips/mips1@isa-override-2.d: New test.
2639 * testsuite/gas/mips/r3000@isa-override-2.d: New test.
2640 * testsuite/gas/mips/r3900@isa-override-2.d: New test.
2641 * testsuite/gas/mips/mips2@isa-override-2.d: New test.
2642 * testsuite/gas/mips/mips32@isa-override-2.d: New test.
2643 * testsuite/gas/mips/mips32r2@isa-override-2.d: New test.
2644 * testsuite/gas/mips/mips32r3@isa-override-2.d: New test.
2645 * testsuite/gas/mips/mips32r5@isa-override-2.d: New test.
2646 * testsuite/gas/mips/mips32r6@isa-override-2.d: New test.
2647 * testsuite/gas/mips/octeon3@isa-override-2.d: New test.
2648 * testsuite/gas/mips/r3000@isa-override-2.l: Remove list test.
2649 * testsuite/gas/mips/mips1@isa-override-2.s: Remove test source.
2650 * testsuite/gas/mips/r3000@isa-override-2.s: Remove test source.
2651 * testsuite/gas/mips/r3900@isa-override-2.s: Remove test source.
2652 * testsuite/gas/mips/mips2@isa-override-2.s: Remove test source.
2653 * testsuite/gas/mips/mips32@isa-override-2.s: Remove test
2654 source.
2655 * testsuite/gas/mips/mips32r2@isa-override-2.s: Remove test
2656 source.
2657 * testsuite/gas/mips/mips32r3@isa-override-2.s: Remove test
2658 source.
2659 * testsuite/gas/mips/mips32r5@isa-override-2.s: Remove test
2660 source.
2661 * testsuite/gas/mips/mips32r6@isa-override-2.s: Remove test
2662 source.
2663 * testsuite/gas/mips/octeon3@isa-override-2.s: Remove test
2664 source.
2665 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
2666 into the new tests.
2667
2668 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2669
2670 * testsuite/gas/mips/mips16e-sub.d: Correct test name.
2671 * testsuite/gas/mips/mips16-32@mips16e-sub.d: Likewise.
2672 * testsuite/gas/mips/mips16-64@mips16e-sub.d: Likewise.
2673 * testsuite/gas/mips/mips16e-64-sub.d: Likewise.
2674 * testsuite/gas/mips/mips16-32@mips16e-64-sub.d: Likewise.
2675 * testsuite/gas/mips/mips16-64@mips16e-64-sub.d: Likewise.
2676 * testsuite/gas/mips/mips16e-32@mips16e-64-sub.d: Likewise.
2677
2678 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2679
2680 * testsuite/gas/mips/mips16-macro.l: Remove list test.
2681
2682 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2683
2684 * testsuite/gas/mips/r3900@ecoff@ld.d: Remove test.
2685 * testsuite/gas/mips/mips2@ecoff@ld.d: Remove test.
2686 * testsuite/gas/mips/mips32@ecoff@ld.d: Remove test.
2687 * testsuite/gas/mips/mips32r2@ecoff@ld.d: Remove test.
2688 * testsuite/gas/mips/r3900@ecoff@ld-forward.d: Remove test.
2689 * testsuite/gas/mips/mips2@ecoff@ld-forward.d: Remove test.
2690 * testsuite/gas/mips/mips32@ecoff@ld-forward.d: Remove test.
2691 * testsuite/gas/mips/mips32r2@ecoff@ld-forward.d: Remove test.
2692 * testsuite/gas/mips/mips1@ecoff@sd.d: Remove test.
2693 * testsuite/gas/mips/r3000@ecoff@sd.d: Remove test.
2694 * testsuite/gas/mips/r3900@ecoff@sd.d: Remove test.
2695 * testsuite/gas/mips/mips2@ecoff@sd.d: Remove test.
2696 * testsuite/gas/mips/mips32@ecoff@sd.d: Remove test.
2697 * testsuite/gas/mips/mips32r2@ecoff@sd.d: Remove test.
2698 * testsuite/gas/mips/mips1@ecoff@sd-forward.d: Remove test.
2699 * testsuite/gas/mips/r3000@ecoff@sd-forward.d: Remove test.
2700 * testsuite/gas/mips/r3900@ecoff@sd-forward.d: Remove test.
2701 * testsuite/gas/mips/mips2@ecoff@sd-forward.d: Remove test.
2702 * testsuite/gas/mips/mips32@ecoff@sd-forward.d: Remove test.
2703 * testsuite/gas/mips/mips32r2@ecoff@sd-forward.d: Remove test.
2704
2705 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
2706
2707 * testsuite/gas/arc/attr-arc600.d: New file.
2708 * testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
2709 * testsuite/gas/arc/attr-arc600_norm.d: Likewise.
2710 * testsuite/gas/arc/attr-arc601.d: Likewise.
2711 * testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
2712 * testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
2713 * testsuite/gas/arc/attr-arc601_norm.d: Likewise.
2714 * testsuite/gas/arc/attr-arc700.d: Likewise.
2715 * testsuite/gas/arc/attr-arcem.d: Likewise.
2716 * testsuite/gas/arc/attr-archs.d: Likewise.
2717 * testsuite/gas/arc/attr-autodetect-1.d: Likewise.
2718 * testsuite/gas/arc/attr-autodetect-1.s: Likewise.
2719 * testsuite/gas/arc/attr-cpu-a601.d: Likewise.
2720 * testsuite/gas/arc/attr-cpu-a601.s: Likewise.
2721 * testsuite/gas/arc/attr-cpu-a700.d: Likewise.
2722 * testsuite/gas/arc/attr-cpu-a700.s: Likewise.
2723 * testsuite/gas/arc/attr-cpu-em.d: Likewise.
2724 * testsuite/gas/arc/attr-cpu-em.s: Likewise.
2725 * testsuite/gas/arc/attr-cpu-hs.d: Likewise.
2726 * testsuite/gas/arc/attr-cpu-hs.s: Likewise.
2727 * testsuite/gas/arc/attr-em.d: Likewise.
2728 * testsuite/gas/arc/attr-em4.d: Likewise.
2729 * testsuite/gas/arc/attr-em4_dmips.d: Likewise.
2730 * testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
2731 * testsuite/gas/arc/attr-em4_fpus.d: Likewise.
2732 * testsuite/gas/arc/attr-hs.d: Likewise.
2733 * testsuite/gas/arc/attr-hs34.d: Likewise.
2734 * testsuite/gas/arc/attr-hs38.d: Likewise.
2735 * testsuite/gas/arc/attr-hs38_linux.d: Likewise.
2736 * testsuite/gas/arc/attr-mul64.d: Likewise.
2737 * testsuite/gas/arc/attr-name.d: Likewise.
2738 * testsuite/gas/arc/attr-name.s: Likewise.
2739 * testsuite/gas/arc/attr-nps400.d: Likewise.
2740 * testsuite/gas/arc/attr-override-mcpu.d: Likewise.
2741 * testsuite/gas/arc/attr-override-mcpu.s
2742 * testsuite/gas/arc/attr-quarkse_em.d: Likewise.
2743 * testsuite/gas/arc/blank.s: Likewise.
2744 * testsuite/gas/elf/section2.e-arc: Likewise.
2745 * testsuite/gas/arc/cpu-pseudop-1.d: Update test.
2746 * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
2747 * testsuite/gas/arc/nps400-0.d: Likewise.
2748 * testsuite/gas/elf/elf.exp: Set target_machine for ARC.
2749 * config/tc-arc.c (opcode/arc-attrs.h): Include.
2750 (ARC_GET_FLAG, ARC_SET_FLAG, streq): Define.
2751 (arc_attribute): Declare new function.
2752 (md_pseudo_table): Add arc_attribute.
2753 (cpu_types): Rename default cpu features.
2754 (selected_cpu): Set the default OSABI flag.
2755 (mpy_option): New variable.
2756 (pic_option): Likewise.
2757 (sda_option): Likewise.
2758 (tls_option): Likewise.
2759 (feature_type, feature_list): Remove.
2760 (arc_initial_eflag): Likewise.
2761 (attributes_set_explicitly): New variable.
2762 (arc_check_feature): Check also for the conflicting features.
2763 (arc_select_cpu): Refactor assignment of selected_cpu.eflags.
2764 (arc_option): Remove setting of private flags and architecture.
2765 (check_cpu_feature): Refactor feature names.
2766 (autodetect_attributes): New function.
2767 (assemble_tokens): Use above function.
2768 (md_parse_option): Refactor feature names.
2769 (arc_attribute): New function.
2770 (arc_set_attribute_int): Likewise.
2771 (arc_set_attribute_string): Likewise.
2772 (arc_stralloc): Likewise.
2773 (arc_set_public_attributes): Likewise.
2774 (arc_md_end): Likewise.
2775 (arc_copy_symbol_attributes): Likewise.
2776 (rc_convert_symbolic_attribute): Likewise.
2777 * config/tc-arc.h (md_end): Define.
2778 (CONVERT_SYMBOLIC_ATTRIBUTE): Likewise.
2779 (TC_COPY_SYMBOL_ATTRIBUTES): Likewise.
2780 * doc/c-arc.texi: Document ARC object attributes.
2781
2782 2017-05-03 Maciej W. Rozycki <macro@imgtec.com>
2783
2784 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `pic', `sym32' and
2785 `nomacro' flags.
2786 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO):
2787 New macros.
2788 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
2789 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
2790 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
2791 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
2792 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
2793 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): Shift bits.
2794 (RELAX_MIPS16_MACRO, RELAX_MIPS16_MARK_MACRO)
2795 (RELAX_MIPS16_CLEAR_MACRO): New macros.
2796 (append_insn): Pass `mips_pic', HAVE_32BIT_SYMBOLS and
2797 `mips_opts.warn_about_macros' settings to RELAX_MIPS16_ENCODE.
2798 (mips16_macro_frag): New function.
2799 (md_estimate_size_before_relax): Handle HI16/LO16 relaxation.
2800 (mips_relax_frag): Likewise.
2801 (md_convert_frag): Likewise.
2802
2803 * testsuite/gas/mips/mips16@relax-swap3.d: Remove error output,
2804 add dump patterns.
2805 * testsuite/gas/mips/mips16e@relax-swap3.d: New test
2806 subarchitecture.
2807 * testsuite/gas/mips/micromips@relax-swap3.d: Remove trailing
2808 NOP padding.
2809 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: Remove error
2810 output, add dump patterns.
2811 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: Remove error
2812 output, add dump patterns.
2813 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Remove error
2814 output, add dump patterns.
2815 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Remove error
2816 output, add dump patterns.
2817 * testsuite/gas/mips/mips16-pcrel-addend-2.d: Remove error
2818 output, add dump patterns.
2819 * testsuite/gas/mips/mips16-pcrel-addend-3.d: Remove error
2820 output, add dump patterns.
2821 * testsuite/gas/mips/mips16-pcrel-absolute.d: Remove error
2822 output, add dump patterns.
2823 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: Remove error
2824 output, add dump patterns.
2825 * testsuite/gas/mips/mips16@relax-swap3.l: Remove file.
2826 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: Remove file.
2827 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: Remove file.
2828 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: Remove file.
2829 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: Remove file.
2830 * testsuite/gas/mips/mips16-pcrel-addend-2.l: Remove file.
2831 * testsuite/gas/mips/mips16-pcrel-addend-3.l: Remove file.
2832 * testsuite/gas/mips/mips16-pcrel-absolute.l: Remove file.
2833 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: Remove file.
2834 * testsuite/gas/mips/relax-swap3.s: Adjust trailing padding.
2835
2836 * testsuite/gas/mips/mips16-pcrel-0.d: New test.
2837 * testsuite/gas/mips/mips16-pcrel-1.d: New test.
2838 * testsuite/gas/mips/mips16-pcrel-2.d: New test.
2839 * testsuite/gas/mips/mips16-pcrel-3.d: New test.
2840 * testsuite/gas/mips/mips16-pcrel-4.d: New test.
2841 * testsuite/gas/mips/mips16-pcrel-5.d: New test.
2842 * testsuite/gas/mips/mips16-pcrel-pic-0.d: New test.
2843 * testsuite/gas/mips/mips16-pcrel-pic-1.d: New test.
2844 * testsuite/gas/mips/mips16-pcrel-n32-0.d: New test.
2845 * testsuite/gas/mips/mips16-pcrel-n32-1.d: New test.
2846 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: New test.
2847 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: New test.
2848 * testsuite/gas/mips/mips16-pcrel-n64-0.d: New test.
2849 * testsuite/gas/mips/mips16-pcrel-n64-1.d: New test.
2850 * testsuite/gas/mips/mips16-pcrel-delay-0.d: New test.
2851 * testsuite/gas/mips/mips16-pcrel-delay-1.d: New test.
2852 * testsuite/gas/mips/mips16-pcrel-addend-4.d: New test.
2853 * testsuite/gas/mips/mips16-pcrel-addend-5.d: New test.
2854 * testsuite/gas/mips/mips16-pcrel-addend-6.d: New test.
2855 * testsuite/gas/mips/mips16-pcrel-addend-7.d: New test.
2856 * testsuite/gas/mips/mips16-pcrel-addend-8.d: New test.
2857 * testsuite/gas/mips/mips16-pcrel-addend-9.d: New test.
2858 * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d: New test.
2859 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: New test.
2860 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: New test.
2861 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: New test.
2862 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d: New test.
2863 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d: New test.
2864 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: New test.
2865 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: New test.
2866 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: New test.
2867 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: New test.
2868 * testsuite/gas/mips/mips16-pcrel-absolute-4.d: New test.
2869 * testsuite/gas/mips/mips16-pcrel-absolute-5.d: New test.
2870 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: New test.
2871 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: New test.
2872 * testsuite/gas/mips/mips16-pcrel-absolute-pic-4.d: New test.
2873 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: New test.
2874 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: New test.
2875 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: New test.
2876 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: New test.
2877 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: New test.
2878 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d: New
2879 test.
2880 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d: New
2881 test.
2882 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d: New
2883 test.
2884 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d: New
2885 test.
2886 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d: New
2887 test.
2888 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d: New
2889 test.
2890 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
2891 New test.
2892 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
2893 New test.
2894 * testsuite/gas/mips/mips16-pcrel-0.l: New stderr output.
2895 * testsuite/gas/mips/mips16-pcrel-1.l: New stderr output.
2896 * testsuite/gas/mips/mips16-pcrel-2.l: New stderr output.
2897 * testsuite/gas/mips/mips16-pcrel-3.l: New stderr output.
2898 * testsuite/gas/mips/mips16-pcrel-4.l: New stderr output.
2899 * testsuite/gas/mips/mips16-pcrel-5.l: New stderr output.
2900 * testsuite/gas/mips/mips16-pcrel-delay-0.l: New stderr output.
2901 * testsuite/gas/mips/mips16-pcrel-delay-1.l: New stderr output.
2902 * testsuite/gas/mips/mips16-pcrel-addend-8.l: New stderr output.
2903 * testsuite/gas/mips/mips16-pcrel-addend-9.l: New stderr output.
2904 * testsuite/gas/mips/mips16-pcrel-absolute-4.l: New stderr
2905 output.
2906 * testsuite/gas/mips/mips16-pcrel-absolute-6.l: New stderr
2907 output.
2908 * testsuite/gas/mips/mips16-pcrel-0.s: New test source.
2909 * testsuite/gas/mips/mips16-pcrel-1.s: New test source.
2910 * testsuite/gas/mips/mips16-pcrel-2.s: New test source.
2911 * testsuite/gas/mips/mips16-pcrel-3.s: New test source.
2912 * testsuite/gas/mips/mips16-pcrel-4.s: New test source.
2913 * testsuite/gas/mips/mips16-pcrel-5.s: New test source.
2914 * testsuite/gas/mips/mips16-pcrel-delay-0.s: New test source.
2915 * testsuite/gas/mips/mips16-pcrel-delay-1.s: New test source.
2916 * testsuite/gas/mips/mips16-pcrel-addend-4.s: New test source.
2917 * testsuite/gas/mips/mips16-pcrel-addend-5.s: New test source.
2918 * testsuite/gas/mips/mips16-pcrel-addend-6.s: New test source.
2919 * testsuite/gas/mips/mips16-pcrel-addend-7.s: New test source.
2920 * testsuite/gas/mips/mips16-pcrel-addend-8.s: New test source.
2921 * testsuite/gas/mips/mips16-pcrel-addend-9.s: New test source.
2922 * testsuite/gas/mips/mips16-pcrel-absolute-2.s: New test.
2923 * testsuite/gas/mips/mips16-pcrel-absolute-3.s: New test.
2924 * testsuite/gas/mips/mips16-pcrel-absolute-4.s: New test.
2925 * testsuite/gas/mips/mips16-pcrel-absolute-5.s: New test.
2926 * testsuite/gas/mips/mips16-pcrel-absolute-6.s: New test.
2927 * testsuite/gas/mips/mips16-pcrel-absolute-7.s: New test.
2928 * testsuite/gas/mips/mips.exp: Run the new tests.
2929
2930 2017-05-03 Nick Clifton <nickc@redhat.com>
2931
2932 PR gas/20941
2933 * symbols.c (snapshot_symbol): Handle the case where
2934 resolve_expression returns a local symbol.
2935
2936 2017-05-02 Maciej W. Rozycki <macro@imgtec.com>
2937
2938 * config/tc-mips.c (append_insn): Call `symbol_append' for any
2939 expression symbol created for MIPS16 relaxation.
2940 (match_mips16_insn): Don't encode a constant value as an
2941 immediate with a PC-relative operand.
2942
2943 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: New test.
2944 * testsuite/gas/mips/mips16-branch-absolute-1.d: New test.
2945 * testsuite/gas/mips/mips16-branch-absolute-2.d: New test.
2946 * testsuite/gas/mips/mips16-branch-absolute-addend-1.d: New
2947 test.
2948 * testsuite/gas/mips/mips16-branch-absolute-n32-1.d: New test.
2949 * testsuite/gas/mips/mips16-branch-absolute-n32-2.d: New test.
2950 * testsuite/gas/mips/mips16-branch-absolute-addend-n32-1.d: New
2951 test.
2952 * testsuite/gas/mips/mips16-branch-absolute-n64-1.d: New test.
2953 * testsuite/gas/mips/mips16-branch-absolute-n64-2.d: New test.
2954 * testsuite/gas/mips/mips16-branch-absolute-addend-n64-1.d: New
2955 test.
2956 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: New stderr
2957 output.
2958 * testsuite/gas/mips/mips16-pcrel-absolute-1.s: New test source.
2959 * testsuite/gas/mips/mips16-branch-absolute-1.s: New test
2960 source.
2961 * testsuite/gas/mips/mips16-branch-absolute-2.s: New test
2962 source.
2963 * testsuite/gas/mips/mips16-branch-absolute-addend-1.s: New test
2964 source.
2965 * testsuite/gas/mips/mips.exp: Run the new tests.
2966
2967 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
2968
2969 * config/tc-mips.c (mips16_pcrel_val): New function, factored
2970 out from...
2971 (mips16_extended_frag): ... here.
2972 (md_convert_frag): Use `mips16_pcrel_val' rather than repeated
2973 code in MIPS16 relaxation, with `stretch' hardcoded to 0.
2974
2975 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
2976
2977 * config/tc-mips.c (RELAX_MIPS16_LONG_BRANCH): Rename to...
2978 (RELAX_MIPS16_ALWAYS_EXTENDED): ... this.
2979 (RELAX_MIPS16_MARK_LONG_BRANCH): Rename to...
2980 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED): ... this.
2981 (RELAX_MIPS16_CLEAR_LONG_BRANCH): Rename to...
2982 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): ... this.
2983 (mips16_extended_frag): Adjust accordingly.
2984
2985 2017-04-27 Alan Modra <amodra@gmail.com>
2986
2987 * symbols.c (S_FORCE_RELOC): Separate section and symbol tests.
2988
2989 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
2990
2991 * config/tc-mips.c (RELAX_ENCODE): Add `PIC' flag.
2992 (RELAX_PIC): New macro.
2993 (RELAX_USE_SECOND, RELAX_SECOND_LONGER, RELAX_NOMACRO)
2994 (RELAX_DELAY_SLOT, RELAX_DELAY_SLOT_16BIT)
2995 (RELAX_DELAY_SLOT_SIZE_FIRST, RELAX_DELAY_SLOT_SIZE_SECOND):
2996 Shift bits.
2997 (RELAX_BRANCH_ENCODE): Add `pic' flag.
2998 (RELAX_BRANCH_UNCOND, RELAX_BRANCH_LIKELY, RELAX_BRANCH_LINK)
2999 (RELAX_BRANCH_TOOFAR): Shift bits.
3000 (RELAX_BRANCH_PIC): New macro.
3001 (RELAX_MICROMIPS_ENCODE): Add `pic' flag.
3002 (RELAX_MICROMIPS_PIC): New macro.
3003 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
3004 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_NODS)
3005 (RELAX_MICROMIPS_RELAX32): Shift bits.
3006 (relax_close_frag): Pass `mips_pic' setting to RELAX_ENCODE.
3007 (append_insn): Pass `mips_pic' setting to RELAX_BRANCH_ENCODE
3008 and RELAX_MICROMIPS_ENCODE, and record it in `fx_tcbit2' of the
3009 first fixup created.
3010 (md_apply_fix) <BFD_RELOC_16_PCREL_S2>: Use `fx_tcbit2' of the
3011 fixup processed rather than `mips_pic' in choosing to relax an
3012 out of range branch to a jump.
3013 (relaxed_branch_length): Use the `pic' flag of the relaxed frag
3014 rather than `mips_pic'.
3015 (relaxed_micromips_32bit_branch_length): Likewise.
3016 (md_estimate_size_before_relax): Likewise.
3017 (md_convert_frag): Likewise.
3018
3019 * testsuite/gas/mips/option-pic-relax-0.d: New test.
3020 * testsuite/gas/mips/option-pic-relax-1.d: New test.
3021 * testsuite/gas/mips/option-pic-relax-2.d: New test.
3022 * testsuite/gas/mips/option-pic-relax-3.d: New test.
3023 * testsuite/gas/mips/option-pic-relax-3a.d: New test.
3024 * testsuite/gas/mips/option-pic-relax-4.d: New test.
3025 * testsuite/gas/mips/option-pic-relax-5.d: New test.
3026 * testsuite/gas/mips/option-pic-relax-2.l: New stderr output.
3027 * testsuite/gas/mips/option-pic-relax-3.l: New stderr output.
3028 * testsuite/gas/mips/option-pic-relax-4.l: New stderr output.
3029 * testsuite/gas/mips/option-pic-relax-5.l: New stderr output.
3030 * testsuite/gas/mips/option-pic-relax-0.s: New test source.
3031 * testsuite/gas/mips/option-pic-relax-1.s: New test source.
3032 * testsuite/gas/mips/option-pic-relax-2.s: New test source.
3033 * testsuite/gas/mips/option-pic-relax-3.s: New test source.
3034 * testsuite/gas/mips/option-pic-relax-4.s: New test source.
3035 * testsuite/gas/mips/option-pic-relax-5.s: New test source.
3036 * testsuite/gas/mips/mips.exp: Run the new tests.
3037
3038 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3039
3040 * testsuite/gas/arc/leave_enter.d: Update test.
3041 * testsuite/gas/arc/leave_enter.s: Likewise.
3042
3043 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3044
3045 * testsuite/gas/arc/b.d: Update test.
3046 * testsuite/gas/arc/noargs_hs.d: Likewise.
3047
3048 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
3049
3050 * config/tc-mips.c (md_convert_frag): Correct
3051 BFD_RELOC_MIPS16_16_PCREL_S1 fixup size.
3052 * testsuite/gas/mips/mips16-branch-addend-4.d: New test.
3053 * testsuite/gas/mips/mips16-branch-addend-5.d: New test.
3054 * testsuite/gas/mips/mips16-branch-addend-5.l: New stderr
3055 output.
3056 * testsuite/gas/mips/mips16-branch-addend-4.s: New test source.
3057 * testsuite/gas/mips/mips16-branch-addend-5.s: New test source.
3058 * testsuite/gas/mips/mips.exp: Run the new tests.
3059
3060 2017-04-25 Jose E. Marchesi <jose.marchesi@oracle.com>
3061
3062 PR gas/21407
3063 * config/tc-sparc.c (md_apply_fix): Do not transform `call'
3064 instructions into branch instructions in fixups generating
3065 additional relocations.
3066 * testsuite/gas/sparc/call-relax.s: New file.
3067 * testsuite/gas/sparc/call-relax.d: Likewise.
3068 * testsuite/gas/sparc/call-relax-aout.d: Likewise.
3069 * testsuite/gas/sparc/sparc.exp: Test call-relax and call-relax-aout.
3070
3071 2017-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
3072
3073 * config/tc-arm.c (move_or_literal_pool): Remove code generating MOVS.
3074 Forbid MOV.W and MOVW if destination is SP or PC.
3075 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.s: Explain
3076 expectation of LDR not generating a MOVS for low registers and small
3077 constants. Add tests of MOVW generation.
3078 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update
3079 expected disassembly.
3080
3081 2017-04-22 Alan Modra <amodra@gmail.com>
3082
3083 * testsuite/gas/ppc/vle.s: Format. Add se_rfgi and e_sc.
3084 * testsuite/gas/ppc/vle.d: Update.
3085
3086 2017-04-21 Nick Clifton <nickc@redhat.com>
3087
3088 PR binutils/21380
3089 * testsuite/gas/aarch64/illegal-3.s: New file.
3090 * testsuite/gas/aarch64/illegal-3.d: New file.
3091
3092 2017-04-11 Alan Modra <amodra@gmail.com>
3093
3094 * config/tc-ppc.c (md_show_usage): Delete mention of -mhtm.
3095 * testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8.
3096
3097 2017-04-10 Max Filippov <jcmvbkbc@gmail.com>
3098
3099 * config/tc-xtensa.c (xtensa_maybe_create_literal_pool_frag):
3100 Initialize lps->frag_count with auto_litpool_limit.
3101 (xg_promote_candidate_litpool): New function.
3102 (xtensa_move_literals): Extract candidate litpool promotion code
3103 into separate function. Call it for all possible found
3104 candidates.
3105 (xtensa_switch_to_literal_fragment): Drop 'recursive' flag and
3106 call to xtensa_mark_literal_pool_location that it guards.
3107 Replace it with call to xtensa_maybe_create_literal_pool_frag.
3108 Initialize pool_location with created literal pool candidate.
3109 * testsuite/gas/xtensa/all.exp: Add new tests.
3110 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
3111 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
3112 * testsuite/gas/xtensa/auto-litpools-first2.d: New test results.
3113 * testsuite/gas/xtensa/auto-litpools-first2.s: New test.
3114 * testsuite/gas/xtensa/auto-litpools.d: Fix offsets changed due
3115 to additional jump instruction.
3116
3117 2017-04-07 Alan Modra <amodra@gmail.com>
3118
3119 * testsuite/gas/ppc/altivec2.s: Delete E6500 vector insns.
3120 * testsuite/gas/ppc/altivec2.d: Adjust to suit.
3121
3122 2017-04-07 Alan Modra <amodra@gmail.com>
3123
3124 * testsuite/gas/elf/section12a.d: Don't expect alignment of 1
3125 for .mbind.text.
3126
3127 2017-04-06 Pip Cet <pipcet@gmail.com>
3128
3129 * testsuite/gas/wasm32/allinsn.d: Adjust test for disassembler
3130 changes.
3131 * testsuite/gas/wasm32/disass.d: New test.
3132 * testsuite/gas/wasm32/disass.s: New test.
3133 * testsuite/gas/wasm32/disass-2.d: New test.
3134 * testsuite/gas/wasm32/disass-2.s: New test.
3135 * testsuite/gas/wasm32/reloc.d: Adjust test for changed reloc
3136 names.
3137 * testsuite/gas/wasm32/reloc.s: Update test for changed assembler
3138 syntax.
3139 * testsuite/gas/wasm32/wasm32.exp: Run new tests. Expect allinsn
3140 test to succeed.
3141
3142 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
3143
3144 * NEWS: Mention support for ELF SHF_GNU_MBIND.
3145 * config/obj-elf.c (section_match): New.
3146 (get_section): Match both sh_info and group name.
3147 (obj_elf_change_section): Add argument for sh_info. Pass both
3148 sh_info and group name to get_section. Issue an error for
3149 SHF_GNU_MBIND section without SHF_ALLOC. Set sh_info.
3150 (obj_elf_parse_section_letters): Set SHF_GNU_MBIND for 'd'.
3151 (obj_elf_section): Support SHF_GNU_MBIND section info.
3152 * config/obj-elf.h (obj_elf_change_section): Add argument for
3153 sh_info.
3154 * config/tc-arm.c (start_unwind_section): Pass 0 as sh_info to
3155 obj_elf_change_section.
3156 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
3157 * config/tc-microblaze.c (microblaze_s_data): Likewise.
3158 (microblaze_s_sdata): Likewise.
3159 (microblaze_s_rdata): Likewise.
3160 (microblaze_s_bss): Likewise.
3161 * config/tc-mips.c (s_change_section): Likewise.
3162 * config/tc-msp430.c (msp430_profiler): Likewise.
3163 * config/tc-rx.c (parse_rx_section): Likewise.
3164 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
3165 * doc/as.texinfo: Document 'd' for SHF_GNU_MBIND.
3166 * testsuite/gas/elf/elf.exp: Run section12a, section12b and
3167 section13.
3168 * testsuite/gas/elf/section10.d: Updated.
3169 * testsuite/gas/elf/section10.s: Likewise.
3170 * testsuite/gas/elf/section12.s: New file.
3171 * testsuite/gas/elf/section12a.d: Likewise.
3172 * testsuite/gas/elf/section12b.d: Likewise.
3173 * testsuite/gas/elf/section13.l: Likewise.
3174 * testsuite/gas/elf/section13.d: Likewise.
3175 * testsuite/gas/elf/section13.s: Likewise.
3176
3177 2017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
3178
3179 * config/tc-riscv.c (riscv_clear_subsets): Cast argument to free to
3180 avoid const warnings.
3181
3182 2017-03-30 Palmer Dabbelt <palmer@dabbelt.com>
3183
3184 * config/tc-riscv.c (riscv_clear_subsets): New function.
3185 (riscv_add_subset): Call riscv_clear_subsets and riscv_set_rvc to
3186 clear RVC when it's been previously set.
3187
3188 2017-03-31 Nick Clifton <nickc@redhat.com>
3189
3190 PR gas/21333
3191 * config/tc-s390.c (tc_s390_fix_adjustable): Allow non pc-relative
3192 fixups in mergeable sections to be adjusted.
3193
3194 2017-03-30 Pip Cet <pipcet@gmail.com>
3195
3196 * config/tc-wasm32.h: New file: Add WebAssembly assembler target.
3197 * config/tc-wasm32.c: New file: Add WebAssembly assembler target.
3198 * Makefile.am: Add WebAssembly assembler target.
3199 * configure.tgt: Add WebAssembly assembler target.
3200 * doc/c-wasm32.texi: New file: Start documenting WebAssembly
3201 assembler.
3202 * doc/all.texi: Define WASM32.
3203 * doc/as.texinfo: Add WebAssembly entries.
3204 * NEWS: Mention the new support.
3205 * Makefile.in: Regenerate.
3206 * po/gas.pot: Regenerate.
3207 * po/POTFILES.in: Regenerate.
3208 * testsuite/gas/wasm32: New directory.
3209 * testsuite/gas/wasm32/allinsn.d: New file.
3210 * testsuite/gas/wasm32/allinsn.s: New file.
3211 * testsuite/gas/wasm32/illegal.l: New file.
3212 * testsuite/gas/wasm32/illegal.s: New file.
3213 * testsuite/gas/wasm32/illegal-2.l: New file.
3214 * testsuite/gas/wasm32/illegal-2.s: New file.
3215 * testsuite/gas/wasm32/illegal-3.l: New file.
3216 * testsuite/gas/wasm32/illegal-3.s: New file.
3217 * testsuite/gas/wasm32/illegal-4.l: New file.
3218 * testsuite/gas/wasm32/illegal-4.s: New file.
3219 * testsuite/gas/wasm32/illegal-5.l: New file.
3220 * testsuite/gas/wasm32/illegal-5.s: New file.
3221 * testsuite/gas/wasm32/illegal-6.l: New file.
3222 * testsuite/gas/wasm32/illegal-6.s: New file.
3223 * testsuite/gas/wasm32/illegal-7.l: New file.
3224 * testsuite/gas/wasm32/illegal-7.s: New file.
3225 * testsuite/gas/wasm32/illegal-8.l: New file.
3226 * testsuite/gas/wasm32/illegal-8.s: New file.
3227 * testsuite/gas/wasm32/illegal-9.l: New file.
3228 * testsuite/gas/wasm32/illegal-9.s: New file.
3229 * testsuite/gas/wasm32/illegal-10.l: New file.
3230 * testsuite/gas/wasm32/illegal-10.s: New file.
3231 * testsuite/gas/wasm32/illegal-11.l: New file.
3232 * testsuite/gas/wasm32/illegal-11.s: New file.
3233 * testsuite/gas/wasm32/illegal-12.l: New file.
3234 * testsuite/gas/wasm32/illegal-12.s: New file.
3235 * testsuite/gas/wasm32/illegal-13.l: New file.
3236 * testsuite/gas/wasm32/illegal-13.s: New file.
3237 * testsuite/gas/wasm32/illegal-14.l: New file.
3238 * testsuite/gas/wasm32/illegal-14.s: New file.
3239 * testsuite/gas/wasm32/illegal-15.l: New file.
3240 * testsuite/gas/wasm32/illegal-15.s: New file.
3241 * testsuite/gas/wasm32/illegal-16.l: New file.
3242 * testsuite/gas/wasm32/illegal-16.s: New file.
3243 * testsuite/gas/wasm32/illegal-17.l: New file.
3244 * testsuite/gas/wasm32/illegal-17.s: New file.
3245 * testsuite/gas/wasm32/illegal-18.l: New file.
3246 * testsuite/gas/wasm32/illegal-18.s: New file.
3247 * testsuite/gas/wasm32/illegal-19.l: New file.
3248 * testsuite/gas/wasm32/illegal-19.s: New file.
3249 * testsuite/gas/wasm32/illegal-20.l: New file.
3250 * testsuite/gas/wasm32/illegal-20.s: New file.
3251 * testsuite/gas/wasm32/illegal-21.l: New file.
3252 * testsuite/gas/wasm32/illegal-21.s: New file.
3253 * testsuite/gas/wasm32/illegal-22.l: New file.
3254 * testsuite/gas/wasm32/illegal-22.s: New file.
3255 * testsuite/gas/wasm32/illegal-24.l: New file.
3256 * testsuite/gas/wasm32/illegal-24.s: New file.
3257 * testsuite/gas/wasm32/illegal-25.l: New file.
3258 * testsuite/gas/wasm32/illegal-25.s: New file.
3259 * testsuite/gas/wasm32/reloc.d: New file.
3260 * testsuite/gas/wasm32/reloc.s: New file.
3261 * testsuite/gas/wasm32/wasm32.exp: New tests for WebAssembly
3262 architecture.
3263
3264 2017-03-29 Alan Modra <amodra@gmail.com>
3265
3266 * config/tc-ppc.c (md_parse_option): Reject -mraw.
3267
3268 2017-03-27 Alan Modra <amodra@gmail.com>
3269
3270 PR 21303
3271 * testsuite/gas/ppc/pr21303.d,
3272 * testsuite/gas/ppc/pr21303.s: New test
3273 * testsuite/gas/ppc/ppc.exp: Run it.
3274
3275 2017-03-27 Rinat Zelig <rinat@mellanox.com>
3276
3277 * testsuite/gas/arc/nps400-12.s: New file.
3278 * testsuite/gas/arc/nps400-12.d: New file.
3279
3280 2017-03-24 Thomas preud'homme <thomas.preudhomme@arm.com>
3281
3282 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
3283 CPU_DEFAULT is defined.
3284
3285 2017-03-21 Palmer Dabbbelt <palmer@dabbelt.com>
3286
3287 * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
3288 -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
3289 print an invalid default ISA string.
3290 * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
3291
3292 2017-03-22 Max Filippov <jcmvbkbc@gmail.com>
3293
3294 * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the
3295 reassigned fixup to size of jump instruction (3) and fx_r_type
3296 to BFD_RELOC_XTENSA_SLOT0_OP, as there's only one slot.
3297 (add_jump_to_trampoline): Search
3298 origfrag->tc_frag_data.slot_symbols for the slot with non-NULL
3299 symbol and use that slot instead of slot 0.
3300
3301 2017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3302
3303 * config/tc-s390.c (s390_parse_cpu): Remove S390_INSTR_FLAG_VX2
3304 from cpu_table. Remove vx2, and novx2 from cpu_flags.
3305
3306 2017-03-21 Rinat Zelig <rinat@mellanox.com>
3307
3308 * testsuite/gas/arc/nps400-11.s: New file.
3309 * testsuite/gas/arc/nps400-11.d: New file.
3310
3311 2017-03-20 Nick Clifton <nickc@redhat.com>
3312
3313 * doc/as.texinfo (2byte): Note that if no expressions are present
3314 the directive does nothing. Emphasize that the output is
3315 unaligned, and that this can have an effect on the relocations
3316 generated.
3317 (4byte): Simplify description. Refer back to the 2byte
3318 description.
3319 (8byte): Likewise.
3320
3321 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
3322
3323 * config/tc-arm.c (arm_fpus): Note entires that should not be
3324 documented.
3325 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
3326 neon-fp16. Fix spelling error.
3327
3328 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
3329
3330 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
3331
3332 2017-03-16 Rinat Zelig <rinat@mellanox.com>
3333
3334 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
3335 specially for ARCv2.
3336
3337 2017-03-14 Kito Cheng <kito.cheng@gmail.com>
3338
3339 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
3340 encoding format, which can accept 0-valued immediates.
3341 (riscv_ip): Likewise.
3342
3343 2017-03-15 Nick Clifton <nickc@redhat.com>
3344
3345 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
3346 warning about discarding a const qualifier.
3347
3348 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
3349
3350 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
3351
3352 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
3353
3354 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
3355 fx_next->fx_frag for CFA_advance_loc relocations.
3356
3357 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
3358
3359 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
3360 for CFA relocations.
3361
3362 2017-03-13 Nick Clifton <nickc@redhat.com>
3363
3364 PR binutils/21202
3365 * config/tc-aarch64.c (reloc_table): Rename
3366 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
3367 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
3368 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
3369 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
3370 (md_apply_fix): Likewise.
3371 (aarch64_force_relocation): Likewise.
3372 * testsuite/gas/aarch64/tls.d: Update regexp.
3373
3374 2017-03-10 Tobin C. Harding <me@tobin.cc>
3375 Nick Clifton <nickc@redhat.com>
3376
3377 * doc/as.texinfo (2byte): Tidy up wording. Add note that
3378 overlarge values will produce a warning message and be trunacted.
3379 (4byte): Likewise.
3380
3381 2017-03-09 H.J. Lu <hongjiu.lu@intel.com>
3382
3383 * config/tc-i386.c (_i386_insn): Add dir_encoding and
3384 vec_encoding. Remove swap_operand and need_vrex.
3385 (extra_symbol_chars): Add '}'.
3386 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
3387 mnemonic.
3388 (build_vex_prefix): Don't use 2-byte VEX encoding with
3389 {vex3}. Check dir_encoding and load.
3390 (parse_insn): Check pseudo prefixes. Set dir_encoding.
3391 (VEX_check_operands): Likewise.
3392 (match_template): Check dir_encoding and load.
3393 (parse_real_register): Set vec_encoding instead of need_vrex.
3394 (parse_register): Likewise.
3395 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
3396 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
3397 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
3398 * testsuite/gas/i386/pseudos.d: New file.
3399 * testsuite/gas/i386/pseudos.s: Likewise.
3400 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
3401 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
3402
3403 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
3404
3405 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
3406 (objdump): Use the -Mpower8 option.
3407
3408 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
3409
3410 * testsuite/gas/ppc/power9.d <lnia> New test.
3411 * testsuite/gas/ppc/power9.s: Likewise.
3412
3413 2017-03-07 Alan Modra <amodra@gmail.com>
3414
3415 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
3416
3417 2017-03-07 Tobin C. Harding <me@tobin.cc>
3418 Alan Modra <amodra@gmail.com>
3419
3420 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
3421 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
3422
3423 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
3424
3425 * config/tc-i386.c (cpu_arch): Add .cet.
3426 * doc/c-i386.texi: Document cet.
3427 * testsuite/gas/i386/cet-intel.d: New file.
3428 * testsuite/gas/i386/cet.d: Likewise.
3429 * testsuite/gas/i386/cet.s: Likewise.
3430 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
3431 * testsuite/gas/i386/x86-64-cet.d: Likewise.
3432 * testsuite/gas/i386/x86-64-cet.s: Likewise.
3433 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
3434
3435 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
3436
3437 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
3438 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
3439
3440 2017-03-06 Alan Modra <amodra@gmail.com>
3441
3442 * dw2gencfi.c (encoding_size): Return unsigned int.
3443 (emit_expr_encoded): Assert size matches reloc bitsize.
3444 (output_fde): Use unsigned for offset_size and addr_size. Set
3445 addr_size earlier and use in place of constant 4 and uses of
3446 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
3447
3448 2017-03-06 Alan Modra <amodra@gmail.com>
3449
3450 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
3451 auto reformat. Formatting and whitespace fixes.
3452
3453 2017-03-05 Mark Wielaard <mark@klomp.org>
3454
3455 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
3456 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
3457 (out_debug_info): Accept symbols to name, comp_dir and producer in
3458 the .debug_str section and emit those offsets not full strings.
3459 (out_debug_str): New function that outputs the strings for name,
3460 comp_dir and producer in .debug_str and generates symbols to those
3461 strings.
3462 (out_debug_line): Create a .debug_str section if necessary and call
3463 out_debug_str before calling out_debug_info.
3464 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
3465 output.
3466
3467 2017-03-02 Maciej W. Rozycki <macro@imgtec.com>
3468
3469 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
3470 part of the frag has overrun the location requested.
3471
3472 * testsuite/gas/all/org-1.d: New test.
3473 * testsuite/gas/all/org-2.d: New test.
3474 * testsuite/gas/all/org-3.d: New test.
3475 * testsuite/gas/all/org-4.d: New test.
3476 * testsuite/gas/all/org-5.d: New test.
3477 * testsuite/gas/all/org-6.d: New test.
3478 * testsuite/gas/all/org-1.l: New stderr output.
3479 * testsuite/gas/all/org-2.l: New stderr output.
3480 * testsuite/gas/all/org-3.l: New stderr output.
3481 * testsuite/gas/all/org-1.s: New test source.
3482 * testsuite/gas/all/org-2.s: New test source.
3483 * testsuite/gas/all/org-3.s: New test source.
3484 * testsuite/gas/all/org-4.s: New test source.
3485 * testsuite/gas/all/org-5.s: New test source.
3486 * testsuite/gas/all/org-6.s: New test source.
3487 * testsuite/gas/all/gas.exp: Run the new tests.
3488
3489 * testsuite/gas/mips/org-1.d: New test.
3490 * testsuite/gas/mips/org-2.d: New test.
3491 * testsuite/gas/mips/org-3.d: New test.
3492 * testsuite/gas/mips/org-4.d: New test.
3493 * testsuite/gas/mips/org-5.d: New test.
3494 * testsuite/gas/mips/org-6.d: New test.
3495 * testsuite/gas/mips/org-7.d: New test.
3496 * testsuite/gas/mips/org-8.d: New test.
3497 * testsuite/gas/mips/org-9.d: New test.
3498 * testsuite/gas/mips/org-10.d: New test.
3499 * testsuite/gas/mips/org-11.d: New test.
3500 * testsuite/gas/mips/org-12.d: New test.
3501 * testsuite/gas/mips/org-1.l: New stderr output.
3502 * testsuite/gas/mips/org-4.l: New stderr output.
3503 * testsuite/gas/mips/org-5.l: New stderr output.
3504 * testsuite/gas/mips/org-6.l: New stderr output.
3505 * testsuite/gas/mips/org-10.l: New stderr output.
3506 * testsuite/gas/mips/org-1.s: New test source.
3507 * testsuite/gas/mips/org-2.s: New test source.
3508 * testsuite/gas/mips/org-3.s: New test source.
3509 * testsuite/gas/mips/org-4.s: New test source.
3510 * testsuite/gas/mips/org-5.s: New test source.
3511 * testsuite/gas/mips/org-6.s: New test source.
3512 * testsuite/gas/mips/org-7.s: New test source.
3513 * testsuite/gas/mips/org-8.s: New test source.
3514 * testsuite/gas/mips/org-9.s: New test source.
3515 * testsuite/gas/mips/org-10.s: New test source.
3516 * testsuite/gas/mips/org-11.s: New test source.
3517 * testsuite/gas/mips/org-12.s: New test source.
3518 * testsuite/gas/mips/mips.exp: Run the new tests.
3519
3520 2017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
3521
3522 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
3523
3524 2017-02-28 Jan Beulich <jbeulich@suse.com>
3525
3526 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
3527 VPCMPESTR{I,M}.
3528 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
3529 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
3530 of PCMPESTR{I,M}.
3531 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
3532 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
3533 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
3534 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
3535 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
3536 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
3537 * testsuite/gas/i386/x86-64-avx.d: Likewise.
3538 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
3539 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
3540 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
3541
3542 2017-02-28 Alan Modra <amodra@gmail.com>
3543
3544 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
3545
3546 2017-02-28 Alan Modra <amodra@gmail.com>
3547
3548 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
3549 (md_apply_fix): Remove fx_subsy check. Move code converting to
3550 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
3551 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
3552 that is done now by the generic code via..
3553 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
3554 (TC_VALIDATE_FIX_SUB): Define.
3555
3556 2017-02-28 Maciej W. Rozycki <macro@imgtec.com>
3557
3558 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
3559 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
3560 encoding patterns.
3561 * testsuite/gas/mips/jalr4-n64.d: Likewise.
3562 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
3563 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
3564 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
3565
3566 2017-02-25 Alan Modra <amodra@gmail.com>
3567
3568 * testsuite/gas/elf/strtab.s: Don't put directives on first
3569 column or continuation with labels not in first column.
3570
3571 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
3572
3573 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
3574 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
3575 to be used with SVE registers.
3576 (parse_operands): Handle new SVE operands.
3577 (aarch64_features): Make "sve" require F16 rather than FP. Also
3578 require COMPNUM.
3579 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
3580 Include compnum tests.
3581 * testsuite/gas/aarch64/sve.d: Update accordingly.
3582 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
3583 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
3584 update expected output for new FMOV and MOV alternatives.
3585
3586 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
3587
3588 * doc/c-aarch64.texi: Add a "compnum" entry.
3589 * config/tc-aarch64.c (aarch64_features): Likewise,
3590 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
3591 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
3592
3593 2017-02-24 Jan Beulich <jbeulich@suse.com>
3594
3595 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
3596 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
3597 * testsuite/gas/i386/opcode.d: Adjust accordingly.
3598 * testsuite/gas/i386/opcode-intel.d: Likewise.
3599 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
3600 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
3601
3602 2017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
3603
3604 Test cases for the architecture level aware SPARC ASI work.
3605 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
3606 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
3607 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
3608 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
3609 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
3610
3611 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
3612
3613 * testsuite/gas/mips/jalr4.d: New test.
3614 * testsuite/gas/mips/jalr4-n32.d: New test.
3615 * testsuite/gas/mips/jalr4-n64.d: New test.
3616 * testsuite/gas/mips/jalr4.s: New test source.
3617 * testsuite/gas/mips/mips.exp: Run the new tests.
3618
3619 2017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
3620
3621 Add support for associating SPARC ASIs with an architecture level.
3622 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
3623
3624 2017-02-23 Jan Beulich <jbeulich@suse.com>
3625
3626 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
3627 of symbols as expression.
3628
3629 2017-02-23 Jan Beulich <jbeulich@suse.com>
3630
3631 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
3632 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
3633 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
3634 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
3635
3636 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
3637
3638 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
3639 `md_flush_pending_output'.
3640 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
3641 `md_flush_pending_output' unconditionally.
3642 * testsuite/gas/mips/debug-label-end-1.d: New test.
3643 * testsuite/gas/mips/debug-label-end-2.d: New test.
3644 * testsuite/gas/mips/debug-label-end-3.d: New test.
3645 * testsuite/gas/mips/debug-label-end.s: New test source.
3646 * testsuite/gas/mips/mips.exp: Run the new tests.
3647
3648 2017-02-22 Hans-Peter Nilsson <hp@axis.com>
3649
3650 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
3651 targets yielding an error message matching "too complex".
3652
3653 2017-02-22 Nick Clifton <nickc@redhat.com>
3654
3655 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
3656
3657 2017-02-21 Jan Beulich <jbeulich@suse.com>
3658
3659 * expr.c (operand): Handle missing operand to .startof.() and
3660 .sizeof.().
3661 * testsuite/gas/all/err-sizeof.s: New.
3662
3663 2017-02-20 Alan Modra <amodra@gmail.com>
3664
3665 PR 21118
3666 * NEWS: Revise powerpc register check.
3667 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
3668 register expression" a warning.
3669
3670 2017-02-17 Maciej W. Rozycki <macro@imgtec.com>
3671
3672 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
3673 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
3674 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
3675 * testsuite/gas/mips/aent-2.d: New test.
3676 * testsuite/gas/mips/aent-mdebug.d: New test.
3677 * testsuite/gas/mips/aent-mdebug-2.d: New test.
3678 * testsuite/gas/mips/mips.exp: Run the new tests.
3679
3680 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
3681
3682 * testsuite/gas/aarch64/sve-sysreg.s,
3683 testsuite/gas/aarch64/sve-sysreg.d,
3684 testsuite/gas/aarch64/sve-sysreg-invalid.d,
3685 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
3686
3687 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
3688
3689 * doc/c-aarch64.texi: Fix sve entry.
3690
3691 2017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
3692
3693 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
3694 information from input expression.
3695 (assemble_insn): Make sure pcrel is correctly set.
3696 (arc_pcrel_adjust): Compensate for PCL rounding.
3697 * testsuite/gas/arc/relax-add01.d: New file.
3698 * testsuite/gas/arc/relax-add01.s: Likewise.
3699 * testsuite/gas/arc/relax-add02.d: Likewise.
3700 * testsuite/gas/arc/relax-add02.s: Likewise.
3701 * testsuite/gas/arc/relax-add03.d: Likewise.
3702 * testsuite/gas/arc/relax-add03.s: Likewise.
3703 * testsuite/gas/arc/relax-add04.d: Likewise.
3704 * testsuite/gas/arc/relax-add04.s: Likewise.
3705 * testsuite/gas/arc/relax-ld01.d: Likewise.
3706 * testsuite/gas/arc/relax-ld01.s: Likewise.
3707 * testsuite/gas/arc/relax-ld02.d: Likewise.
3708 * testsuite/gas/arc/relax-ld02.s: Likewise.
3709 * testsuite/gas/arc/relax-mov01.d: Likewise.
3710 * testsuite/gas/arc/relax-mov01.s: Likewise.
3711 * testsuite/gas/arc/relax-mov02.d: Likewise.
3712 * testsuite/gas/arc/relax-mov02.s: Likewise.
3713 * testsuite/gas/arc/relax-mpy01.d: Likewise.
3714 * testsuite/gas/arc/relax-mpy01.s: Likewise.
3715 * testsuite/gas/arc/relax-sub01.d: Likewise.
3716 * testsuite/gas/arc/relax-sub01.s: Likewise.
3717 * testsuite/gas/arc/relax-sub02.d: Likewise.
3718 * testsuite/gas/arc/relax-sub02.s: Likewise.
3719 * testsuite/gas/arc/relax-sub03.d: Likewise.
3720 * testsuite/gas/arc/relax-sub03.s: Likewise.
3721 * testsuite/gas/arc/relax-sub04.d: Likewise.
3722 * testsuite/gas/arc/relax-sub04.s: Likewise.
3723
3724 2017-02-09 Vineet Gupta <vgupta@synopsys.com>
3725
3726 * testsuite/gas/arc/st.d: Update for 0xe having a name now
3727
3728 2017-02-14 Alan Modra <amodra@gmail.com>
3729
3730 PR 21118
3731 * NEWS: Mention powerpc register checks.
3732 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
3733 (pre_defined_registers): Delete fpscr and pmr entries. Set
3734 register type in flags.
3735 (cr_names): Set type in flags.
3736 (reg_name_search): Return pointer to struct pd_reg rather than value.
3737 (register_name): Adjust to suit. Set X_md from flags.
3738 (ppc_parse_name): Likewise.
3739 (ppc_optimize_expr): New function.
3740 (md_assemble): Verify expresion reg flags match operand.
3741 * config/tc-ppc.h (md_optimize_expr): Define.
3742 (ppc_optimize_expr): Declare.
3743
3744 2017-02-14 Alan Modra <amodra@gmail.com>
3745
3746 * testsuite/gas/ppc/cell.s: Correct invalid registers.
3747 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
3748 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
3749
3750 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
3751
3752 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
3753 syntax.
3754 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
3755 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
3756
3757 2017-02-10 Nicholas Piggin <npiggin@gmail.com>
3758
3759 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
3760
3761 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
3762
3763 * doc/as.texinfo (Overview): Select MIPS options for man page
3764 inclusion.
3765
3766 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
3767
3768 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
3769 (options): Add OPTION_IGNORE_BRANCH_ISA and
3770 OPTION_NO_IGNORE_BRANCH_ISA enum values.
3771 (md_longopts): Add "mignore-branch-isa" and
3772 "mno-ignore-branch-isa" options.
3773 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
3774 OPTION_NO_IGNORE_BRANCH_ISA.
3775 (fix_bad_cross_mode_branch_p): Return FALSE if
3776 `mips_ignore_branch_isa' has been set.
3777 (md_show_usage): Add `-mignore-branch-isa' and
3778 `-mno-ignore-branch-isa'.
3779
3780 * doc/as.texinfo (Target MIPS options): Add
3781 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
3782 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
3783 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
3784 `-mno-ignore-branch-isa' options.
3785
3786 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
3787 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
3788 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
3789 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
3790 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
3791 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
3792 * testsuite/gas/mips/mips.exp: Run the new tests.
3793
3794 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
3795
3796 * testsuite/gas/mips/branch-local-2.d: New test.
3797 * testsuite/gas/mips/branch-local-3.d: New test.
3798 * testsuite/gas/mips/branch-local-n32-2.d: New test.
3799 * testsuite/gas/mips/branch-local-n32-3.d: New test.
3800 * testsuite/gas/mips/branch-local-n64-2.d: New test.
3801 * testsuite/gas/mips/branch-local-n64-3.d: New test.
3802 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
3803 into the new tests.
3804
3805 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
3806
3807 PR 21056
3808 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
3809 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
3810
3811 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3812
3813 * configure.tgt (aarch64*-*-rtems*): Remove.
3814 (bfin-*-rtems*): Likewise.
3815 (h8300-*-rtems*): Likewise.
3816 (i386-*-rtems*): Likewise.
3817 (m32c-*-rtems*): Likewise.
3818 (m32r-*-rtems*): Likewise.
3819 (m68k-*-rtems*): Likewise.
3820 (mips-*-rtems*): Likewise.
3821 (nios2-*-rtems*): Likewise.
3822 (ppc-*-rtems*): Likewise.
3823 (sh-*-rtems*): Likewise.
3824 (sparc64-*-rtems*): Likewise.
3825 (sparc-*-rtems*): Likewise.
3826 (*-*-rtems*) Use ELF format.
3827
3828 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3829
3830 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
3831
3832 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3833
3834 * configure.tgt (sh-*-rtemscoff*): Remove.
3835
3836 2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
3837
3838 * configure.tgt (riscv*-*-*): Remove em=linux.
3839
3840 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
3841
3842 PR gas/21072
3843 * asintl.h: Fix spelling mistakes and typos.
3844 * atof-generic.c: Likewise.
3845 * bit_fix.h: Likewise.
3846 * config/atof-ieee.c: Likewise.
3847 * config/bfin-defs.h: Likewise.
3848 * config/bfin-parse.y: Likewise.
3849 * config/obj-coff-seh.h: Likewise.
3850 * config/obj-coff.c: Likewise.
3851 * config/obj-evax.c: Likewise.
3852 * config/obj-macho.c: Likewise.
3853 * config/rx-parse.y: Likewise.
3854 * config/tc-aarch64.c: Likewise.
3855 * config/tc-alpha.c: Likewise.
3856 * config/tc-arc.c: Likewise.
3857 * config/tc-arm.c: Likewise.
3858 * config/tc-avr.c: Likewise.
3859 * config/tc-bfin.c: Likewise.
3860 * config/tc-cr16.c: Likewise.
3861 * config/tc-cris.c: Likewise.
3862 * config/tc-crx.c: Likewise.
3863 * config/tc-d10v.c: Likewise.
3864 * config/tc-d30v.c: Likewise.
3865 * config/tc-dlx.c: Likewise.
3866 * config/tc-epiphany.c: Likewise.
3867 * config/tc-frv.c: Likewise.
3868 * config/tc-hppa.c: Likewise.
3869 * config/tc-i370.c: Likewise.
3870 * config/tc-i386-intel.c: Likewise.
3871 * config/tc-i386.c: Likewise.
3872 * config/tc-i960.c: Likewise.
3873 * config/tc-ia64.c: Likewise.
3874 * config/tc-m32r.c: Likewise.
3875 * config/tc-m68hc11.c: Likewise.
3876 * config/tc-m68k.c: Likewise.
3877 * config/tc-mcore.c: Likewise.
3878 * config/tc-mep.c: Likewise.
3879 * config/tc-mep.h: Likewise.
3880 * config/tc-metag.c: Likewise.
3881 * config/tc-microblaze.c: Likewise.
3882 * config/tc-mips.c: Likewise.
3883 * config/tc-mmix.c: Likewise.
3884 * config/tc-mn10200.c: Likewise.
3885 * config/tc-mn10300.c: Likewise.
3886 * config/tc-msp430.c: Likewise.
3887 * config/tc-msp430.h: Likewise.
3888 * config/tc-nds32.c: Likewise.
3889 * config/tc-nds32.h: Likewise.
3890 * config/tc-nios2.c: Likewise.
3891 * config/tc-nios2.h: Likewise.
3892 * config/tc-ns32k.c: Likewise.
3893 * config/tc-pdp11.c: Likewise.
3894 * config/tc-ppc.c: Likewise.
3895 * config/tc-pru.c: Likewise.
3896 * config/tc-rx.c: Likewise.
3897 * config/tc-s390.c: Likewise.
3898 * config/tc-score.c: Likewise.
3899 * config/tc-score7.c: Likewise.
3900 * config/tc-sh.c: Likewise.
3901 * config/tc-sh64.c: Likewise.
3902 * config/tc-sparc.c: Likewise.
3903 * config/tc-tic4x.c: Likewise.
3904 * config/tc-tic54x.c: Likewise.
3905 * config/tc-v850.c: Likewise.
3906 * config/tc-vax.c: Likewise.
3907 * config/tc-visium.c: Likewise.
3908 * config/tc-xgate.c: Likewise.
3909 * config/tc-xtensa.c: Likewise.
3910 * config/tc-z80.c: Likewise.
3911 * config/tc-z8k.c: Likewise.
3912 * config/te-vms.c: Likewise.
3913 * config/xtensa-relax.c: Likewise.
3914 * doc/as.texinfo: Likewise.
3915 * doc/c-arm.texi: Likewise.
3916 * doc/c-hppa.texi: Likewise.
3917 * doc/c-i370.texi: Likewise.
3918 * doc/c-i386.texi: Likewise.
3919 * doc/c-m32r.texi: Likewise.
3920 * doc/c-m68k.texi: Likewise.
3921 * doc/c-mmix.texi: Likewise.
3922 * doc/c-msp430.texi: Likewise.
3923 * doc/c-nds32.texi: Likewise.
3924 * doc/c-ns32k.texi: Likewise.
3925 * doc/c-riscv.texi: Likewise.
3926 * doc/c-rx.texi: Likewise.
3927 * doc/c-s390.texi: Likewise.
3928 * doc/c-tic6x.texi: Likewise.
3929 * doc/c-tilegx.texi: Likewise.
3930 * doc/c-tilepro.texi: Likewise.
3931 * doc/c-v850.texi: Likewise.
3932 * doc/c-xgate.texi: Likewise.
3933 * doc/c-xtensa.texi: Likewise.
3934 * dwarf2dbg.c: Likewise.
3935 * ecoff.c: Likewise.
3936 * itbl-ops.c: Likewise.
3937 * listing.c: Likewise.
3938 * macro.c: Likewise.
3939 * po/gas.pot: Likewise.
3940 * read.c: Likewise.
3941 * struc-symbol.h: Likewise.
3942 * symbols.h: Likewise.
3943 * testsuite/gas/arc/relocs-errors.err: Likewise.
3944 * write.c: Likewise.
3945
3946 2017-01-23 Nick Clifton <nickc@redhat.com>
3947
3948 * po/sv.po: Updated Swedish translation.
3949
3950 2017-01-20 Nick Clifton <nickc@redhat.com>
3951
3952 * config/tc-i386.c (parse_operands): Check for operand overflow
3953 before setting the unspecified bit.
3954
3955 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
3956
3957 PR gas/20649
3958 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
3959 symbols, remove the `segtype' parameter.
3960 (mips_frob_file, md_estimate_size_before_relax): Adjust
3961 accordingly.
3962 (s_is_linkonce): Add an explanatory comment.
3963 * testsuite/gas/mips/comdat-reloc.d: New test.
3964 * testsuite/gas/mips/comdat-reloc.s: New test source.
3965 * testsuite/gas/mips/mips.exp: Run the new test.
3966
3967 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
3968
3969 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
3970 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
3971
3972 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
3973
3974 PR 21059
3975 * config/bfin-lex.l: Support processing with flex 2.6.3.
3976 * itbl-lex.l: Likewise.
3977
3978 2017-01-18 Nathan Sidwell <nathan@acm.org>
3979
3980 * as.h (gas_assert): Use abort.
3981 (as_assert): Remove.
3982 (signal_init): Declare.
3983 * as.c (main): Call signal_init.
3984 * messages.c: #include <signal.h>
3985 (as_assert): Delete.
3986 (as_abort): Allow NULL FILE.
3987 (signal_crash): New.
3988 (signal_init): Register fatal signal handlers.
3989 * configure.ac: Check for strsignal.
3990 * config.in: Rebuilt.
3991 * configure: Rebuilt.
3992
3993 2017-01-17 Nick Clifton <nickc@redhat.com>
3994
3995 * po/sv.po: Updated Swedish translation.
3996
3997 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
3998
3999 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
4000 (cpu_noarch): Add noavx512_vpopcntdq.
4001 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
4002 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
4003 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
4004 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
4005 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
4006 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
4007 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
4008 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
4009
4010 2017-01-12 Nick Clifton <nickc@redhat.com>
4011
4012 * read.c (temp_ilp): New function. Installs a temporary input
4013 line pointer.
4014 (restore_ilp): New function. Restores the original input line
4015 pointer.
4016 * read.h (temp_ilp): Prototype.
4017 (restore_ilp): Prototype.
4018 * stabs.c (dot_func_p): Use bfd_boolean type.
4019 (generate_asm_file): Use temp_ilp and restore_ilp.
4020 (stabs_generate_asm_lineno): Likewise.
4021 (stabs_generate_asm_endfunc): Likewise.
4022
4023 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
4024
4025 * configure.tgt: Add entry for i386-redox.
4026
4027 2017-01-10 Nick Clifton <nickc@redhat.com>
4028
4029 * po/sv.po: Updated Swedish translation.
4030
4031 2017-01-10 Tristan Gingold <gingold@adacore.com>
4032
4033 * testsuite/gas/all/sleb128-8.d: Adjust test.
4034 * testsuite/gas/all/gas.exp (test_cond): Likewise.
4035
4036 2017-01-10 Tristan Gingold <gingold@adacore.com>
4037
4038 * read.c (emit_leb128_expr): Extended unsigned big number for
4039 sleb128.
4040 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
4041 * testsuite/gas/all/sleb128.d: New test.
4042 * testsuite/gas/all/sleb128.s: New test source.
4043
4044 2017-01-09 Andrew Waterman <andrew@sifive.com>
4045
4046 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
4047 against constants.
4048 (md_apply_fix): Mark relocations against constants as "done."
4049
4050 2017-01-09 Andrew Waterman <andrew@sifive.com>
4051
4052 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
4053 against constants.
4054 (md_apply_fix): Mark relocations against constants as "done."
4055
4056 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
4057 Kito Cheng <kito.cheng@gmail.com>
4058
4059 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
4060 Removed.
4061 (SDATA_START_SYMBOLS): Likewise.
4062
4063 2017-01-09 Nick Clifton <nickc@redhat.com>
4064
4065 * po/sv.po: New Swedish translation.
4066 * configure.ac (ALL_LINGUAS): Add sv.
4067 * configure: Regenerate.
4068
4069 2017-01-09 Andrew Waterman <andrew@sifive.com>
4070
4071 * config/tc-riscv.c (relaxed_branch_length): Use the long
4072 sequence when the target is a weak symbol.
4073
4074 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
4075
4076 * config/tc-aarch64.c (aarch64_features): Add rcpc.
4077 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
4078 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
4079 * testsuite/gas/aarch64/ldst-rcpc.d: This.
4080 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
4081 * testsuite/gas/aarch64/ldst-rcpc.s: This.
4082 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
4083
4084 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
4085
4086 PR gas/20992
4087 * configure.tgt: Treat sparcv9 as sparc64.
4088
4089 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
4090
4091 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
4092 extension.
4093 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
4094 enabled and no other ABI is specified.
4095
4096 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
4097
4098 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
4099 valueT, as declared in tc.h.
4100 (md_apply_fix): Fix to work on 32-bit hosts.
4101
4102 2017-01-02 Alan Modra <amodra@gmail.com>
4103
4104 Update year range in copyright notice of all files.
4105
4106 For older changes see ChangeLog-2016
4107 \f
4108 Copyright (C) 2017 Free Software Foundation, Inc.
4109
4110 Copying and distribution of this file, with or without modification,
4111 are permitted in any medium without royalty provided the copyright
4112 notice and this notice are preserved.
4113
4114 Local Variables:
4115 mode: change-log
4116 left-margin: 8
4117 fill-column: 74
4118 version-control: never
4119 End: