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