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