AArch64: Constraint disassembler and assembler changes.
[external/binutils.git] / gas / ChangeLog
1 2018-10-03  Tamar Christina  <tamar.christina@arm.com>
2
3         * testsuite/gas/aarch64/sve-movprfx.d: New test.
4         * testsuite/gas/aarch64/sve-movprfx.s: New test.
5         * testsuite/gas/aarch64/sve.d: Refactor.
6         * testsuite/gas/aarch64/sve.s: Refactor.
7         * testsuite/gas/aarch64/sysreg-diagnostic.d: Update.
8
9 2018-10-03  Tamar Christina  <tamar.christina@arm.com>
10
11         * config/tc-aarch64.c (force_automatic_sequence_close,
12         aarch64_frob_section): New.
13         * config/tc-aarch64.h (tc_frob_section, aarch64_frob_section): New.
14
15 2018-10-03  Tamar Christina  <tamar.christina@arm.com>
16
17         * config/tc-aarch64.c (output_operand_error_report): Order warnings.
18
19 2018-10-03  Tamar Christina  <tamar.christina@arm.com>
20
21         * config/tc-aarch64.c (now_instr_sequence):
22         (*insn_sequence, now_instr_sequence): New.
23         (output_operand_error_record, do_encode): Add insn_sequence.
24         (md_assemble): Update insn_sequence.
25         (try_to_encode_as_unscaled_ldst, fix_mov_imm_insn, fix_insn):
26         Pass insn_sequence.
27         * config/tc-aarch64.h (struct aarch64_segment_info_type):
28         Add insn_sequence.
29
30 2018-10-02  Palmer Dabbelt  <palmer@sifive.com>
31
32         * testsuite/gas/riscv/fence-tso.d: New file.
33         * testsuite/gas/riscv/fence-tso.s: Likewise.
34
35 2018-09-26  Sandra Loosemore  <sandra@codesourcery.com>
36
37         * testsuite/gas/all/gas.exp: Skip "Output file must be distinct
38         from input" test on Windows host.
39
40 2018-09-21  H.J. Lu  <hongjiu.lu@intel.com>
41
42         PR gas/23691
43         * Makefile.am (bfin-parse.c): Depend on $(srcdir)/../bfd/reloc.c.
44         (rl78-parse.c): Likewise.
45         (rx-parse.c): Likewise.
46         * Makefile.in: Regenerated.
47
48 2018-09-21  Alan Modra  <amodra@gmail.com>
49
50         * testsuite/gas/avr/large-debug-line-table.d: Update.
51
52 2018-09-20  H.J. Lu  <hongjiu.lu@intel.com>
53
54         PR binutils/23695
55         * testsuite/gas/elf/dwarf2-11.d: Update expected outputs of
56         "readelf -wL".
57         * testsuite/gas/elf/dwarf2-12.d: Likewise.
58         * testsuite/gas/elf/dwarf2-13.d: Likewise.
59         * testsuite/gas/elf/dwarf2-14.d: Likewise.
60         * testsuite/gas/elf/dwarf2-15.d: Likewise.
61         * testsuite/gas/elf/dwarf2-16.d: Likewise.
62         * testsuite/gas/elf/dwarf2-17.d: Likewise.
63         * testsuite/gas/elf/dwarf2-18.d: Likewise.
64         * testsuite/gas/elf/dwarf2-5.d: Likewise.
65         * testsuite/gas/elf/dwarf2-6.d: Likewise.
66         * testsuite/gas/elf/dwarf2-7.d: Likewise.
67
68 2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
69
70         * config/tc-s12z.c (lex_opr): Use an auxiliary unsigned variable
71         in encoding a constant operand.
72
73 2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
74
75         * config/tc-ppc.c (ppc_dwsect): Use `valueT' rather than
76         `offsetT' as the type of `flag'.
77
78 2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
79
80         * config/tc-arc.c (md_number_to_chars_midend): Append `ull' to
81         large constants.
82
83 2018-09-20  Nelson Chu <nelson.chu1990@gmail.com>
84
85         * config/tc-nds32.c: Remove the unused target features.
86         (nds32_relax_relocs, md_pseudo_table, nds32_elf_record_fixup_exp,
87         nds32_set_elf_flags_by_insn, nds32_insert_relax_entry,
88         nds32_apply_fix): Likewise.
89         (nds32_no_ex9_begin): Removed.
90         * config/tc-nds32.c (add_mapping_symbol_for_align,
91         make_mapping_symbol, add_mapping_symbol): New functions.
92         * config/tc-nds32.h (enum mstate): New.
93         (nds32_segment_info_type): Likewise.
94         * configure.ac (--enable-dsp-ext, --enable-zol-ext): New options.
95         * config.in: Regenerated.
96         * configure: Regenerated.
97         * config/tc-nds32.c (nds32_dx_regs):
98         Set the value according to the configuration.
99         (nds32_perf_ext, nds32_perf_ext2, nds32_string_ext, nds32_audio_ext):
100         Likewise.
101         (nds32_dsp_ext): New variable. Set the value according to the
102         configuration.
103         (nds32_zol_ext): Likewise.
104         (asm_desc, nds32_pseudo_opcode_table): Make them static.
105         (nds32_set_elf_flags_by_insn): Updated.
106         (nds32_check_insn_available): Updated.
107         (nds32_str_tolower): New function.
108         * config/tc-nds32.c (relax_table): Updated.
109         (md_begin): Updated.
110         (md_assemble): Use XNEW macro to allocate space for `insn.info',
111         and then remember to free it.
112         (md_section_align): Cast (-1) to ValueT.
113         (nds32_get_align): Cast (~0U) to addressT.
114         (nds32_relax_branch_instructions): Updated.
115         (md_convert_frag): Add new local variable `final_r_type'.
116         (invalid_prev_frag): Add new bfd_boolean parameter `relax'.
117         All callers changed.
118         * config/tc-nds32.c (struct nds32_relocs_pattern): Add `insn' field.
119         (struct nds32_hint_map): Add `option_list' field.
120         (struct suffix_name, suffix_table): Remove the unused `pic' field.
121         (do_pseudo_b, do_pseudo_bal): Remove the suffix checking.
122         (do_pseudo_la_internal, do_pseudo_pushpopm): Indent.
123         (relax_hint_bias, relax_hint_id_current): New static variables.
124         (reset_bias, relax_hint_begin): New variables.
125         (nds_itoa): New function.
126         (CLEAN_REG, GET_OPCODE): New macros.
127         (struct relax_hint_id): New.
128         (nds32_relax_hint): For .relax_hint directive, we can use `begin'
129         and `end' to mark the relax pattern without giving exactly id number.
130         (nds32_elf_append_relax_relocs): Handle the case that the .relax_hint
131         directives are attached to pseudo instruction.
132         (nds32_elf_save_pseudo_pattern): Change the second parameter from
133         instruction's opcode to byte code.
134         (nds32_elf_build_relax_relation): Add new bfd_boolean parameter
135         `pseudo_hint'.
136         (nds32_lookup_pseudo_opcode): Fix the overflow issue.
137         (enum nds32_insn_type): Add N32_RELAX_ALU1 and N32_RELAX_16BIT.
138         (nds32_elf_record_fixup_exp, relax_ls_table, hint_map,
139         nds32_find_reloc_table, nds32_match_hint_insn, nds32_parse_name):
140         Updated.
141         * config/tc-nds32.h (MAX_RELAX_NUM): Extend it to 6.
142         (enum nds32_relax_hint_type): Merge NDS32_RELAX_HINT_LA and
143         NDS32_RELAX_HINT_LS into NDS32_RELAX_HINT_LALS. Add
144         NDS32_RELAX_HINT_LA_PLT, NDS32_RELAX_HINT_LA_GOT and
145         NDS32_RELAX_HINT_LA_GOTOFF.
146         * config/tc-nds32.h (relax_ls_table): Add floating load/store
147         to gp relax pattern.
148         (hint_map, nds32_find_reloc_table): Likewise.
149         * configure.ac: Define NDS32_LINUX_TOOLCHAIN.
150         * configure: Regenerated.
151         * config.in: Regenerated.
152         * config/tc-nds32.h (enum nds32_ramp): Updated.
153         (enum nds32_relax_hint_type): Likewise.
154         * config/tc-nds32.c: Include "errno.h" and "limits.h".
155         (relax_ls_table): Add TLS relax patterns.
156         (nds32_elf_append_relax_relocs): Attach BFD_RELOC_NDS32_GROUP on
157         each instructions of TLS patterns.
158         (nds32_elf_record_fixup_exp): Updated.
159         (nds32_apply_fix): Likewise.
160         (suffix_table): Add TLSDESC suffix.
161
162 2018-09-18 Tamar Christina  <tamar.christina@arm.com>
163
164         * config/tc-aarch64.c (output_operand_error_report): Apply filtering to
165         current instead of head message.
166
167 2018-09-17  Kito Cheng  <kito@andestech.com>
168
169         * testsuite/gas/riscv/bge.d: New.
170         * testsuite/gas/riscv/bge.s: Likewise.
171
172 2018-09-17  H.J. Lu  <hongjiu.lu@intel.com>
173
174         PR gas/23670
175         * testsuite/gas/i386/evex-lig-2.d: New file.
176         * testsuite/gas/i386/evex-lig-2.s: Likewise.
177         * testsuite/gas/i386/x86-64-evex-lig-2.d: Likewise.
178         * testsuite/gas/i386/x86-64-evex-lig-2.s: Likewise.
179         * testsuite/gas/i386/i386.exp: Run evex-lig-2 and
180         x86-64-evex-lig-2.
181
182 2018-09-17  H.J. Lu  <hongjiu.lu@intel.com>
183
184         PR gas/23665
185         * testsuite/gas/i386/avx-scalar.s: Remove vmovq and vmovd tests.
186         * testsuite/gas/i386/x86-64-avx-scalar.s: Likewise.
187         * testsuite/gas/i386/avx-scalar-intel.d: Updated.
188         * testsuite/gas/i386/avx-scalar.d: Likewise.
189         * testsuite/gas/i386/x86-64-avx-scalar-intel.d: Likewise.
190         * testsuite/gas/i386/x86-64-avx-scalar.d: Likewise.
191         * testsuite/gas/i386/i386.exp: Run avx-scalar2 and
192         x86-64-avx-scalar2.
193         * testsuite/gas/i386/avx-scalar-2.d: New file.
194         * testsuite/gas/i386/avx-scalar-2.s: Likewise.
195         * testsuite/gas/i386/x86-64-avx-scalar-2.d: Likewise.
196         * testsuite/gas/i386/x86-64-avx-scalar-2.s: Likewise.
197
198 2018-09-17  H.J. Lu  <hongjiu.lu@intel.com>
199
200         * gas/NEWS: Mention -mvexwig=[0|1] option.
201         * config/tc-i386.c (vexwig): New.
202         (build_vex_prefix): Set the VEX.W bit for -mvexwig=1 for WIG
203         VEX instructions.
204         (OPTION_MVEXWIG): New.
205         (md_longopts): Add -mvexwig=.
206         (md_parse_option): Handle OPTION_MVEXWIG.
207         (md_show_usage): Show -mvexwig=[0|1].
208         * doc/c-i386.texi: Document -mvexwig=[0|1].
209         * testsuite/gas/i386/avx-wig.d: New file.
210         * testsuite/gas/i386/avx-wig.s: Likewise.
211         * testsuite/gas/i386/avx2-wig.d: Likewise.
212         * testsuite/gas/i386/avx2-wig.s: Likewise.
213         * testsuite/gas/i386/x86-64-avx-wig.d: Likewise.
214         * testsuite/gas/i386/x86-64-avx-wig.s: Likewise.
215         * testsuite/gas/i386/x86-64-avx2-wig.d: Likewise.
216         * testsuite/gas/i386/x86-64-avx2-wig.s: Likewise.
217         * testsuite/gas/i386/i386.exp: Run avx-wig, avx2-wig,
218         x86-64-avx-wig and x86-64-avx2-wig.
219
220 2018-09-17  Alan Modra  <amodra@gmail.com>
221
222         * testsuite/gas/arm/arch7.d: Delete notarget.
223         * testsuite/gas/arm/arch7a-mp.d: Likewise.
224         * testsuite/gas/arm/arch7em.d: Likewise.
225         * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
226         * testsuite/gas/arm/barrier.d: Likewise.
227         * testsuite/gas/arm/bignum1.d: Likewise.
228         * testsuite/gas/arm/thumb32.d: Likewise.
229         * testsuite/gas/elf/dwarf2-1.d: Likewise.
230         * testsuite/gas/elf/dwarf2-2.d: Likewise.
231         * testsuite/gas/elf/dwarf2-4.d: Likewise.
232         * testsuite/gas/elf/group2.d: Likewise.
233         * testsuite/gas/arm/mapshort-elf.d: Only notarget pe and wince.
234         * testsuite/gas/elf/dwarf2-3.d: Delete notarget, xfail ft32 and h8300.
235         * testsuite/gas/elf/dwarf2-6.d: Delete notarget, xfail a few.
236
237 2018-09-17  Alan Modra  <amodra@gmail.com>
238
239         * testsuite/gas/all/gas.exp (redef3): Don't xfail for hppa.
240         (octa): Run for hppa.
241         * testsuite/gas/elf/elf.exp (common1, common2): Likewise.
242         * testsuite/gas/elf/symver.d: Delete notarget.
243
244 2018-09-17  Nick Clifton  <nickc@redhat.com>
245
246         * testuite/gas/elf/group0a.d: Add extra details to the test
247         name.
248         * testuite/gas/elf/group0b.d: Likewise.
249         * testuite/gas/elf/group1a.d: Likewise.
250         * testuite/gas/elf/group1b.d: Likewise.
251         * testuite/gas/elf/group0b.d: Likewise.
252         * testuite/gas/elf/section9.d: Likewise.
253         * testuite/gas/i386/ilp32/lns/lns-common-1.d: Likewise.
254         * testuite/gas/i386/ilp32/lns/lns-duplicate-1.d: Likewise.
255
256 2018-09-15  H.J. Lu  <hongjiu.lu@intel.com>
257
258         PR gas/23665
259         * testsuite/gas/i386/avx-scalar-intel.d: Updated.
260         * testsuite/gas/i386/avx-scalar.d: Likewise.
261         * testsuite/gas/i386/x86-64-avx-scalar-intel.d: Likewise.
262         * testsuite/gas/i386/x86-64-avx-scalar.d: Likewise.
263
264 2018-09-15  Alan Modra  <amodra@gmail.com>
265
266         * testsuite/config/default.exp: Make tmpdir.
267         * testsuite/lib/gas-defs.exp (run_dump_test): Delete.
268         (get_standard_section_names, slurp_options): Delete.
269
270 2018-09-15  Alan Modra  <amodra@gmail.com>
271
272         * testsuite/gas/mips/aent-2.d,
273         * testsuite/gas/mips/aent-mdebug-2.d,
274         * testsuite/gas/mips/attr-gnu-4-0.d,
275         * testsuite/gas/mips/attr-gnu-4-1.d,
276         * testsuite/gas/mips/attr-gnu-4-2.d,
277         * testsuite/gas/mips/attr-gnu-4-3.d,
278         * testsuite/gas/mips/attr-gnu-4-5.d,
279         * testsuite/gas/mips/attr-gnu-4-6.d,
280         * testsuite/gas/mips/attr-gnu-4-7.d,
281         * testsuite/gas/mips/attr-none-double.d,
282         * testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d,
283         * testsuite/gas/mips/attr-none-o32-fp64.d,
284         * testsuite/gas/mips/attr-none-o32-fpxx.d,
285         * testsuite/gas/mips/attr-none-single-float.d,
286         * testsuite/gas/mips/attr-none-soft-float.d,
287         * testsuite/gas/mips/elf-rel27.d,
288         * testsuite/gas/mips/loc-swap-2.d,
289         * testsuite/gas/mips/loc-swap-3.d,
290         * testsuite/gas/mips/loc-swap.d,
291         * testsuite/gas/mips/micromips@loc-swap-2.d,
292         * testsuite/gas/mips/micromips@loc-swap.d,
293         * testsuite/gas/mips/micromips@stabs-symbol-type.d,
294         * testsuite/gas/mips/mips16-intermix.d,
295         * testsuite/gas/mips/mips16@loc-swap-2.d,
296         * testsuite/gas/mips/mips16@loc-swap.d,
297         * testsuite/gas/mips/mips16@stabs-symbol-type.d,
298         * testsuite/gas/mips/mips16e@loc-swap.d,
299         * testsuite/gas/mips/no-odd-spreg.d,
300         * testsuite/gas/mips/odd-spreg.d,
301         * testsuite/gas/mips/r6-attr-none-double.d,
302         * testsuite/gas/mips/stabs-symbol-type.d,
303         * testsuite/lib/gas-defs.exp (run_dump_test): Replace PROG
304         with DUMPPROG.
305
306 2018-09-15  Alan Modra  <amodra@gmail.com>
307
308         * testsuite/gas/elf/symver.d,
309         * testsuite/gas/ft32/insn.d,
310         * testsuite/gas/ft32/insnsc.d,
311         * testsuite/gas/i386/ilp32/elf/symver.d,
312         * testsuite/gas/lm32/csr.d,
313         * testsuite/gas/lm32/insn.d,
314         * testsuite/gas/m68hc11/9s12x-exg-sex-tfr.d,
315         * testsuite/gas/m68hc11/9s12x-mov.d,
316         * testsuite/gas/m68hc11/hexprefix.d,
317         * testsuite/gas/m68hc11/insns9s12x.d,
318         * testsuite/gas/m68hc11/insns9s12xg.d,
319         * testsuite/gas/mep/dj1.be.d,
320         * testsuite/gas/mep/dj1.le.d,
321         * testsuite/gas/mips/set-arch.d,
322         * testsuite/gas/mips/tls-o32.d,
323         * testsuite/gas/nios2/branch-r2.d,
324         * testsuite/gas/nios2/branch.d,
325         * testsuite/gas/pdp11/absreloc.d,
326         * testsuite/gas/pdp11/opcode.d,
327         * testsuite/gas/pdp11/pr14480.d,
328         * testsuite/gas/pdp11/pr23481.d,
329         * testsuite/gas/ppc/xcoff-dwsect-1-32.d,
330         * testsuite/gas/ppc/xcoff-dwsect-1-64.d,
331         * testsuite/gas/rx/abs.d,
332         * testsuite/gas/rx/adc.d,
333         * testsuite/gas/rx/add.d,
334         * testsuite/gas/rx/and.d,
335         * testsuite/gas/rx/bclr.d,
336         * testsuite/gas/rx/bcnd.d,
337         * testsuite/gas/rx/bmcnd.d,
338         * testsuite/gas/rx/bnot.d,
339         * testsuite/gas/rx/bra.d,
340         * testsuite/gas/rx/brk.d,
341         * testsuite/gas/rx/bset.d,
342         * testsuite/gas/rx/bsr.d,
343         * testsuite/gas/rx/btst.d,
344         * testsuite/gas/rx/clrpsw.d,
345         * testsuite/gas/rx/cmp.d,
346         * testsuite/gas/rx/dbt.d,
347         * testsuite/gas/rx/div.d,
348         * testsuite/gas/rx/divu.d,
349         * testsuite/gas/rx/emaca.d,
350         * testsuite/gas/rx/emsba.d,
351         * testsuite/gas/rx/emul.d,
352         * testsuite/gas/rx/emula.d,
353         * testsuite/gas/rx/emulu.d,
354         * testsuite/gas/rx/fadd.d,
355         * testsuite/gas/rx/fcmp.d,
356         * testsuite/gas/rx/fdiv.d,
357         * testsuite/gas/rx/fmul.d,
358         * testsuite/gas/rx/fsqrt.d,
359         * testsuite/gas/rx/fsub.d,
360         * testsuite/gas/rx/ftoi.d,
361         * testsuite/gas/rx/ftou.d,
362         * testsuite/gas/rx/gprel.d,
363         * testsuite/gas/rx/int.d,
364         * testsuite/gas/rx/itof.d,
365         * testsuite/gas/rx/jmp.d,
366         * testsuite/gas/rx/jsr.d,
367         * testsuite/gas/rx/machi.d,
368         * testsuite/gas/rx/maclh.d,
369         * testsuite/gas/rx/maclo.d,
370         * testsuite/gas/rx/max.d,
371         * testsuite/gas/rx/min.d,
372         * testsuite/gas/rx/mov.d,
373         * testsuite/gas/rx/movco.d,
374         * testsuite/gas/rx/movli.d,
375         * testsuite/gas/rx/movu.d,
376         * testsuite/gas/rx/msbhi.d,
377         * testsuite/gas/rx/msblh.d,
378         * testsuite/gas/rx/msblo.d,
379         * testsuite/gas/rx/mul.d,
380         * testsuite/gas/rx/mulhi.d,
381         * testsuite/gas/rx/mullh.d,
382         * testsuite/gas/rx/mullo.d,
383         * testsuite/gas/rx/mvfacgu.d,
384         * testsuite/gas/rx/mvfachi.d,
385         * testsuite/gas/rx/mvfaclo.d,
386         * testsuite/gas/rx/mvfacmi.d,
387         * testsuite/gas/rx/mvfc.d,
388         * testsuite/gas/rx/mvfcp.d,
389         * testsuite/gas/rx/mvtacgu.d,
390         * testsuite/gas/rx/mvtachi.d,
391         * testsuite/gas/rx/mvtaclo.d,
392         * testsuite/gas/rx/mvtc.d,
393         * testsuite/gas/rx/mvtcp.d,
394         * testsuite/gas/rx/neg.d,
395         * testsuite/gas/rx/nop.d,
396         * testsuite/gas/rx/not.d,
397         * testsuite/gas/rx/opecp.d,
398         * testsuite/gas/rx/or.d,
399         * testsuite/gas/rx/pop.d,
400         * testsuite/gas/rx/popc.d,
401         * testsuite/gas/rx/popm.d,
402         * testsuite/gas/rx/pr19665.d,
403         * testsuite/gas/rx/pr22737.d,
404         * testsuite/gas/rx/push.d,
405         * testsuite/gas/rx/pushc.d,
406         * testsuite/gas/rx/pushm.d,
407         * testsuite/gas/rx/r-bcc.d,
408         * testsuite/gas/rx/r-bra.d,
409         * testsuite/gas/rx/racl.d,
410         * testsuite/gas/rx/racw.d,
411         * testsuite/gas/rx/rdacl.d,
412         * testsuite/gas/rx/rdacw.d,
413         * testsuite/gas/rx/revl.d,
414         * testsuite/gas/rx/revw.d,
415         * testsuite/gas/rx/rmpa.d,
416         * testsuite/gas/rx/rolc.d,
417         * testsuite/gas/rx/rorc.d,
418         * testsuite/gas/rx/rotl.d,
419         * testsuite/gas/rx/rotr.d,
420         * testsuite/gas/rx/round.d,
421         * testsuite/gas/rx/rte.d,
422         * testsuite/gas/rx/rtfi.d,
423         * testsuite/gas/rx/rts.d,
424         * testsuite/gas/rx/rtsd.d,
425         * testsuite/gas/rx/sat.d,
426         * testsuite/gas/rx/satr.d,
427         * testsuite/gas/rx/sbb.d,
428         * testsuite/gas/rx/sccnd.d,
429         * testsuite/gas/rx/scmpu.d,
430         * testsuite/gas/rx/setpsw.d,
431         * testsuite/gas/rx/shar.d,
432         * testsuite/gas/rx/shll.d,
433         * testsuite/gas/rx/shlr.d,
434         * testsuite/gas/rx/smovb.d,
435         * testsuite/gas/rx/smovf.d,
436         * testsuite/gas/rx/smovu.d,
437         * testsuite/gas/rx/sstr.d,
438         * testsuite/gas/rx/stnz.d,
439         * testsuite/gas/rx/stz.d,
440         * testsuite/gas/rx/sub.d,
441         * testsuite/gas/rx/suntil.d,
442         * testsuite/gas/rx/swhile.d,
443         * testsuite/gas/rx/tst.d,
444         * testsuite/gas/rx/utof.d,
445         * testsuite/gas/rx/wait.d,
446         * testsuite/gas/rx/xchg.d,
447         * testsuite/gas/rx/xor.d,
448         * testsuite/gas/s12z/abs.d,
449         * testsuite/gas/s12z/adc-imm.d,
450         * testsuite/gas/s12z/adc-opr.d,
451         * testsuite/gas/s12z/add-imm.d,
452         * testsuite/gas/s12z/add-opr.d,
453         * testsuite/gas/s12z/and-imm.d,
454         * testsuite/gas/s12z/and-opr.d,
455         * testsuite/gas/s12z/and-or-cc.d,
456         * testsuite/gas/s12z/bfext-special.d,
457         * testsuite/gas/s12z/bfext.d,
458         * testsuite/gas/s12z/bit-manip.d,
459         * testsuite/gas/s12z/bit.d,
460         * testsuite/gas/s12z/bra-expression-defined.d,
461         * testsuite/gas/s12z/bra-expression-undef.d,
462         * testsuite/gas/s12z/bra.d,
463         * testsuite/gas/s12z/brclr-symbols.d,
464         * testsuite/gas/s12z/brset-clr-opr-imm-rel.d,
465         * testsuite/gas/s12z/brset-clr-opr-reg-rel.d,
466         * testsuite/gas/s12z/brset-clr-reg-imm-rel.d,
467         * testsuite/gas/s12z/brset-clr-reg-reg-rel.d,
468         * testsuite/gas/s12z/clb.d,
469         * testsuite/gas/s12z/clr-opr.d,
470         * testsuite/gas/s12z/clr.d,
471         * testsuite/gas/s12z/cmp-imm.d,
472         * testsuite/gas/s12z/cmp-opr-inc.d,
473         * testsuite/gas/s12z/cmp-opr-rdirect.d,
474         * testsuite/gas/s12z/cmp-opr-reg.d,
475         * testsuite/gas/s12z/cmp-opr-rindirect.d,
476         * testsuite/gas/s12z/cmp-opr-sxe4.d,
477         * testsuite/gas/s12z/cmp-opr-xys.d,
478         * testsuite/gas/s12z/cmp-s-imm.d,
479         * testsuite/gas/s12z/cmp-s-opr.d,
480         * testsuite/gas/s12z/cmp-xy.d,
481         * testsuite/gas/s12z/com-opr.d,
482         * testsuite/gas/s12z/complex-shifts.d,
483         * testsuite/gas/s12z/db-tb-cc-opr.d,
484         * testsuite/gas/s12z/db-tb-cc-reg.d,
485         * testsuite/gas/s12z/dbCC.d,
486         * testsuite/gas/s12z/dec-opr.d,
487         * testsuite/gas/s12z/dec.d,
488         * testsuite/gas/s12z/div.d,
489         * testsuite/gas/s12z/eor.d,
490         * testsuite/gas/s12z/exg.d,
491         * testsuite/gas/s12z/ext24-ld-xy.d,
492         * testsuite/gas/s12z/inc-opr.d,
493         * testsuite/gas/s12z/inc.d,
494         * testsuite/gas/s12z/inh.d,
495         * testsuite/gas/s12z/jmp.d,
496         * testsuite/gas/s12z/jsr.d,
497         * testsuite/gas/s12z/ld-imm-page2.d,
498         * testsuite/gas/s12z/ld-imm.d,
499         * testsuite/gas/s12z/ld-immu18.d,
500         * testsuite/gas/s12z/ld-large-direct.d,
501         * testsuite/gas/s12z/ld-opr.d,
502         * testsuite/gas/s12z/ld-s-opr.d,
503         * testsuite/gas/s12z/ld-small-direct.d,
504         * testsuite/gas/s12z/lea-immu18.d,
505         * testsuite/gas/s12z/lea.d,
506         * testsuite/gas/s12z/mac.d,
507         * testsuite/gas/s12z/min-max.d,
508         * testsuite/gas/s12z/mod.d,
509         * testsuite/gas/s12z/mov.d,
510         * testsuite/gas/s12z/mul-imm.d,
511         * testsuite/gas/s12z/mul-opr-opr.d,
512         * testsuite/gas/s12z/mul-opr.d,
513         * testsuite/gas/s12z/mul-reg.d,
514         * testsuite/gas/s12z/mul.d,
515         * testsuite/gas/s12z/neg-opr.d,
516         * testsuite/gas/s12z/not-so-simple-shifts.d,
517         * testsuite/gas/s12z/opr-18u.d,
518         * testsuite/gas/s12z/opr-expr.d,
519         * testsuite/gas/s12z/opr-ext-18.d,
520         * testsuite/gas/s12z/opr-idx-24-reg.d,
521         * testsuite/gas/s12z/opr-idx3-reg.d,
522         * testsuite/gas/s12z/opr-idx3-xysp-24.d,
523         * testsuite/gas/s12z/opr-indirect-expr.d,
524         * testsuite/gas/s12z/opr-symbol.d,
525         * testsuite/gas/s12z/or-imm.d,
526         * testsuite/gas/s12z/or-opr.d,
527         * testsuite/gas/s12z/p2-mul.d,
528         * testsuite/gas/s12z/page2-inh.d,
529         * testsuite/gas/s12z/psh-pul.d,
530         * testsuite/gas/s12z/qmul.d,
531         * testsuite/gas/s12z/rotate.d,
532         * testsuite/gas/s12z/sat.d,
533         * testsuite/gas/s12z/sbc-imm.d,
534         * testsuite/gas/s12z/sbc-opr.d,
535         * testsuite/gas/s12z/shift.d,
536         * testsuite/gas/s12z/simple-shift.d,
537         * testsuite/gas/s12z/single-ops.d,
538         * testsuite/gas/s12z/specd6.d,
539         * testsuite/gas/s12z/st-large-direct.d,
540         * testsuite/gas/s12z/st-opr.d,
541         * testsuite/gas/s12z/st-s-opr.d,
542         * testsuite/gas/s12z/st-small-direct.d,
543         * testsuite/gas/s12z/st-xy.d,
544         * testsuite/gas/s12z/sub-imm.d,
545         * testsuite/gas/s12z/sub-opr.d,
546         * testsuite/gas/s12z/tfr.d,
547         * testsuite/gas/s12z/trap.d,
548         * testsuite/gas/sh/fdpic.d,
549         * testsuite/gas/sh/sh2a-pic.d,
550         * testsuite/gas/sh/sh2a.d: Don't match object file name.
551         * testsuite/gas/wasm32/disass-2.d,
552         * testsuite/gas/wasm32/disass.d: Likewise, and tidy regexps.
553
554 2018-09-15  Alan Modra  <amodra@gmail.com>
555
556         * testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.d,
557         * testsuite/gas/aarch64/armv8_2-a-illegal.d,
558         * testsuite/gas/aarch64/armv8_4-a-illegal.d,
559         * testsuite/gas/aarch64/armv8_4-a-registers-illegal.d,
560         * testsuite/gas/aarch64/deprecated.d,
561         * testsuite/gas/aarch64/diagnostic.d,
562         * testsuite/gas/aarch64/illegal-2.d,
563         * testsuite/gas/aarch64/illegal-by-element.d,
564         * testsuite/gas/aarch64/illegal-crypto-nofp.d,
565         * testsuite/gas/aarch64/illegal-fcmla.d,
566         * testsuite/gas/aarch64/illegal-fjcvtzs.d,
567         * testsuite/gas/aarch64/illegal-fp16-nofp.d,
568         * testsuite/gas/aarch64/illegal-ldapr.d,
569         * testsuite/gas/aarch64/illegal-ldraa.d,
570         * testsuite/gas/aarch64/illegal-lse.d,
571         * testsuite/gas/aarch64/illegal-nofp-armv8_3.d,
572         * testsuite/gas/aarch64/illegal-nofp16.d,
573         * testsuite/gas/aarch64/illegal-ras-1.d,
574         * testsuite/gas/aarch64/illegal-sysreg-2.d,
575         * testsuite/gas/aarch64/illegal-sysreg-3.d,
576         * testsuite/gas/aarch64/illegal.d,
577         * testsuite/gas/aarch64/legacy_reg_names.d,
578         * testsuite/gas/aarch64/pan-illegal.d,
579         * testsuite/gas/aarch64/pr22529.d,
580         * testsuite/gas/aarch64/rm-simd-ext.d,
581         * testsuite/gas/aarch64/sve-invalid.d,
582         * testsuite/gas/aarch64/sve-reg-diagnostic.d,
583         * testsuite/gas/aarch64/sve-sysreg-invalid.d,
584         * testsuite/gas/aarch64/sysreg-diagnostic.d,
585         * testsuite/gas/aarch64/verbose-error.d,
586         * testsuite/gas/all/byte.d,
587         * testsuite/gas/all/org-1.d,
588         * testsuite/gas/all/org-2.d,
589         * testsuite/gas/all/org-3.d,
590         * testsuite/gas/all/sleb128-9.d,
591         * testsuite/gas/arc/asm-errors-2.d,
592         * testsuite/gas/arc/asm-errors-3.d,
593         * testsuite/gas/arc/asm-errors.d,
594         * testsuite/gas/arc/attr-rf16.d,
595         * testsuite/gas/arc/relocs-errors.d,
596         * testsuite/gas/arc/textinsn-errors.d,
597         * testsuite/gas/arm/addsw-bad.d,
598         * testsuite/gas/arm/addthumb2err.d,
599         * testsuite/gas/arm/adr-invalid.d,
600         * testsuite/gas/arm/arch7em-bad-1.d,
601         * testsuite/gas/arm/arch7em-bad-2.d,
602         * testsuite/gas/arm/arch7em-bad-3.d,
603         * testsuite/gas/arm/arch7m-bad.d,
604         * testsuite/gas/arm/archv6s-m-bad.d,
605         * testsuite/gas/arm/archv6t2-bad.d,
606         * testsuite/gas/arm/arm-idiv-bad.d,
607         * testsuite/gas/arm/arm-it-bad-2.d,
608         * testsuite/gas/arm/arm-it-bad-3.d,
609         * testsuite/gas/arm/arm-it-bad.d,
610         * testsuite/gas/arm/arm3-bad.d,
611         * testsuite/gas/arm/arm7-bad.d,
612         * testsuite/gas/arm/armv1-bad.d,
613         * testsuite/gas/arm/armv1.d,
614         * testsuite/gas/arm/armv2-mp-bad.d,
615         * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d,
616         * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d,
617         * testsuite/gas/arm/armv8-2-fp16-simd-warning.d,
618         * testsuite/gas/arm/armv8-a+rdma-warning.d,
619         * testsuite/gas/arm/armv8-a-bad.d,
620         * testsuite/gas/arm/armv8-a-it-bad.d,
621         * testsuite/gas/arm/armv8-r-bad.d,
622         * testsuite/gas/arm/armv8-r-it-bad.d,
623         * testsuite/gas/arm/armv8_2-a-fp16-illegal.d,
624         * testsuite/gas/arm/armv8_3-a-fp-bad.d,
625         * testsuite/gas/arm/armv8_3-a-simd-bad.d,
626         * testsuite/gas/arm/barrier-bad-thumb.d,
627         * testsuite/gas/arm/barrier-bad.d,
628         * testsuite/gas/arm/bl-local-v4t.d,
629         * testsuite/gas/arm/blx-bl-convert.d,
630         * testsuite/gas/arm/blx-local.d,
631         * testsuite/gas/arm/branch-reloc.d,
632         * testsuite/gas/arm/copro-arm_v2plus-arm_v1.d,
633         * testsuite/gas/arm/copro-arm_v5plus-arm_v4.d,
634         * testsuite/gas/arm/copro-arm_v5teplus-arm_v5.d,
635         * testsuite/gas/arm/copro-arm_v6plus-arm_v5te.d,
636         * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-1.d,
637         * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-2.d,
638         * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-3.d,
639         * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-4.d,
640         * testsuite/gas/arm/crc32-armv8-a-bad.d,
641         * testsuite/gas/arm/crc32-armv8-r-bad.d,
642         * testsuite/gas/arm/depr-swp.d,
643         * testsuite/gas/arm/dest-unpredictable.d,
644         * testsuite/gas/arm/dotprod-illegal.d,
645         * testsuite/gas/arm/dotprod-legacy-arch.d,
646         * testsuite/gas/arm/forbid-armv7-idiv-ext.d,
647         * testsuite/gas/arm/group-reloc-alu-encoding-bad.d,
648         * testsuite/gas/arm/group-reloc-alu-parsing-bad.d,
649         * testsuite/gas/arm/group-reloc-ldc-encoding-bad.d,
650         * testsuite/gas/arm/group-reloc-ldc-parsing-bad.d,
651         * testsuite/gas/arm/group-reloc-ldr-encoding-bad.d,
652         * testsuite/gas/arm/group-reloc-ldr-parsing-bad.d,
653         * testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d,
654         * testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d,
655         * testsuite/gas/arm/insn-error-a.d,
656         * testsuite/gas/arm/insn-error-t.d,
657         * testsuite/gas/arm/inst-po-2.d,
658         * testsuite/gas/arm/iwmmxt-bad.d,
659         * testsuite/gas/arm/iwmmxt-bad2.d,
660         * testsuite/gas/arm/ld-sp-warn-cortex-m3.d,
661         * testsuite/gas/arm/ld-sp-warn-cortex-m4.d,
662         * testsuite/gas/arm/ld-sp-warn-v7.d,
663         * testsuite/gas/arm/ld-sp-warn-v7a.d,
664         * testsuite/gas/arm/ld-sp-warn-v7em.d,
665         * testsuite/gas/arm/ld-sp-warn-v7m.d,
666         * testsuite/gas/arm/ld-sp-warn-v7r.d,
667         * testsuite/gas/arm/ld-sp-warn.d,
668         * testsuite/gas/arm/ldgesb-bad.d,
669         * testsuite/gas/arm/ldgesh-bad.d,
670         * testsuite/gas/arm/ldr-bad.d,
671         * testsuite/gas/arm/ldr-t-bad.d,
672         * testsuite/gas/arm/ldrd-unpredictable.d,
673         * testsuite/gas/arm/ldsgeb.d,
674         * testsuite/gas/arm/ldsgeh.d,
675         * testsuite/gas/arm/missing.d,
676         * testsuite/gas/arm/mrs-msr-arm-v7-a-bad.d,
677         * testsuite/gas/arm/mrs-msr-thumb-v7-m-bad.d,
678         * testsuite/gas/arm/msr-imm-bad.d,
679         * testsuite/gas/arm/msr-reg-bad.d,
680         * testsuite/gas/arm/mul-overlap.d,
681         * testsuite/gas/arm/neon-addressing-bad.d,
682         * testsuite/gas/arm/neon-cond-bad.d,
683         * testsuite/gas/arm/neon-ldst-align-bad.d,
684         * testsuite/gas/arm/neon-ldst-es-bad.d,
685         * testsuite/gas/arm/neon-suffix-bad.d,
686         * testsuite/gas/arm/neon-vmov-bad.d,
687         * testsuite/gas/arm/noarm.d,
688         * testsuite/gas/arm/pr18256.d,
689         * testsuite/gas/arm/pr18347.d,
690         * testsuite/gas/arm/pr20429.d,
691         * testsuite/gas/arm/pr22773.d,
692         * testsuite/gas/arm/r15-bad.d,
693         * testsuite/gas/arm/reloc-bad.d,
694         * testsuite/gas/arm/req.d,
695         * testsuite/gas/arm/shift-bad-pc.d,
696         * testsuite/gas/arm/shift-bad.d,
697         * testsuite/gas/arm/simd_by_scalar_low_regbank.d,
698         * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d,
699         * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d,
700         * testsuite/gas/arm/sp-pc-validations-bad-t.d,
701         * testsuite/gas/arm/sp-pc-validations-bad.d,
702         * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d,
703         * testsuite/gas/arm/srs-arm.d,
704         * testsuite/gas/arm/srs-t2.d,
705         * testsuite/gas/arm/strex-bad-t.d,
706         * testsuite/gas/arm/t16-bad.d,
707         * testsuite/gas/arm/thumb-b-bad.d,
708         * testsuite/gas/arm/thumb-w-bad.d,
709         * testsuite/gas/arm/thumb2_bad_reg.d,
710         * testsuite/gas/arm/thumb2_it_bad.d,
711         * testsuite/gas/arm/thumb2_it_bad_auto.d,
712         * testsuite/gas/arm/thumb2_ldmstm_bad.d,
713         * testsuite/gas/arm/thumb2_ldstd_unpredictable.d,
714         * testsuite/gas/arm/thumb2_mul-bad.d,
715         * testsuite/gas/arm/thumb2_str-bad.d,
716         * testsuite/gas/arm/thumb32.d,
717         * testsuite/gas/arm/udf-bad.d,
718         * testsuite/gas/arm/udf.d,
719         * testsuite/gas/arm/undefined.d,
720         * testsuite/gas/arm/undefined_coff.d,
721         * testsuite/gas/arm/vcmp-zero-bad.d,
722         * testsuite/gas/arm/vcvt-bad.d,
723         * testsuite/gas/arm/vfp-bad.d,
724         * testsuite/gas/arm/vfp-bad_t2.d,
725         * testsuite/gas/arm/vfpv3-d16-bad.d,
726         * testsuite/gas/arm/vldm-thumb-bad.d,
727         * testsuite/gas/arm/vldmw-arm-bad.d,
728         * testsuite/gas/arm/vldmw-thumb-bad.d,
729         * testsuite/gas/arm/vstr-arm-bad.d,
730         * testsuite/gas/arm/vstr-thumb-bad.d,
731         * testsuite/gas/arm/weakdef-2.d,
732         * testsuite/gas/avr/pr21621.d,
733         * testsuite/gas/elf/bad-bss.d,
734         * testsuite/gas/elf/bad-group.d,
735         * testsuite/gas/elf/bad-group.err,
736         * testsuite/gas/elf/bad-section-flag.d,
737         * testsuite/gas/elf/bad-section-flag.err,
738         * testsuite/gas/elf/bad-size.d,
739         * testsuite/gas/elf/bad-size.err,
740         * testsuite/gas/elf/common1.d,
741         * testsuite/gas/elf/common2.d,
742         * testsuite/gas/elf/common5a.d,
743         * testsuite/gas/elf/common5b.d,
744         * testsuite/gas/elf/common5c.d,
745         * testsuite/gas/elf/common5d.d,
746         * testsuite/gas/elf/dwarf2-10.d,
747         * testsuite/gas/elf/dwarf2-8.d,
748         * testsuite/gas/elf/dwarf2-9.d,
749         * testsuite/gas/elf/pr21661.d,
750         * testsuite/gas/elf/pseudo.d,
751         * testsuite/gas/elf/section13.d,
752         * testsuite/gas/i386/bad-size.d,
753         * testsuite/gas/i386/bundle-bad.d,
754         * testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
755         * testsuite/gas/i386/intel-intel.d,
756         * testsuite/gas/i386/intel.d,
757         * testsuite/gas/i386/intelok.d,
758         * testsuite/gas/i386/mpx-add-bnd-prefix.d,
759         * testsuite/gas/i386/sse-check-warn.d,
760         * testsuite/gas/i386/string-ok.d,
761         * testsuite/gas/i386/vgather-check-warn.d,
762         * testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d,
763         * testsuite/gas/i386/x86-64-sse-check-warn.d,
764         * testsuite/gas/i386/x86-64-vgather-check-warn.d,
765         * testsuite/gas/mips/addiu-error.d,
766         * testsuite/gas/mips/branch-extern-3.d,
767         * testsuite/gas/mips/branch-extern-4.d,
768         * testsuite/gas/mips/branch-local-2.d,
769         * testsuite/gas/mips/branch-local-3.d,
770         * testsuite/gas/mips/branch-local-5.d,
771         * testsuite/gas/mips/branch-local-6.d,
772         * testsuite/gas/mips/branch-local-n32-2.d,
773         * testsuite/gas/mips/branch-local-n32-3.d,
774         * testsuite/gas/mips/branch-local-n32-5.d,
775         * testsuite/gas/mips/branch-local-n32-6.d,
776         * testsuite/gas/mips/branch-local-n64-2.d,
777         * testsuite/gas/mips/branch-local-n64-3.d,
778         * testsuite/gas/mips/branch-local-n64-5.d,
779         * testsuite/gas/mips/branch-local-n64-6.d,
780         * testsuite/gas/mips/branch-section-3.d,
781         * testsuite/gas/mips/branch-section-4.d,
782         * testsuite/gas/mips/branch-weak-3.d,
783         * testsuite/gas/mips/branch-weak-4.d,
784         * testsuite/gas/mips/break-error.d,
785         * testsuite/gas/mips/crc-err.d,
786         * testsuite/gas/mips/crc64-err.d,
787         * testsuite/gas/mips/ginv-err.d,
788         * testsuite/gas/mips/interaptiv-mr2@isa-override-1.d,
789         * testsuite/gas/mips/interaptiv-mr2@isa-override-2.d,
790         * testsuite/gas/mips/isa-override-2.d,
791         * testsuite/gas/mips/lui-1.d,
792         * testsuite/gas/mips/lui-2.d,
793         * testsuite/gas/mips/macro-warn-1-n32.d,
794         * testsuite/gas/mips/macro-warn-1.d,
795         * testsuite/gas/mips/macro-warn-2.d,
796         * testsuite/gas/mips/macro-warn-3.d,
797         * testsuite/gas/mips/macro-warn-4.d,
798         * testsuite/gas/mips/micromips-branch-delay.d,
799         * testsuite/gas/mips/micromips-branch-relax-insn32-pic.d,
800         * testsuite/gas/mips/micromips-branch-relax-insn32.d,
801         * testsuite/gas/mips/micromips-branch-relax-pic.d,
802         * testsuite/gas/mips/micromips-branch-relax.d,
803         * testsuite/gas/mips/micromips-compact.d,
804         * testsuite/gas/mips/micromips-insn32.d,
805         * testsuite/gas/mips/micromips-noinsn32.d,
806         * testsuite/gas/mips/micromips-size-1.d,
807         * testsuite/gas/mips/micromips-trap.d,
808         * testsuite/gas/mips/micromips-warn-branch-delay.d,
809         * testsuite/gas/mips/micromips.d,
810         * testsuite/gas/mips/micromips@addiu-error.d,
811         * testsuite/gas/mips/micromips@mips5-fp.d,
812         * testsuite/gas/mips/micromips@msa-relax.d,
813         * testsuite/gas/mips/micromips@relax-at.d,
814         * testsuite/gas/mips/micromips@relax-offset.d,
815         * testsuite/gas/mips/micromips@relax.d,
816         * testsuite/gas/mips/mips-gp32-fp64-pic.d,
817         * testsuite/gas/mips/mips-gp32-fp64.d,
818         * testsuite/gas/mips/mips-gp64-fp32-pic.d,
819         * testsuite/gas/mips/mips-gp64-fp32.d,
820         * testsuite/gas/mips/mips-gp64-fp64.d,
821         * testsuite/gas/mips/mips16-32@mips16-insn-e.d,
822         * testsuite/gas/mips/mips16-32@mips16-insn-t.d,
823         * testsuite/gas/mips/mips16-32@mips16-macro-e.d,
824         * testsuite/gas/mips/mips16-32@mips16-macro-t.d,
825         * testsuite/gas/mips/mips16-32@mips16-macro.d,
826         * testsuite/gas/mips/mips16-64@mips16-insn-e.d,
827         * testsuite/gas/mips/mips16-64@mips16-insn-t.d,
828         * testsuite/gas/mips/mips16-absolute-reloc-2.d,
829         * testsuite/gas/mips/mips16-absolute-reloc-3.d,
830         * testsuite/gas/mips/mips16-branch-addend-5.d,
831         * testsuite/gas/mips/mips16-branch-unextended-1.d,
832         * testsuite/gas/mips/mips16-branch-unextended-2.d,
833         * testsuite/gas/mips/mips16-insn-e.d,
834         * testsuite/gas/mips/mips16-insn-t.d,
835         * testsuite/gas/mips/mips16-jal-t.d,
836         * testsuite/gas/mips/mips16-macro-e.d,
837         * testsuite/gas/mips/mips16-macro-t.d,
838         * testsuite/gas/mips/mips16-pcrel-2.d,
839         * testsuite/gas/mips/mips16-pcrel-3.d,
840         * testsuite/gas/mips/mips16-pcrel-4.d,
841         * testsuite/gas/mips/mips16-pcrel-5.d,
842         * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d,
843         * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d,
844         * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d,
845         * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d,
846         * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d,
847         * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d,
848         * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d,
849         * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d,
850         * testsuite/gas/mips/mips16-pcrel-delay-0.d,
851         * testsuite/gas/mips/mips16-pcrel-delay-1.d,
852         * testsuite/gas/mips/mips16-pcrel-n64-0.d,
853         * testsuite/gas/mips/mips16-pcrel-n64-1.d,
854         * testsuite/gas/mips/mips16-pcrel-pic-0.d,
855         * testsuite/gas/mips/mips16-pcrel-pic-1.d,
856         * testsuite/gas/mips/mips16-reg-error.d,
857         * testsuite/gas/mips/mips16-relax-unextended-1.d,
858         * testsuite/gas/mips/mips16-relax-unextended-2.d,
859         * testsuite/gas/mips/mips16-reloc-error.d,
860         * testsuite/gas/mips/mips16-sdrasp.d,
861         * testsuite/gas/mips/mips16@addiu-error.d,
862         * testsuite/gas/mips/mips16e-32@mips16-insn-e.d,
863         * testsuite/gas/mips/mips16e-32@mips16-insn-t.d,
864         * testsuite/gas/mips/mips16e-32@mips16-macro-e.d,
865         * testsuite/gas/mips/mips16e-32@mips16-macro-t.d,
866         * testsuite/gas/mips/mips16e-32@mips16-macro.d,
867         * testsuite/gas/mips/mips16e-32@mips16e-64.d,
868         * testsuite/gas/mips/mips16e2-32@mips16-insn-e.d,
869         * testsuite/gas/mips/mips16e2-32@mips16-insn-t.d,
870         * testsuite/gas/mips/mips16e2-32@mips16-macro-e.d,
871         * testsuite/gas/mips/mips16e2-32@mips16-macro-t.d,
872         * testsuite/gas/mips/mips16e2-32@mips16-macro.d,
873         * testsuite/gas/mips/mips16e2-32@mips16e-64.d,
874         * testsuite/gas/mips/mips16e2-copy-err.d,
875         * testsuite/gas/mips/mips16e2-imm-error.d,
876         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.d,
877         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.d,
878         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.d,
879         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.d,
880         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.d,
881         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.d,
882         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.d,
883         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64.d,
884         * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.d,
885         * testsuite/gas/mips/mips16e2-mt-err.d,
886         * testsuite/gas/mips/mips16e2-reloc-error.d,
887         * testsuite/gas/mips/mips16e2@lui-2.d,
888         * testsuite/gas/mips/mips16e2@mips16-pcrel-2.d,
889         * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d,
890         * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d,
891         * testsuite/gas/mips/mips1@isa-override-2.d,
892         * testsuite/gas/mips/mips1@relax-offset.d,
893         * testsuite/gas/mips/mips2@isa-override-2.d,
894         * testsuite/gas/mips/mips32-mt.d,
895         * testsuite/gas/mips/mips32@isa-override-2.d,
896         * testsuite/gas/mips/mips32r2@isa-override-2.d,
897         * testsuite/gas/mips/mips32r3@isa-override-2.d,
898         * testsuite/gas/mips/mips32r5@isa-override-2.d,
899         * testsuite/gas/mips/mips32r6@isa-override-2.d,
900         * testsuite/gas/mips/mips5-fp.d,
901         * testsuite/gas/mips/mips64-mips3d-incl.d,
902         * testsuite/gas/mips/mips64-mips3d.d,
903         * testsuite/gas/mips/mipsr6@mips5-fp.d,
904         * testsuite/gas/mips/msa-relax.d,
905         * testsuite/gas/mips/octeon3@isa-override-1.d,
906         * testsuite/gas/mips/octeon3@isa-override-2.d,
907         * testsuite/gas/mips/option-pic-relax-2.d,
908         * testsuite/gas/mips/option-pic-relax-3.d,
909         * testsuite/gas/mips/option-pic-relax-4.d,
910         * testsuite/gas/mips/option-pic-relax-5.d,
911         * testsuite/gas/mips/org-1.d,
912         * testsuite/gas/mips/org-10.d,
913         * testsuite/gas/mips/org-4.d,
914         * testsuite/gas/mips/org-5.d,
915         * testsuite/gas/mips/org-6.d,
916         * testsuite/gas/mips/r3000@isa-override-2.d,
917         * testsuite/gas/mips/r3000@relax-offset.d,
918         * testsuite/gas/mips/r3900@isa-override-2.d,
919         * testsuite/gas/mips/r3900@relax-offset.d,
920         * testsuite/gas/mips/reginfo-2-n32.d,
921         * testsuite/gas/mips/reginfo-2.d,
922         * testsuite/gas/mips/relax-at.d,
923         * testsuite/gas/mips/relax-offset.d,
924         * testsuite/gas/mips/relax-swap1-mips1.d,
925         * testsuite/gas/mips/relax-swap1-mips2.d,
926         * testsuite/gas/mips/relax-swap2.d,
927         * testsuite/gas/mips/relax.d,
928         * testsuite/gas/mips/save-err.d,
929         * testsuite/gas/mips/set-arch.d,
930         * testsuite/gas/mips/xpa-err.d,
931         * testsuite/gas/mips/xpa-virt-err.d,
932         * testsuite/gas/msp430/bad.d,
933         * testsuite/gas/msp430/errata_warns.d,
934         * testsuite/gas/msp430/pr22133.d,
935         * testsuite/gas/ppc/lsp-checks.d,
936         * testsuite/gas/ppc/misalign.d,
937         * testsuite/gas/ppc/spe2-checks.d,
938         * testsuite/gas/riscv/bad-csr.d,
939         * testsuite/gas/riscv/c-addi16sp-fail.d,
940         * testsuite/gas/riscv/c-addi4spn-fail.d,
941         * testsuite/gas/riscv/c-fld-fsd-fail.d,
942         * testsuite/gas/riscv/c-lui-fail.d,
943         * testsuite/gas/riscv/c-nonzero-imm.d,
944         * testsuite/gas/riscv/c-nonzero-reg.d,
945         * testsuite/gas/riscv/fence-fail.d,
946         * testsuite/gas/riscv/lla64-fail.d,
947         * testsuite/gas/riscv/rouding-fail.d,
948         * testsuite/gas/sh/pcrel-hms.d,
949         * testsuite/gas/sh/pcrel.d,
950         * testsuite/gas/sparc/dcti-couples-v8.d,
951         * testsuite/gas/sparc/dcti-couples-v9c.d,
952         * testsuite/gas/tic6x/arch-invalid-1.d,
953         * testsuite/gas/tic6x/arch-invalid-2.d,
954         * testsuite/gas/tic6x/dir-junk.d,
955         * testsuite/gas/tic6x/insns-bad-1.d,
956         * testsuite/gas/tic6x/insns-bad-2.d,
957         * testsuite/gas/tic6x/parallel-bad-1.d,
958         * testsuite/gas/tic6x/parallel-bad-2.d,
959         * testsuite/gas/tic6x/parallel-bad-3.d,
960         * testsuite/gas/tic6x/parallel-bad-4.d,
961         * testsuite/gas/tic6x/predicate-bad-1.d,
962         * testsuite/gas/tic6x/predicate-bad-2.d,
963         * testsuite/gas/tic6x/predicate-bad-3.d,
964         * testsuite/gas/tic6x/reloc-bad-1.d,
965         * testsuite/gas/tic6x/reloc-bad-2.d,
966         * testsuite/gas/tic6x/reloc-bad-3.d,
967         * testsuite/gas/tic6x/reloc-bad-4.d,
968         * testsuite/gas/tic6x/reloc-bad-5.d,
969         * testsuite/gas/tic6x/reloc-bad-6.d,
970         * testsuite/gas/tic6x/resource-func-unit-1.d,
971         * testsuite/gas/tic6x/resource-func-unit-2.d,
972         * testsuite/gas/tic6x/sploop-bad-1.d,
973         * testsuite/gas/tic6x/sploop-bad-2.d,
974         * testsuite/gas/tic6x/sploop-bad-3.d,
975         * testsuite/gas/tic6x/sploop-bad-4.d,
976         * testsuite/gas/tic6x/sploop-bad-5.d,
977         * testsuite/gas/tic6x/sploop-bad-6.d,
978         * testsuite/gas/tic6x/sploop-bad-7.d,
979         * testsuite/gas/tic6x/unwind-bad-1.d,
980         * testsuite/gas/tic6x/unwind-bad-2.d,
981         * testsuite/lib/gas-defs.exp (run_dump_tests): Replace stderr
982         and error-output with warning_output and error_output.
983         (slurp_options): Accept underscore rather than dash.
984
985 2018-09-15  Alan Modra  <amodra@gmail.com>
986
987         * testsuite/gas/aarch64/codealign.d,
988         * testsuite/gas/aarch64/litpool.d,
989         * testsuite/gas/aarch64/mapmisc.d,
990         * testsuite/gas/aarch64/mapping.d,
991         * testsuite/gas/aarch64/mapping2.d,
992         * testsuite/gas/aarch64/mapping3.d,
993         * testsuite/gas/aarch64/mapping4.d,
994         * testsuite/gas/all/align.d,
995         * testsuite/gas/all/fill-1.d,
996         * testsuite/gas/all/incbin.d,
997         * testsuite/gas/all/redef2.d,
998         * testsuite/gas/all/redef3.d,
999         * testsuite/gas/all/relax.d,
1000         * testsuite/gas/all/sleb128-2.d,
1001         * testsuite/gas/all/sleb128-4.d,
1002         * testsuite/gas/all/sleb128-5.d,
1003         * testsuite/gas/all/sleb128-7.d,
1004         * testsuite/gas/all/sleb128-9.d,
1005         * testsuite/gas/all/weakref1.d,
1006         * testsuite/gas/all/weakref1g.d,
1007         * testsuite/gas/all/weakref1l.d,
1008         * testsuite/gas/all/weakref1u.d,
1009         * testsuite/gas/all/weakref1w.d,
1010         * testsuite/gas/arm/abs12.d,
1011         * testsuite/gas/arm/arch4t.d,
1012         * testsuite/gas/arm/arch7.d,
1013         * testsuite/gas/arm/arch7a-mp.d,
1014         * testsuite/gas/arm/arch7em.d,
1015         * testsuite/gas/arm/archv8m-main-dsp-5.d,
1016         * testsuite/gas/arm/armv8a-automatic-hlt.d,
1017         * testsuite/gas/arm/armv8a-automatic-lda.d,
1018         * testsuite/gas/arm/attr-syntax.d,
1019         * testsuite/gas/arm/automatic-bw.d,
1020         * testsuite/gas/arm/automatic-cbz.d,
1021         * testsuite/gas/arm/automatic-clrex.d,
1022         * testsuite/gas/arm/automatic-lda.d,
1023         * testsuite/gas/arm/automatic-ldaex.d,
1024         * testsuite/gas/arm/automatic-ldaexb.d,
1025         * testsuite/gas/arm/automatic-ldrex.d,
1026         * testsuite/gas/arm/automatic-ldrexd.d,
1027         * testsuite/gas/arm/automatic-movw.d,
1028         * testsuite/gas/arm/automatic-sdiv.d,
1029         * testsuite/gas/arm/automatic-strexb.d,
1030         * testsuite/gas/arm/barrier-thumb.d,
1031         * testsuite/gas/arm/barrier.d,
1032         * testsuite/gas/arm/bignum1.d,
1033         * testsuite/gas/arm/blx-bad.d,
1034         * testsuite/gas/arm/blx-local.s,
1035         * testsuite/gas/arm/crc32-armv8-a-bad.d,
1036         * testsuite/gas/arm/crc32-armv8-a.d,
1037         * testsuite/gas/arm/crc32-armv8-r-bad.d,
1038         * testsuite/gas/arm/crc32-armv8-r.d,
1039         * testsuite/gas/arm/eabi_attr_1.d,
1040         * testsuite/gas/arm/fp-save.d,
1041         * testsuite/gas/arm/local_function.d,
1042         * testsuite/gas/arm/local_label_coff.d,
1043         * testsuite/gas/arm/local_label_wince.d,
1044         * testsuite/gas/arm/mapping.d,
1045         * testsuite/gas/arm/mapping2.d,
1046         * testsuite/gas/arm/mapping3.d,
1047         * testsuite/gas/arm/mapping4.d,
1048         * testsuite/gas/arm/mapshort-elf.d,
1049         * testsuite/gas/arm/mask_1-armv8-a.d,
1050         * testsuite/gas/arm/mask_1-armv8-r.d,
1051         * testsuite/gas/arm/mrs-msr-thumb-v6t2.d,
1052         * testsuite/gas/arm/mrs-msr-thumb-v7-m.d,
1053         * testsuite/gas/arm/mrs-msr-thumb-v7e-m.d,
1054         * testsuite/gas/arm/nomapping.d,
1055         * testsuite/gas/arm/pic.d,
1056         * testsuite/gas/arm/pic_vxworks.d,
1057         * testsuite/gas/arm/plt-1.d,
1058         * testsuite/gas/arm/reloc-bad.d,
1059         * testsuite/gas/arm/reloc-fdpic.d,
1060         * testsuite/gas/arm/t2-branch-global.d,
1061         * testsuite/gas/arm/thumb.d,
1062         * testsuite/gas/arm/thumb2_ldr_immediate_armv6.d,
1063         * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d,
1064         * testsuite/gas/arm/thumb2_pool.d,
1065         * testsuite/gas/arm/thumb2_vpool.d,
1066         * testsuite/gas/arm/thumb2_vpool_be.d,
1067         * testsuite/gas/arm/thumb32.d,
1068         * testsuite/gas/arm/thumbver.d,
1069         * testsuite/gas/arm/tls.d,
1070         * testsuite/gas/arm/tls_vxworks.d,
1071         * testsuite/gas/arm/undefined_coff.d,
1072         * testsuite/gas/arm/unwind.d,
1073         * testsuite/gas/arm/unwind_vxworks.d,
1074         * testsuite/gas/arm/v4bx.d,
1075         * testsuite/gas/arm/vfma1.d,
1076         * testsuite/gas/arm/vldm-arm.d,
1077         * testsuite/gas/arm/weakdef-1.d,
1078         * testsuite/gas/arm/weakdef-2.d,
1079         * testsuite/gas/arm/wince.d,
1080         * testsuite/gas/arm/wince_inst.d,
1081         * testsuite/gas/elf/bignums.d,
1082         * testsuite/gas/elf/common5a.d,
1083         * testsuite/gas/elf/common5b.d,
1084         * testsuite/gas/elf/common5c.d,
1085         * testsuite/gas/elf/common5d.d,
1086         * testsuite/gas/elf/dwarf2-1.d,
1087         * testsuite/gas/elf/dwarf2-10.d,
1088         * testsuite/gas/elf/dwarf2-11.d,
1089         * testsuite/gas/elf/dwarf2-12.d,
1090         * testsuite/gas/elf/dwarf2-13.d,
1091         * testsuite/gas/elf/dwarf2-14.d,
1092         * testsuite/gas/elf/dwarf2-15.d,
1093         * testsuite/gas/elf/dwarf2-16.d,
1094         * testsuite/gas/elf/dwarf2-17.d,
1095         * testsuite/gas/elf/dwarf2-18.d,
1096         * testsuite/gas/elf/dwarf2-2.d,
1097         * testsuite/gas/elf/dwarf2-3.d,
1098         * testsuite/gas/elf/dwarf2-4.d,
1099         * testsuite/gas/elf/dwarf2-5.d,
1100         * testsuite/gas/elf/dwarf2-6.d,
1101         * testsuite/gas/elf/dwarf2-7.d,
1102         * testsuite/gas/elf/dwarf2-8.d,
1103         * testsuite/gas/elf/dwarf2-9.d,
1104         * testsuite/gas/elf/group0c.d,
1105         * testsuite/gas/elf/group1a.d,
1106         * testsuite/gas/elf/group2.d,
1107         * testsuite/gas/elf/groupautoa.d,
1108         * testsuite/gas/elf/ifunc-1.d,
1109         * testsuite/gas/elf/section11.d,
1110         * testsuite/gas/elf/section4.d,
1111         * testsuite/gas/elf/section7.d,
1112         * testsuite/gas/elf/syms.d,
1113         * testsuite/gas/elf/symver.d,
1114         * testsuite/gas/i386/iamcu-1.d,
1115         * testsuite/gas/i386/iamcu-2.d,
1116         * testsuite/gas/i386/iamcu-3.d,
1117         * testsuite/gas/i386/iamcu-4.d,
1118         * testsuite/gas/i386/iamcu-5.d,
1119         * testsuite/gas/i386/ilp32/rex.d,
1120         * testsuite/gas/i386/k1om.d,
1121         * testsuite/gas/i386/l1om.d,
1122         * testsuite/gas/i386/rex.d,
1123         * testsuite/gas/mach-o/sections-3.d,
1124         * testsuite/gas/macros/irp.d,
1125         * testsuite/gas/macros/repeat.d,
1126         * testsuite/gas/macros/rept.d,
1127         * testsuite/gas/macros/semi.d,
1128         * testsuite/gas/macros/test2.d,
1129         * testsuite/gas/macros/test3.d,
1130         * testsuite/gas/macros/vararg.d,
1131         * testsuite/gas/mips/jal-svr4pic-local.d,
1132         * testsuite/gas/mips/micromips@jal-svr4pic-local.d,
1133         * testsuite/gas/mips/mips1@jal-svr4pic-local.d,
1134         * testsuite/gas/mips/r3000@jal-svr4pic-local.d,
1135         * testsuite/gas/ppc/machine.d,
1136         * testsuite/lib/gas-defs.exp (run_dump_test): Replace not-target
1137         and not-skip with notarget and noskip.
1138
1139 2018-09-15  Alan Modra  <amodra@gmail.com>
1140
1141         * testsuite/gas/mri/char.d: Don't objcopy to srec, objdump instead.
1142         * testsuite/gas/mri/float.d: Likewise.
1143         * testsuite/lib/gas-defs.exp (run_dump_test): Remove support
1144         for objcopy as a dump tool.
1145
1146 2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1147
1148         PR gas/23642
1149         * testsuite/gas/i386/evex-wig2.d: New file.
1150         * testsuite/gas/i386/evex-wig2.s: Likewise.
1151         * testsuite/gas/i386/x86-64-evex-wig2.d: Likewise.
1152         * testsuite/gas/i386/x86-64-evex-wig2.s: Likewise.
1153         * testsuite/gas/i386/i386.exp: Run evex-wig2 and
1154         x86-64-evex-wig2.
1155
1156 2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1157
1158         PR gas/23642
1159         * config/tc-i386.c (build_vex_prefix): Check VEXWIG when setting
1160         the VEX.W bit.
1161         (build_evex_prefix): Check VEXWIG when setting the EVEX.W bit.
1162
1163 2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1164
1165         PR binutils/23655
1166         * testsuite/gas/i386/evex.d: Updated.
1167
1168 2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1169
1170         PR binutils/23655
1171         * testsuite/gas/i386/evex.d: New file.
1172         * testsuite/gas/i386/evex.s: Likewise.
1173         * testsuite/gas/i386/i386.exp: Run evex.
1174
1175 2018-09-10  Lifang Xia <lifang_xia@c-sky.com>
1176
1177         * config/tc-csky.c (md_apply_fix): Transmit BFD_RELOC_32_PCREL to
1178         BFD_RELOC_CKCORE_PCREL32.
1179         (tc_gen_reloc): Trasmit BFD_RELOC_CKCORE_ADDR32 to
1180         BFD_RELOC_CKCORE_PCREL32 while pc-relative.
1181         * config/tc-csky.h (DIFF_EXPR_OK): Define to enable PC relative diff
1182         relocs.
1183
1184 2018-09-14  Jan Beulich  <jbeulich@suse.com>
1185
1186         * config/tc-i386.c (process_suffix): Simplify CRC32 special
1187         casing code.
1188
1189 2018-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1190
1191         * config/tc-i386.c (build_vex_prefix): Swap destination and
1192         source only if there are more than 1 register operand.
1193
1194 2018-09-13  Jan Beulich  <jbeulich@suse.com>
1195
1196         * config/tc-i386.c (operand_size_match): Also deal with three
1197         operand case.
1198         (match_template): Also allow operand reversal for three operand
1199         templates.
1200
1201 2018-09-13  Jan Beulich  <jbeulich@suse.com>
1202
1203         * config/tc-i386.c (operand_size_match): Mirror
1204         .reg/.regsimd/.acc handling from forward to reverse case.
1205         (build_vex_prefix): Check first and last operand types are equal
1206         and also consider .d for swapping operands for VEX2 encoding.
1207         (match_template): Clear found_reverse_match on every iteration.
1208         Use Opcode_SIMD_FloatD and Opcode_SIMD_IntD.
1209         * testsuite/gas/i386/pseudos.s,
1210         testsuite/gas/i386/x86-64-pseudos.s: Add kmov* tests.
1211         * testsuite/gas/i386/pseudos.d,
1212         testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
1213
1214 2018-09-13  Jan Beulich  <jbeulich@suse.com>
1215
1216         testsuite/gas/i386/ilp32/x86-64-opts.d,
1217         testsuite/gas/i386/ilp32/x86-64-opts-intel.d,
1218         testsuite/gas/i386/ilp32/x86-64-sse2avx-opts.d,
1219         testsuite/gas/i386/ilp32/x86-64-sse2avx-opts-intel.d: Refer to
1220         non-ILP32 output.
1221
1222 2018-09-13  Jan Beulich  <jbeulich@suse.com>
1223
1224         * config/tc-i386.c (dir_encoding_swap): New enumerator.
1225         (parse_insn): Use it.
1226         (match_template): Re-write reversal check.
1227         * testsuite/gas/i386/pseudos.s: Add various move, ALU, and FPU
1228         tests.
1229         * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
1230         * testsuite/gas/i386/pseudos.d,
1231         testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
1232
1233 2018-09-13  Jan Beulich  <jbeulich@suse.com>
1234
1235         * config/tc-i386.c (parse_insn): Extend comment ahead of pseudo-
1236         suffix handling.
1237
1238 2018-09-13  Jan Beulich  <jbeulich@suse.com>
1239
1240         * testsuite/gas/i386/x86-64-mpx.s: And BNDMK case with RIP-
1241         relative memory operand.
1242         * testsuite/gas/i386/x86-64-mpx.d: Adjust expectations.
1243
1244 2018-09-13  Nick Clifton  <nickc@redhat.com>
1245
1246         * dwarf2dbg.c (generic_dwarf2_emit_offset): Use memset to
1247         initialise expression structure.
1248         (set_or_check_view): Likewise.
1249         (out_set_addr): Likewise.
1250         (emit_fixed_inc_line_addr): Likewise.
1251         (relax_inc_line_addr): Likewise.
1252         (out_debug_line): Likewise.
1253         (out_debug_ranges): Likewise.
1254         (out_debug_aranges): Likewise.
1255         (out_debug_info): Likewise.
1256
1257 2018-09-06  Alan Modra  <amodra@gmail.com>
1258
1259         PR 23570
1260         * config/tc-avr.c: Revert 2018-09-03 change.
1261
1262 2018-09-04  Daniel Cederman  <cederman@gaisler.com>
1263
1264         * config/tc-sparc.c (md_assemble): Allow non-fpop2 instructions
1265             before floating point branches for Sparc V8 and earlier.
1266         * testsuite/gas/sparc/sparc.exp: Execute the new test.
1267         * testsuite/gas/sparc/v8branch.d: New test.
1268         * testsuite/gas/sparc/v8branch.s: New test.
1269
1270 2018-09-03  Nick Clifton  <nickc@redhat.com>
1271
1272         PR gas/23570
1273         * config/tc-avr.c (md_pseudo_table): Add entry for "secction".
1274         (avr_set_section): New function.  Ensures that the .noinit section
1275         gets the NOBITS ELF section type.
1276
1277 2018-08-31  Kito Cheng  <kito@andestech.com>
1278
1279         * testsuite/gas/riscv/c-fld-fsd-fail.d: New.
1280         * testsuite/gas/riscv/c-fld-fsd-fail.l: Likewise.
1281         * testsuite/gas/riscv/c-fld-fsd-fail.s: Likewise.
1282
1283 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
1284
1285         * testsuite/gas/elf/section14.d: Change skip to xfail.
1286         * testsuite/lib/gas-defs.exp (run_dump_test): Add xfail support.
1287
1288 2018-08-31  Alan Modra  <amodra@gmail.com>
1289
1290         * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): Allow ADDR16
1291         HIGH, HIGHA, HIGHER, HIGHERA, HIGHEST, and HIGHESTA relocs.
1292         Group 16-bit relocs.
1293         * config/tc-ppc.c (md_apply_fix): Translate those ADDR16 relocs
1294         to REL16 when pcrel.  Sort relocs.
1295
1296 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
1297
1298         * testsuite/gas/elf/elf.exp: Pass -mx86-used-note=no to
1299         assembler for section2 test on ELF/x86 targets.
1300
1301 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
1302
1303         * testsuite/gas/cfi/cfi-label.d: Pass -mx86-used-note=no to
1304         assembler.
1305
1306 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
1307
1308         * testsuite/gas/i386/bss.d: Pass -mx86-used-note=no to assembler.
1309         * testsuite/gas/i386/ilp32/quad.d: Likewise.
1310         * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
1311         * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
1312         * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
1313         * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
1314         * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
1315         * testsuite/gas/i386/property-1.d: Likewise.
1316         * testsuite/gas/i386/relax.d: Likewise.
1317         * testsuite/gas/i386/reloc64.d: Likewise.
1318         * testsuite/gas/i386/size-1.d: Likewise.
1319         * testsuite/gas/i386/size-3.d: Likewise.
1320         * testsuite/gas/i386/x86-64-property-1.d: Likewise.
1321         * testsuite/gas/i386/x86-64-size-1.d: Likewise.
1322         * testsuite/gas/i386/x86-64-size-3.d: Likewise.
1323         * testsuite/gas/i386/x86-64-size-5.d: Likewise.
1324         * testsuite/gas/i386/x86-64-unwind.d: Likewise.
1325         * testsuite/gas/i386/divide.d: Append "#pass".
1326
1327 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
1328
1329         * NEWS: Mention -mx86-used-note=[no|yes].
1330         * configure.ac: Add --enable-x86-used-note.  Define
1331         DEFAULT_X86_USED_NOTE.
1332         * config.in: Regenerated.
1333         * configure: Likewise.
1334         * config/tc-i386.c (x86_isa_1_used): New.
1335         (x86_feature_2_used): Likewise.
1336         (x86_used_note): Likewise.
1337         (_i386_insn): Add has_regmmx, has_regxmm, has_regymm and
1338         has_regzmm.
1339         (build_modrm_byte): Set i.has_regmmx, i.has_regzmm.
1340         i.has_regymm and i.has_regxmm.
1341         (x86_cleanup): New function.
1342         (output_insn): Update x86_isa_1_used and x86_feature_2_used.
1343         (OPTION_X86_USED_NOTE): New.
1344         (md_longopts): Add -mx86-used-note=.
1345         (md_parse_option): Handle OPTION_X86_USED_NOTE.
1346         (md_show_usage): Display -mx86-used-note=.
1347         * config/tc-i386.h (x86_cleanup): New prototype.
1348         (md_cleanup): New.
1349         * doc/c-i386.texi: Document -mx86-used-note=.
1350
1351 2018-08-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
1352
1353         * testsuite/gas/sparc/leon.d: Disassemble v8 code also in sparc64
1354         targets.
1355
1356 2018-08-30  Kito Cheng  <kito@andestech.com>
1357
1358         * config/tc-riscv.c (riscv_subset_supports): New argument:
1359         xlen_required.
1360         (riscv_multi_subset_supports): New function, able to check more
1361         than one extension.
1362         (riscv_ip): Use riscv_multi_subset_supports instead of
1363         riscv_subset_supports.
1364         (riscv_set_arch): Update call-site for riscv_subset_supports.
1365         (riscv_after_parse_args): Likewise.
1366
1367 2018-08-30  H.J. Lu  <hongjiu.lu@intel.com>
1368
1369         * testsuite/gas/elf/section14.d: Skip h8300 targets.
1370
1371 2018-08-30  H.J. Lu  <hongjiu.lu@intel.com>
1372
1373         * testsuite/gas/elf/elf.exp: Run section14.
1374         * testsuite/gas/elf/section14.d: New file.
1375         * testsuite/gas/elf/section14.s: Likewise.
1376
1377 2018-08-29  Daniel Cederman  <cederman@gaisler.com>
1378
1379         * testsuite/gas/sparc/leon.d: New test.
1380         * testsuite/gas/sparc/leon.s: New test.
1381         * testsuite/gas/sparc/sparc.exp: Execute the pwrpsr test.
1382
1383 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
1384
1385         * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Exclude CPU_GS264E.
1386         (mips_cpu_info_table): Add gs264e descriptors.
1387         * doc/as.texi (march table): Add gs264e.
1388
1389 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
1390
1391         * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Exclude CPU_GS464E.
1392         (mips_cpu_info_table): Add gs464e descriptors.
1393         * doc/as.texi (march table): Add gs464e.
1394
1395 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
1396
1397         * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Rename
1398         CPU_LOONGSON_3A to CPU_GS464.
1399         (mips_cpu_info_table): Add gs464 descriptors, Keep
1400         loongson3a as an alias of gs464 for compatibility.
1401         * doc/as.texi (march table): Rename loongson3a to gs464.
1402         * testsuite/gas/mips/loongson-3a-mmi.d: Set "ISA Extension"
1403         flag to None.
1404
1405 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
1406
1407         * NEWS: Mention Loongson EXTensions R2 (EXT2) support.
1408         * config/tc-mips.c (options): Add OPTION_LOONGSON_EXT2 and
1409         OPTION_NO_LOONGSON_EXT2.
1410         (md_longopts): Likewise.
1411         (mips_ases): Define availability for EXT.
1412         (mips_convert_ase_flags): Map ASE_LOONGSON_EXT2 to
1413         AFL_ASE_LOONGSON_EXT2.
1414         (md_show_usage): Add help for -mloongson-ext2 and
1415         -mno-loongson-ext2.
1416         * doc/as.texi: Document -mloongson-ext2, -mno-loongson-ext2.
1417         * doc/c-mips.texi: Document -mloongson-ext2, -mno-loongson-ext2,
1418         .set loongson-ext2 and .set noloongson-ext2.
1419         * testsuite/gas/mips/loongson-ext2.d: New test.
1420         * testsuite/gas/mips/loongson-ext2.s: New test.
1421         * testsuite/gas/mips/mips.exp: Run loongson-ext2 test.
1422
1423 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
1424
1425          * NEWS: Mention Loongson EXTensions (EXT) support.
1426          * config/tc-mips.c (options): Add OPTION_LOONGSON_EXT and
1427          OPTION_NO_LOONGSON_EXT.
1428          (md_longopts): Likewise.
1429          (mips_ases): Define availability for EXT.
1430          (mips_convert_ase_flags): Map ASE_LOONGSON_EXT to
1431          AFL_ASE_LOONGSON_EXT.
1432          (mips_cpu_info_table): Add ASE_LOONGSON_EXT for loongson3a.
1433          (md_show_usage): Add help for -mloongson-ext and
1434          -mno-loongson-ext.
1435          * doc/as.texi: Document -mloongson-ext, -mno-loongson-ext.
1436          * doc/c-mips.texi: Document -mloongson-ext, -mno-loongson-ext,
1437          .set loongson-ext and .set noloongson-ext.
1438          * testsuite/gas/mips/loongson-mmi.d: Add ASE flag.
1439
1440 2018-08-29  Chenghua Xu  <paul.hua.gm@gmail.com>
1441
1442         * NEWS: Mention Loongson Content Address Memory (CAM)
1443         support.
1444         * config/tc-mips.c (options): Add OPTION_LOONGSON_CAM and
1445         OPTION_NO_LOONGSON_CAM.
1446         (md_longopts): Likewise.
1447         (mips_ases): Define availability for CAM.
1448         (mips_convert_ase_flags): Map ASE_LOONGSON_CAM to
1449         AFL_ASE_LOONGSON_CAM.
1450         (mips_cpu_info_table): Add ASE_LOONGSON_CAM for loongson3a.
1451         (md_show_usage): Add help for -mloongson-cam and
1452         -mno-loongson-cam.
1453         * doc/as.texi: Document -mloongson-cam, -mno-loongson-cam.
1454         * doc/c-mips.texi: Document -mloongson-cam, -mno-loongson-cam,
1455         .set loongson-cam and .set noloongson-cam.
1456         * testsuite/gas/mips/loongson-3a-2.d: Move cam test to ...
1457         * testsuite/gas/mips/loongson-cam.d: Here.  Add ISA/ASE
1458         flag verification.
1459         * testsuite/gas/mips/loongson-3a-2.s: Move cam test to ...
1460         * testsuite/gas/mips/loongson-cam.s: Here.
1461         * testsuite/gas/mips/loongson-3a-mmi.d: Add ASE flag.
1462         * testsuite/gas/mips/mips.exp: Run loongson-cam test.
1463
1464 2018-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1465
1466         * testsuite/gas/i386/i386.exp: Run property-1 and
1467         x86-64-property-1.
1468         * testsuite/gas/i386/property-1.d: New file.
1469         * testsuite/gas/i386/property-1.s: Likewise.
1470         * testsuite/gas/i386/x86-64-property-1.d: Likewise.
1471
1472 2018-08-23  Kito Cheng  <kito@andestech.com>
1473
1474         * config/tc-riscv.c (arg_lookup): Checking
1475         length before look up.
1476         * testsuite/gas/riscv/fence-fail.d: New file.
1477         * testsuite/gas/riscv/fence-fail.l: Likewise.
1478         * testsuite/gas/riscv/fence-fail.s: Likewise.
1479         * testsuite/gas/riscv/rouding-fail.d: Likewise.
1480         * testsuite/gas/riscv/rouding-fail.l: Likewise.
1481         * testsuite/gas/riscv/rouding-fail.s: Likewise.
1482
1483 2018-08-23  H.J. Lu  <hongjiu.lu@intel.com>
1484
1485         PR ld/23536
1486         * Makefile.am (development.exp): New target.
1487         (EXTRA_DEJAGNU_SITE_CONFIG): New.
1488         (DISTCLEANFILES): Add development.exp.
1489         * Makefile.in: Regenerated.
1490
1491 2018-08-22  Alan Modra  <amodra@gmail.com>
1492
1493         * dw2gencfi.c (emit_expr_encoded, output_fde): Warning fixes.
1494
1495 2018-08-21  Arnold Metselaar  <arnold.metsel@gmail.com>
1496
1497         * config/tc-z80.c: Correct treatment of undocumented instruction
1498         sli/sll.
1499         (emit_mr): Add argument unportable.
1500         (emit_bit): Adapt call to emit_mr.
1501         (emit_mr_z80): New function.
1502         (emit_mr_unport): New function.
1503         (instab[]): Replace emit_mr with emit_mr_z80 or emit_mr_unportable
1504         as appropriate.
1505
1506 2018-08-21  Andreas Schwab  <schwab@suse.de>
1507
1508         * read.c (do_repeat_with_expander): Use memmove instead of strcpy
1509         on unterminated string buffer.
1510
1511 2018-08-21  Alan Modra  <amodra@gmail.com>
1512
1513         * config/tc-ppc.c (md_assemble): Delay counting of optional
1514         operands until one is encountered.  Allow for the possibility
1515         of optional base regs, ie. PPC_OPERAND_PARENS.  Call
1516         ppc_optional_operand_value with extra args.
1517
1518 2018-08-21  Alan Modra  <amodra@gmail.com>
1519
1520         * testsuite/gas/s12z/bit-manip-invalid.d: Correct regexps.
1521
1522 2018-08-18  John Darrington  <john@darrington.wattle.id.au>
1523
1524         * testsuite/gas/s12z/bit-manip-invalid.d: New file.
1525         * testsuite/gas/s12z/bit-manip-invalid.s: New file.
1526         * testsuite/gas/s12z/s12z.exp: Add them.
1527
1528 2018-08-14  H.J. Lu  <hongjiu.lu@intel.com>
1529
1530         * testsuite/gas/i386/evex-no-scale-64.d: Updated.
1531         * testsuite/gas/i386/x86-64-addr32-intel.d: Likewise.
1532         * testsuite/gas/i386/x86-64-addr32.d: Likewise.
1533         * testsuite/gas/i386/ilp32/x86-64-addr32-intel.d: Likewise.
1534         * testsuite/gas/i386/ilp32/x86-64-addr32.d: Likewise.
1535         * testsuite/gas/i386/x86-64-addr32.s: Add %eiz tests.
1536
1537 2018-08-14  Robert Yang  <liezhi.yang@windriver.com>
1538
1539         * as.c (main): Improve check for input file matching output file.
1540
1541 2018-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1542
1543         * config/tc-i386.c (cpu_arch): Add .cmov and .fxsr.
1544         (cpu_noarch): Add nocmov and nofxsr.
1545         * doc/c-i386.texi: Document cmov and fxsr.
1546
1547 2018-08-10  H.J. Lu  <hongjiu.lu@intel.com>
1548
1549         * config/tc-i386.c (md_show_usage): Don't display --32/--64/--x32
1550         if BFD64 is undefined.
1551         * testsuite/gas/i386/i386.exp (gas_bfd64_check): New.
1552         Run code64-inval if gas_bfd64_check fails.
1553
1554 2018-08-10  H.J. Lu  <hongjiu.lu@intel.com>
1555
1556         * testsuite/gas/i386/evex-no-scale.s: Removed.
1557         * testsuite/gas/i386/evex-no-scale-32.d: Don't use
1558         evex-no-scale.s.
1559         * testsuite/gas/i386/evex-no-scale-64.d: Likewise.
1560         * testsuite/gas/i386/evex-no-scale-32.s: New file.
1561         * testsuite/gas/i386/evex-no-scale-64.s: Likewise.
1562
1563 2018-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1564
1565         * as.c (show_usage): Display default option for --elf-stt-common=.
1566
1567 2018-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1568
1569         * config/tc-i386.c (md_show_usage): Display default options.
1570
1571 2018-08-07  James Patrick Conlon  <cptjustice@gmail.com>
1572             Nick Clifton  <nickc@redhat.com>
1573
1574         PR 23481
1575         * config/tc-pdp11.c (parse_op_noreg): Check for deferred register
1576         addressing before assuming non-deferred addressing.
1577         * testsuite/gas/pdp11/pr23481.s: New test source file.
1578         * testsuite/gas/pdp11/pr23481.d: New test driver file.
1579         * testsuite/gas/pdp11/pdp11.exp: Run the new test.
1580
1581 2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
1582
1583         * config/tc-arc.c (rf16_only): New static variable.
1584         (autodetect_attributes): Check if we are rf16 compliant.
1585         (arc_set_public_attributes): Fix and emit the warning is required.
1586         * testsuite/gas/arc/attr-rf16.d: New file.
1587         * testsuite/gas/arc/attr-rf16.err: Likewise.
1588         * testsuite/gas/arc/attr-rf16.s: Likewise.
1589
1590 2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
1591
1592         * config/tc-arc.c (arc_set_public_attributes): Add
1593         Tag_ARC_ATR_version.
1594         (arc_convert_symbolic_attribute): Likewise.
1595         * testsuite/gas/arc/attr-arc600.d: Update test.
1596         * testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
1597         * testsuite/gas/arc/attr-arc600_norm.d: Likewise.
1598         * testsuite/gas/arc/attr-arc601.d: Likewise.
1599         * testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
1600         * testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
1601         * testsuite/gas/arc/attr-arc601_norm.d: Likewise.
1602         * testsuite/gas/arc/attr-arc700.d: Likewise.
1603         * testsuite/gas/arc/attr-arcem.d: Likewise.
1604         * testsuite/gas/arc/attr-archs.d: Likewise.
1605         * testsuite/gas/arc/attr-autodetect-1.d: Likewise.
1606         * testsuite/gas/arc/attr-cpu-a601.d: Likewise.
1607         * testsuite/gas/arc/attr-cpu-a700.d: Likewise.
1608         * testsuite/gas/arc/attr-cpu-em.d: Likewise.
1609         * testsuite/gas/arc/attr-cpu-hs.d: Likewise.
1610         * testsuite/gas/arc/attr-em.d: Likewise.
1611         * testsuite/gas/arc/attr-em4.d: Likewise.
1612         * testsuite/gas/arc/attr-em4_dmips.d: Likewise.
1613         * testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
1614         * testsuite/gas/arc/attr-em4_fpus.d: Likewise.
1615         * testsuite/gas/arc/attr-hs.d: Likewise.
1616         * testsuite/gas/arc/attr-hs34.d: Likewise.
1617         * testsuite/gas/arc/attr-hs38.d: Likewise.
1618         * testsuite/gas/arc/attr-hs38_linux.d: Likewise.
1619         * testsuite/gas/arc/attr-mul64.d: Likewise.
1620         * testsuite/gas/arc/attr-name.d: Likewise.
1621         * testsuite/gas/arc/attr-nps400.d: Likewise.
1622         * testsuite/gas/arc/attr-override-mcpu.d: Likewise.
1623         * testsuite/gas/arc/attr-quarkse_em.d: Likewise.
1624
1625 2018-08-06  Claudiu Zissulescu  <claziss@synopsys.com>
1626
1627         * config/tc-arc.c (find_opcode_match): Accept uppercase aux-regs
1628         names.
1629         * testsuite/gas/arc/ld2.d: Update test.
1630         * testsuite/gas/arc/taux.d: Likewise.
1631         * testsuite/gas/arc/taux.s: Likewise.
1632
1633 2018-08-06  Jan Beulich  <jbeulich@suse.com>
1634
1635         * config/tc-i386.c (build_modrm_byte): Use RegIP and RegIZ.
1636         (output_disp): Use RegIP.
1637         (i386_addressing_mode): Drop uses of RegEip and RegEiz.
1638         (i386_index_check): Replace uses of RegEip/RegEiz.
1639         (parse_real_register): Use RegIZ.
1640         * config/tc-i386-intel.c (i386_intel_simplify_register): Use
1641         RegIZ.
1642         * testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust expectations.
1643
1644 2018-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1645
1646         * testsuite/gas/i386/i386.exp: Run evex-no-scale-32 and
1647         evex-no-scale-64 only for ELF targets.
1648         * testsuite/gas/i386/prefix32.s: Append ".p2align 4,0".
1649         * testsuite/gas/i386/prefix64.s: Likewise.
1650         * testsuite/gas/i386/prefix32.l: Updated.
1651         * testsuite/gas/i386/prefix64.l: Likewise.
1652
1653 2018-08-05  Alan Modra  <amodra@gmail.com>
1654
1655         * config/tc-ppc.c (ppc_elf_suffix): Support @notoc.
1656         (ppc_force_relocation, ppc_fix_adjustable): Handle REL24_NOTOC.
1657
1658 2018-08-03  Dimitar Dimitrov  <dimitar@dinux.eu>
1659
1660         * config/tc-pru.c (pru_regname_to_dw2regnum): Return the starting HW
1661         byte-register number.
1662         (pru_frame_initial_instructions): Use byte-numbering for FP index.
1663         * config/tc-pru.h (DWARF2_DEFAULT_RETURN_COLUMN): Use number from
1664         latest GCC.
1665         (DWARF2_CIE_DATA_ALIGNMENT): Set to -1.
1666
1667 2018-08-03  Jan Beulich  <jbeulich@suse.com>
1668
1669         * config/tc-i386.c (Operand_Mem): Define.
1670         (operand_size_match): Use it.
1671         (check_VecOperands): Likewise.
1672         (i386_att_operand): Likewise.
1673         (swap_2_operands): Also swap flags fields.
1674         * config/tc-i386-intel.c (i386_intel_operand): Likewise.
1675
1676 2018-08-01  James Patrick Conlon  <cptjustice@gmail.com>
1677             Nick Clifton  <nickc@redhat.com>
1678
1679         PR 14480
1680         * config/tc-pdp11.c (parse_op_noreg): Check for and handle auto
1681         increment deferred.
1682         * testsuite/gas/pdp11/pr14480.d: New test driver file.
1683         * testsuite/gas/pdp11/pr14480.s: New test source file file.
1684         * testsuite/gas/pdp11/pdp11.exp: Run the new test.
1685
1686 2018-08-01  Nick Clifton  <nickc@redhat.com>
1687
1688         * config/tc-ns32k.c (addr_mode): Replace "Drop through" comment
1689         with "Fall through" so that it will be recognised by gcc's switch
1690         statment error checker.
1691
1692 2018-08-01  Alan Modra  <amodra@gmail.com>
1693
1694         * po/POTFILES.in: Regenerate.
1695
1696 2018-07-31  Jan Beulich  <jbeulich@suse.com>
1697
1698         * config/tc-i386.c (optimize_encoding): Also handle kandnd,
1699         kandnq, kxord, and kxorq.
1700         * testsuite/gas/i386/optimize-1.s: Add kandn and kxor tests.
1701         * testsuite/gas/i386/optimize-1.d,
1702         testsuite/gas/i386/optimize-4.d,
1703         testsuite/gas/i386/optimize-5.d: Adjust expectations.
1704
1705 2018-07-31  Jan Beulich  <jbeulich@suse.com>
1706
1707         * config/tc-i386.c (check_VecOperands): Convert masking handling
1708         to switch(), to deal with DYNAMIC_MASKING.
1709
1710 2018-07-31  Jan Beulich  <jbeulich@suse.com>
1711
1712         * testsuite/gas/i386/inval-avx512f.s: Add invalid zeroing-
1713         masking tests.
1714         * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
1715
1716 2018-07-31  Jan Beulich  <jbeulich@suse.com>
1717
1718         * testsuite/gas/i386/sg.s, testsuite/gas/i386/sg.l: New.
1719         * testsuite/gas/i386/i386.exp: Run new test.
1720         * testsuite/gas/i386/avx512f.s, testsuite/gas/i386/avx512f_vl.s,
1721         testsuite/gas/i386/avx512pf.s,
1722         testsuite/gas/i386/x86-64-avx512f.s,
1723         testsuite/gas/i386/x86-64-avx512f_vl.s,
1724         testsuite/gas/i386/x86-64-avx512pf.s: Drop unnessecary operand
1725         size specifiers from scatter/gather insns in Intel mode.
1726
1727 2018-07-31  Jan Beulich  <jbeulich@suse.com>
1728
1729         * config/tc-i386.c (is_any_vex_encoding): New.
1730         (process_immext, process_suffix): Use it.
1731         (md_assemble): Likewise. Reject DATA_PREFIX with VEX/XOP/EVEX
1732         insn.
1733         * testsuite/gas/i386/prefix32.s, testsuite/gas/i386/prefix32.l,
1734         testsuite/gas/i386/prefix64.s, testsuite/gas/i386/prefix64.l
1735          New.
1736         * testsuite/gas/i386/i386.exp: Run new tests.
1737
1738 2018-07-31  Jan Beulich  <jbeulich@suse.com>
1739
1740         * config/tc-i386.c (parse_real_register): Use cpuavx512f instead
1741         of cpuvrex.
1742
1743 2018-07-30  Jan Beulich  <jbeulich@suse.com>
1744
1745         PR gas/23465
1746         * config/tc-i386.c (output_disp): Restrict scaling.
1747         * testsuite/gas/i386/evex-no-scale.s,
1748           testsuite/gas/i386/evex-no-scale-32.d
1749           testsuite/gas/i386/evex-no-scale-64.d: New.
1750         * testsuite/gas/i386/i386.exp: Run new tests.
1751
1752 2018-07-30  Andrew Jenner  <andrew@codesourcery.com>
1753
1754         * Makefile.am (TARGET_CPU_CFILES): Add entry for C-SKY.
1755         (TARGET_CPU_HFILES, TARGET_ENV_HFILES): Likewise.
1756         * Makefile.in: Regenerated.
1757         * config/tc-csky.c: New file.
1758         * config/tc-csky.h: New file.
1759         * config/te-csky_abiv1.h: New file.
1760         * config/te-csky_abiv1_linux.h: New file.
1761         * config/te-csky_abiv2.h: New file.
1762         * config/te-csky_abiv2_linux.h: New file.
1763         * configure.tgt: Add C-SKY.
1764         * doc/Makefile.am (CPU_DOCS): Add entry for C-SKY.
1765         * doc/Makefile.in: Regenerated.
1766         * doc/all.texi: Set CSKY feature.
1767         * doc/as.texi (Overview): Add C-SKY options.
1768         (Machine Dependencies): Likewise.
1769         * doc/c-csky.texi: New file.
1770         * testsuite/gas/csky/*: New test cases.
1771         * NEWS: Mention the support.
1772
1773 2018-07-29  John David Anglin  <danglin@gcc.gnu.org>
1774
1775         * config/tc-hppa.c: Include "struc-symbol.h".
1776         (pa_build_unwind_subspace): Use call_info->start_symbol->sy_frag
1777         instead of frag_now for local symbol replacement.
1778
1779 2018-07-27  Jim Wilson  <jimw@sifive.com>
1780
1781         * configure.tgt (riscv*): Accept as alias for riscv32*.
1782
1783 2018-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1784
1785         PR gas/23453
1786         * config/tc-i386.c (parse_operands): Check for more than 2
1787         memory references.
1788         * testsuite/gas/i386/inval.s: Add a movsd test with 3 memory
1789         references.
1790         * testsuite/gas/i386/x86-64-inval.s: Likewise.
1791         * testsuite/gas/i386/inval.l: Updated.
1792         * testsuite/gas/i386/x86-64-inval.l: Likewise.
1793
1794 2018-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1795
1796         * config/tc-i386.c (check_VecOperations): Initialize
1797         broadcast_op.bytes to 0.
1798
1799 2018-07-26  Alex Chadwick  <Alex.Chadwick@cl.cam.ac.uk>
1800
1801         * config/tc-ppc.c (md_show_usage): Add -mgekko and -mbroadway.
1802         * doc/as.texi (Target PowerPC options): Add -mgekko and -mbroadway.
1803         * doc/c-ppc.texi (PowerPC-Opts): Likewise.
1804         * testsuite/gas/ppc/broadway.d,
1805         * testsuite/gas/ppc/broadway.s: New test for broadway.
1806         * testsuite/gas/ppc/ppc.exp: Run new test.
1807
1808 2018-07-26  Alan Modra  <amodra@gmail.com>
1809
1810         * config/tc-ppc.c (ppc_elf_localentry): Allow .localentry values
1811         of 1 and 7 to directly set value into STO_PPC64_LOCAL_MASK bits.
1812
1813 2018-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1814
1815         * config/tc-i386.c (Broadcast_Operation): Add bytes.
1816         (build_evex_prefix): Use i.broadcast->bytes.
1817         (match_broadcast_size): New function.
1818         (check_VecOperands): Use the broadcast field to compute the
1819         number of bytes to broadcast directly.  Set i.broadcast->bytes.
1820         Use match_broadcast_size.
1821
1822 2018-07-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1823
1824         * doc/c-arm.texi (.arch directive): Clarify that name must not include
1825         an extension.
1826         (.cpu directive): Likewise.
1827
1828 2018-07-24  H.J. Lu  <hongjiu.lu@intel.com>
1829
1830         * config/tc-i386.c (build_vex_prefix): Use unsigned int to
1831         iterate through multi-length vector operands.
1832         (build_evex_prefix): Likewise.
1833
1834 2018-07-24  Jan Beulich  <jbeulich@suse.com>
1835
1836         * config/tc-i386.c (check_VecOperands): Handle EVEXLIG when
1837         deriving i.memshift.
1838         * testsuite/gas/i386/cvtsi2sX.s, testsuite/gas/i386/cvtsi2sX.l:
1839         New.
1840         * testsuite/gas/i386/i386.exp: Run new test.
1841         * testsuite/gas/i386/avx512f.d,
1842         testsuite/gas/i386/evex-lig256.d,
1843         testsuite/gas/i386/evex-lig512.d,,
1844         testsuite/gas/i386/x86-64-avx512f.d,
1845         testsuite/gas/i386/x86-64-evex-lig256.d,
1846         testsuite/gas/i386/x86-64-evex-lig512.d: Adjust expectations.
1847
1848 2018-07-23  H.J. Lu  <hongjiu.lu@intel.com>
1849
1850         * testsuite/gas/i386/inval-avx512f.s: Add a test for missing
1851         broadcast.
1852         * testsuite/gas/i386/x86-64-inval-avx512f.s: Likewise.
1853         * testsuite/gas/i386/inval-avx512f.l: Updated.
1854         * testsuite/gas/i386/x86-64-inval-avx512f.l: Likewise.
1855
1856 2018-07-23  H.J. Lu  <hongjiu.lu@intel.com>
1857
1858         * config/tc-i386.c (i386_error): Remove
1859         broadcast_not_on_src_operand.
1860         (match_template): Likewse.
1861
1862 2018-07-23  Claudiu Zissulescu <claziss@synopsys.com>
1863
1864         * testsuite/gas/arc/st.d: Fix test.
1865
1866 2018-07-23  Claudiu Zissulescu <claziss@synopsys.com>
1867
1868         * config/tc-arc.c (tokenize_extinsn): Convert to lower case the
1869         name of extension instructions.
1870         * testsuite/gas/arc/textinsn_case.d: New file.
1871         * testsuite/gas/arc/textinsn_case.s: Likewise.
1872
1873 2018-07-22  H.J. Lu  <hongjiu.lu@intel.com>
1874
1875         * config/tc-i386.c (build_vex_prefix): Determine vector
1876         length from the last multi-length vector operand.
1877         (build_evex_prefix): Likewise.
1878
1879 2018-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1880
1881         * config/tc-i386.c (match_simd_size): Break long line.
1882         (match_mem_size): Likewise.
1883
1884 2018-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1885
1886         * config/tc-i386.c (match_reg_size): Renamed to ...
1887         (match_operand_size): This.  Update comments.
1888         (match_simd_size): Update comments.  Replace match_reg_size
1889         with match_operand_size.
1890         (match_mem_size): Likewise.
1891         (operand_size_match): Replace match_reg_size with
1892         match_operand_size.
1893
1894 2018-07-20  Chenghua Xu  <paul.hua.gm@gmail.com>
1895             Maciej W. Rozycki  <macro@mips.com>
1896
1897         * NEWS: Mention MultiMedia extensions Instructions (MMI)
1898         support.
1899         * config/tc-mips.c (options): Add OPTION_LOONGSON_MMI and
1900         OPTION_NO_LOONGSON_MMI.
1901         (md_longopts): Likewise.
1902         (mips_ases): Define availability for MMI.
1903         (mips_convert_ase_flags): Map ASE_LOONGSON_MMI to
1904         AFL_ASE_LOONGSON_MMI.
1905         (mips_cpu_info_table): Add ASE_LOONGSON_MMI for loongson2f/3a.
1906         (md_show_usage): Add help for -mloongson-mmi and
1907         -mno-loongson-mmi.
1908         * doc/as.texi: Document -mloongson-mmi, -mno-loongson-mmi.
1909         * doc/c-mips.texi: Document -mloongson-mmi, -mno-loongson-mmi,
1910         .set loongson-mmi and .set noloongson-mmi.
1911         * testsuite/gas/mips/loongson-2f.d: Move mmi test to ...
1912         * testsuite/gas/mips/loongson-2f-mmi.d: Here.  Add ISA/ASE
1913         flag verification.
1914         * testsuite/gas/mips/loongson-2f.s: Move mmi test to ...
1915         * testsuite/gas/mips/loongson-2f-mmi.s: Here.
1916         * testsuite/gas/mips/loongson-3a.d: Move mmi test to ...
1917         * testsuite/gas/mips/loongson-3a-mmi.d: Here.  Add ISA/ASE
1918         flag verification.
1919         * testsuite/gas/mips/loongson-3a.s: Move mmi test to ...
1920         * testsuite/gas/mips/loongson-3a-mmi.s: Here.
1921         * testsuite/gas/mips/mips.exp: Run loongson-2f-mmi and
1922         loongson-3a-mmi tests.
1923
1924 2018-07-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
1925             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1926
1927         * testsuite/gas/sparc/sparc.exp (set_tests_arch): New proc.
1928         Prefix v9c, v9d, v9v, v9m, v9m8 tests with corresponding
1929         set_tests_arch.
1930
1931 2018-07-19  Jan Beulich  <jbeulich@suse.com>
1932
1933         * config/tc-i386.c (build_evex_prefix): Derive vector length
1934         from broadcast specification if necessary.
1935         (match_template): Also exclude broadcast when checking whether
1936         to reject 32-bit operands on pre-386.
1937
1938 2018-07-19  Jan Beulich  <jbeulich@suse.com>
1939
1940         * testsuite/gas/i386/noavx512-2.l: Adjust expectations.
1941
1942 2018-07-19  Jan Beulich  <jbeulich@suse.com>
1943
1944         * config/tc-i386.c (is_evex_encoding): Also check disp8memshift.
1945         (optimize_encoding): Also cover templates without cpuavx512vl
1946         allowing for zmmword and having a ymmword actual.
1947         (check_VecOperands): Handle DISP8_SHIFT_VL.
1948         * testsuite/gas/i386/noavx512-2.l: Adjust expectations.
1949
1950 2018-07-18  Maciej W. Rozycki  <macro@mips.com>
1951
1952         * testsuite/gas/mips/loongson-2e.d: Correct whitespace issues.
1953         * testsuite/gas/mips/loongson-2f.d: Likewise.
1954         * testsuite/gas/mips/loongson-2f-2.d: Likewise.
1955         * testsuite/gas/mips/loongson-2f-3.d: Likewise.
1956         * testsuite/gas/mips/loongson-3a.d: Likewise.
1957         * testsuite/gas/mips/loongson-3a-2.d: Likewise.
1958         * testsuite/gas/mips/loongson-2e.s: Likewise.
1959         * testsuite/gas/mips/loongson-2f.s: Likewise.
1960         * testsuite/gas/mips/loongson-2f-3.s: Likewise.
1961         * testsuite/gas/mips/loongson-3a.s: Likewise.
1962         * testsuite/gas/mips/loongson-3a-2.s: Likewise.
1963
1964 2018-07-18  H.J. Lu  <hongjiu.lu@intel.com>
1965
1966         PR gas/23418
1967         * testsuite/gas/i386/xmmword.s: Add tests for vcvtps2qq,
1968         vcvtps2uqq, vcvttps2qq and vcvttps2uqq.
1969         * testsuite/gas/i386/xmmword.l: Updated.
1970
1971 2018-07-16  Jan Beulich  <jbeulich@suse.com>
1972
1973         * config/tc-i386.c (match_reg_size): Split second parameter
1974         into two.
1975         (match_simd_size): Likewise.
1976         (match_mem_size): Likewise.
1977         (MATCH_STRAIGHT, MATCH_REVERSE): Define.
1978         (operand_size_match): Change return type. New local variable
1979         "match". Always check for reverse match when opcode_modifier.d
1980         is set.
1981         (match_template) New local variable "size_match". Skip further
1982         matching if operand_size_match() did not report a respective
1983         match.
1984         * testsuite/gas/i386/inval.s: Add control register reads/writes.
1985         * testsuite/gas/i386/inval.l: Adjust expectations.
1986
1987 2018-07-13  Nick Clifton  <nickc@redhat.com>
1988
1989         * testsuite/gas/elf/missing-build-notes.s: New test.  Checks that
1990         relocs are correctly generated for missing build notes.
1991         * testsuite/gas/elf/missing-build-notes.d: New file.  Expected
1992         output from objdump.
1993         * testsuite/gas/elf/elf.exp: Run the new test.
1994
1995 2018-07-13  Nick Clifton  <nickc@redhat.com>
1996
1997         * config/tc-arm.c (do_neon_mov): When converting an integer
1998         immediate into a floating point value, check that the conversion
1999         is valid.  Also warn if the immediate is valid as both a floating
2000         point value and a bit pattern.
2001         * testsuite/gas/arm/vfp-mov-enc.s: Add instructions that use
2002         floating point bit patterns.
2003         * testsuite/gas/arm/vfp-mov-enc.d: Add regexps for the disassembly
2004         of the new insns.
2005
2006 2018-07-12  Sudakshina Das  <sudi.das@arm.com>
2007
2008         * testsuite/gas/aarch64/system.s: Add test for ssbb
2009         and pssbb.
2010         * testsuite/gas/aarch64/system.d: Update accordingly
2011         and remove explicit addresses.
2012
2013 2018-07-11  Tamar Christina  <tamar.christina@arm.com>
2014
2015         PR binutils/23192
2016         * testsuite/gas/aarch64/illegal-by-element.s: New.
2017         * testsuite/gas/aarch64/illegal-by-element.d: New.
2018         * testsuite/gas/aarch64/illegal-by-element.l: New.
2019
2020 2018-07-11  Sudakshina Das  <sudi.das@arm.com>
2021
2022         * config/tc-arm.c (insns): Add new ssbb and pssbb instructions.
2023         * testsuite/gas/arm/csdb.s: Add new tests for ssbb and pssbb.
2024         * testsuite/gas/arm/csdb.d: Likewise
2025         * testsuite/gas/arm/thumb2_it_bad.s: Likewise.
2026         * testsuite/gas/arm/thumb2_it_bad.l: Likewise.
2027         * testsuite/gas/arm/barrier.d: Update with ssbb.
2028         * testsuite/gas/arm/barrier-thumb.d: Likewise.
2029
2030 2018-07-11  Jan Beulich  <jbeulich@suse.com>
2031
2032         * config/tc-i386.c (inoutportreg, reg16_inoutportreg): Delete.
2033         (i386_att_operand): Replace uses of reg16_inoutportreg and
2034         inoutportreg.
2035
2036 2018-07-11  Jan Beulich  <jbeulich@suse.com>
2037
2038         * config/tc-i386.c (output_insn): Remove check_prefix label and
2039         fold remaining expression.
2040
2041 2018-07-11  Jan Beulich  <jbeulich@suse.com>
2042
2043         * testsuite/gas/i386/cet.s, testsuite/gas/i386/x86-64-cet.s:
2044         Add Intel cases with operand size specifiers.
2045         * testsuite/gas/i386/cet-intel.d, testsuite/gas/i386/cet.d,
2046         testsuite/gas/i386/x86-64-cet-intel.d,
2047         testsuite/gas/i386/x86-64-cet.d: Adjust expectations.
2048
2049 2018-07-11  Jan Beulich  <jbeulich@suse.com>
2050
2051         * config/tc-i386.c (md_assemble): Also replace an already
2052         present REP prefix.
2053         * testsuite/gas/i386/mpx-add-bnd-prefix.s,
2054         testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.s: Test RET with
2055         all REP flavors.
2056         * testsuite/gas/i386/mpx-add-bnd-prefix.d,
2057         testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d: Adjust
2058         expectations.
2059         * testsuite/gas/i386/mpx-add-bnd-prefix.e,
2060         testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.e: New.
2061
2062 2018-07-09  Jeff Law  <law@redhat.com>
2063
2064         * testsuite/nds32/ji-jr.d: Fix name tag.
2065
2066 2018-07-06  Tamar Christina  <tamar.christina@arm.com>
2067
2068         PR binutils/23369
2069         * testsuite/gas/aarch64/msr.d (csselr_el1,
2070         vsesr_el2, osdtrrx_el1, osdtrtx_el1, pmsidr_el1): New.
2071         * testsuite/gas/aarch64/msr.s: Likewise.
2072
2073 2018-07-06  Nick Clifton  <nickc@redhat.com>
2074
2075         * write.c (maybe_generate_build_notes): Bias reloc offsets by the
2076         number of notes already generated.
2077
2078 2018-07-05  Nick Clifton  <nickc@redhat.com>
2079
2080         * po/ru.po: Updated Russian translation.
2081
2082 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
2083
2084         * config/tc-mips.c (macro_build) <'i', 'j'>: Also accept
2085         BFD_RELOC_16, BFD_RELOC_MIPS_GOT16, BFD_RELOC_MIPS_CALL16,
2086         BFD_RELOC_MIPS_GOT_HI16, BFD_RELOC_MIPS_GOT_LO16,
2087         BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16,
2088         BFD_RELOC_MIPS_SUB, BFD_RELOC_MIPS_GOT_PAGE,
2089         BFD_RELOC_MIPS_HIGHEST, BFD_RELOC_MIPS_GOT_DISP,
2090         BFD_RELOC_MIPS_TLS_GD, BFD_RELOC_MIPS_TLS_LDM,
2091         BFD_RELOC_MIPS_TLS_DTPREL_HI16, BFD_RELOC_MIPS_TLS_DTPREL_LO16,
2092         BFD_RELOC_MIPS_TLS_GOTTPREL, BFD_RELOC_MIPS_TLS_TPREL_HI16 and
2093         BFD_RELOC_MIPS_TLS_TPREL_LO16 relocations if in the microMIPS
2094         mode.
2095         * testsuite/gas/mips/elf-rel28-lldscd-n32.d: New test.
2096         * testsuite/gas/mips/elf-rel28-lldscd-micromips-n32.d: New test.
2097         * testsuite/gas/mips/elf-rel28-lldscd-n64.d: New test.
2098         * testsuite/gas/mips/elf-rel28-lldscd-micromips-n64.d: New test.
2099         * testsuite/gas/mips/elf-rel28.s: Add instruction selection.
2100         * testsuite/gas/mips/mips.exp: Run the new tests.
2101
2102 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
2103
2104         * testsuite/gas/mips/elf-rel28-micromips-n32.d: New test.
2105         * testsuite/gas/mips/elf-rel28-micromips-n64.d: New test.
2106         * testsuite/gas/mips/mips.exp: Run the new tests.
2107
2108 2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2109
2110         * config/tc-arm.c (cpu_arch_ver): Use symbolic TAG_CPU_ARCH macros
2111         rather than hardcode their values.
2112
2113 2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2114
2115         * NEWS: Use command-line consistently when used in a compount word.
2116         * doc/as.texi: Likewise.
2117         * doc/c-aarch64.texi: Likewise.
2118         * doc/c-alpha.texi: Likewise.
2119         * doc/c-arc.texi: Likewise.
2120         * doc/c-arm.texi: Likewise.
2121         * doc/c-avr.texi: Likewise.
2122         * doc/c-bfin.texi: Likewise.
2123         * doc/c-cris.texi: Likewise.
2124         * doc/c-epiphany.texi: Likewise.
2125         * doc/c-i386.texi: Likewise.
2126         * doc/c-ia64.texi: Likewise.
2127         * doc/c-lm32.texi: Likewise.
2128         * doc/c-m32r.texi: Likewise.
2129         * doc/c-m68k.texi: Likewise.
2130         * doc/c-mips.texi: Likewise.
2131         * doc/c-mmix.texi: Likewise.
2132         * doc/c-msp430.texi: Likewise.
2133         * doc/c-mt.texi: Likewise.
2134         * doc/c-nios2.texi: Likewise.
2135         * doc/c-ppc.texi: Likewise.
2136         * doc/c-pru.texi: Likewise.
2137         * doc/c-rl78.texi: Likewise.
2138         * doc/c-rx.texi: Likewise.
2139         * doc/c-tic6x.texi: Likewise.
2140         * doc/c-v850.texi: Likewise.
2141         * doc/c-vax.texi: Likewise.
2142         * doc/c-visium.texi: Likewise.
2143         * doc/c-xstormy16.texi: Likewise.
2144         * doc/c-xtensa.texi: Likewise.
2145         * doc/c-z80.texi: Likewise.
2146         * doc/c-z8k.texi: Likewise.
2147         * doc/internals.texi: Likewise.
2148
2149 2018-06-29  Jim Wilson  <jimw@sifive.com>
2150
2151         * config/tc-riscv.c (md_begin): Call hash_reg_name for "fp".
2152
2153 2018-06-29  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2154
2155         * config/tc-aarch64.c (warn_unpredictable_ldst): Add unpredictable
2156         cases for ldxp, stlxrb, stlxrh, stlxr.
2157         * testsuite/gas/aarch64/diagnostic.s: New tests.
2158         * testsuite/gas/aarch64/diagnostic.l: Adjust.
2159
2160 2018-06-29  Tamar Christina  <tamar.christina@arm.com>
2161
2162         PR binutils/23192
2163         * config/tc-aarch64.c (process_omitted_operand, parse_operands): Add
2164         AARCH64_OPND_Em16
2165         * testsuite/gas/aarch64/advsimd-armv8_3.s: Expand tests to cover upper
2166         16 registers.
2167         * testsuite/gas/aarch64/advsimd-armv8_3.d: Likewise.
2168         * testsuite/gas/aarch64/advsimd-compnum.s: Likewise.
2169         * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
2170         * testsuite/gas/aarch64/sve.d: Likewise.
2171
2172 2018-06-27  Alan Modra  <amodra@gmail.com>
2173
2174         * configure.ac: Specify extra_objects with leading "config/"
2175         for xtensa-relax.o and te-vms.o.  Use case statements to unique
2176         extra_objects.  Formatting.
2177         * configure: Regenerate.
2178
2179 2018-06-26  Nick Clifton  <nickc@redhat.com>
2180
2181         * po/uk.po: Updated Ukranian translation.
2182
2183 2018-06-26  Nick Clifton  <nickc@redhat.com>
2184
2185         PR 23335
2186         * config/tc-msp430.c (check_reg): Only accept register name
2187         strings that do not end in an alphanumeric character.
2188         * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
2189
2190 2018-06-24  Nick Clifton  <nickc@redhat.com>
2191
2192         * configure: Regenerate.
2193         * po/gas.pot: Regenerate.
2194
2195 2018-06-24  Nick Clifton  <nickc@redhat.com>
2196
2197         2.31 branch created.
2198         * NEWS: Add marker for 2.31.
2199
2200 2018-06-22  Tamar Christina  <tamar.christina@arm.com>
2201
2202         * testsuite/gas/aarch64/addsub.s: Add negs to zero reg test.
2203         * testsuite/gas/aarch64/addsub.d: Likewise.
2204
2205 2018-06-21  Alan Modra  <amodra@gmail.com>
2206
2207         * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
2208         * doc/Makefile.in: Regenerate.
2209
2210 2018-06-20  Nick Clifton  <nickc@redhat.com>
2211
2212         PR 21458
2213         * tc-arm.c (do_adr): Only set the bottom bit of an imported thumb
2214         function symbol address if -mthumb-interwork is active.
2215         (do_adrl): Likewise.
2216         * doc/c-arm.texi: Update descriptions of the -mthumb-interwork
2217         option and the ADR and ADRL pseudo-ops.
2218         * NEWS: Mention the new behaviour of the ADR and ADRL pseudo-ops.
2219         * testsuite/gas/arm/pr21458.d: Add -mthumb-interwork option to
2220         assembler command line.
2221         * testsuite/gas/arm/adr.d: Likewise.
2222         * testsuite/gas/arm/adrl.d: Likewise.
2223
2224 2018-06-20  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2225
2226         PR gas/23305
2227         * config/tc-riscv.c (riscv_ip): Add format specifier 'B' for
2228         constants and symbols.
2229         * testsuite/gas/riscv/lla32.d: New file.
2230         * testsuite/gas/riscv/lla32.s: Likewise.
2231         * testsuite/gas/riscv/lla64-fail.d: Likewise.
2232         * testsuite/gas/riscv/lla64-fail.l: Likewise.
2233         * testsuite/gas/riscv/lla64-fail.s: Likewise.
2234         * testsuite/gas/riscv/lla64.d: Likewise.
2235         * testsuite/gas/riscv/lla64.s: Likewise.
2236
2237 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2238
2239         * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11, add subdir-objects.
2240         (TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O): Add config/ prefix.
2241         * configure.ac (TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O, emfiles,
2242         extra_objects): Add config/ prefix.
2243         * doc/as.texinfo: Rename to...
2244         * doc/as.texi: ... this.
2245         * doc/Makefile.am: Rename as.texinfo to as.texi throughout.
2246         Remove DISTCLEANFILES hack.
2247         (AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add no-texinfo.tex and
2248         info-in-builddir.
2249         * Makefile.in: Re-generate.
2250         * aclocal.m4: Re-generate.
2251         * config.in: Re-generate.
2252         * configure: Re-generate.
2253         * doc/Makefile.in: Re-generate.
2254
2255 2018-06-14  Faraz Shahbazker  <Faraz.Shahbazker@mips.com>
2256
2257         * NEWS: Mention MIPS Global INValidate ASE support.
2258         * config/tc-mips.c (options): Add OPTION_GINV and OPTION_NO_GINV.
2259         (md_longopts): Likewise.
2260         (mips_ases): Define availability for GINV.
2261         (mips_convert_ase_flags): Map ASE_GINV to AFL_ASE_GINV.
2262         (md_show_usage): Add help for -mginv and -mno-ginv.
2263         * doc/as.texinfo: Document -mginv, -mno-ginv.
2264         * doc/c-mips.texi: Document -mginv, -mno-ginv, .set ginv and
2265         .set noginv.
2266         * testsuite/gas/mips/ase-errors-1.s: Add error checks for GINV
2267         ASE.
2268         * testsuite/gas/mips/ase-errors-2.s: Likewise.
2269         * testsuite/gas/mips/ase-errors-1.l: Likewise.
2270         * testsuite/gas/mips/ase-errors-2.l: Likewise.
2271         * testsuite/gas/mips/ginv.d: New test.
2272         * testsuite/gas/mips/ginv-err.d: New test.
2273         * testsuite/gas/mips/ginv-err.l: New test stderr output.
2274         * testsuite/gas/mips/ginv.s: New test source.
2275         * testsuite/gas/mips/ginv-err.s: New test source.
2276         * testsuite/gas/mips/mips.exp: Run the new tests.
2277
2278 2018-06-13  Scott Egerton  <scott.egerton@imgtec.com>
2279             Faraz Shahbazker  <Faraz.Shahbazker@mips.com>
2280             Maciej W. Rozycki  <macro@mips.com>
2281
2282         * NEWS: Mention CRC ASE support.
2283         * config/tc-mips.c (options): Add OPTION_CRC and OPTION_NO_CRC.
2284         (md_longopts): Likewise.
2285         (md_show_usage): Add help for -mcrc and -mno-crc.
2286         (mips_ases): Define availability for CRC and CRC64.
2287         (mips_convert_ase_flags): Map ASE_CRC to AFL_ASE_CRC.
2288         * doc/as.texinfo: Document -mcrc, -mno-crc.
2289         * doc/c-mips.texi: Document -mcrc, -mno-crc, .set crc and
2290         .set no-crc.
2291         * testsuite/gas/mips/ase-errors-1.l: Add error checks for CRC
2292         ASE.
2293         * testsuite/gas/mips/ase-errors-2.l: Likewise.
2294         * testsuite/gas/mips/ase-errors-1.s: Likewise.
2295         * testsuite/gas/mips/ase-errors-2.s: Likewise.
2296         * testsuite/gas/mips/crc.d: New test.
2297         * testsuite/gas/mips/crc64.d: New test.
2298         * testsuite/gas/mips/crc-err.d: New test.
2299         * testsuite/gas/mips/crc64-err.d: New test.
2300         * testsuite/gas/mips/crc-err.l: New test stderr output.
2301         * testsuite/gas/mips/crc64-err.l: New test stderr output.
2302         * testsuite/gas/mips/crc.s: New test source.
2303         * testsuite/gas/mips/crc64.s: New test source.
2304         * testsuite/gas/mips/crc-err.s: New test source.
2305         * testsuite/gas/mips/crc64-err.s: New test source.
2306         * testsuite/gas/mips/mips.exp: Run the new tests.
2307
2308 2018-06-11  Maciej W. Rozycki  <macro@mips.com>
2309
2310         * config/tc-mips.c (md_show_usage): Correct help text for `-O0'
2311         and `-O'.  Mention `-O1'.  Add `-O2' and its description.
2312
2313 2018-06-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2314
2315         * config/tc-arm.c (arm_cpus): Add Cortex-A76 entry.
2316         * doc/c-arm.texi (-mcpu): Document cortex-a76.
2317
2318 2018-06-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2319
2320         * config/tc-aarch64.c (aarch64_cpus): Add Cortex-A76 entry.
2321         * doc/c-aarch64.texi (-mcpu): Document cortex-a76.
2322
2323 2018-06-08  Egeyar Bagcioglu  <egeyar.bagcioglu@oracle.com>
2324
2325         PR 20319
2326         * testsuite/gas/aarch64/illegal-3.s: Test if unallocated FMOV encodings
2327         are detected as undefined.
2328         * testsuite/gas/aarch64/illegal-3.d: Likewise.
2329         * testsuite/gas/aarch64/illegal.s: Test if FMOV instructions that are
2330         changing the size from 32 bits to 64 bits and vice versa trigger an
2331         error.
2332         * testsuite/gas/aarch64/illegal.l: Likewise.
2333
2334 2018-06-08  Tamar Christina  <tamar.christina@arm.com>
2335
2336         PR binutils/21446
2337         * tc-aarch64.c (record_operand_error, record_operand_error_with_data):
2338           Initialize non_fatal.
2339
2340 2018-06-06  Sameera Deshpande  <sameera.deshpande@linaro.org>
2341
2342         * config/tc-aarch64.c (aarch64_cpus): Add support of ARMv8.4 in
2343         saphira.
2344
2345 2018-06-05  Alan Modra  <amodra@gmail.com>
2346
2347         * Makefile.in: Regenerate.
2348
2349 2018-06-04  Volodymyr Arbatov  <arbatov@cadence.com>
2350
2351         * config/tc-xtensa.c (elf32xtensa_separate_props): New
2352         declaration.
2353         (option_separate_props, option_no_separate_props): New
2354         enumeration constants.
2355         (md_longopts): Add separate-prop-tables option.
2356         (md_parse_option): Add cases for option_separate_props and
2357         option_no_separate_props.
2358         (md_show_usage): Add help for [no-]separate-prop-tables options.
2359
2360 2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2361
2362         * configure: Regenerated.
2363
2364 2018-06-01  Alexandre Oliva <aoliva@redhat.com>
2365
2366         * dwarf2dbg.c (dwarf2_consume_line_info): Drop view.
2367
2368 2018-06-01  Jan Beulich  <jbeulich@suse.com>
2369
2370         * testsuite/gas/i386/ilp32/x86-64-opcode.d,
2371         testsuite/gas/i386/x86-64-opcode.d: Adjust expectations.
2372
2373 2018-06-01  Jan Beulich  <jbeulich@suse.com>
2374
2375         * config/tc-i386.c (add_prefix): Check REX bits individually.
2376         * testsuite/gas/i386/rex.s: Add tests for overriding individual
2377         REX bits, including when others are already set.
2378         * testsuite/gas/i386/ilp32/rex.d, testsuite/gas/i386/rex.d:
2379         Adjust expectations.
2380
2381 2018-06-01  Jan Beulich  <jbeulich@suse.com>
2382
2383         * config/tc-i386.c (control): Delete.
2384         (parse_real_register): Simply check "control" bit. Re-wrap.
2385
2386 2018-06-01  Jan Beulich  <jbeulich@suse.com>
2387
2388         * config/tc-i386.c (build_modrm_byte): Drop REX_B from condition
2389         checking for the need of emitting LOCK. Check "control" bit just
2390         once.
2391
2392 2018-06-01  Jan Beulich  <jbeulich@suse.com>
2393
2394         *  testsuite/gas/i386/invpcid.s,
2395         testsuite/gas/i386/x86-64-invpcid.s: Add test with explicit
2396         "oword ptr".
2397         * testsuite/gas/i386/invpcid.d,
2398         testsuite/gas/i386/invpcid-intel.d,
2399         testsuite/gas/i386/x86-64-invpcid.d,
2400         testsuite/gas/i386/x86-64-invpcid-intel.d: Adjust expectations.
2401
2402 2018-05-30  Amit Pawar  <amit.pawar@amd.com>
2403
2404         * config/tc-i386.c (cpu_flag_init): Add CPU_ZNVER2_FLAGS.
2405         * doc/c-i386.texi : Document znver2.
2406         * gas/testsuite/gas/i386/arch-13.s: Updated for znver2.
2407         * gas/testsuite/gas/i386/arch-13.d: Updated.
2408         * gas/testsuite/gas/i386/arch-13-znver1.d: Updated.
2409         * gas/testsuite/gas/i386/arch-13-znver2.d: New file.
2410         * gas/testsuite/gas/i386/x86-64-arch-3.s: Updated for znver2.
2411         * gas/testsuite/gas/i386/x86-64-arch-3.d: Updated.
2412         * gas/testsuite/gas/i386/x86-64-arch-3-znver1.d: Updated.
2413         * gas/testsuite/gas/i386/x86-64-arch-3-znver2.d: New file.
2414         * gas/testsuite/gas/i386/i386.exp: Updated for new test.
2415
2416 2018-05-25  Alan Modra  <amodra@gmail.com>
2417
2418         * po/POTFILES.in: Regenerate.
2419
2420 2018-05-24  Jim Wilson  <jimw@sifive.com>
2421
2422         PR gas/23219
2423         * config/tc-riscv.c (riscv_frag_align_code): Move frag_more call after
2424         !riscv_opts.relax check.
2425         (riscv_handle_align): Rewrite !riscv_opts.relax support.
2426         * config/tc-riscv (MAX_MEM_FOR_RS_ALIGN_CODE): Update.
2427         * testsuite/gas/riscv/no-relax-align.d: New
2428         * testsuite/gas/riscv/no-relax-align.s: New
2429         * testsuite/gas/riscv/no-relax-align-2.d: New
2430         * testsuite/gas/riscv/no-relax-align-2.s: New
2431
2432 2018-05-21  Peter Bergner  <bergner@vnet.ibm.com.com>
2433
2434         * config/tc-ppc.c (md_assemble): Delete handling of fake operands.
2435         * testsuite/gas/ppc/common.s (crmove, cror, or., or, nor., nor): Add
2436         test of extended mnemonics.
2437         * testsuite/gas/ppc/common.d: Likewise.  Don't match instruction offset.
2438         * testsuite/gas/ppc/spe.s (evor, evnor): Add test of extended mnemonics.
2439         * testsuite/gas/ppc/spe.d: Likewise.  Don't match instruction offset.
2440
2441 2018-05-18  Kito Cheng  <kito.cheng@gmail.com>
2442             Monk Chiang  <sh.chiang04@gmail.com>
2443             Jim Wilson <jimw@sifive.com>
2444
2445         * config/tc-riscv.c (rve_abi): New.
2446         (riscv_set_options): Add rve field.  Initialize it.
2447         (riscv_set_rve) New function.
2448         (riscv_set_arch): Support 'e' ISA subset.
2449         (reg_lookup_internal): If rve, check register is available.
2450         (riscv_set_abi): New parameter rve.
2451         (md_parse_option): Pass new argument to riscv_set_abi.
2452         (riscv_after_parse_args): Call riscv_set_rve.  If rve_abi, set
2453         EF_RISCV_RVE.
2454         * doc/c-riscv.texi (-mabi): Document new ilp32e argument.
2455
2456 2018-05-18  John Darrington  <john@darrington.wattle.id.au>
2457
2458         * Makefile.am: Add support for s12z target.
2459         * Makefile.in: Regenerate.
2460         * NEWS: Mention the new support.
2461         * config/tc-s12z.c: New file.
2462         * config/tc-s12z.h: New file.
2463         * configure.tgt: Add  s12z support.
2464         * doc/Makefile.am: Likewise.
2465         * doc/Makefile.in: Regenerate.
2466         * doc/all.texi: Add s12z documentation.
2467         * doc/as.textinfo: Likewise.
2468         * doc/c-s12z.texi: New file.
2469         * testsuite/gas/s12z: New directory.
2470         * testsuite/gas/s12z/abs.d: New file.
2471         * testsuite/gas/s12z/abs.s: New file.
2472         * testsuite/gas/s12z/adc-imm.d: New file.
2473         * testsuite/gas/s12z/adc-imm.s: New file.
2474         * testsuite/gas/s12z/adc-opr.d: New file.
2475         * testsuite/gas/s12z/adc-opr.s: New file.
2476         * testsuite/gas/s12z/add-imm.d: New file.
2477         * testsuite/gas/s12z/add-imm.s: New file.
2478         * testsuite/gas/s12z/add-opr.d: New file.
2479         * testsuite/gas/s12z/add-opr.s: New file.
2480         * testsuite/gas/s12z/and-imm.d: New file.
2481         * testsuite/gas/s12z/and-imm.s: New file.
2482         * testsuite/gas/s12z/and-opr.d: New file.
2483         * testsuite/gas/s12z/and-opr.s: New file.
2484         * testsuite/gas/s12z/and-or-cc.d: New file.
2485         * testsuite/gas/s12z/and-or-cc.s: New file.
2486         * testsuite/gas/s12z/bfext-special.d: New file.
2487         * testsuite/gas/s12z/bfext-special.s: New file.
2488         * testsuite/gas/s12z/bfext.d: New file.
2489         * testsuite/gas/s12z/bfext.s: New file.
2490         * testsuite/gas/s12z/bit-manip.d: New file.
2491         * testsuite/gas/s12z/bit-manip.s: New file.
2492         * testsuite/gas/s12z/bit.d: New file.
2493         * testsuite/gas/s12z/bit.s: New file.
2494         * testsuite/gas/s12z/bra-expression-defined.d: New file.
2495         * testsuite/gas/s12z/bra-expression-defined.s: New file.
2496         * testsuite/gas/s12z/bra-expression-undef.d: New file.
2497         * testsuite/gas/s12z/bra-expression-undef.s: New file.
2498         * testsuite/gas/s12z/bra.d: New file.
2499         * testsuite/gas/s12z/bra.s: New file.
2500         * testsuite/gas/s12z/brclr-symbols.d: New file.
2501         * testsuite/gas/s12z/brclr-symbols.s: New file.
2502         * testsuite/gas/s12z/brset-clr-opr-imm-rel.d: New file.
2503         * testsuite/gas/s12z/brset-clr-opr-imm-rel.s: New file.
2504         * testsuite/gas/s12z/brset-clr-opr-reg-rel.d: New file.
2505         * testsuite/gas/s12z/brset-clr-opr-reg-rel.s: New file.
2506         * testsuite/gas/s12z/brset-clr-reg-imm-rel.d: New file.
2507         * testsuite/gas/s12z/brset-clr-reg-imm-rel.s: New file.
2508         * testsuite/gas/s12z/brset-clr-reg-reg-rel.d: New file.
2509         * testsuite/gas/s12z/brset-clr-reg-reg-rel.s: New file.
2510         * testsuite/gas/s12z/clb.d: New file.
2511         * testsuite/gas/s12z/clb.s: New file.
2512         * testsuite/gas/s12z/clr-opr.d: New file.
2513         * testsuite/gas/s12z/clr-opr.s: New file.
2514         * testsuite/gas/s12z/clr.d: New file.
2515         * testsuite/gas/s12z/clr.s: New file.
2516         * testsuite/gas/s12z/cmp-imm.d: New file.
2517         * testsuite/gas/s12z/cmp-imm.s: New file.
2518         * testsuite/gas/s12z/cmp-opr-inc.d: New file.
2519         * testsuite/gas/s12z/cmp-opr-inc.s: New file.
2520         * testsuite/gas/s12z/cmp-opr-rdirect.d: New file.
2521         * testsuite/gas/s12z/cmp-opr-rdirect.s: New file.
2522         * testsuite/gas/s12z/cmp-opr-reg.d: New file.
2523         * testsuite/gas/s12z/cmp-opr-reg.s: New file.
2524         * testsuite/gas/s12z/cmp-opr-rindirect.d: New file.
2525         * testsuite/gas/s12z/cmp-opr-rindirect.s: New file.
2526         * testsuite/gas/s12z/cmp-opr-sxe4.d: New file.
2527         * testsuite/gas/s12z/cmp-opr-sxe4.s: New file.
2528         * testsuite/gas/s12z/cmp-opr-xys.d: New file.
2529         * testsuite/gas/s12z/cmp-opr-xys.s: New file.
2530         * testsuite/gas/s12z/cmp-s-imm.d: New file.
2531         * testsuite/gas/s12z/cmp-s-imm.s: New file.
2532         * testsuite/gas/s12z/cmp-s-opr.d: New file.
2533         * testsuite/gas/s12z/cmp-s-opr.s: New file.
2534         * testsuite/gas/s12z/cmp-xy.d: New file.
2535         * testsuite/gas/s12z/cmp-xy.s: New file.
2536         * testsuite/gas/s12z/com-opr.d: New file.
2537         * testsuite/gas/s12z/com-opr.s: New file.
2538         * testsuite/gas/s12z/complex-shifts.d: New file.
2539         * testsuite/gas/s12z/complex-shifts.s: New file.
2540         * testsuite/gas/s12z/db-tb-cc-opr.d: New file.
2541         * testsuite/gas/s12z/db-tb-cc-opr.s: New file.
2542         * testsuite/gas/s12z/db-tb-cc-reg.d: New file.
2543         * testsuite/gas/s12z/db-tb-cc-reg.s: New file.
2544         * testsuite/gas/s12z/dbCC.d: New file.
2545         * testsuite/gas/s12z/dbCC.s: New file.
2546         * testsuite/gas/s12z/dec-opr.d: New file.
2547         * testsuite/gas/s12z/dec-opr.s: New file.
2548         * testsuite/gas/s12z/dec.d: New file.
2549         * testsuite/gas/s12z/dec.s: New file.
2550         * testsuite/gas/s12z/div.d: New file.
2551         * testsuite/gas/s12z/div.s: New file.
2552         * testsuite/gas/s12z/eor.d: New file.
2553         * testsuite/gas/s12z/eor.s: New file.
2554         * testsuite/gas/s12z/exg.d: New file.
2555         * testsuite/gas/s12z/exg.s: New file.
2556         * testsuite/gas/s12z/ext24-ld-xy.d: New file.
2557         * testsuite/gas/s12z/ext24-ld-xy.s: New file.
2558         * testsuite/gas/s12z/inc-opr.d: New file.
2559         * testsuite/gas/s12z/inc-opr.s: New file.
2560         * testsuite/gas/s12z/inc.d: New file.
2561         * testsuite/gas/s12z/inc.s: New file.
2562         * testsuite/gas/s12z/inh.d: New file.
2563         * testsuite/gas/s12z/inh.s: New file.
2564         * testsuite/gas/s12z/jmp.d: New file.
2565         * testsuite/gas/s12z/jmp.s: New file.
2566         * testsuite/gas/s12z/jsr.d: New file.
2567         * testsuite/gas/s12z/jsr.s: New file.
2568         * testsuite/gas/s12z/ld-imm-page2.d: New file.
2569         * testsuite/gas/s12z/ld-imm-page2.s: New file.
2570         * testsuite/gas/s12z/ld-imm.d: New file.
2571         * testsuite/gas/s12z/ld-imm.s: New file.
2572         * testsuite/gas/s12z/ld-immu18.d: New file.
2573         * testsuite/gas/s12z/ld-immu18.s: New file.
2574         * testsuite/gas/s12z/ld-large-direct.d: New file.
2575         * testsuite/gas/s12z/ld-large-direct.s: New file.
2576         * testsuite/gas/s12z/ld-opr.d: New file.
2577         * testsuite/gas/s12z/ld-opr.s: New file.
2578         * testsuite/gas/s12z/ld-s-opr.d: New file.
2579         * testsuite/gas/s12z/ld-s-opr.s: New file.
2580         * testsuite/gas/s12z/ld-small-direct.d: New file.
2581         * testsuite/gas/s12z/ld-small-direct.s: New file.
2582         * testsuite/gas/s12z/lea-immu18.d: New file.
2583         * testsuite/gas/s12z/lea-immu18.s: New file.
2584         * testsuite/gas/s12z/lea.d: New file.
2585         * testsuite/gas/s12z/lea.s: New file.
2586         * testsuite/gas/s12z/mac.d: New file.
2587         * testsuite/gas/s12z/mac.s: New file.
2588         * testsuite/gas/s12z/min-max.d: New file.
2589         * testsuite/gas/s12z/min-max.s: New file.
2590         * testsuite/gas/s12z/mod.d: New file.
2591         * testsuite/gas/s12z/mod.s: New file.
2592         * testsuite/gas/s12z/mov.d: New file.
2593         * testsuite/gas/s12z/mov.s: New file.
2594         * testsuite/gas/s12z/mul-imm.d: New file.
2595         * testsuite/gas/s12z/mul-imm.s: New file.
2596         * testsuite/gas/s12z/mul-opr-opr.d: New file.
2597         * testsuite/gas/s12z/mul-opr-opr.s: New file.
2598         * testsuite/gas/s12z/mul-opr.d: New file.
2599         * testsuite/gas/s12z/mul-opr.s: New file.
2600         * testsuite/gas/s12z/mul-reg.d: New file.
2601         * testsuite/gas/s12z/mul-reg.s: New file.
2602         * testsuite/gas/s12z/mul.d: New file.
2603         * testsuite/gas/s12z/mul.s: New file.
2604         * testsuite/gas/s12z/neg-opr.d: New file.
2605         * testsuite/gas/s12z/neg-opr.s: New file.
2606         * testsuite/gas/s12z/not-so-simple-shifts.d: New file.
2607         * testsuite/gas/s12z/not-so-simple-shifts.s: New file.
2608         * testsuite/gas/s12z/opr-18u.d: New file.
2609         * testsuite/gas/s12z/opr-18u.s: New file.
2610         * testsuite/gas/s12z/opr-expr.d: New file.
2611         * testsuite/gas/s12z/opr-expr.s: New file.
2612         * testsuite/gas/s12z/opr-ext-18.d: New file.
2613         * testsuite/gas/s12z/opr-ext-18.s: New file.
2614         * testsuite/gas/s12z/opr-idx-24-reg.d: New file.
2615         * testsuite/gas/s12z/opr-idx-24-reg.s: New file.
2616         * testsuite/gas/s12z/opr-idx3-reg.d: New file.
2617         * testsuite/gas/s12z/opr-idx3-reg.s: New file.
2618         * testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
2619         * testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
2620         * testsuite/gas/s12z/opr-indirect-expr.d: New file.
2621         * testsuite/gas/s12z/opr-indirect-expr.s: New file.
2622         * testsuite/gas/s12z/opr-symbol.d: New file.
2623         * testsuite/gas/s12z/opr-symbol.s: New file.
2624         * testsuite/gas/s12z/or-imm.d: New file.
2625         * testsuite/gas/s12z/or-imm.s: New file.
2626         * testsuite/gas/s12z/or-opr.d: New file.
2627         * testsuite/gas/s12z/or-opr.s: New file.
2628         * testsuite/gas/s12z/p2-mul.d: New file.
2629         * testsuite/gas/s12z/p2-mul.s: New file.
2630         * testsuite/gas/s12z/page2-inh.d: New file.
2631         * testsuite/gas/s12z/page2-inh.s: New file.
2632         * testsuite/gas/s12z/psh-pul.d: New file.
2633         * testsuite/gas/s12z/psh-pul.s: New file.
2634         * testsuite/gas/s12z/qmul.d: New file.
2635         * testsuite/gas/s12z/qmul.s: New file.
2636         * testsuite/gas/s12z/rotate.d: New file.
2637         * testsuite/gas/s12z/rotate.s: New file.
2638         * testsuite/gas/s12z/s12z.exp: New file.
2639         * testsuite/gas/s12z/sat.d: New file.
2640         * testsuite/gas/s12z/sat.s: New file.
2641         * testsuite/gas/s12z/sbc-imm.d: New file.
2642         * testsuite/gas/s12z/sbc-imm.s: New file.
2643         * testsuite/gas/s12z/sbc-opr.d: New file.
2644         * testsuite/gas/s12z/sbc-opr.s: New file.
2645         * testsuite/gas/s12z/shift.d: New file.
2646         * testsuite/gas/s12z/shift.s: New file.
2647         * testsuite/gas/s12z/simple-shift.d: New file.
2648         * testsuite/gas/s12z/simple-shift.s: New file.
2649         * testsuite/gas/s12z/single-ops.d: New file.
2650         * testsuite/gas/s12z/single-ops.s: New file.
2651         * testsuite/gas/s12z/specd6.d: New file.
2652         * testsuite/gas/s12z/specd6.s: New file.
2653         * testsuite/gas/s12z/st-large-direct.d: New file.
2654         * testsuite/gas/s12z/st-large-direct.s: New file.
2655         * testsuite/gas/s12z/st-opr.d: New file.
2656         * testsuite/gas/s12z/st-opr.s: New file.
2657         * testsuite/gas/s12z/st-s-opr.d: New file.
2658         * testsuite/gas/s12z/st-s-opr.s: New file.
2659         * testsuite/gas/s12z/st-small-direct.d: New file.
2660         * testsuite/gas/s12z/st-small-direct.s: New file.
2661         * testsuite/gas/s12z/st-xy.d: New file.
2662         * testsuite/gas/s12z/st-xy.s: New file.
2663         * testsuite/gas/s12z/sub-imm.d: New file.
2664         * testsuite/gas/s12z/sub-imm.s: New file.
2665         * testsuite/gas/s12z/sub-opr.d: New file.
2666         * testsuite/gas/s12z/sub-opr.s: New file.
2667         * testsuite/gas/s12z/tfr.d: New file.
2668         * testsuite/gas/s12z/tfr.s: New file.
2669         * testsuite/gas/s12z/trap.d: New file.
2670         * testsuite/gas/s12z/trap.s: New file.
2671
2672 2018-05-16  Maciej W. Rozycki  <macro@mips.com>
2673
2674         * tc-nds32.c (md_assemble): Rename `expr' local variable to
2675         `insn_expr'.
2676
2677 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
2678
2679         PR binutils/21446
2680         * testsuite/gas/aarch64/illegal-sysreg-2.s: Fix pmbidr_el1 test.
2681         * testsuite/gas/aarch64/illegal-sysreg-2.l: Likewise.
2682         * testsuite/gas/aarch64/illegal-sysreg-2.d: Likewise.
2683         * testsuite/gas/aarch64/sysreg-diagnostic.s: New.
2684         * testsuite/gas/aarch64/sysreg-diagnostic.l: New.
2685         * testsuite/gas/aarch64/sysreg-diagnostic.d: New.
2686
2687 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
2688
2689         PR binutils/21446
2690         * config/tc-aarch64.c (print_operands): Indicate no notes.
2691         (output_operand_error_record): Support non-fatal errors.
2692         (output_operand_error_report, warn_unpredictable_ldst, md_assemble):
2693         Likewise.
2694
2695 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
2696
2697         PR binutils/21446
2698         * config/tc-aarch64.c (parse_sys_reg): Return register flags.
2699         (parse_operands): Fill in register flags.
2700
2701 2018-05-14  Nick Clifton  <nickc@redhat.com>
2702
2703         * write.c (maybe_generate_build_notes): Generate notes on a
2704         per-code-section basis.  Skip linkonce sections.
2705
2706 2018-05-14  Nick Clifton  <nickc@redhat.com>
2707
2708         PR 23153
2709         * as.c (main): When checking for an output file that is also an
2710         input file, also check that the inode is not zero.
2711
2712 2018-05-12  Alan Modra  <amodra@gmail.com>
2713
2714         * config/tc-score.c (s3_do_macro_bcmp): Don't use fixed size
2715         buffers.
2716         (s3_do_macro_bcmpz): Likewise.
2717
2718 2018-05-10  Tamar Christina  <tamar.christina@arm.com>
2719
2720         * config/tc-aarch64.c (parse_aarch64_imm_float): Remove restrictions.
2721         * testsuite/gas/aarch64/diagnostic.s: Move fmov int test to..
2722         * testsuite/gas/aarch64/fpmov.s: Here.
2723         * testsuite/gas/aarch64/fpmov.d: Update results with fmov.
2724         * testsuite/gas/aarch64/diagnostic.l: Remove fmov values.
2725         * testsuite/gas/aarch64/sve-invalid.s: Update test files.
2726         * testsuite/gas/aarch64/sve-invalid.l: Likewise
2727
2728 2018-05-10  Tamar Christina  <tamar.christina@arm.com>
2729
2730         * gas/config/tc-arm.c (do_neon_mov): Allow integer literal for float
2731         immediate.
2732         * testsuite/gas/arm/vfp-mov-enc.s: New.
2733         * testsuite/gas/arm/vfp-mov-enc.d: New.
2734
2735 2018-05-09  Max Filippov  <jcmvbkbc@gmail.com>
2736
2737         * config/tc-xtensa.c (xtensa_is_init_fini): New function.
2738         (xtensa_move_literals): Only attempt to assign literal pool to
2739         literals with tc_frag_data.is_literal mark and not in .init or
2740         .fini sections.
2741         Join nested 'if' conditions to simplify function structure.
2742         (xtensa_switch_to_non_abs_literal_fragment): Use
2743         xtensa_is_init_fini to test for .init/.fini sections.
2744         * testsuite/gas/xtensa/all.exp (auto-litpools-3)
2745         (auto-litpools-4, text-section-literals-1): New tests.
2746         * testsuite/gas/xtensa/auto-litpools-3.d: New test results.
2747         * testsuite/gas/xtensa/auto-litpools-3.s: New test source.
2748         * testsuite/gas/xtensa/auto-litpools-4.d: New test results.
2749         * testsuite/gas/xtensa/auto-litpools-4.s: New test source.
2750         * testsuite/gas/xtensa/text-section-literals-1.d: New test results.
2751         * testsuite/gas/xtensa/text-section-literals-1.s: New test source.
2752
2753 2018-05-09  Dimitar Dimitrov  <dimitar@dinux.eu>
2754
2755         * config/tc-pru.c (md_apply_fix): Make LDI32 relocation conformant
2756         to TI ABI.
2757         (pru_assemble_arg_i): Likewise.
2758         (output_insn_ldi32): Likewise.
2759         * testsuite/gas/pru/ldi.d: Update test for the now fixed LDI32.
2760         * gas/config/tc-pru.c (pru_assemble_arg_b): Check imm8 operand range.
2761         * gas/testsuite/gas/pru/illegal2.l: New test.
2762         * gas/testsuite/gas/pru/illegal2.s: New test.
2763         * gas/testsuite/gas/pru/pru.exp: Register new illegal2 test.
2764
2765 2018-05-08  Jim Wilson  <jimw@sifive.com>
2766
2767         * testsuite/gas/riscv/c-zero-imm.d: Add more tests.
2768         * testsuite/gas/riscv/c-zero-imm.s: Likewise.
2769         * testsuite/gas/riscv/c-zero-reg.d: Fix typo in test.  Add disabled
2770         future test for RV128 support.
2771         * testsuite/gas/riscv/c-zero-reg.s: Likewise.
2772
2773 2018-05-07  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
2774             H.J. Lu  <hongjiu.lu@intel.com>
2775
2776         * config/tc-i386.c (cpu_arch): Add .movdir, .movdir64b.
2777         (cpu_noarch): Likewise.
2778         (process_suffix): Add check for register size.
2779         * doc/c-i386.texi: Document movdiri, movdir64b.
2780         * testsuite/gas/i386/i386.exp: Run MOVDIR{I,64B} tests.
2781         * testsuite/gas/i386/movdir-intel.d: New file.
2782         * testsuite/gas/i386/movdir.d: Likewise.
2783         * testsuite/gas/i386/movdir.s: Likewise.
2784         * testsuite/gas/i386/movdir64b-reg.s: Likewise.
2785         * testsuite/gas/i386/movdir64b-reg.l: Likewise.
2786         * testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
2787         * testsuite/gas/i386/x86-64-movdir.d: Likewise.
2788         * testsuite/gas/i386/x86-64-movdir.s: Likewise.
2789         * testsuite/gas/i386/x86-64-movdir64b-reg.s: Likewise.
2790         * testsuite/gas/i386/x86-64-movdir64b-reg.l: Likewise.
2791
2792 2018-05-07  H.J. Lu  <hongjiu.lu@intel.com>
2793
2794         * config/tc-i386.c (process_suffix): Check addrprefixopreg
2795         instead of addrprefixop0.
2796
2797 2018-05-07  Peter Bergner  <bergner@vnet.ibm.com.com>
2798
2799         * config/tc-ppc.c (ppc_setup_opcodes) <powerpc_opcodes>: Rewrite code
2800         to dump the entire opcode table.
2801         (ppc_setup_opcodes) <spe2_opcodes>: Likewise.
2802         (ppc_setup_opcodes) <vle_opcodes>: Likewise.  Fix calculation of
2803         opcode index.
2804
2805 2018-05-06  H.J. Lu  <hongjiu.lu@intel.com>
2806
2807         * testsuite/gas/i386/xmmhi32.d: Also allow dir32 relocation.
2808
2809 2018-05-06  H.J. Lu  <hongjiu.lu@intel.com>
2810
2811         * testsuite/gas/i386/avx512f-plain.s: Append ".p2align 4,0".
2812         * testsuite/gas/i386/avx512vl-plain.s: Likewise.
2813         * testsuite/gas/i386/bnd.s: Likewise.
2814         * testsuite/gas/i386/stN.s: Likewise.
2815         * testsuite/gas/i386/avx512f-plain.l: Updated.
2816         * testsuite/gas/i386/avx512vl-plain.l: Likewise.
2817         * testsuite/gas/i386/bnd.l: Likewise.
2818         * testsuite/gas/i386/stN.l: Likewise.
2819
2820 2018-05-04  Alan Modra  <amodra@gmail.com>
2821
2822         * config/obj-evax.c (shorten_identifier): Use memcpy in place
2823         of strncpy.
2824         * config/obj-macho.c (obj_mach_o_make_or_get_sect): Ensure
2825         segname and sectname fields are NUL terminated.
2826
2827 2018-05-01  Nick Clifton  <nickc@redhat.com>
2828
2829         * po/es.po: Updated Spanish translation.
2830
2831 2018-04-27  Maciej W. Rozycki  <macro@mips.com>
2832
2833         * testsuite/lib/gas-defs.exp (run_dump_test): Use `match_target'
2834         in place of `istarget' for matching with `target', `not-target',
2835         `skip' and `not-skip' options.
2836
2837 2018-04-26  Nick Clifton  <nickc@redhat.com>
2838
2839         * as.c (flag_generate_build_notes): New variable.
2840         (show_usage): Add entry for --generate-missing-build-notes.
2841         (parse_args): Parse --generate-missing-build-notes.
2842         * as.h: Export flag_generate_build_notes.
2843         * symbols.c (save_symbol_name): Ensure that the name parameter is
2844         not NULL.
2845         * write.c (create_obj_attrs_section): Reformat.
2846         (create_note_reloc): New function - creates a relocation for a
2847         field in a GNU Build attribute note.
2848         (maybe_generate_build_notes): New function - created GNU Build
2849         attribute notes if none are present in the output file.
2850         (write_object_file): Call maybe_generate_build_notes.
2851         * configure.ac (--enable-generate-build-notes): New option.
2852         * NEWS: Announce the new feature.
2853         * doc/as.textinfo: Document the new option.
2854         * config.in: Regenerate.
2855         * configure: Regenerate.
2856
2857 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2858
2859         * config/tc-i386.c (check_VecOperands): Add AVX512VL check. Set
2860         .baseindex.
2861         (match_template): Don't set suffix_check when Intel syntax and
2862         broadcast. Make check_register a per-operand bitmap.
2863
2864 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2865
2866         * config/tc-i386.c (optimize_encoding): Check for zeroing
2867         masking.
2868         * testsuite/gas/i386/optimize-1.d,
2869         testsuite/gas/i386/optimize-4.d,
2870         testsuite/gas/i386/optimize-5.d,
2871         testsuite/gas/i386/x86-64-optimize-2.d,
2872         testsuite/gas/i386/x86-64-optimize-5.d,
2873         testsuite/gas/i386/x86-64-optimize-6.d: Adjust expectations.
2874
2875 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2876
2877         * config/tc-i386.c (parse_real_register): Check .cpuvrex before
2878         recording EVEX encoding. Don't check previously specified
2879         encoding.
2880         * testsuite/gas/i386/xmmhi32.s: Add {x,y,z}mm{16,24} cases.
2881         * testsuite/gas/i386/xmmhi32.d: Adjust expectations.
2882         * testsuite/gas/i386/xmmhi64.s, testsuite/gas/i386/xmmhi64.d:
2883         New.
2884         * testsuite/gas/i386/i386.exp: Run new test.
2885
2886 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2887
2888         * testsuite/gas/i386/xsave.s: Add AVX, LWP, MPX, and PKU
2889         dependency tests.
2890         * testsuite/gas/i386/xsave.d,
2891         testsuite/gas/i386/xsave-intel.d: Adjust expecations.
2892
2893 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2894
2895         * config/tc-i386.c (parse_real_register): Re-write {,x,y,z}mm
2896         and mask register handling.
2897         * testsuite/gas/i386/avx512f-ymm.s, testsuite/gas/i386/avx512f-ymm.d,
2898         testsuite/gas/i386/xmmhi32.s, testsuite/gas/i386/xmmhi32.d: New.
2899         * testsuite/gas/i386/i386.exp: Run new tests.
2900
2901 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2902
2903         * config/tc-i386.c (parse_real_register): Check bnd<N>
2904         registers.
2905         * testsuite/gas/i386/bnd.s, testsuite/gas/i386/bnd.l: New.
2906         * testsuite/gas/i386/i386.exp: Run new test.
2907
2908 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2909
2910         * config/tc-i386.c (parse_real_register): Check FPU register
2911         earlier.
2912         * testsuite/gas/i386/fpu.s, testsuite/gas/i386/fpu.l,
2913         testsuite/gas/i386/stN.s, testsuite/gas/i386/stN.l: New.
2914         * testsuite/gas/i386/i386.exp: Run new tests.
2915
2916 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2917
2918         * config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
2919
2920 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2921
2922         * config/tc-i386.c (build_modrm_byte): Move and fold
2923         source/reg_slot calculations.
2924
2925 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2926
2927         * config/tc-i386.c (build_modrm_byte): Drop .veximmext uses.
2928         Move part of the remaining assertion.
2929
2930 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2931
2932         * config/tc-i386.c (build_modrm_byte): Extend assertion in
2933         vex_3_sources handling to cover more cases.
2934
2935 2018-04-26  Jan Beulich  <jbeulich@suse.com>
2936
2937         * config/tc-i386.c (build_modrm_byte): Drop code dealing with
2938         .veximmext and .immext set at the same time. Drop code dealing
2939         with .cpufma when .vexsources == VEX3SOURCES.
2940
2941 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2942         Mickaël Guêné  <mickael.guene@st.com>
2943
2944         * config/tc-arm.c (reloc_names): Add TLSGD_FDPIC, TLSLDM_FDPIC,
2945         GOTTPOFF_FDIC relocations.
2946         (md_apply_fix): Handle the new TLS FDPIC relocations.
2947         (tc_gen_reloc): Likewise.
2948         (arm_fix_adjustable): Likewise.
2949
2950 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2951         Mickaël Guêné  <mickael.guene@st.com>
2952
2953         * config/tc-arm.c (reloc_names): Add gotfuncdesc, gotofffuncdesc,
2954         funcdesc.
2955         (md_apply_fix): Support the new relocations.
2956         (tc_gen_reloc): Likewise.
2957         * testsuite/gas/arm/reloc-fdpic.d: New.
2958         * testsuite/gas/arm/reloc-fdpic.s: New.
2959
2960 2018-04-25  Christophe Lyon  <christophe.lyon@st.com>
2961         Mickaël Guêné  <mickael.guene@st.com>
2962
2963         * config/tc-arm.c (arm_fdpic): New.
2964         (elf32_arm_target_format): Support FDPIC.
2965         (OPTION_FDPIC): New.
2966         (md_longopts): Support FDPIC.
2967         (md_parse_option): Likewise.
2968         (md_show_usage): Likewise.
2969
2970 2018-04-25  Tamar Christina  <tamar.christina@arm.com>
2971
2972         * testsuite/gas/aarch64/rdma.s: Test for larger register numbers.
2973         * testsuite/gas/aarch64/rdma.d: Update results.
2974         * testsuite/gas/aarch64/rdma-directive.d: Likewise.
2975
2976 2018-04-25  Nick Clifton  <nickc@redhat.com>
2977
2978         * po/es.po: Updated Spanish translation.
2979
2980 2018-04-25  Alan Modra  <amodra@gmail.com>
2981
2982         * Makefile.am: Remove arm-aout and arm-coff support.
2983         * config/tc-arm.c: Likewise.
2984         * config/tc-arm.h: Likewise.
2985         * configure.tgt: Likewise.
2986         * testsuite/gas/aarch64/codealign.d: Likewise.
2987         * testsuite/gas/aarch64/mapping.d: Likewise.
2988         * testsuite/gas/aarch64/mapping2.d: Likewise.
2989         * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: Likewise.
2990         * testsuite/gas/arm/adds-thumb1-reloc-local.d: Likewise.
2991         * testsuite/gas/arm/addsw-bad.d: Likewise.
2992         * testsuite/gas/arm/align.d: Likewise.
2993         * testsuite/gas/arm/align64.d: Likewise.
2994         * testsuite/gas/arm/arch7.d: Likewise.
2995         * testsuite/gas/arm/arch7a-mp.d: Likewise.
2996         * testsuite/gas/arm/arch7em.d: Likewise.
2997         * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
2998         * testsuite/gas/arm/arm-it-auto-2.d: Likewise.
2999         * testsuite/gas/arm/arm-it-auto-3.d: Likewise.
3000         * testsuite/gas/arm/arm-it-auto.d: Likewise.
3001         * testsuite/gas/arm/arm-it-bad-2.d: Likewise.
3002         * testsuite/gas/arm/arm-it.d: Likewise.
3003         * testsuite/gas/arm/armv7e-m+fpv5-d16.d: Likewise.
3004         * testsuite/gas/arm/armv7e-m+fpv5-sp-d16.d: Likewise.
3005         * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: Likewise.
3006         * testsuite/gas/arm/armv8-2-fp16-scalar.d: Likewise.
3007         * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise.
3008         * testsuite/gas/arm/armv8-2-fp16-simd.d: Likewise.
3009         * testsuite/gas/arm/armv8-a+crypto.d: Likewise.
3010         * testsuite/gas/arm/armv8-a+fp.d: Likewise.
3011         * testsuite/gas/arm/armv8-a+ras.d: Likewise.
3012         * testsuite/gas/arm/armv8-a+rdma-warning.d: Likewise.
3013         * testsuite/gas/arm/armv8-a+rdma.d: Likewise.
3014         * testsuite/gas/arm/armv8-a+simd.d: Likewise.
3015         * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
3016         * testsuite/gas/arm/armv8-r+fp.d: Likewise.
3017         * testsuite/gas/arm/armv8-r+simd.d: Likewise.
3018         * testsuite/gas/arm/armv8-r-barrier-thumb.d: Likewise.
3019         * testsuite/gas/arm/armv8_1-a+simd.d: Likewise.
3020         * testsuite/gas/arm/armv8_2+rdma.d: Likewise.
3021         * testsuite/gas/arm/armv8_2-a.d: Likewise.
3022         * testsuite/gas/arm/armv8_3-a-fp.d: Likewise.
3023         * testsuite/gas/arm/armv8_3-a-simd.d: Likewise.
3024         * testsuite/gas/arm/armv8a-automatic-hlt.d: Likewise.
3025         * testsuite/gas/arm/armv8a-automatic-lda.d: Likewise.
3026         * testsuite/gas/arm/attr-syntax.d: Likewise.
3027         * testsuite/gas/arm/automatic-bw.d: Likewise.
3028         * testsuite/gas/arm/automatic-cbz.d: Likewise.
3029         * testsuite/gas/arm/automatic-clrex.d: Likewise.
3030         * testsuite/gas/arm/automatic-lda.d: Likewise.
3031         * testsuite/gas/arm/automatic-ldaex.d: Likewise.
3032         * testsuite/gas/arm/automatic-ldaexb.d: Likewise.
3033         * testsuite/gas/arm/automatic-ldrex.d: Likewise.
3034         * testsuite/gas/arm/automatic-ldrexd.d: Likewise.
3035         * testsuite/gas/arm/automatic-movw.d: Likewise.
3036         * testsuite/gas/arm/automatic-sdiv.d: Likewise.
3037         * testsuite/gas/arm/automatic-strexb.d: Likewise.
3038         * testsuite/gas/arm/barrier-bad-thumb.d: Likewise.
3039         * testsuite/gas/arm/barrier-bad.d: Likewise.
3040         * testsuite/gas/arm/barrier-thumb.d: Likewise.
3041         * testsuite/gas/arm/barrier.d: Likewise.
3042         * testsuite/gas/arm/bignum1.d: Likewise.
3043         * testsuite/gas/arm/blx-bad.d: Likewise.
3044         * testsuite/gas/arm/blx-bl-convert.d: Likewise.
3045         * testsuite/gas/arm/blx-local.s: Likewise.
3046         * testsuite/gas/arm/crc32-armv8-a-bad.d: Likewise.
3047         * testsuite/gas/arm/crc32-armv8-a.d: Likewise.
3048         * testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
3049         * testsuite/gas/arm/crc32-armv8-r.d: Likewise.
3050         * testsuite/gas/arm/dis-data.d: Likewise.
3051         * testsuite/gas/arm/dis-data2.d: Likewise.
3052         * testsuite/gas/arm/dis-data3.d: Likewise.
3053         * testsuite/gas/arm/eabi_attr_1.d: Likewise.
3054         * testsuite/gas/arm/fp-save.d: Likewise.
3055         * testsuite/gas/arm/group-reloc-alu-encoding-bad.d: Likewise.
3056         * testsuite/gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
3057         * testsuite/gas/arm/group-reloc-alu.d: Likewise.
3058         * testsuite/gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
3059         * testsuite/gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
3060         * testsuite/gas/arm/group-reloc-ldc.d: Likewise.
3061         * testsuite/gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
3062         * testsuite/gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
3063         * testsuite/gas/arm/group-reloc-ldr.d: Likewise.
3064         * testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
3065         * testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
3066         * testsuite/gas/arm/group-reloc-ldrs.d: Likewise.
3067         * testsuite/gas/arm/insn-error-a.d: Likewise.
3068         * testsuite/gas/arm/insn-error-t.d: Likewise.
3069         * testsuite/gas/arm/inst-po-2.d: Likewise.
3070         * testsuite/gas/arm/inst-po-3.d: Likewise.
3071         * testsuite/gas/arm/inst-po-be.d: Likewise.
3072         * testsuite/gas/arm/inst-po.d: Likewise.
3073         * testsuite/gas/arm/ldconst.d: Likewise.
3074         * testsuite/gas/arm/ldgesb-bad.d: Likewise.
3075         * testsuite/gas/arm/ldgesh-bad.d: Likewise.
3076         * testsuite/gas/arm/ldst-offset0.d: Likewise.
3077         * testsuite/gas/arm/local_function.d: Likewise.
3078         * testsuite/gas/arm/local_label_coff.d: Likewise.
3079         * testsuite/gas/arm/local_label_elf.d: Likewise.
3080         * testsuite/gas/arm/mapping.d: Likewise.
3081         * testsuite/gas/arm/mapping2.d: Likewise.
3082         * testsuite/gas/arm/mapping3.d: Likewise.
3083         * testsuite/gas/arm/mapping4.d: Likewise.
3084         * testsuite/gas/arm/mapshort-elf.d: Likewise.
3085         * testsuite/gas/arm/mask_1-armv8-a.d: Likewise.
3086         * testsuite/gas/arm/mask_1-armv8-r.d: Likewise.
3087         * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: Likewise.
3088         * testsuite/gas/arm/movs-thumb1-reloc-local.d: Likewise.
3089         * testsuite/gas/arm/movw-local.d: Likewise.
3090         * testsuite/gas/arm/mrs-msr-thumb-v6t2.d: Likewise.
3091         * testsuite/gas/arm/mrs-msr-thumb-v7-m.d: Likewise.
3092         * testsuite/gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
3093         * testsuite/gas/arm/msr-imm-bad.d: Likewise.
3094         * testsuite/gas/arm/msr-reg-bad.d: Likewise.
3095         * testsuite/gas/arm/msr-reg-thumb.d: Likewise.
3096         * testsuite/gas/arm/nomapping.d: Likewise.
3097         * testsuite/gas/arm/nops.d: Likewise.
3098         * testsuite/gas/arm/pic.d: Likewise.
3099         * testsuite/gas/arm/pinsn.d: Likewise.
3100         * testsuite/gas/arm/plt-1.d: Likewise.
3101         * testsuite/gas/arm/pr21458.d: Likewise.
3102         * testsuite/gas/arm/pr9722.d: Likewise.
3103         * testsuite/gas/arm/strex-t.d: Likewise.
3104         * testsuite/gas/arm/t2-branch-global.d: Likewise.
3105         * testsuite/gas/arm/target-reloc-1.d: Likewise.
3106         * testsuite/gas/arm/thumb-b-bad.d: Likewise.
3107         * testsuite/gas/arm/thumb-w-bad.d: Likewise.
3108         * testsuite/gas/arm/thumb-w-good.d: Likewise.
3109         * testsuite/gas/arm/thumb.d: Likewise.
3110         * testsuite/gas/arm/thumb2_it.d: Likewise.
3111         * testsuite/gas/arm/thumb2_it_auto.d: Likewise.
3112         * testsuite/gas/arm/thumb2_it_search.d: Likewise.
3113         * testsuite/gas/arm/thumb2_ldmstm.d: Likewise.
3114         * testsuite/gas/arm/thumb2_ldr_immediate_armv6.d: Likewise.
3115         * testsuite/gas/arm/thumb2_ldr_immediate_armv6t2.d: Likewise.
3116         * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Likewise.
3117         * testsuite/gas/arm/thumb2_pool.d: Likewise.
3118         * testsuite/gas/arm/thumb2_vpool.d: Likewise.
3119         * testsuite/gas/arm/thumb2_vpool_be.d: Likewise.
3120         * testsuite/gas/arm/thumb32.d: Likewise.
3121         * testsuite/gas/arm/thumbver.d: Likewise.
3122         * testsuite/gas/arm/tls.d: Likewise.
3123         * testsuite/gas/arm/tls_vxworks.d: Likewise.
3124         * testsuite/gas/arm/undefined.d: Likewise.
3125         * testsuite/gas/arm/undefined_coff.d: Likewise.
3126         * testsuite/gas/arm/unwind.d: Likewise.
3127         * testsuite/gas/arm/v4bx.d: Likewise.
3128         * testsuite/gas/arm/vcmp-noprefix-imm.d: Likewise.
3129         * testsuite/gas/arm/vcvt-bad.d: Likewise.
3130         * testsuite/gas/arm/vfma1.d: Likewise.
3131         * testsuite/gas/arm/vldconst.d: Likewise.
3132         * testsuite/gas/arm/vldconst_be.d: Likewise.
3133         * testsuite/gas/arm/vldm-arm.d: Likewise.
3134         * testsuite/gas/arm/vldr.d: Likewise.
3135         * testsuite/gas/arm/weakdef-1.d: Likewise.
3136         * testsuite/gas/arm/weakdef-2.d: Likewise.
3137         * config/te-riscix.h: Delete.
3138         * Makefile.in: Regenerate.
3139         * po/POTFILES.in: Regenerate.
3140
3141 2018-04-23  Alan Modra  <amodra@gmail.com>
3142
3143         * stabs.c (generate_asm_file): Use memcpy rather than strncpy.
3144         Remove call to strlen inside loop.
3145         * config/tc-cr16.c (getreg_image): Warning fix.
3146         * config/tc-crx.c (getreg_image): Warning fix.
3147
3148 2018-04-20  Kito Cheng  <kito.cheng@gmail.com>
3149
3150         * config/tc-riscv.c (options): Add OPTION_RELAX and
3151         OPTION_NO_RELAX.
3152         (md_longopts): New option -mrelax and -mno-relax.
3153         (md_parse_option): Handle -mrelax and -mno-relax.
3154         * doc/c-riscv.texi: Document for -mrelax and -mno-relax.
3155         * testsuite/gas/riscv/no-relax-reloc.d: New.
3156         * testsuite/gas/riscv/no-relax-reloc.s: New.
3157         * testsuite/gas/riscv/relax-reloc.d: New.
3158         * testsuite/gas/riscv/relax-reloc.s: New.
3159
3160 2018-04-20  Nick Clifton  <nickc@redhat.com>
3161
3162         * po/es.po: Updated Spanish translation.
3163
3164 2018-04-18  Alan Modra  <amodra@gmail.com>
3165
3166         * Makefile.am: Remove support for assorted i386 aout and coff targets.
3167         * config/obj-elf.c: Likewise.
3168         * config/tc-i386.h: Likewise.
3169         * configure.ac: Likewise.
3170         * configure.tgt: Likewise.
3171         * config/te-dynix.h: Delete.
3172         * config/te-i386aix.h: Delete.
3173         * config/te-mach.h: Delete.
3174         * Makefile.in: Regenerate.
3175         * config.in: Regenerate.
3176         * configure: Regenerate.
3177         * po/POTFILES.in: Regenerate.
3178
3179 2018-04-18  Alan Modra  <amodra@gmail.com>
3180
3181         * configure.tgt: Remove *-*-bsd* entry.
3182
3183 2018-04-17 Andrew Sadek  <andrew.sadek.se@gmail.com>
3184
3185         Microblaze Target: PIC data text relative
3186
3187         * gas/config/tc-microblaze.c (Handle new relocs directives in
3188         assembler): Handle new relocs from compiler output.
3189         (imm_types): add new imm types for data text relative addressing
3190         TEXT_OFFSET, TEXT_PC_OFFSET
3191         (md_convert_frag): conversion for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
3192         BFD_RELOC_MICROBLAZE_64_TEXTPCREL
3193         (md_apply_fix): apply fix for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
3194         BFD_RELOC_MICROBLAZE_64_TEXTPCREL
3195         (md_estimate_size_before_relax): estimate size for
3196         BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
3197         BFD_RELOC_MICROBLAZE_64_TEXTPCREL
3198         (tc_gen_reloc): generate relocations for
3199         BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
3200         BFD_RELOC_MICROBLAZE_64_TEXTPCREL
3201
3202 2018-04-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3203
3204         * testsuite/gas/i386/nops.s: Revert back deleted lines and
3205         change encoding to 0x0f1c /1 to map to NOP.
3206         * testsuite/gas/i386/x86-64-nops.s: Likewise.
3207         * testsuite/gas/i386/nops.d: Likewise.
3208         * testsuite/gas/i386/x86-64-nops.d: Likewise.
3209         * testsuite/gas/i386/ilp32/x86-64-nops.d: Likewis.
3210
3211 2018-04-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3212
3213         * config/tc-i386.c (cpu_arch): Add .cldemote.
3214         * doc/c-i386.texi: Document cldemote/.cldemote.
3215         * testsuite/gas/i386/cldemote-intel.d: New.
3216         * testsuite/gas/i386/cldemote.d: Likewise.
3217         * testsuite/gas/i386/cldemote.s: Likewise.
3218         * testsuite/gas/i386/i386.exp: Run new tests.
3219         * testsuite/gas/i386/x86-64-cldemote-intel.d: New.
3220         * testsuite/gas/i386/x86-64-cldemote.d: Likewise.
3221         * testsuite/gas/i386/x86-64-cldemote.s: Likewise.
3222         * testsuite/gas/i386/ilp32/x86-64-nops.d: Remove 0x0f1c
3223         NOP encoding that maps to cldemote.
3224         * testsuite/gas/i386/nops.d: Likewise.
3225         * testsuite/gas/i386/nops.s: Likewise.
3226         * testsuite/gas/i386/x86-64-nops.d: Likewise.
3227         * testsuite/gas/i386/x86-64-nops.s: Likewise.
3228
3229 2018-04-16  Nick Clifton  <nickc@redhat.com>
3230
3231         PR 23054
3232         * cond.c (s_ifsef): Replace use of obstack_copy with obstack_alloc
3233         followed by memcpy.
3234         (s_if, s_ifb, s_ifc, s_ifeqs): Likewise.
3235         * obj-elf.c (elf_adjust_symtab): Check for local symbols before
3236         attempting to dereference the sy_next field of a symbol.
3237         * stabs.c (get_stab_string_offset): Fail if there is no string
3238         following the stab directive.
3239
3240 2018-04-16  Alan Modra  <amodra@gmail.com>
3241
3242         * Makefile.am: Remove arm-epoc-pe support.
3243         * config/tc-arm.h: Likewise.
3244         * configure.tgt: Likewise.
3245         * testsuite/gas/all/gas.exp: Likewise.
3246         * testsuite/gas/arm/local_label_coff.d: Likewise.
3247         * testsuite/gas/arm/undefined.d: Likewise.
3248         * testsuite/gas/arm/undefined_coff.d: Likewise.
3249         * config/te-epoc-pe.h: Delete.
3250         * Makefile.in: Regenerate.
3251         * po/POTFILES.in: Regenerate.
3252
3253 2018-04-16  Alan Modra  <amodra@gmail.com>
3254
3255         * Makefile.am: Remove sparc-aout and sparc-coff support.
3256         * config/obj-coff.h: Likewise.
3257         * config/tc-sparc.c: Likewise.
3258         * config/tc-sparc.h: Likewise.
3259         * configure.tgt: Likewise.
3260         * config/te-sparcaout.h: Delete.
3261         * testsuite/gas/sun4/addend.d: Delete.
3262         * testsuite/gas/sun4/addend.exp: Delete.
3263         * testsuite/gas/sun4/addend.s: Delete.
3264         * Makefile.in: Regenerate.
3265         * po/POTFILES.in: Regenerate.
3266
3267 2018-04-16  Alan Modra  <amodra@gmail.com>
3268
3269         * Makefile.am: Remove m68k-aout and m68k-coff support.
3270         * config/tc-m68k.c: Likewise.
3271         * config/tc-m68k.h: Likewise.
3272         * configure.ac: Likewise.
3273         * configure.tgt: Likewise.
3274         * testsuite/gas/all/weakref1u.d: Likewise.
3275         * testsuite/gas/m68k/all.exp: Likewise.
3276         * testsuite/gas/m68k/br-isaa.d: Likewise.
3277         * testsuite/gas/m68k/br-isab.d: Likewise.
3278         * testsuite/gas/m68k/br-isac.d: Likewise.
3279         * config/te-psos.h: Delete.
3280         * config/te-sun3.h: Delete.
3281         * testsuite/gas/m68k-coff/gas.exp: Delete.
3282         * testsuite/gas/m68k-coff/p2389.s: Delete.
3283         * testsuite/gas/m68k-coff/p2389a.s: Delete.
3284         * testsuite/gas/m68k-coff/p2430.s: Delete.
3285         * testsuite/gas/m68k-coff/p2430a.s: Delete.
3286         * testsuite/gas/m68k-coff/t1.s: Delete.
3287         * testsuite/gas/m68k/p3041.d: Delete.
3288         * testsuite/gas/m68k/p3041.s: Delete.
3289         * testsuite/gas/m68k/p3041data.d: Delete.
3290         * testsuite/gas/m68k/p3041data.s: Delete.
3291         * testsuite/gas/m68k/p3041pcrel.d: Delete.
3292         * testsuite/gas/m68k/p3041pcrel.s: Delete.
3293         * testsuite/gas/m68k/t2.d: Delete.
3294         * Makefile.in: Regenerate.
3295         * config.in: Regenerate.
3296         * configure: Regenerate.
3297         * po/POTFILES.in: Regenerate.
3298
3299 2018-04-16  Alan Modra  <amodra@gmail.com>
3300
3301         * Makefile.am: Remove sh5 and sh64 support.
3302         * config/tc-sh.c: Likewise.
3303         * configure.tgt: Likewise.
3304         * doc/Makefile.am: Likewise.
3305         * doc/as.texinfo: Likewise.
3306         * testsuite/gas/cfi/cfi.exp: Likewise.
3307         * testsuite/gas/sh/basic.exp: Likewise.
3308         * config/tc-sh64.c: Delete.
3309         * config/tc-sh64.h: Delete.
3310         * doc/c-sh64.texi: Delete.
3311         * testsuite/gas/sh/sh64/abi-32.d: Delete.
3312         * testsuite/gas/sh/sh64/abi-32.s: Delete.
3313         * testsuite/gas/sh/sh64/abi-64.d: Delete.
3314         * testsuite/gas/sh/sh64/abi-64.s: Delete.
3315         * testsuite/gas/sh/sh64/basic-1.d: Delete.
3316         * testsuite/gas/sh/sh64/basic-1.s: Delete.
3317         * testsuite/gas/sh/sh64/case-1.d: Delete.
3318         * testsuite/gas/sh/sh64/case-1.s: Delete.
3319         * testsuite/gas/sh/sh64/case-noexp-1.d: Delete.
3320         * testsuite/gas/sh/sh64/crange1-1.d: Delete.
3321         * testsuite/gas/sh/sh64/crange1-2.d: Delete.
3322         * testsuite/gas/sh/sh64/crange1.s: Delete.
3323         * testsuite/gas/sh/sh64/crange2-1.d: Delete.
3324         * testsuite/gas/sh/sh64/crange2-2.d: Delete.
3325         * testsuite/gas/sh/sh64/crange2-noexp-1.d: Delete.
3326         * testsuite/gas/sh/sh64/crange2.s: Delete.
3327         * testsuite/gas/sh/sh64/crange3-1.d: Delete.
3328         * testsuite/gas/sh/sh64/crange3.s: Delete.
3329         * testsuite/gas/sh/sh64/crange4-1.d: Delete.
3330         * testsuite/gas/sh/sh64/crange4.s: Delete.
3331         * testsuite/gas/sh/sh64/crange5-1.d: Delete.
3332         * testsuite/gas/sh/sh64/crange5.s: Delete.
3333         * testsuite/gas/sh/sh64/creg-1.d: Delete.
3334         * testsuite/gas/sh/sh64/creg-1.s: Delete.
3335         * testsuite/gas/sh/sh64/creg-2.d: Delete.
3336         * testsuite/gas/sh/sh64/creg-2.s: Delete.
3337         * testsuite/gas/sh/sh64/datal-1.s: Delete.
3338         * testsuite/gas/sh/sh64/datal-2.d: Delete.
3339         * testsuite/gas/sh/sh64/datal-2.s: Delete.
3340         * testsuite/gas/sh/sh64/datal-3.s: Delete.
3341         * testsuite/gas/sh/sh64/datal32-1.d: Delete.
3342         * testsuite/gas/sh/sh64/datal32-3.d: Delete.
3343         * testsuite/gas/sh/sh64/datal64-1.d: Delete.
3344         * testsuite/gas/sh/sh64/datal64-3.d: Delete.
3345         * testsuite/gas/sh/sh64/eh-1.d: Delete.
3346         * testsuite/gas/sh/sh64/eh-1.s: Delete.
3347         * testsuite/gas/sh/sh64/endian-1.d: Delete.
3348         * testsuite/gas/sh/sh64/endian-1.s: Delete.
3349         * testsuite/gas/sh/sh64/endian-2.d: Delete.
3350         * testsuite/gas/sh/sh64/endian-2.s: Delete.
3351         * testsuite/gas/sh/sh64/err-1.s: Delete.
3352         * testsuite/gas/sh/sh64/err-2.s: Delete.
3353         * testsuite/gas/sh/sh64/err-3.s: Delete.
3354         * testsuite/gas/sh/sh64/err-4.s: Delete.
3355         * testsuite/gas/sh/sh64/err-abi-32.s: Delete.
3356         * testsuite/gas/sh/sh64/err-abi-64.s: Delete.
3357         * testsuite/gas/sh/sh64/err-dsp.s: Delete.
3358         * testsuite/gas/sh/sh64/err-movi-noexp-1.s: Delete.
3359         * testsuite/gas/sh/sh64/err-noexp-cmd1.s: Delete.
3360         * testsuite/gas/sh/sh64/err-pt-1.s: Delete.
3361         * testsuite/gas/sh/sh64/err-pt32-cmd1.s: Delete.
3362         * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
3363         * testsuite/gas/sh/sh64/err-pt32-cmd3.s: Delete.
3364         * testsuite/gas/sh/sh64/err-ptb-1.s: Delete.
3365         * testsuite/gas/sh/sh64/err-ptb-2.s: Delete.
3366         * testsuite/gas/sh/sh64/err.exp: Delete.
3367         * testsuite/gas/sh/sh64/immexpr1.s: Delete.
3368         * testsuite/gas/sh/sh64/immexpr2.s: Delete.
3369         * testsuite/gas/sh/sh64/immexpr32-1.d: Delete.
3370         * testsuite/gas/sh/sh64/immexpr32-2.d: Delete.
3371         * testsuite/gas/sh/sh64/immexpr64-1.d: Delete.
3372         * testsuite/gas/sh/sh64/immexpr64-2.d: Delete.
3373         * testsuite/gas/sh/sh64/lineno.d: Delete.
3374         * testsuite/gas/sh/sh64/lineno.s: Delete.
3375         * testsuite/gas/sh/sh64/localcom-1.d: Delete.
3376         * testsuite/gas/sh/sh64/localcom-1.s: Delete.
3377         * testsuite/gas/sh/sh64/mix-1.d: Delete.
3378         * testsuite/gas/sh/sh64/mix-1.s: Delete.
3379         * testsuite/gas/sh/sh64/mix-noexp-1.d: Delete.
3380         * testsuite/gas/sh/sh64/movi-1.s: Delete.
3381         * testsuite/gas/sh/sh64/movi-2.s: Delete.
3382         * testsuite/gas/sh/sh64/movi-3.d: Delete.
3383         * testsuite/gas/sh/sh64/movi-3.s: Delete.
3384         * testsuite/gas/sh/sh64/movi32-1.d: Delete.
3385         * testsuite/gas/sh/sh64/movi32-2.d: Delete.
3386         * testsuite/gas/sh/sh64/movi32-noexp-2.d: Delete.
3387         * testsuite/gas/sh/sh64/movi64-1.d: Delete.
3388         * testsuite/gas/sh/sh64/movi64-2.d: Delete.
3389         * testsuite/gas/sh/sh64/movi64-2.s: Delete.
3390         * testsuite/gas/sh/sh64/movi64-3.d: Delete.
3391         * testsuite/gas/sh/sh64/movi64-noexp-2.d: Delete.
3392         * testsuite/gas/sh/sh64/pt-1.d: Delete.
3393         * testsuite/gas/sh/sh64/pt-1.s: Delete.
3394         * testsuite/gas/sh/sh64/pt-2.s: Delete.
3395         * testsuite/gas/sh/sh64/pt-noexp-1.d: Delete.
3396         * testsuite/gas/sh/sh64/pt32-1.d: Delete.
3397         * testsuite/gas/sh/sh64/pt32-noexp-2.d: Delete.
3398         * testsuite/gas/sh/sh64/pt64-1.d: Delete.
3399         * testsuite/gas/sh/sh64/pt64-32-1.d: Delete.
3400         * testsuite/gas/sh/sh64/pt64-32-2.d: Delete.
3401         * testsuite/gas/sh/sh64/pt64-noexp-2.d: Delete.
3402         * testsuite/gas/sh/sh64/ptc-1.s: Delete.
3403         * testsuite/gas/sh/sh64/ptc32-1.d: Delete.
3404         * testsuite/gas/sh/sh64/ptc32-noexp-1.d: Delete.
3405         * testsuite/gas/sh/sh64/ptc64-1.d: Delete.
3406         * testsuite/gas/sh/sh64/ptc64-32-1.d: Delete.
3407         * testsuite/gas/sh/sh64/ptc64-noexp-1.d: Delete.
3408         * testsuite/gas/sh/sh64/ptext-1.s: Delete.
3409         * testsuite/gas/sh/sh64/ptext32-1.d: Delete.
3410         * testsuite/gas/sh/sh64/ptext32-noexp-1.d: Delete.
3411         * testsuite/gas/sh/sh64/ptext64-1.d: Delete.
3412         * testsuite/gas/sh/sh64/ptext64-32-1.d: Delete.
3413         * testsuite/gas/sh/sh64/ptext64-noexp-1.d: Delete.
3414         * testsuite/gas/sh/sh64/rel-1.s: Delete.
3415         * testsuite/gas/sh/sh64/rel-2.s: Delete.
3416         * testsuite/gas/sh/sh64/rel-3.s: Delete.
3417         * testsuite/gas/sh/sh64/rel-4.s: Delete.
3418         * testsuite/gas/sh/sh64/rel-5.s: Delete.
3419         * testsuite/gas/sh/sh64/rel32-1.d: Delete.
3420         * testsuite/gas/sh/sh64/rel32-2.d: Delete.
3421         * testsuite/gas/sh/sh64/rel32-3.d: Delete.
3422         * testsuite/gas/sh/sh64/rel32-4.d: Delete.
3423         * testsuite/gas/sh/sh64/rel32-5.d: Delete.
3424         * testsuite/gas/sh/sh64/rel64-1.d: Delete.
3425         * testsuite/gas/sh/sh64/rel64-2.d: Delete.
3426         * testsuite/gas/sh/sh64/rel64-3.d: Delete.
3427         * testsuite/gas/sh/sh64/rel64-4.d: Delete.
3428         * testsuite/gas/sh/sh64/rel64-5.d: Delete.
3429         * testsuite/gas/sh/sh64/relax-1.d: Delete.
3430         * testsuite/gas/sh/sh64/relax-1.s: Delete.
3431         * testsuite/gas/sh/sh64/relax-2.d: Delete.
3432         * testsuite/gas/sh/sh64/relax-2.s: Delete.
3433         * testsuite/gas/sh/sh64/relax-3.d: Delete.
3434         * testsuite/gas/sh/sh64/relax-3.s: Delete.
3435         * testsuite/gas/sh/sh64/sh64.exp: Delete.
3436         * testsuite/gas/sh/sh64/shift-1.s: Delete.
3437         * testsuite/gas/sh/sh64/shift-2.s: Delete.
3438         * testsuite/gas/sh/sh64/shift-3.s: Delete.
3439         * testsuite/gas/sh/sh64/shift32-1.d: Delete.
3440         * testsuite/gas/sh/sh64/shift32-3.d: Delete.
3441         * testsuite/gas/sh/sh64/shift32-noexp-3.d: Delete.
3442         * testsuite/gas/sh/sh64/shift64-1.d: Delete.
3443         * testsuite/gas/sh/sh64/shift64-2.d: Delete.
3444         * testsuite/gas/sh/sh64/shift64-3.d: Delete.
3445         * testsuite/gas/sh/sh64/shift64-noexp-3.d: Delete.
3446         * testsuite/gas/sh/sh64/syntax-1.d: Delete.
3447         * testsuite/gas/sh/sh64/syntax-1.s: Delete.
3448         * testsuite/gas/sh/sh64/syntax-2.d: Delete.
3449         * testsuite/gas/sh/sh64/syntax-2.s: Delete.
3450         * testsuite/gas/sh/sh64/ua-1.s: Delete.
3451         * testsuite/gas/sh/sh64/ua32-1.d: Delete.
3452         * testsuite/gas/sh/sh64/ua64-1.d: Delete.
3453         * Makefile.in: Regenerate.
3454         * doc/Makefile.in: Regenerate.
3455         * po/POTFILES.in: Regenerate.
3456
3457 2018-04-16  Alan Modra  <amodra@gmail.com>
3458
3459         * config/tc-sh.c: Remove sh-symbianelf support.
3460         * config/tc-sh.h: Likewise.
3461         * configure.ac: Likewise.
3462         * configure.tgt: Likewise.
3463         * testsuite/gas/sh/reg-prefix.d: Likewise.
3464         * testsuite/gas/sh/sh2a-pic.d: Likewise.
3465         * config.in: Regenerate.
3466         * configure: Regenerate.
3467
3468 2018-04-16  Alan Modra  <amodra@gmail.com>
3469
3470         * configure.ac: Remove m88k support.
3471         * config.in: Regenerate.
3472         * configure: Regenerate.
3473
3474 2018-04-16  Alan Modra  <amodra@gmail.com>
3475
3476         * Makefile.am: Remove i370 support.
3477         * app.c: Likewise.
3478         * config/obj-elf.c: Likewise.
3479         * configure.tgt: Likewise.
3480         * doc/Makefile.am: Likewise.
3481         * doc/as.texinfo: Likewise.
3482         * testsuite/gas/all/gas.exp: Likewise.
3483         * testsuite/gas/elf/warn-2.s: Likewise.
3484         * testsuite/gas/lns/lns.exp: Likewise.
3485         * config/tc-i370.c: Delete.
3486         * config/tc-i370.h: Delete.
3487         * doc/c-i370.texi: Delete.
3488         * Makefile.in: Regenerate.
3489         * doc/Makefile.in: Regenerate.
3490         * po/POTFILES.in: Regenerate.
3491
3492 2018-04-16  Alan Modra  <amodra@gmail.com>
3493
3494         * config/obj-coff.h: Remove h8500 support.
3495
3496 2018-04-16  Alan Modra  <amodra@gmail.com>
3497
3498         * config/obj-coff.h: Remove h8300-coff support.
3499         * config/tc-h8300.c: Likewise.
3500         * config/tc-h8300.h: Likewise.
3501         * testsuite/gas/h8300/h8300.exp: Likewise.
3502         * testsuite/gas/h8300/branch-coff.s: Delete.
3503         * testsuite/gas/h8300/branchh-coff.s: Delete.
3504         * testsuite/gas/h8300/branchs-coff.s: Delete.
3505         * testsuite/gas/h8300/ffxx1-coff.d: Delete.
3506         * testsuite/gas/h8300/ffxx1-coff.s: Delete.
3507         * testsuite/gas/h8300/h8300-coff.exp: Delete.
3508
3509 2018-04-16  Alan Modra  <amodra@gmail.com>
3510
3511         * app.c: Remove IEEE 695 support.
3512         * symbols.c: Likewise.
3513
3514 2018-04-16  Alan Modra  <amodra@gmail.com>
3515
3516         * Makefile.am: Remove netware support.
3517         * config/tc-i386.c: Likewise.
3518         * configure.tgt: Likewise.
3519         * config/te-netware.h: Delete.
3520         * Makefile.in: Regenerate.
3521         * po/POTFILES.in: Regenerate.
3522
3523 2018-04-15  H.J. Lu  <hongjiu.lu@intel.com>
3524
3525         * testsuite/gas/i386/x86-64-waitpkg.s: Add 32-bit registers
3526         tests for tpause and umwait.
3527         * testsuite/gas/i386/x86-64-waitpkg-intel.d: Updated.
3528         * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
3529
3530 2018-04-12  John Darrington  <john@darrington.wattle.id.au>
3531
3532         * as.c (main): Fail if the output is the same as one of the input
3533         files.
3534         * testsuite/gas/all/gas.exp: Test the new feature.
3535
3536 2018-04-12  Nick Clifton  <nickc@redhat.com>
3537
3538         * po/es.po: Updated Spanish translation.
3539         * po/ru.po: Updated Russian translation.
3540
3541 2018-04-11  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3542
3543         * config/tc-i386.c (cpu_arch): Add WAITPKG.
3544         (cpu_noarch): Likewise.
3545         * doc/c-i386.texi: Document WAITPKG.
3546         * i386/i386.exp: Run WAITPKG tests.
3547         * testsuite/gas/i386/waitpkg-intel.d: New test.
3548         * testsuite/gas/i386/waitpkg.d: Likewise.
3549         * testsuite/gas/i386/waitpkg.s: Likewise.
3550         * testsuite/gas/i386/x86-64-waitpkg-intel.d: Likewise.
3551         * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
3552         * testsuite/gas/i386/x86-64-waitpkg.s: Likewise.
3553
3554 2018-04-11  Alan Modra  <amodra@gmail.com>
3555
3556         * config/aout_gnu.h: Delete.
3557         * config/tc-i860.c: Delete.
3558         * config/tc-i860.h: Delete.
3559         * config/tc-i960.c: Delete.
3560         * config/tc-i960.h: Delete.
3561         * doc/c-i860.texi: Delete.
3562         * doc/c-i960.texi: Delete.
3563         * testsuite/gas/i860/README.i860: Delete.
3564         * testsuite/gas/i860/bitwise.d: Delete.
3565         * testsuite/gas/i860/bitwise.s: Delete.
3566         * testsuite/gas/i860/branch.d: Delete.
3567         * testsuite/gas/i860/branch.s: Delete.
3568         * testsuite/gas/i860/bte.d: Delete.
3569         * testsuite/gas/i860/bte.s: Delete.
3570         * testsuite/gas/i860/dir-align01.d: Delete.
3571         * testsuite/gas/i860/dir-align01.s: Delete.
3572         * testsuite/gas/i860/dir-intel01.d: Delete.
3573         * testsuite/gas/i860/dir-intel01.s: Delete.
3574         * testsuite/gas/i860/dir-intel02.d: Delete.
3575         * testsuite/gas/i860/dir-intel02.s: Delete.
3576         * testsuite/gas/i860/dir-intel03-err.l: Delete.
3577         * testsuite/gas/i860/dir-intel03-err.s: Delete.
3578         * testsuite/gas/i860/dual01.d: Delete.
3579         * testsuite/gas/i860/dual01.s: Delete.
3580         * testsuite/gas/i860/dual02-err.l: Delete.
3581         * testsuite/gas/i860/dual02-err.s: Delete.
3582         * testsuite/gas/i860/dual03.d: Delete.
3583         * testsuite/gas/i860/dual03.s: Delete.
3584         * testsuite/gas/i860/fldst01.d: Delete.
3585         * testsuite/gas/i860/fldst01.s: Delete.
3586         * testsuite/gas/i860/fldst02.d: Delete.
3587         * testsuite/gas/i860/fldst02.s: Delete.
3588         * testsuite/gas/i860/fldst03.d: Delete.
3589         * testsuite/gas/i860/fldst03.s: Delete.
3590         * testsuite/gas/i860/fldst04.d: Delete.
3591         * testsuite/gas/i860/fldst04.s: Delete.
3592         * testsuite/gas/i860/fldst05.d: Delete.
3593         * testsuite/gas/i860/fldst05.s: Delete.
3594         * testsuite/gas/i860/fldst06.d: Delete.
3595         * testsuite/gas/i860/fldst06.s: Delete.
3596         * testsuite/gas/i860/fldst07.d: Delete.
3597         * testsuite/gas/i860/fldst07.s: Delete.
3598         * testsuite/gas/i860/fldst08.d: Delete.
3599         * testsuite/gas/i860/fldst08.s: Delete.
3600         * testsuite/gas/i860/float01.d: Delete.
3601         * testsuite/gas/i860/float01.s: Delete.
3602         * testsuite/gas/i860/float02.d: Delete.
3603         * testsuite/gas/i860/float02.s: Delete.
3604         * testsuite/gas/i860/float03.d: Delete.
3605         * testsuite/gas/i860/float03.s: Delete.
3606         * testsuite/gas/i860/float04.d: Delete.
3607         * testsuite/gas/i860/float04.s: Delete.
3608         * testsuite/gas/i860/form.d: Delete.
3609         * testsuite/gas/i860/form.s: Delete.
3610         * testsuite/gas/i860/i860.exp: Delete.
3611         * testsuite/gas/i860/iarith.d: Delete.
3612         * testsuite/gas/i860/iarith.s: Delete.
3613         * testsuite/gas/i860/ldst01.d: Delete.
3614         * testsuite/gas/i860/ldst01.s: Delete.
3615         * testsuite/gas/i860/ldst02.d: Delete.
3616         * testsuite/gas/i860/ldst02.s: Delete.
3617         * testsuite/gas/i860/ldst03.d: Delete.
3618         * testsuite/gas/i860/ldst03.s: Delete.
3619         * testsuite/gas/i860/ldst04.d: Delete.
3620         * testsuite/gas/i860/ldst04.s: Delete.
3621         * testsuite/gas/i860/ldst05.d: Delete.
3622         * testsuite/gas/i860/ldst05.s: Delete.
3623         * testsuite/gas/i860/ldst06.d: Delete.
3624         * testsuite/gas/i860/ldst06.s: Delete.
3625         * testsuite/gas/i860/pfam.d: Delete.
3626         * testsuite/gas/i860/pfam.s: Delete.
3627         * testsuite/gas/i860/pfmam.d: Delete.
3628         * testsuite/gas/i860/pfmam.s: Delete.
3629         * testsuite/gas/i860/pfmsm.d: Delete.
3630         * testsuite/gas/i860/pfmsm.s: Delete.
3631         * testsuite/gas/i860/pfsm.d: Delete.
3632         * testsuite/gas/i860/pfsm.s: Delete.
3633         * testsuite/gas/i860/pseudo-ops01.d: Delete.
3634         * testsuite/gas/i860/pseudo-ops01.s: Delete.
3635         * testsuite/gas/i860/regress01.d: Delete.
3636         * testsuite/gas/i860/regress01.s: Delete.
3637         * testsuite/gas/i860/shift.d: Delete.
3638         * testsuite/gas/i860/shift.s: Delete.
3639         * testsuite/gas/i860/simd.d: Delete.
3640         * testsuite/gas/i860/simd.s: Delete.
3641         * testsuite/gas/i860/system.d: Delete.
3642         * testsuite/gas/i860/system.s: Delete.
3643         * testsuite/gas/i860/xp.d: Delete.
3644         * testsuite/gas/i860/xp.s: Delete.
3645         * Makefile.am: Remove i860 and i960 support.
3646         * configure.tgt: Likewise.
3647         * doc/Makefile.am: Likewise.
3648         * doc/all.texi: Likewise.
3649         * testsuite/gas/all/gas.exp
3650         * config/obj-coff.h: Remove i960 support.
3651         * doc/internals.texi: Likewise.
3652         * expr.c: Likewise.
3653         * read.c: Likewise.
3654         * write.c: Likewise.
3655         * write.h: Likewise.
3656         * testsuite/gas/lns/lns.exp: Likewise.
3657         * testsuite/gas/symver/symver.exp: Likewise.
3658         * config/tc-m68k.c: Remove BOUT support.
3659         * config/tc-score.c: Likewise.
3660         * config/tc-score7.c: Likewise.
3661         * config/tc-sparc.c: Likewise.
3662         * symbols.c: Likewise.
3663         * doc/h8.texi: Likewise.
3664         * configure.ac: Remove BOUT and i860 support.
3665         * doc/as.texinfo: Remove BOUT, i860 and i960 support
3666         * Makefile.in: Regenerate.
3667         * config.in: Regenerate.
3668         * configure: Regenerate.
3669         * doc/Makefile.in: Regenerate.
3670         * po/POTFILES.in: Regenerate.
3671
3672 2018-04-05  H.J. Lu  <hongjiu.lu@intel.com>
3673
3674         PR gas/22318
3675         * configure: Regenerated.
3676
3677 2018-04-04  H.J. Lu  <hongjiu.lu@intel.com>
3678
3679         PR binutils/23025
3680         * testsuite/gas/i386/prefix.s: Add tests for vcvtpd2dq with
3681         VEX and EVEX prefixes.
3682         * testsuite/gas/i386/prefix.d: Updated.
3683
3684 2018-03-30  Peter Bergner <bergner@vnet.ibm.com>
3685
3686         PR binutils/23013
3687         * config/tc-ppc.c (ppc_set_cpu): Select appropriate cpu when ppc_obj64
3688         and little endian.
3689
3690 2018-03-28  Renlin Li  <renlin.li@arm.com>
3691
3692         PR ld/22970
3693         * config/tc-aarch64.c (reloc_table): Update entry for tprel_lo12 and
3694         tprel_lo12_nc with pseudo relocations.
3695         (ldst_lo12_determine_real_reloc_type): Add new relocations support.
3696         (parse_operands): Handle BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12 and
3697         BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC pseudo relocations.
3698         (md_apply_fix): Add handling for new relocation.
3699         (aarch64_force_relocation): Likewise.
3700         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.d: New.
3701         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.s: New.
3702         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.d: New.
3703         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.s: New.
3704         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.d: New.
3705         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.s: New.
3706         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.d: New.
3707         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.s: New.
3708         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.d: New.
3709         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.s: New.
3710         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.d: New.
3711         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.s: New.
3712         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.d: New.
3713         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.s: New.
3714         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.d: New.
3715         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.s: New.
3716         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16-ilp32.d: New.
3717         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32-ilp32.d: New.
3718         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64-ilp32.d: New.
3719         * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8-ilp32.d: New.
3720         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16-ilp32.d: New.
3721         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32-ilp32.d: New.
3722         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64-ilp32.d: New.
3723         * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8-ilp32.d: New.
3724
3725 2018-03-28  Jan Beulich  <jbeulich@suse.com>
3726
3727         * config/tc-i386.c (check_VecOperands): Replace uses of
3728         .vecesize. Always initialize op.
3729         * testsuite/gas/i386/avx512_vpopcntdq.s,
3730         testsuite/gas/i386/avx512bitalg_vl.s: Add Intel syntax vpopcnt
3731         broadcast cases with explicit operand size.
3732         * testsuite/gas/i386/avx512_vpopcntdq.d,
3733         testsuite/gas/i386/avx512_vpopcntdq-intel.d,
3734         testsuite/gas/i386/avx512bitalg_vl.d
3735         testsuite/gas/i386/avx512bitalg_vl-intel.d: Adjust expectations.
3736
3737 2018-03-28  Jan Beulich  <jbeulich@suse.com>
3738
3739         * config/tc-i386.c (struct Broadcast_Operation): Adjust comment.
3740         (check_VecOperands): Re-write broadcast validation code.
3741         (check_VecOperations): Replace BROADCAST_1TO* uses.
3742         * testsuite/gas/i386/inval-avx512f.s: Add various broadcast
3743         cases.
3744         * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
3745
3746 2018-03-28  Jan Beulich  <jbeulich@suse.com>
3747
3748         * config/tc-i386.c (process_suffix): Check .todword/.toqword
3749         before zapping suffix.
3750
3751 2018-03-28  Jan Beulich  <jbeulich@suse.com>
3752
3753         * testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
3754         testsuite/gas/i386/x86-64-simd-suffix.d: Drop q suffix from
3755         cvt*2si.
3756
3757 2018-03-28  Nick Clifton  <nickc@redhat.com>
3758
3759         PR 22988
3760         * config/tc-aarch64.c (parse_operands): Add code to handle
3761         AARCH64_OPN_SVE_ADDR_R.
3762         * testsuite/gas/aarch64/sve.s: Add tests for LDFF1xx instructions
3763         with an assumed XZR offset address register.
3764         * testsuite/gas/aarch64/sve.d: Update expected disassembly.
3765
3766 2018-03-22  Jan Beulich  <jbeulich@suse.com>
3767
3768         * config/tc-i386.c (check_VecOperands): Latch
3769         i.broadcast->operand into op.
3770
3771 2018-03-22  Jan Beulich  <jbeulich@suse.com>
3772
3773         * config/tc-i386.c (match_template): Special case base opcode
3774         0xa0 with HLE prefix.
3775         * testsuite/gas/i386/hle.s: Add mov-accumulator-to-disp cases.
3776         * testsuite/gas/i386/hle.d, testsuite/gas/i386/hle-intel.d:
3777         Adjust expectations.
3778
3779 2018-03-22  Jan Beulich  <jbeulich@suse.com>
3780
3781         * testsuite/gas/i386/opts.s: Add bndmov cases.
3782         * testsuite/gas/i386/opts.d, testsuite/gas/i386/opts-intel.d,
3783         testsuite/gas/i386/sse2avx-opts.d,
3784         testsuite/gas/i386/sse2avx-opts-intel.d: Adjust expectations.
3785
3786 2018-03-22  Jan Beulich  <jbeulich@suse.com>
3787
3788         * config/tc-i386.c (match_mem_size): Extend sub-xmmword
3789         exceptions.
3790         * testsuite/gas/i386/xmmword.l, testsuite/gas/i386/xmmword.s:
3791         New.
3792         * testsuite/gas/i386/i386.exp: Run new test.
3793
3794 2018-03-22  Jan Beulich  <jbeulich@suse.com>
3795
3796         * config/tc-i386.c (match_template): Also match 2nd and 4th
3797         operand's register sizes.
3798         * testsuite/gas/i386/unspec.l, testsuite/gas/i386/unspec.s: New.
3799         * testsuite/gas/i386/i386.exp: Run new test.
3800
3801 2018-03-19  Nick Clifton  <nickc@redhat.com>
3802
3803         * po/uk.po: Updated Ukranian translation.
3804
3805 2018-03-16  Jim Wilson  <jimw@sifive.com>
3806
3807         * config/tc-riscv.c (check_absolute_expr): Expand comment.  New
3808         parameter maybe_csr.  If maybe_csr and O_symbol, print CSR name.
3809         (riscv_ip): Add new argument to check_absolute_expr calls.
3810         * testsuite/gas/riscv/bad-csr.d: New.
3811         * testsuite/gas/riscv/bad-csr.l: New.
3812         * testsuite/gas/riscv/bad-csr.s: New.
3813
3814 2018-03-14  Kito Cheng  <kito.cheng@gmail.com>
3815
3816         * config/tc-riscv.c (opcode_name_list): New.
3817         (opcode_names_hash): Likewise.
3818         (init_opcode_names_hash): Likewise.
3819         (opcode_name_lookup): Likewise.
3820         (validate_riscv_insn): New argument length, and add new format
3821         which used in .insn directive.
3822         (md_begin): Refine hash table initialization logic into
3823         init_opcode_hash.
3824         (init_opcode_hash): New.
3825         (my_getOpcodeExpression): Parse opcode name for .insn.
3826         (riscv_ip): New argument hash, able to handle .insn directive.
3827         (s_riscv_insn): Handler for .insn directive.
3828         (riscv_pseudo_table): New entry for .insn.
3829         * doc/c-riscv.texi: Add documentation for .insn directive.
3830         * testsuite/gas/riscv/insn.d: Add testcase for .insn directive.
3831         * testsuite/gas/riscv/insn.s: Likewise.
3832
3833 2018-03-13  Nick Clifton  <nickc@redhat.com>
3834
3835         * po/ru.po: Updated Russian translation.
3836
3837 2018-03-09  H.J. Lu  <hongjiu.lu@intel.com>
3838
3839         * config/tc-i386.c (optimize_encoding): Encode EVEX instructions
3840         with VEX128 if EVEX encoding isn't required.
3841         * testsuite/gas/i386/optimize-1.d: Updated.
3842         * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
3843
3844 2018-03-09  H.J. Lu  <hongjiu.lu@intel.com>
3845
3846         * config/tc-i386.c (check_VecOperations): Strip whitespace.
3847         * testsuite/gas/i386/optimize-1.s: Add whitespaces before
3848         {%k7} and {z},
3849         * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
3850
3851 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
3852
3853         * config/tc-i386.c (set_cpu_arch): Set cpu_arch_isa_flags.
3854         (md_parse_option): Likewise.
3855         (optimize_encoding): Check i.tm.cpu_flags and cpu_arch_isa_flags
3856         for cpuavx512vl instead of cpu_arch_flags.  Optimize EVEX with
3857         EVEX128 when EVEX encoding is required.
3858         * testsuite/gas/i386/i386.exp: Run optimize-4, optimize-5,
3859         x86-64-optimize-5 and x86-64-optimize-6.
3860         * testsuite/gas/i386/optimize-1.d: Updated.
3861         * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
3862         * testsuite/gas/i386/optimize-4.d: New file.
3863         * testsuite/gas/i386/optimize-4.s: Likewise.
3864         * testsuite/gas/i386/optimize-5.d: Likewise.
3865         * testsuite/gas/i386/optimize-5.s: Likewise.
3866         * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
3867         * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
3868         * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
3869         * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
3870
3871 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
3872
3873         * config/tc-i386.c (optimize_encoding): Also encode "clr reg64"
3874         as "xor reg32, reg32".
3875         * testsuite/gas/i386/x86-64-optimize-1.s: Add "clr reg64" tests.
3876         * testsuite/gas/i386/x86-64-optimize-1.d: Updated.
3877
3878 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
3879
3880         * NEWS: Mention -mold-gcc removal.
3881         * config/tc-i386.c (i386_error): Remove old_gcc_only.
3882         (old_gcc): Removed.
3883         (match_template): Remove old gcc support.
3884         (OPTION_MOLD_GCC): Removed.
3885         (OPTION_MRELAX_RELOCATIONS): Updated.
3886         (md_longopts): Remove OPTION_MOLD_GCC.
3887         (md_parse_option): Likewise.
3888         (md_show_usage): Remove -mold-gcc.
3889         * testsuite/gas/i386/general.s: Convert fsub/fdiv tests for old
3890         (<= 2.8.1) versions of gcc.
3891         * testsuite/gas/i386/intel.s: Likewise.
3892         * testsuite/gas/i386/general.l: Updated.
3893         * testsuite/gas/i386/intel-intel.d: Likewise.
3894         * testsuite/gas/i386/intel.d: Likewise.
3895         * testsuite/gas/i386/intel.e: Likewise.
3896         * testsuite/gas/i386/i386.exp: Don't pass -mold-gcc to general.
3897
3898 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3899
3900         * config/tc-i386.c (is_evex_encoding): New.
3901         (optimize_encoding, md_assemble, md_assemble,
3902         VEX_check_operands, build_modrm_byte): Use is_evex_encoding.
3903         (build_evex_prefix): Derive EVEX length field from actual
3904         operands if the template allows multiple ones.
3905
3906 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3907
3908         * config/tc-i386.c (build_modrm_byte): Make VexNDD handling cope
3909         with 3rd (immediate) operand.
3910
3911 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3912
3913         * config/tc-i386.c (XMMWORD_MNEM_SUFFIX, YMMWORD_MNEM_SUFFIX,
3914         ZMMWORD_MNEM_SUFFIX): Delete.
3915         (process_suffix): Drop their uses. Re-arrange final part of
3916         logic into a switch() statement. Drop special casing of
3917         cmpxchg8b.
3918
3919 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3920
3921         * config/tc-i386.c (match_template): Also match register
3922         operands 0 and 2 for 3-operand forms.
3923         * testsuite/gas/i386/unspec64.l, testsuite/gas/i386/unspec64.s:
3924         New.
3925         * testsuite/gas/i386/i386.exp: Run new test.
3926
3927 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3928
3929         * config/tc-i386.c (process_suffix): Do common part of register
3930         checks first.
3931
3932 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3933
3934         * config/tc-i386.c (parse_insn): Move success return up. Combine
3935         failure returns.
3936
3937 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3938
3939         * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
3940         logic. Add respective logic for AVX512F.
3941         * testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
3942         testsuite/gas/i386/arch-avx-1.d,
3943         testsuite/gas/i386/arch-avx-1-1.l,
3944         testsuite/gas/i386/arch-avx-1-2.l,
3945         testsuite/gas/i386/arch-avx-1-3.l,
3946         testsuite/gas/i386/arch-avx-1-4.l,
3947         testsuite/gas/i386/arch-avx-1-5.l,
3948         testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
3949         * testsuite/gas/i386/arch-avx-1-7.l,
3950         testsuite/gas/i386/arch-avx-1-7.s,
3951         testsuite/gas/i386/arch-avx-1-8.l,
3952         testsuite/gas/i386/arch-avx-1-8.s,
3953         testsuite/gas/i386/avx512f-plain.l,
3954         testsuite/gas/i386/avx512f-plain.s,
3955         testsuite/gas/i386/avx512vl-plain.l,
3956         testsuite/gas/i386/avx512vl-plain.s: New.
3957         * testsuite/gas/i386/i386.exp: Run new tests.
3958
3959 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3960
3961         * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
3962
3963 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3964
3965         * config/tc-i386.c (CPU_FLAGS_32BIT_MATCH): Delete.
3966         (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
3967         CPU_FLAGS_32BIT_MATCH.
3968
3969 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3970
3971         * config/tc-i386.c (CPU_FLAGS_AES_MATCH, CPU_FLAGS_AVX_MATCH,
3972         CPU_FLAGS_PCLMUL_MATCH): Delete.
3973         (CPU_FLAGS_32BIT_MATCH): Drop uses of deleted CPU_FLAGS_*_MATCH.
3974         (cpu_flags_match): Combine AVX checks into
3975         single if().
3976
3977 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3978
3979         * config/tc-i386.c (cpu_flags_match): Drop "else" branches
3980         setting CPU_FLAGS_ARCH_MATCH.
3981
3982 2018-03-08  Jan Beulich  <jbeulich@suse.com>
3983
3984         * config/tc-i386.c (md_assemble): Extend SSE check conditional.
3985         * testsuite/gas/i386/ilp32/x86-64-sse-check-none.d,
3986         testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
3987         testsuite/gas/i386/ilp32/x86-64-sse-check.d,
3988         testsuite/gas/i386/sse-check-none.d,
3989         testsuite/gas/i386/sse-check-warn.d,
3990         testsuite/gas/i386/x86-64-sse-check.d,
3991         testsuite/gas/i386/x86-64-sse-check-none.d,
3992         testsuite/gas/i386/x86-64-sse-check-warn.d: Refer to sse-check.d.
3993         * testsuite/gas/i386/sse-check.s: Add AES, GFNI, and PCLMUL
3994         tests.
3995         * testsuite/gas/i386/sse-check-none.s: Replace code by inclusion
3996         of sse-check.s.
3997         * testsuite/gas/i386/sse-check.d: Adjust expectations.
3998         * testsuite/gas/i386/sse-check-error.l,
3999         testsuite/gas/i386/x86-64-sse-check-error.l: Likewise.
4000         * testsuite/gas/i386/sse-check-warn.e: Likewise.
4001
4002 2018-03-08  Jan Beulich  <jbeulich@suse.com>
4003
4004         * config/tc-i386.c (operand_size_match): Drop / replace uses of
4005         .floatd.
4006
4007 2018-03-08  Jan Beulich  <jbeulich@suse.com>
4008
4009         * testsuite/gas/i386/intel-intel.d: New.
4010         * testsuite/gas/i386/i386.exp: Run new test.
4011
4012 2018-03-08  Jan Beulich  <jbeulich@suse.com>
4013
4014         * config/tc-i386.c (process_operands): Access operands only
4015         after operand count assertion. Sanitize warning text. Fix
4016         indentation.
4017         * testsuite/gas/i386/avx512_4fmaps-warn.l,
4018         gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
4019
4020 2018-03-08  Jan Beulich  <jbeulich@suse.com>
4021
4022         * testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
4023         * testsuite/gas/i386/x86-64-movd.d,
4024         testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
4025
4026 2018-03-08  Jan Beulich  <jbeulich@suse.com>
4027
4028         * config/tc-i386.c (operand_type_and_not): New.
4029         (build_modrm_byte): Use it to prevent clearing unrelated bits.
4030
4031 2018-03-08  Alan Modra  <amodra@gmail.com>
4032
4033         * config/tc-ppc.c (ppc_handle_align): Correct last patch.  Really
4034         don't emit a group terminating nop for power9.  Simplify cpu
4035         tests.
4036
4037 2018-03-08  Alan Modra  <amodra@gmail.com>
4038
4039         * config/tc-ppc.c (ppc_handle_align): Don't emit a group
4040         terminating nop for power9.
4041
4042 2018-03-07  H.J. Lu  <hongjiu.lu@intel.com>
4043
4044         PR gas/22874
4045         * config/tc-i386.c (f32_5): Removed.
4046         (f32_8): Likewise.
4047         (f32_9): Likewise.
4048         (f32_10): Likewise.
4049         (f32_11): Likewise.
4050         (f32_12): Likewise.
4051         (f32_13): Likewise.
4052         (f32_14): Likewise.
4053         (f16_5): Likewise.
4054         (f16_6): Likewise.
4055         (f16_7): Likewise.
4056         (f16_8): Likewise.
4057         (jump_31): Likewise.
4058         (alt64_11): Likewise.
4059         (alt64_patt): Likewise.
4060         (jump_disp8): New.
4061         (jump32_disp32): Likewise.
4062         (jump16_disp32): Likewise.
4063         (alt_11): Likewise.
4064         (f32_patt): Updated.
4065         (f16_patt): Likewise.
4066         (alt_patt): Add alt_11.
4067         (i386_align_code): Merged with ...
4068         (i386_generate_nops): This.  Rewritten.
4069         (fits_in_imm7): Moved before i386_generate_nops.
4070         (fits_in_imm31): Likewise.
4071         * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
4072         4095.
4073         (i386_align_code): Removed.
4074         (HANDLE_ALIGN): Rewritten with i386_generate_nops.
4075         * doc/as.texinfo: Update limits of control byte for x86 .nops
4076         directive.
4077         * testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
4078         * gas/testsuite/gas/i386/noavx-3.l: Updated.
4079         * gas/testsuite/gas/i386/nop-1.d: Likewise.
4080         * gas/testsuite/gas/i386/nop-1.s: Likewise.
4081         * gas/testsuite/gas/i386/nop-2.d: Likewise.
4082         * gas/testsuite/gas/i386/nop-2.s: Likewise.
4083         * gas/testsuite/gas/i386/nop-3.d: Likewise.
4084         * gas/testsuite/gas/i386/nop-4.d: Likewise.
4085         * gas/testsuite/gas/i386/nop-5.d: Likewise.
4086         * gas/testsuite/gas/i386/nop-5.s: Likewise.
4087         * gas/testsuite/gas/i386/nop-6.d: Likewise.
4088         * gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
4089         * gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
4090         * gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
4091         * gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
4092         * gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
4093         * gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
4094         * gas/testsuite/gas/i386/nops-1.d: Likewise.
4095         * gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
4096         * gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
4097         * gas/testsuite/gas/i386/nops-2.d: Likewise.
4098         * gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
4099         * gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
4100         * gas/testsuite/gas/i386/nops-3.d: Likewise.
4101         * gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
4102         * gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
4103         * gas/testsuite/gas/i386/nops-4.d: Likewise.
4104         * gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
4105         * gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
4106         * gas/testsuite/gas/i386/nops-5.d: Likewise.
4107         * gas/testsuite/gas/i386/nops-6.d: Likewise.
4108         * gas/testsuite/gas/i386/nops16-1.d: Likewise.
4109         * gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
4110         * gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
4111         * gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
4112         * gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
4113         * gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
4114         * gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
4115         * gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
4116         * gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
4117         * gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
4118         * gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
4119         * gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
4120         * gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
4121         * gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
4122         * gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
4123         * gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
4124         * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
4125         * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
4126         * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
4127         * gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
4128         * gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
4129         * gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
4130         * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
4131         * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
4132         * gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
4133         * gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
4134         * gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
4135         * gas/testsuite/gas/i386/nops-7.d: New file.
4136         * gas/testsuite/gas/i386/nops-7.s: Likewise.
4137         * gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
4138
4139 2018-03-07  Alan Modra  <amodra@gmail.com>
4140
4141         * testsuite/gas/ppc/aix.exp: Run for rs6000 too.
4142         * testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
4143         * testsuite/gas/ppc/machine.d: Don't run for PE targets.
4144
4145 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4146
4147         * config/tc-arm.c (md_begin): Add NULL pointer check before
4148         dereferencing march_ext_opt.
4149
4150 2018-03-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4151
4152         * config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
4153         legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
4154         mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
4155         mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
4156         (dyn_mcpu_ext_opt): Also rename into ...
4157         (mcpu_ext_opt): This.
4158         (dyn_march_ext_opt): Also rename into ...
4159         (march_ext_opt): This.
4160         (object_arch): Also rename into ...
4161         (selected_object_arch): This and make it a plain arm_feature_set
4162         structure.
4163         (selected_arch, selected_ext, selected_fpu): New static variables.
4164         (mark_feature_used): Fix comments, feature is marked as used iff it is
4165         currently allowed.
4166         (do_bx): Adapt to change in name and type of object_arch.
4167         (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
4168         rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
4169         Remove dead code to set default FPU if architecture version is greater
4170         than 5.  Set all CPU bits of cpu_variant directly in autodection
4171         leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
4172         (arm_parse_extension): Take extension feature set pointer parameter by
4173         value rather than by pointer.  Remove allocation code.  Adapt code
4174         accordingly.
4175         (arm_parse_cpu): Adapt to variable renaming and changes in
4176         arm_parse_extension () signature.
4177         (arm_parse_arch): Likewise.
4178         (aeabi_set_public_attributes): Also set selected_arch and selected_ext
4179         in addition to selected_cpu.  Set flags_arch and flags_ext from them
4180         instead of selected_cpu.  Adapt to variables renaming and type change.
4181         (arm_md_post_relax): Adapt to variable renaming.
4182         (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
4183         mcpu_cpu_opt and dyn_mcpu_ext_opt.  Set selected_cpu from them and
4184         cpu_variant from selected_cpu and selected_fpu.
4185         (s_arm_arch): Likewise.
4186         (s_arm_object_arch): Adapt to variable renaming.
4187         (s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
4188         set against arm_any.  Check selected_arch rather than *mcpu_cpu_opt.
4189         Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
4190         code.
4191         (s_arm_fpu): Set selected_fpu instead of mfpu_opt.  Set all CPU feature
4192         bits if in autodetection mode.
4193
4194 2018-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4195
4196         * config/tc-i386.c (optimize_encoding): Optimize AVX256 and
4197         AVX512 vpsub[bwdq] instructions.
4198         * testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
4199         AVX512 vpsub[bwdq] instructions.
4200         * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
4201         * testsuite/gas/i386/optimize-1.d: Updated.
4202         * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
4203
4204 2018-03-01  Alan Modra  <amodra@gmail.com>
4205
4206         * configure.ac (ALL_LINGUAS): Add uk.  Sort.
4207         * configure: Regenerate.
4208
4209 2018-02-27  H.J. Lu  <hongjiu.lu@intel.com>
4210
4211         * NEWS: Rename .nop to .nops.
4212         * doc/as.texinfo: Likewise.
4213         * read.c (potable): Add "nops".  Remove "nop".
4214         (s_nop): Renamed to ...
4215         (s_nops): This.
4216         * read.h (s_nop): Renamed to ...
4217         (s_nops): This.
4218         * write.c (cvt_frag_to_fill): Rename .nop to .nops.
4219         (md_generate_nops): Likewise.
4220         (relax_segment): Likewise.
4221         * testsuite/gas/i386/nop-1.d: Updated.
4222         * testsuite/gas/i386/nop-1.s: Likewise.
4223         * testsuite/gas/i386/nop-2.d: Likewise.
4224         * testsuite/gas/i386/nop-2.s: Likewise.
4225         * testsuite/gas/i386/nop-3.d: Likewise.
4226         * testsuite/gas/i386/nop-3.s: Likewise.
4227         * testsuite/gas/i386/nop-4.d: Likewise.
4228         * testsuite/gas/i386/nop-4.s: Likewise.
4229         * testsuite/gas/i386/nop-5.d: Likewise.
4230         * testsuite/gas/i386/nop-5.s: Likewise.
4231         * testsuite/gas/i386/nop-6.d: Likewise.
4232         * testsuite/gas/i386/nop-6.s: Likewise.
4233         * testsuite/gas/i386/nop-bad-1.l: Likewise.
4234         * testsuite/gas/i386/nop-bad-1.s: Likewise.
4235         * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
4236         * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
4237         * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
4238         * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
4239         * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
4240         * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
4241
4242 2018-02-27  H.J. Lu  <hongjiu.lu@intel.com>
4243
4244         PR gas/22871
4245         * NEWS: Mention -O[2|s].
4246         * config/tc-i386.c (_i386_insn): Add no_optimize.
4247         (optimize): New.
4248         (optimize_for_space): Likewise.
4249         (fits_in_imm7): New function.
4250         (fits_in_imm31): Likewise.
4251         (optimize_encoding): Likewise.
4252         (md_assemble): Call optimize_encoding to optimize encoding.
4253         (parse_insn): Handle {nooptimize}.
4254         (md_shortopts): Append "O::".
4255         (md_parse_option): Handle -On.
4256         * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
4257         as {nooptimize}.
4258         * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
4259         * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
4260         * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
4261         optimize-3, x86-64-optimize-1, x86-64-optimize-2,
4262         x86-64-optimize-3 and x86-64-optimize-4.
4263         * testsuite/gas/i386/optimize-1.d: New file.
4264         * testsuite/gas/i386/optimize-1.s: Likewise.
4265         * testsuite/gas/i386/optimize-2.d: Likewise.
4266         * testsuite/gas/i386/optimize-2.s: Likewise.
4267         * testsuite/gas/i386/optimize-3.d: Likewise.
4268         * testsuite/gas/i386/optimize-3.s: Likewise.
4269         * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
4270         * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
4271         * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
4272         * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
4273         * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
4274         * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
4275         * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
4276         * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
4277
4278 2018-02-27  Nick Clifton  <nickc@redhat.com>
4279
4280         * po/ru.po: Updated Russian translation.
4281
4282 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
4283
4284         * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
4285         descriptions.
4286
4287 2018-02-26  Nick Clifton  <nickc@redhat.com>
4288
4289         * doc/as.texinfo (Dc): Fix typo.
4290
4291 2018-02-26  Alan Modra  <amodra@gmail.com>
4292
4293         * testsuite/gas/mips/reginfo-2.l: Update.
4294
4295 2018-02-23  Alan Modra  <amodra@gmail.com>
4296
4297         * testsuite/gas/mips/reginfo-2.l: Update.
4298
4299 2018-02-23  Nick Clifton  <nickc@redhat.com>
4300
4301         * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
4302
4303 2018-02-23  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
4304
4305         * config/tc-nds32.c (ict_model): New function. Hook new
4306         directive .ict_model.
4307         (nds32_insert_relax_entry): Tag the bits of entry relocation
4308         for .ict_model.
4309
4310 2018-02-22  H.J. Lu  <hongjiu.lu@intel.com>
4311
4312         * config/tc-i386.c (_i386_insn): Add rex_encoding.
4313         (md_assemble): When i.rex_encoding is true, generate a REX byte
4314         if possible.
4315         (parse_insn): Set i.rex_encoding for {rex}.
4316         * doc/c-i386.texi: Document {rex}.
4317         * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
4318         * testsuite/gas/i386/x86-64-pseudos.d: Updated.
4319
4320 2018-02-22  A. Wilcox  <awilfox@adelielinux.org>
4321
4322         PR 22014
4323         * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
4324         instruction size suffix.
4325
4326 2018-02-20  Maciej W. Rozycki  <macro@mips.com>
4327
4328         * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
4329         * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
4330         * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
4331         * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
4332         * testsuite/gas/mips/mips.exp: Run the new tests.
4333
4334 2018-02-20  Max Filippov  <jcmvbkbc@gmail.com>
4335
4336         * config/tc-xtensa.c (struct litpool_frag): Add new field
4337         literal_count.
4338         (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
4339         (MAX_POOL_LITERALS): New macro definitions.
4340         (auto_litpool_limit): Initialize to 0.
4341         (md_parse_option): Set auto_litpool_limit in the presence of
4342         --auto-litpools option.
4343         (xtensa_maybe_create_literal_pool_frag): Zero-initialize
4344         literal_count field.
4345         (xg_find_litpool): New function. Make sure that found literal
4346         pool size is within the limit.
4347         (xtensa_move_literals): Extract literal pool search code into
4348         the new function.
4349         * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
4350         * testsuite/gas/xtensa/auto-litpools-2.d: New file.
4351         * testsuite/gas/xtensa/auto-litpools-2.s: New file.
4352         * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
4353         addresses.
4354         * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
4355         that objdump doesn't get out of sync.
4356
4357 2018-02-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4358
4359         * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
4360         also the same as -march.
4361
4362 2018-02-17  H.J. Lu  <hongjiu.lu@intel.com>
4363
4364         * NEWS: Mention .nop directive.
4365         * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
4366         * read.c (potable): Add .nop.
4367         (s_nop): New function.
4368         * read.h (s_nop): New prototype.
4369         * write.c (cvt_frag_to_fill): Handle rs_space_nop and
4370         rs_fill_nop.
4371         (md_generate_nops): New function.
4372         (relax_segment): Likewise.
4373         (write_contents): Use md_generate_nops for rs_fill_nop.
4374         * config/tc-i386.c (alt64_11): New.
4375         (alt64_patt): Likewise.
4376         (md_convert_frag): Handle rs_space_nop.
4377         (i386_output_nops): New function.
4378         (i386_generate_nops): Likewise.
4379         (i386_align_code): Call i386_output_nops.
4380         * config/tc-i386.h (i386_generate_nops): New.
4381         (md_generate_nops): Likewise.
4382         * doc/as.texinfo: Document .nop directive.
4383         * testsuite/gas/i386/i386.exp: Run .nop directive tests.
4384         * testsuite/gas/i386/nop-1.d: New file.
4385         * testsuite/gas/i386/nop-1.s: Likewise.
4386         * testsuite/gas/i386/nop-2.d: Likewise.
4387         * testsuite/gas/i386/nop-2.s: Likewise.
4388         * testsuite/gas/i386/nop-3.d: Likewise.
4389         * testsuite/gas/i386/nop-3.s: Likewise.
4390         * testsuite/gas/i386/nop-4.d: Likewise.
4391         * testsuite/gas/i386/nop-4.s: Likewise.
4392         * testsuite/gas/i386/nop-5.d: Likewise.
4393         * testsuite/gas/i386/nop-5.s: Likewise.
4394         * testsuite/gas/i386/nop-6.d: Likewise.
4395         * testsuite/gas/i386/nop-6.s: Likewise.
4396         * testsuite/gas/i386/nop-bad-1.l: Likewise.
4397         * testsuite/gas/i386/nop-bad-1.s: Likewise.
4398         * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
4399         * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
4400         * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
4401         * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
4402         * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
4403         * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
4404
4405 2018-02-15  Tamar Christina  <tamar.christina@arm.com>
4406
4407         * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
4408         * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
4409
4410 2018-02-13  Max Filippov  <jcmvbkbc@gmail.com>
4411
4412         * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
4413         frag that contains source address.
4414
4415 2018-02-13  Nick Clifton  <nickc@redhat.com>
4416
4417         PR 22773
4418         * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
4419         instruction before assuming that it is a MOV instruction.
4420         * testsuite/gas/arm/pr22773.s: New test.
4421         * testsuite/gas/arm/pr22773.d: New test driver.
4422         * testsuite/gas/arm/pr22773.l: New expected output.
4423
4424 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
4425
4426         PR gas/22791
4427         * config/tc-i386.c (need_plt32_p): New function.
4428         (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
4429         (md_estimate_size_before_relax): Likewise.
4430         * testsuite/gas/i386/reloc64.d: Updated.
4431         * testsuite/gas/i386/x86-64-jump.d: Likewise.
4432         * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
4433         * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
4434         * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
4435         * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
4436         * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
4437         * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
4438
4439 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
4440
4441         * testsuite/gas/mips/loongson-3a-2.d: Rename test.
4442
4443 2018-02-13  Nick Clifton  <nickc@redhat.com>
4444
4445         PR 22823
4446         * config/obj-elf.c (elf_pseudo_table): Remove now redundant
4447         casts.
4448         (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
4449         (obj_elf_vtable_inherit): New stub function that calls
4450         obj_elf_get_vtable_inherit.
4451         (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
4452         (obj_elf_vtable_entry): New stub function that calls
4453         obj_elf_get_vtable_entry.
4454         * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
4455         (obj_elf_vtable_entry) Likewise.
4456         (obj_elf_get_vtable_inherit) Likewise.
4457         (obj_elf_get_vtable_entry) Likewise.
4458         * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
4459         * config/tc-i386c (md_pseudo_table): Likewise.
4460         * config/tc-hppa.c (pa_vtable_entry): Call
4461         obj_elf_get_vtable_entry.
4462         (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
4463         * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
4464         with call to dwarf2_get_filename.
4465         * dwarf2dbg.c (dwarf2_directive_file): Rename to
4466         dwarf2_directive_filename.
4467         (dwarf2_directive_file): New stub function that calls
4468         dwarf2_directive_filename.
4469         * dwarf2dbg.h: Prototype dwarf2_directive_filename.
4470
4471 2018-02-12  Maciej W. Rozycki  <macro@mips.com>
4472
4473         * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
4474         `as' flags.
4475
4476 2018-02-12  Henry Wong <henry@stuffedcow.net>
4477
4478         * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
4479         * testsuite/gas/mips/r6-n32.d: Likewise.
4480         * testsuite/gas/mips/r6-n64.d: Likewise.
4481
4482 2018-02-12  Nick Clifton  <nickc@redhat.com>
4483
4484         * po/ru.po: Updated Russian translation.
4485
4486 2018-02-08  Alan Modra  <amodra@gmail.com>
4487
4488         PR 22819
4489         * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
4490         (ppc_frag_check): Likewise.
4491         * testsuite/gas/ppc/misalign.d,
4492         * testsuite/gas/ppc/misalign.l,
4493         * testsuite/gas/ppc/misalign.s: New test.
4494         * testsuite/gas/ppc/misalign2.d,
4495         * testsuite/gas/ppc/misalign2.s: New test.
4496         * testsuite/gas/ppc/ppc.exp: Run them.
4497
4498 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
4499
4500         * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
4501         `expr' parameter to `ep'.
4502
4503 2018-02-05  Maciej W. Rozycki  <macro@mips.com>
4504
4505         * testsuite/gas/mips/reginfo-2.d: New test.
4506         * testsuite/gas/mips/reginfo-2-n32.d: New test.
4507         * testsuite/gas/mips/reginfo-2.l: New test stderr output.
4508         * testsuite/gas/mips/reginfo-2.s: New test source.
4509         * testsuite/gas/mips/mips.exp: Run the new tests.
4510
4511 2018-02-05  Nick Clifton  <nickc@redhat.com>
4512
4513         * po/ru.po: Updated Russian translation.
4514
4515 2018-01-31  Alan Modra  <amodra@gmail.com>
4516
4517         PR 22714
4518         * app.c (last_char): New static var.
4519         (struct app_save): Add last_char field.
4520         (app_push, app_pop): Handle it.
4521         (do_scrub_chars): Use last_char in test for "\@".  Set last_char.
4522
4523 2018-01-29  Eric Botcazou  <ebotcazou@adacore.com>
4524
4525         PR gas/22738
4526         * config/tc-sparc.h (sparc_mach): Declare.
4527         (TARGET_MACH): Define to above.
4528         * config/tc-sparc.c (sparc_mach): New function.
4529         (sparc_md_end): Minor tweak.
4530
4531 2018-01-29  Nick Clifton  <nickc@redhat.com>
4532
4533         * po/ru.po: Updated Russian translation.
4534
4535 2018-01-26  Maciej W. Rozycki  <macro@mips.com>
4536
4537         * configure.tgt: Use generic emulation for `mips-*-windiss',
4538         overriding the blanket choice made for `*-*-windiss'.
4539
4540 2018-01-26  Maciej W. Rozycki  <macro@mips.com>
4541
4542         * configure.tgt: Use `mips-*-sysv4*' rather than
4543         `mips-*-sysv4*MP*'.
4544
4545 2018-01-24  Renlin Li  <renlin.li@arm.com>
4546
4547         * config/tc-aarch64.c (reloc_table): add entries for
4548         BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
4549         BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
4550         BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
4551         BFD_RELOC_AARCH64_MOVW_PREL_G3.
4552         (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
4553         (md_apply_fix): Likewise
4554         * testsuite/gas/aarch64/prel_g0.s: New.
4555         * testsuite/gas/aarch64/prel_g0.d: New.
4556         * testsuite/gas/aarch64/prel_g0_nc.s: New.
4557         * testsuite/gas/aarch64/prel_g0_nc.d: New.
4558         * testsuite/gas/aarch64/prel_g1.s: New.
4559         * testsuite/gas/aarch64/prel_g1.d: New.
4560         * testsuite/gas/aarch64/prel_g1_nc.s: New.
4561         * testsuite/gas/aarch64/prel_g1_nc.d: New.
4562         * testsuite/gas/aarch64/prel_g2.s: New.
4563         * testsuite/gas/aarch64/prel_g2.d: New.
4564         * testsuite/gas/aarch64/prel_g2_nc.s: New.
4565         * testsuite/gas/aarch64/prel_g2_nc.d: New.
4566         * testsuite/gas/aarch64/prel_g3.s: New.
4567         * testsuite/gas/aarch64/prel_g3.d: New.
4568
4569 2018-01-23  Maciej W. Rozycki  <macro@mips.com>
4570
4571         * configure.ac: Also set `mips_default_abi' to N32_ABI for
4572         `mips64*-ps2-elf*'.
4573         * configure: Regenerate.
4574
4575 2018-01-23  Maciej W. Rozycki  <macro@mips.com>
4576
4577         * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
4578         enum value.
4579
4580 2018-01-23  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4581
4582         * config/tc-i386.c (cpu_arch): Add .pconfig.
4583         * doc/c-i386.texi: Document .pconfig.
4584         * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
4585         * testsuite/gas/i386/pconfig-intel.d: New test.
4586         * testsuite/gas/i386/pconfig.d: Likewise.
4587         * testsuite/gas/i386/pconfig.s: Likewise.
4588         * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
4589         * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
4590         * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
4591
4592 2018-01-23  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4593
4594         * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
4595         * doc/c-i386.texi: Document .wbnoinvd.
4596         * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
4597         * testsuite/gas/i386/wbnoinvd-intel.d: New test.
4598         * testsuite/gas/i386/wbnoinvd.d: Likewise.
4599         * testsuite/gas/i386/wbnoinvd.s: Likewise.
4600         * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
4601         * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
4602         * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
4603
4604 2018-01-23  Maciej W. Rozycki  <macro@mips.com>
4605
4606         * config/tc-mips.c (md_show_usage): Correctly indicate the
4607         configuration-specific default ABI.
4608
4609 2018-01-23  Maciej W. Rozycki  <macro@mips.com>
4610
4611         * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
4612         `-mno-mips16e2' options.
4613
4614 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
4615
4616         * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
4617         Correct syntax of the `.set nomips16e2' directive description.
4618
4619 2018-01-22  Oleg Endo  <olegendo@gcc.gnu.org>
4620
4621         PR 22737
4622         * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
4623         * testsuite/gas/rx/pr22737.s: New test.
4624         * testsuite/gas/rx/pr22737.d: Likewise.
4625         * testsuite/gas/rx/rx.exp: Run the new test.
4626
4627 2018-01-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4628
4629         * config/tc-arm.c (ToC macro): Remove spurious comment.
4630         (ToU macro): Likewise.
4631
4632 2018-01-17  Jim Wilson  <jimw@sifive.com>
4633
4634         * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
4635         (riscv_ip) <'z'>: New.
4636
4637 2018-01-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4638
4639         * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
4640         (cpu_noarch): Add noibt, noshstk.
4641         (parse_insn): Change cpucet to cpuibt.
4642         * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
4643         * testsuite/gas/i386/cet-ibt-inval.l: New test.
4644         * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
4645         * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
4646         * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
4647         * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
4648         * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
4649         * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
4650         * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
4651
4652 2018-01-16  Nick Clifton  <nickc@redhat.com>
4653
4654         * po/fr.po: Updated French translation.
4655
4656 2018-01-15  Jim Wilson  <jimw@sifive.com>
4657
4658         * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
4659         * testsuite/gas/riscv/c-zero-imm.d: Likewise.
4660
4661 2018-01-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4662
4663         * config/tc-arm.c (ToC): Define macro.
4664         (ToU): Likewise.
4665         (insns): Make use of above macros for new instructions introduced in
4666         Armv8-M.
4667
4668 2018-01-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4669
4670         * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
4671         and vlstm conditionally executable and reindent parameters.
4672         * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
4673         aforementionned instructions.
4674
4675 2018-01-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4676
4677         * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
4678         profile architecture or if in autodetection mode.  Clarify that
4679         deprecation is for performance reason and concerns Armv8-A and Armv8-R.
4680         * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
4681         message.
4682         * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
4683         * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
4684         * testsuite/gas/arm/udf.l: Likewise.
4685         * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
4686
4687 2018-01-15  Nick Clifton  <nickc@redhat.com>
4688
4689         * po/uk.po: Updated Ukranian translation.
4690
4691 2018-01-13  Nick Clifton  <nickc@redhat.com>
4692
4693         * po/gas.pot: Regenerated.
4694
4695 2018-01-13  Nick Clifton  <nickc@redhat.com>
4696
4697         * configure: Regenerate.
4698
4699 2018-01-13  Nick Clifton  <nickc@redhat.com>
4700
4701         2.30 branch created.
4702         * NEWS: Add marker for 2.30.
4703
4704 2018-01-12  Gunther Nikl  <gnikl@users.sourceforge.net>
4705
4706         * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
4707         define to 0 and 1. Remove a dangling reference to "AMD 29000"
4708         in a comment.
4709
4710 2018-01-11  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
4711
4712         * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
4713         * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
4714         * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
4715         * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
4716         * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
4717         * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
4718         * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
4719         * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
4720         tests.
4721         * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
4722         * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
4723         * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
4724         * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
4725         * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
4726         * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
4727         * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
4728         * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
4729
4730 2018-01-11  Alan Modra  <amodra@gmail.com>
4731
4732         * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
4733         positive "‘profile’ may be used uninitialized".
4734
4735 2018-01-10  Jan Beulich  <jbeulich@suse.com>
4736
4737         * testsuite/gas/i386/avx512_4fmaps.s,
4738         testsuite/gas/i386/avx512_4fmaps_vl.s,
4739         testsuite/gas/i386/x86-64-avx512_4fmaps.s,
4740         testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
4741         Disp8 forms (and the transition happening at the right
4742         boundary).
4743         * testsuite/gas/i386/avx512_4fmaps.d,
4744         testsuite/gas/i386/avx512_4fmaps-intel.d,
4745         testsuite/gas/i386/avx512_4fmaps_vl.d,
4746         testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
4747         testsuite/gas/i386/x86-64-avx512_4fmaps.d,
4748         testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
4749         testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
4750         testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
4751         expectations.
4752
4753 2018-01-10  Jan Beulich  <jbeulich@suse.com>
4754
4755         * testsuite/gas/i386/avx512bw.s,
4756         testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
4757         operands.
4758         * testsuite/gas/i386/avx512bw-intel.d,
4759         testsuite/gas/i386/avx512bw.d,
4760         testsuite/gas/i386/avx512bw_vl-intel.d.
4761         testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
4762
4763 2018-01-09  Jim Wilson  <jimw@sifive.com>
4764
4765         * testsuite/gas/riscv/auipc-x0.d: New.
4766         * testsuite/gas/riscv/auipc-x0.s: New.
4767
4768 2018-01-09  James Greenhalgh  <james.greenhalgh@arm.com>
4769
4770         * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
4771         in Arm execution state, and Armv6T2 and above in Thumb execution
4772         state.
4773         * testsuite/gas/arm/csdb.s: New.
4774         * testsuite/gas/arm/csdb.d: New.
4775         * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
4776         * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
4777
4778 2018-01-09  James Greenhalgh  <james.greenhalgh@arm.com>
4779
4780         * testsuite/gas/aarch64/system.d: Update expected results to expect
4781         CSDB for hint 0x14.
4782
4783 2018-01-08  H.J. Lu  <hongjiu.lu@intel.com>
4784
4785         PR gas/22681
4786         * testsuite/gas/i386/i386.exp: Run x86-64-movd and
4787         x86-64-movd-intel.
4788         * testsuite/gas/i386/x86-64-movd-intel.d: New file.
4789         * testsuite/gas/i386/x86-64-movd.d: Likewise.
4790         * testsuite/gas/i386/x86-64-movd.s: Likewise.
4791
4792 2018-01-08  Nick Clifton  <nickc@redhat.com>
4793
4794         PR 22553
4795         * doc/c-i386.texi (i386-Directives): Document the .largecomm
4796         directive.
4797
4798 2018-01-04  Jim Wilson  <jimw@sifive.com>
4799
4800         * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
4801         * testsuite/gas/riscv/priv-reg.d: Likewise.
4802
4803 2018-01-03  Alan Modra  <amodra@gmail.com>
4804
4805         Update year range in copyright notice of all files.
4806
4807 2018-01-02  Nick Clifton  <nickc@redhat.com>
4808
4809         PR 18119
4810         * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
4811         version of ARM MRS instruction.
4812
4813 For older changes see ChangeLog-2017
4814 \f
4815 Copyright (C) 2018 Free Software Foundation, Inc.
4816
4817 Copying and distribution of this file, with or without modification,
4818 are permitted in any medium without royalty provided the copyright
4819 notice and this notice are preserved.
4820
4821 Local Variables:
4822 mode: change-log
4823 left-margin: 8
4824 fill-column: 74
4825 version-control: never
4826 End: