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