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