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