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