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