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