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