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