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