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