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