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