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