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