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