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