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