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