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