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