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