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