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