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