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