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