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