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