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