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