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