ARC: Fix build errors with large constants and C89
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0aac1f32c85510467eba07d631a3b5305807035e..47e1f7a328ecc37099562bc453089b90cda2d9b0 100644 (file)
@@ -1,3 +1,479 @@
+2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-arc.c (md_number_to_chars_midend): Append `ull' to
+       large constants.
+
+2018-09-20  Nelson Chu <nelson.chu1990@gmail.com>
+
+       * config/tc-nds32.c: Remove the unused target features.
+       (nds32_relax_relocs, md_pseudo_table, nds32_elf_record_fixup_exp,
+       nds32_set_elf_flags_by_insn, nds32_insert_relax_entry,
+       nds32_apply_fix): Likewise.
+       (nds32_no_ex9_begin): Removed.
+       * config/tc-nds32.c (add_mapping_symbol_for_align,
+       make_mapping_symbol, add_mapping_symbol): New functions.
+       * config/tc-nds32.h (enum mstate): New.
+       (nds32_segment_info_type): Likewise.
+       * configure.ac (--enable-dsp-ext, --enable-zol-ext): New options.
+       * config.in: Regenerated.
+       * configure: Regenerated.
+       * config/tc-nds32.c (nds32_dx_regs):
+       Set the value according to the configuration.
+       (nds32_perf_ext, nds32_perf_ext2, nds32_string_ext, nds32_audio_ext):
+       Likewise.
+       (nds32_dsp_ext): New variable. Set the value according to the
+       configuration.
+       (nds32_zol_ext): Likewise.
+       (asm_desc, nds32_pseudo_opcode_table): Make them static.
+       (nds32_set_elf_flags_by_insn): Updated.
+       (nds32_check_insn_available): Updated.
+       (nds32_str_tolower): New function.
+       * config/tc-nds32.c (relax_table): Updated.
+       (md_begin): Updated.
+       (md_assemble): Use XNEW macro to allocate space for `insn.info',
+       and then remember to free it.
+       (md_section_align): Cast (-1) to ValueT.
+       (nds32_get_align): Cast (~0U) to addressT.
+       (nds32_relax_branch_instructions): Updated.
+       (md_convert_frag): Add new local variable `final_r_type'.
+       (invalid_prev_frag): Add new bfd_boolean parameter `relax'.
+       All callers changed.
+       * config/tc-nds32.c (struct nds32_relocs_pattern): Add `insn' field.
+       (struct nds32_hint_map): Add `option_list' field.
+       (struct suffix_name, suffix_table): Remove the unused `pic' field.
+       (do_pseudo_b, do_pseudo_bal): Remove the suffix checking.
+       (do_pseudo_la_internal, do_pseudo_pushpopm): Indent.
+       (relax_hint_bias, relax_hint_id_current): New static variables.
+       (reset_bias, relax_hint_begin): New variables.
+       (nds_itoa): New function.
+       (CLEAN_REG, GET_OPCODE): New macros.
+       (struct relax_hint_id): New.
+       (nds32_relax_hint): For .relax_hint directive, we can use `begin'
+       and `end' to mark the relax pattern without giving exactly id number.
+       (nds32_elf_append_relax_relocs): Handle the case that the .relax_hint
+       directives are attached to pseudo instruction.
+       (nds32_elf_save_pseudo_pattern): Change the second parameter from
+       instruction's opcode to byte code.
+       (nds32_elf_build_relax_relation): Add new bfd_boolean parameter
+       `pseudo_hint'.
+       (nds32_lookup_pseudo_opcode): Fix the overflow issue.
+       (enum nds32_insn_type): Add N32_RELAX_ALU1 and N32_RELAX_16BIT.
+       (nds32_elf_record_fixup_exp, relax_ls_table, hint_map,
+       nds32_find_reloc_table, nds32_match_hint_insn, nds32_parse_name):
+       Updated.
+       * config/tc-nds32.h (MAX_RELAX_NUM): Extend it to 6.
+       (enum nds32_relax_hint_type): Merge NDS32_RELAX_HINT_LA and
+       NDS32_RELAX_HINT_LS into NDS32_RELAX_HINT_LALS. Add
+       NDS32_RELAX_HINT_LA_PLT, NDS32_RELAX_HINT_LA_GOT and
+       NDS32_RELAX_HINT_LA_GOTOFF.
+       * config/tc-nds32.h (relax_ls_table): Add floating load/store
+       to gp relax pattern.
+       (hint_map, nds32_find_reloc_table): Likewise.
+       * configure.ac: Define NDS32_LINUX_TOOLCHAIN.
+       * configure: Regenerated.
+       * config.in: Regenerated.
+       * config/tc-nds32.h (enum nds32_ramp): Updated.
+       (enum nds32_relax_hint_type): Likewise.
+       * config/tc-nds32.c: Include "errno.h" and "limits.h".
+       (relax_ls_table): Add TLS relax patterns.
+       (nds32_elf_append_relax_relocs): Attach BFD_RELOC_NDS32_GROUP on
+       each instructions of TLS patterns.
+       (nds32_elf_record_fixup_exp): Updated.
+       (nds32_apply_fix): Likewise.
+       (suffix_table): Add TLSDESC suffix.
+
+2018-09-18 Tamar Christina  <tamar.christina@arm.com>
+
+       * config/tc-aarch64.c (output_operand_error_report): Apply filtering to
+       current instead of head message.
+
+2018-09-17  Kito Cheng  <kito@andestech.com>
+
+       * testsuite/gas/riscv/bge.d: New.
+       * testsuite/gas/riscv/bge.s: Likewise.
+
+2018-09-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23670
+       * testsuite/gas/i386/evex-lig-2.d: New file.
+       * testsuite/gas/i386/evex-lig-2.s: Likewise.
+       * testsuite/gas/i386/x86-64-evex-lig-2.d: Likewise.
+       * testsuite/gas/i386/x86-64-evex-lig-2.s: Likewise.
+       * testsuite/gas/i386/i386.exp: Run evex-lig-2 and
+       x86-64-evex-lig-2.
+
+2018-09-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23665
+       * testsuite/gas/i386/avx-scalar.s: Remove vmovq and vmovd tests.
+       * testsuite/gas/i386/x86-64-avx-scalar.s: Likewise.
+       * testsuite/gas/i386/avx-scalar-intel.d: Updated.
+       * testsuite/gas/i386/avx-scalar.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-scalar-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-scalar.d: Likewise.
+       * testsuite/gas/i386/i386.exp: Run avx-scalar2 and
+       x86-64-avx-scalar2.
+       * testsuite/gas/i386/avx-scalar-2.d: New file.
+       * testsuite/gas/i386/avx-scalar-2.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx-scalar-2.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-scalar-2.s: Likewise.
+
+2018-09-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/NEWS: Mention -mvexwig=[0|1] option.
+       * config/tc-i386.c (vexwig): New.
+       (build_vex_prefix): Set the VEX.W bit for -mvexwig=1 for WIG
+       VEX instructions.
+       (OPTION_MVEXWIG): New.
+       (md_longopts): Add -mvexwig=.
+       (md_parse_option): Handle OPTION_MVEXWIG.
+       (md_show_usage): Show -mvexwig=[0|1].
+       * doc/c-i386.texi: Document -mvexwig=[0|1].
+       * testsuite/gas/i386/avx-wig.d: New file.
+       * testsuite/gas/i386/avx-wig.s: Likewise.
+       * testsuite/gas/i386/avx2-wig.d: Likewise.
+       * testsuite/gas/i386/avx2-wig.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx-wig.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-wig.s: Likewise.
+       * testsuite/gas/i386/x86-64-avx2-wig.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx2-wig.s: Likewise.
+       * testsuite/gas/i386/i386.exp: Run avx-wig, avx2-wig,
+       x86-64-avx-wig and x86-64-avx2-wig.
+
+2018-09-17  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/arm/arch7.d: Delete notarget.
+       * testsuite/gas/arm/arch7a-mp.d: Likewise.
+       * testsuite/gas/arm/arch7em.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
+       * testsuite/gas/arm/barrier.d: Likewise.
+       * testsuite/gas/arm/bignum1.d: Likewise.
+       * testsuite/gas/arm/thumb32.d: Likewise.
+       * testsuite/gas/elf/dwarf2-1.d: Likewise.
+       * testsuite/gas/elf/dwarf2-2.d: Likewise.
+       * testsuite/gas/elf/dwarf2-4.d: Likewise.
+       * testsuite/gas/elf/group2.d: Likewise.
+       * testsuite/gas/arm/mapshort-elf.d: Only notarget pe and wince.
+       * testsuite/gas/elf/dwarf2-3.d: Delete notarget, xfail ft32 and h8300.
+       * testsuite/gas/elf/dwarf2-6.d: Delete notarget, xfail a few.
+
+2018-09-17  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/all/gas.exp (redef3): Don't xfail for hppa.
+       (octa): Run for hppa.
+       * testsuite/gas/elf/elf.exp (common1, common2): Likewise.
+       * testsuite/gas/elf/symver.d: Delete notarget.
+
+2018-09-17  Nick Clifton  <nickc@redhat.com>
+
+       * testuite/gas/elf/group0a.d: Add extra details to the test
+       name.
+       * testuite/gas/elf/group0b.d: Likewise.
+       * testuite/gas/elf/group1a.d: Likewise.
+       * testuite/gas/elf/group1b.d: Likewise.
+       * testuite/gas/elf/group0b.d: Likewise.
+       * testuite/gas/elf/section9.d: Likewise.
+       * testuite/gas/i386/ilp32/lns/lns-common-1.d: Likewise.
+       * testuite/gas/i386/ilp32/lns/lns-duplicate-1.d: Likewise.
+
+2018-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23665
+       * testsuite/gas/i386/avx-scalar-intel.d: Updated.
+       * testsuite/gas/i386/avx-scalar.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-scalar-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-avx-scalar.d: Likewise.
+
+2018-09-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/config/default.exp: Make tmpdir.
+       * testsuite/lib/gas-defs.exp (run_dump_test): Delete.
+       (get_standard_section_names, slurp_options): Delete.
+
+2018-09-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/mips/aent-2.d,
+       * testsuite/gas/mips/aent-mdebug-2.d,
+       * testsuite/gas/mips/attr-gnu-4-0.d,
+       * testsuite/gas/mips/attr-gnu-4-1.d,
+       * testsuite/gas/mips/attr-gnu-4-2.d,
+       * testsuite/gas/mips/attr-gnu-4-3.d,
+       * testsuite/gas/mips/attr-gnu-4-5.d,
+       * testsuite/gas/mips/attr-gnu-4-6.d,
+       * testsuite/gas/mips/attr-gnu-4-7.d,
+       * testsuite/gas/mips/attr-none-double.d,
+       * testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d,
+       * testsuite/gas/mips/attr-none-o32-fp64.d,
+       * testsuite/gas/mips/attr-none-o32-fpxx.d,
+       * testsuite/gas/mips/attr-none-single-float.d,
+       * testsuite/gas/mips/attr-none-soft-float.d,
+       * testsuite/gas/mips/elf-rel27.d,
+       * testsuite/gas/mips/loc-swap-2.d,
+       * testsuite/gas/mips/loc-swap-3.d,
+       * testsuite/gas/mips/loc-swap.d,
+       * testsuite/gas/mips/micromips@loc-swap-2.d,
+       * testsuite/gas/mips/micromips@loc-swap.d,
+       * testsuite/gas/mips/micromips@stabs-symbol-type.d,
+       * testsuite/gas/mips/mips16-intermix.d,
+       * testsuite/gas/mips/mips16@loc-swap-2.d,
+       * testsuite/gas/mips/mips16@loc-swap.d,
+       * testsuite/gas/mips/mips16@stabs-symbol-type.d,
+       * testsuite/gas/mips/mips16e@loc-swap.d,
+       * testsuite/gas/mips/no-odd-spreg.d,
+       * testsuite/gas/mips/odd-spreg.d,
+       * testsuite/gas/mips/r6-attr-none-double.d,
+       * testsuite/gas/mips/stabs-symbol-type.d,
+       * testsuite/lib/gas-defs.exp (run_dump_test): Replace PROG
+       with DUMPPROG.
+
+2018-09-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/elf/symver.d,
+       * testsuite/gas/ft32/insn.d,
+       * testsuite/gas/ft32/insnsc.d,
+       * testsuite/gas/i386/ilp32/elf/symver.d,
+       * testsuite/gas/lm32/csr.d,
+       * testsuite/gas/lm32/insn.d,
+       * testsuite/gas/m68hc11/9s12x-exg-sex-tfr.d,
+       * testsuite/gas/m68hc11/9s12x-mov.d,
+       * testsuite/gas/m68hc11/hexprefix.d,
+       * testsuite/gas/m68hc11/insns9s12x.d,
+       * testsuite/gas/m68hc11/insns9s12xg.d,
+       * testsuite/gas/mep/dj1.be.d,
+       * testsuite/gas/mep/dj1.le.d,
+       * testsuite/gas/mips/set-arch.d,
+       * testsuite/gas/mips/tls-o32.d,
+       * testsuite/gas/nios2/branch-r2.d,
+       * testsuite/gas/nios2/branch.d,
+       * testsuite/gas/pdp11/absreloc.d,
+       * testsuite/gas/pdp11/opcode.d,
+       * testsuite/gas/pdp11/pr14480.d,
+       * testsuite/gas/pdp11/pr23481.d,
+       * testsuite/gas/ppc/xcoff-dwsect-1-32.d,
+       * testsuite/gas/ppc/xcoff-dwsect-1-64.d,
+       * testsuite/gas/rx/abs.d,
+       * testsuite/gas/rx/adc.d,
+       * testsuite/gas/rx/add.d,
+       * testsuite/gas/rx/and.d,
+       * testsuite/gas/rx/bclr.d,
+       * testsuite/gas/rx/bcnd.d,
+       * testsuite/gas/rx/bmcnd.d,
+       * testsuite/gas/rx/bnot.d,
+       * testsuite/gas/rx/bra.d,
+       * testsuite/gas/rx/brk.d,
+       * testsuite/gas/rx/bset.d,
+       * testsuite/gas/rx/bsr.d,
+       * testsuite/gas/rx/btst.d,
+       * testsuite/gas/rx/clrpsw.d,
+       * testsuite/gas/rx/cmp.d,
+       * testsuite/gas/rx/dbt.d,
+       * testsuite/gas/rx/div.d,
+       * testsuite/gas/rx/divu.d,
+       * testsuite/gas/rx/emaca.d,
+       * testsuite/gas/rx/emsba.d,
+       * testsuite/gas/rx/emul.d,
+       * testsuite/gas/rx/emula.d,
+       * testsuite/gas/rx/emulu.d,
+       * testsuite/gas/rx/fadd.d,
+       * testsuite/gas/rx/fcmp.d,
+       * testsuite/gas/rx/fdiv.d,
+       * testsuite/gas/rx/fmul.d,
+       * testsuite/gas/rx/fsqrt.d,
+       * testsuite/gas/rx/fsub.d,
+       * testsuite/gas/rx/ftoi.d,
+       * testsuite/gas/rx/ftou.d,
+       * testsuite/gas/rx/gprel.d,
+       * testsuite/gas/rx/int.d,
+       * testsuite/gas/rx/itof.d,
+       * testsuite/gas/rx/jmp.d,
+       * testsuite/gas/rx/jsr.d,
+       * testsuite/gas/rx/machi.d,
+       * testsuite/gas/rx/maclh.d,
+       * testsuite/gas/rx/maclo.d,
+       * testsuite/gas/rx/max.d,
+       * testsuite/gas/rx/min.d,
+       * testsuite/gas/rx/mov.d,
+       * testsuite/gas/rx/movco.d,
+       * testsuite/gas/rx/movli.d,
+       * testsuite/gas/rx/movu.d,
+       * testsuite/gas/rx/msbhi.d,
+       * testsuite/gas/rx/msblh.d,
+       * testsuite/gas/rx/msblo.d,
+       * testsuite/gas/rx/mul.d,
+       * testsuite/gas/rx/mulhi.d,
+       * testsuite/gas/rx/mullh.d,
+       * testsuite/gas/rx/mullo.d,
+       * testsuite/gas/rx/mvfacgu.d,
+       * testsuite/gas/rx/mvfachi.d,
+       * testsuite/gas/rx/mvfaclo.d,
+       * testsuite/gas/rx/mvfacmi.d,
+       * testsuite/gas/rx/mvfc.d,
+       * testsuite/gas/rx/mvfcp.d,
+       * testsuite/gas/rx/mvtacgu.d,
+       * testsuite/gas/rx/mvtachi.d,
+       * testsuite/gas/rx/mvtaclo.d,
+       * testsuite/gas/rx/mvtc.d,
+       * testsuite/gas/rx/mvtcp.d,
+       * testsuite/gas/rx/neg.d,
+       * testsuite/gas/rx/nop.d,
+       * testsuite/gas/rx/not.d,
+       * testsuite/gas/rx/opecp.d,
+       * testsuite/gas/rx/or.d,
+       * testsuite/gas/rx/pop.d,
+       * testsuite/gas/rx/popc.d,
+       * testsuite/gas/rx/popm.d,
+       * testsuite/gas/rx/pr19665.d,
+       * testsuite/gas/rx/pr22737.d,
+       * testsuite/gas/rx/push.d,
+       * testsuite/gas/rx/pushc.d,
+       * testsuite/gas/rx/pushm.d,
+       * testsuite/gas/rx/r-bcc.d,
+       * testsuite/gas/rx/r-bra.d,
+       * testsuite/gas/rx/racl.d,
+       * testsuite/gas/rx/racw.d,
+       * testsuite/gas/rx/rdacl.d,
+       * testsuite/gas/rx/rdacw.d,
+       * testsuite/gas/rx/revl.d,
+       * testsuite/gas/rx/revw.d,
+       * testsuite/gas/rx/rmpa.d,
+       * testsuite/gas/rx/rolc.d,
+       * testsuite/gas/rx/rorc.d,
+       * testsuite/gas/rx/rotl.d,
+       * testsuite/gas/rx/rotr.d,
+       * testsuite/gas/rx/round.d,
+       * testsuite/gas/rx/rte.d,
+       * testsuite/gas/rx/rtfi.d,
+       * testsuite/gas/rx/rts.d,
+       * testsuite/gas/rx/rtsd.d,
+       * testsuite/gas/rx/sat.d,
+       * testsuite/gas/rx/satr.d,
+       * testsuite/gas/rx/sbb.d,
+       * testsuite/gas/rx/sccnd.d,
+       * testsuite/gas/rx/scmpu.d,
+       * testsuite/gas/rx/setpsw.d,
+       * testsuite/gas/rx/shar.d,
+       * testsuite/gas/rx/shll.d,
+       * testsuite/gas/rx/shlr.d,
+       * testsuite/gas/rx/smovb.d,
+       * testsuite/gas/rx/smovf.d,
+       * testsuite/gas/rx/smovu.d,
+       * testsuite/gas/rx/sstr.d,
+       * testsuite/gas/rx/stnz.d,
+       * testsuite/gas/rx/stz.d,
+       * testsuite/gas/rx/sub.d,
+       * testsuite/gas/rx/suntil.d,
+       * testsuite/gas/rx/swhile.d,
+       * testsuite/gas/rx/tst.d,
+       * testsuite/gas/rx/utof.d,
+       * testsuite/gas/rx/wait.d,
+       * testsuite/gas/rx/xchg.d,
+       * testsuite/gas/rx/xor.d,
+       * testsuite/gas/s12z/abs.d,
+       * testsuite/gas/s12z/adc-imm.d,
+       * testsuite/gas/s12z/adc-opr.d,
+       * testsuite/gas/s12z/add-imm.d,
+       * testsuite/gas/s12z/add-opr.d,
+       * testsuite/gas/s12z/and-imm.d,
+       * testsuite/gas/s12z/and-opr.d,
+       * testsuite/gas/s12z/and-or-cc.d,
+       * testsuite/gas/s12z/bfext-special.d,
+       * testsuite/gas/s12z/bfext.d,
+       * testsuite/gas/s12z/bit-manip.d,
+       * testsuite/gas/s12z/bit.d,
+       * testsuite/gas/s12z/bra-expression-defined.d,
+       * testsuite/gas/s12z/bra-expression-undef.d,
+       * testsuite/gas/s12z/bra.d,
+       * testsuite/gas/s12z/brclr-symbols.d,
+       * testsuite/gas/s12z/brset-clr-opr-imm-rel.d,
+       * testsuite/gas/s12z/brset-clr-opr-reg-rel.d,
+       * testsuite/gas/s12z/brset-clr-reg-imm-rel.d,
+       * testsuite/gas/s12z/brset-clr-reg-reg-rel.d,
+       * testsuite/gas/s12z/clb.d,
+       * testsuite/gas/s12z/clr-opr.d,
+       * testsuite/gas/s12z/clr.d,
+       * testsuite/gas/s12z/cmp-imm.d,
+       * testsuite/gas/s12z/cmp-opr-inc.d,
+       * testsuite/gas/s12z/cmp-opr-rdirect.d,
+       * testsuite/gas/s12z/cmp-opr-reg.d,
+       * testsuite/gas/s12z/cmp-opr-rindirect.d,
+       * testsuite/gas/s12z/cmp-opr-sxe4.d,
+       * testsuite/gas/s12z/cmp-opr-xys.d,
+       * testsuite/gas/s12z/cmp-s-imm.d,
+       * testsuite/gas/s12z/cmp-s-opr.d,
+       * testsuite/gas/s12z/cmp-xy.d,
+       * testsuite/gas/s12z/com-opr.d,
+       * testsuite/gas/s12z/complex-shifts.d,
+       * testsuite/gas/s12z/db-tb-cc-opr.d,
+       * testsuite/gas/s12z/db-tb-cc-reg.d,
+       * testsuite/gas/s12z/dbCC.d,
+       * testsuite/gas/s12z/dec-opr.d,
+       * testsuite/gas/s12z/dec.d,
+       * testsuite/gas/s12z/div.d,
+       * testsuite/gas/s12z/eor.d,
+       * testsuite/gas/s12z/exg.d,
+       * testsuite/gas/s12z/ext24-ld-xy.d,
+       * testsuite/gas/s12z/inc-opr.d,
+       * testsuite/gas/s12z/inc.d,
+       * testsuite/gas/s12z/inh.d,
+       * testsuite/gas/s12z/jmp.d,
+       * testsuite/gas/s12z/jsr.d,
+       * testsuite/gas/s12z/ld-imm-page2.d,
+       * testsuite/gas/s12z/ld-imm.d,
+       * testsuite/gas/s12z/ld-immu18.d,
+       * testsuite/gas/s12z/ld-large-direct.d,
+       * testsuite/gas/s12z/ld-opr.d,
+       * testsuite/gas/s12z/ld-s-opr.d,
+       * testsuite/gas/s12z/ld-small-direct.d,
+       * testsuite/gas/s12z/lea-immu18.d,
+       * testsuite/gas/s12z/lea.d,
+       * testsuite/gas/s12z/mac.d,
+       * testsuite/gas/s12z/min-max.d,
+       * testsuite/gas/s12z/mod.d,
+       * testsuite/gas/s12z/mov.d,
+       * testsuite/gas/s12z/mul-imm.d,
+       * testsuite/gas/s12z/mul-opr-opr.d,
+       * testsuite/gas/s12z/mul-opr.d,
+       * testsuite/gas/s12z/mul-reg.d,
+       * testsuite/gas/s12z/mul.d,
+       * testsuite/gas/s12z/neg-opr.d,
+       * testsuite/gas/s12z/not-so-simple-shifts.d,
+       * testsuite/gas/s12z/opr-18u.d,
+       * testsuite/gas/s12z/opr-expr.d,
+       * testsuite/gas/s12z/opr-ext-18.d,
+       * testsuite/gas/s12z/opr-idx-24-reg.d,
+       * testsuite/gas/s12z/opr-idx3-reg.d,
+       * testsuite/gas/s12z/opr-idx3-xysp-24.d,
+       * testsuite/gas/s12z/opr-indirect-expr.d,
+       * testsuite/gas/s12z/opr-symbol.d,
+       * testsuite/gas/s12z/or-imm.d,
+       * testsuite/gas/s12z/or-opr.d,
+       * testsuite/gas/s12z/p2-mul.d,
+       * testsuite/gas/s12z/page2-inh.d,
+       * testsuite/gas/s12z/psh-pul.d,
+       * testsuite/gas/s12z/qmul.d,
+       * testsuite/gas/s12z/rotate.d,
+       * testsuite/gas/s12z/sat.d,
+       * testsuite/gas/s12z/sbc-imm.d,
+       * testsuite/gas/s12z/sbc-opr.d,
+       * testsuite/gas/s12z/shift.d,
+       * testsuite/gas/s12z/simple-shift.d,
+       * testsuite/gas/s12z/single-ops.d,
+       * testsuite/gas/s12z/specd6.d,
+       * testsuite/gas/s12z/st-large-direct.d,
+       * testsuite/gas/s12z/st-opr.d,
+       * testsuite/gas/s12z/st-s-opr.d,
+       * testsuite/gas/s12z/st-small-direct.d,
+       * testsuite/gas/s12z/st-xy.d,
+       * testsuite/gas/s12z/sub-imm.d,
+       * testsuite/gas/s12z/sub-opr.d,
+       * testsuite/gas/s12z/tfr.d,
+       * testsuite/gas/s12z/trap.d,
+       * testsuite/gas/sh/fdpic.d,
+       * testsuite/gas/sh/sh2a-pic.d,
+       * testsuite/gas/sh/sh2a.d: Don't match object file name.
+       * testsuite/gas/wasm32/disass-2.d,
+       * testsuite/gas/wasm32/disass.d: Likewise, and tidy regexps.
+
 2018-09-15  Alan Modra  <amodra@gmail.com>
 
        * testsuite/gas/aarch64/armv8_2-a-crypto-fp16-illegal.d,
This page took 0.028199 seconds and 4 git commands to generate.