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