Correct ChangeLog entries for PR gas/23854 commit
[deliverable/binutils-gdb.git] / gas / ChangeLog
index acb9af326738176627bbb5c73e6c1b081fd75f50..c821e49eac94c7bda9663890442505d9bf6cf4b7 100644 (file)
+2018-11-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23854
+       * config/tc-i386.c (output_disp): Disable GOT relaxation with
+       data prefix.
+       * testsuite/gas/i386/mixed-mode-reloc32.d: Updated.
+
+2018-11-01  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
+
+       * testsuite/config/default.exp: Define LD, LDFLAGS and
+       ld_elf_shared_opt.
+
+2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * testsuite/gas/arm/armv8-a+rdma-warning.d: Remove objdump execution.
+
+2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * testsuite/gas/arm/udf.d: Update expected output.
+
+2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * testsuite/gas/arm/armv1.d: Assemble for Armv1 and disassemble for
+       Armv2.
+
+2018-10-29  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (HFILES): Delete struc-symbol.h.
+       * doc/internals.texi: Delete struc-symbol.h reference and out
+       of date local symbol description.
+       * struc-symbol.h: Delete.  Move contents to..
+       * symbols.c: ..here.
+       (symbol_on_chain, symbol_symbolS): New functions.
+       * symbols.h (symbol_on_chain, symbol_symbolS): Declare.
+       * cgen.c: Don't #include struc-symbol.h.
+       (gas_cgen_parse_operand): Don't test for local_symbol using
+       bsym, instead call symbol_symbolS.  Use symbol_get_bfdsym.
+       (weak_operand_overflow_check, make_right_shifted_expr): Use
+       symbol accessors.
+       * config/obj-coff.c: Don't #include struc-symbol.h.
+       (GET_FILENAME_STRING): Delete.
+       * config/obj-elf.c: Don't #include struc-symbol.h.
+       (elf_file_symbol): Use symbol accessors.
+       (elf_adjust_symtab): Call symbol_on_chain.
+       * config/obj-evax.c: Don't #include struc-symbol.h.
+       * config/tc-nds32.c: Likewise.
+       * config/tc-rl78.c: Likewise.
+       * config/tc-rx.c: Likewise.
+       * config/tc-alpha.c: Likewise.
+       (add_to_link_pool, s_alpha_comm): Use symbol accessors.
+       * config/tc-arc.c: Don't #include struc-symbol.h.
+       (arc_check_relocs): Use symbol accessors, testing gas symbol
+       section rather than bfd symbol section.
+       * config/tc-avr.c: Don't #include struc-symbol.h.
+       (avr_patch_gccisr_frag): Use symbol accessors.
+       * config/tc-bfin.c: Don't #include struc-symbol.h.
+       (bfin_loop_beginend): Use symbol accessors.
+       * config/tc-csky.c: Don't #include struc-symbol.h.
+       (v2_work_movih, v2_work_ori): Use symbol accessors.  Check for
+       absolute symbol as well as O_constant.
+       * config/tc-riscv.c: Don't #include struc-symbol.h.
+       (riscv_pre_output_hook): Use symbol accessors.
+       * config/tc-s390.c: Don't #include struc-symbol.h.
+       (s390_literals): Use symbol accessors.
+       * config/tc-score.c (s3_build_la_pic, s3_build_lwst_pic): Use
+       symbol accessors.
+       (s3_relax_branch_inst16, s3_relax_cmpbranch_inst32): Don't
+       test symbol bsym.
+       * config/tc-score7.c: Don't #include struc-symbol.h.
+       (s7_build_la_pic, s7_build_lwst_pic): Use symbol accessors.
+       (s7_b32_relax_to_b16): Don't test symbol bsym.
+       * config/tc-sh.c: Don't #include struc-symbol.h.
+       (insert_loop_bounds): Use symbol accessors.
+       (sh_frob_section): Remove bogus symbol canonicalization.
+       * config/tc-tic54x.c: Don't #include struc-symbol.h.
+       (tic54x_bss): Use symbol accessors.
+       * config/tc-tilegx.c: Don't #include struc-symbol.h.
+       (emit_tilegx_instruction, tilegx_parse_name): Use symbol accessors.
+       * config/tc-tilepro.c: Don't #include struc-symbol.h.
+       (emit_tilepro_instruction, tilepro_parse_name): Use accessors.
+       * config/tc-xtensa.c: Don't #include struc-symbol.h.
+       (xg_assemble_vliw_tokens): Use symbol accessors.
+       (xg_order_trampoline_chain): Likewise.
+       * ehopt.c: Don't #include struc-symbol.h.
+       (check_eh_frame): Correct local symbol test.  Use symbol accessors.
+       * write.c: Don't #include struc-symbol.h.
+       (create_note_reloc, maybe_generate_build_notes): Use symbol accessors.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2018-10-28  Alan Modra  <amodra@gmail.com>
+
+       PR 23837
+       * config/tc-hppa.c: Don't include struc-symbol.h.
+       (pa_build_unwind_subspace): Call symbol_get_frag rather than
+       referencing sy_frag.
+
+2018-10-23  John Darrington  <john@darrington.wattle.id.au>
+
+       * config/tc-s12z.c (md_apply_fix): Handle BFD_RELOC_16 for fixups
+       without a symbol.
+
+2018-10-22  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/all/simple-forward.d,
+       * testsuite/gas/all/simple-forward.s: New test.
+       * testsuite/gas/all/gas.exp: Run it.
+       * testsuite/gas/all/eqv-dot.d: xfail tic30 and tic54x.
+
+2018-10-22  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-alpha.c (md_apply_fix): Handle BFD_RELOC_8 for fixups
+       without a symbol.
+       * testsuite/gas/all/gas.exp: Don't xfail forward test here..
+       * testsuite/gas/all/forward.d: ..do so here, removing alpha.
+
+2018-10-22  Alan Modra  <amodra@gmail.com>
+
+       PR 23040
+       * symbols.c (get_real_sym): New function.
+       (symbol_same_p): Use get_real_sym.
+       (symbol_clone_if_forward_ref): Save real original add_symbol and
+       op_symbol for comparison against that returned from lookup or
+       recursive calls.
+       * dwarf2dbg.c (set_or_check_view): Use expr_section for
+       expression symbols, not absolute_section.
+       (dwarf2_directive_loc): Check symbol_equated_p and tidy cloning
+       of view symbols.
+       * read.c (s_leb128): Don't use deferred_expression.
+
+2018-10-20  Alan Modra  <amodra@gmail.com>
+
+       PR 23800
+       * expr.c (expr): Don't simplify expressions involving forward_ref
+       symbols when mode is expr_defer.
+       * config/tc-spu.c (spu_cons): Parse expression using normal
+       expression evaluation if @ppu is not detected.
+       * testsuite/gas/all/eqv-dot.d,
+       * testsuite/gas/all/eqv-dot.s: New test.
+       * testsuite/gas/all/gas.exp: Run it.
+
+2018-10-19  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip.
+       * testsuite/gas/arm/undefined-insn-thumb.d: Likewise.
+
+2018-10-19  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/gas/arm/undefined-insn-arm.d: New test.
+       * testsuite/gas/arm/undefined-insn-thumb.d: New test.
+       * testsuite/gas/arm/undefined-insn.s: New test.
+
+2018-10-19  Fredrik Noring  <noring@nocrew.org>
+
+       * testsuite/gas/mips/r5900.s: Extend the R5900 short loop fix
+       test with border cases.
+       * testsuite/gas/mips/r5900.d: Add extra expected disassembly.
+       * config/tc-mips.c (can_swap_branch_p): Clarify the R5900 short
+       loop hardware bug conditions.  Correct note on the R5900
+       instruction count short loop fix.
+
+2018-10-16  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * testsuite/gas/aarch64/illegal-dotproduct.d: New test.
+       * testsuite/gas/aarch64/illegal-dotproduct.l: New test.
+       * testsuite/gas/aarch64/illegal-dotproduct.s: New test.
+
+
+2018-10-15  Alan Modra  <amodra@gmail.com>
+
+       PR 23534
+       * as.c (main): Exit with fatal error if bfd_init returns an
+       unexpected value.
+
+2018-10-11  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/gas/i386/xmmword.s: Add MOVQ / VMOVQ cases.
+       * testsuite/gas/i386/xmmword.l: Adjust expectations.
+
+2018-10-10  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (parse_insn, process_suffix): Replace
+       opcode_modifier.size<N> uses.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (aarch64_features): Add new "ssbs".
+       * doc/c-aarch64.texi: Document the same.
+       * testsuite/gas/aarch64/ssbs-illegal1.d: New test.
+       * testsuite/gas/aarch64/ssbs-illegal1.l: New test.
+       * testsuite/gas/aarch64/ssbs-illegal2.d: New test.
+       * testsuite/gas/aarch64/ssbs-illegal2.l: New test.
+       * testsuite/gas/aarch64/ssbs.s: New test.
+       * testsuite/gas/aarch64/ssbs1.d: Test with +ssbs
+       * testsuite/gas/aarch64/ssbs2.d: Test with armv8.5-a.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * testsuite/gas/aarch64/sysreg-4.s: Test registers
+       scxtnum_el[0,1,2,3,12] and id_pfr2_el1.
+       * testsuite/gas/aarch64/sysreg-4.d: Likewise.
+       * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (parse_bti_operand): New.
+       (process_omitted_operand): Add case for AARCH64_OPND_BTI_TARGET.
+       (parse_operands): Likewise.
+       * testsuite/gas/aarch64/system.d: Update for BTI.
+       * testsuite/gas/aarch64/bti.s: New.
+       * testsuite/gas/aarch64/bti.d: New.
+       * testsuite/gas/aarch64/illegal-bti.d: New.
+       * testsuite/gas/aarch64/illegal-bti.l: New.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (aarch64_features): New "rng" option.
+       * doc/c-aarch64.texi: Document the same.
+       * testsuite/gas/aarch64/sysreg-4.s: Test both instructions.
+       * testsuite/gas/aarch64/sysreg-4.d: Likewise.
+       * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * testsuite/gas/aarch64/sysreg-4.s: Test instruction.
+       * testsuite/gas/aarch64/sysreg-4.d: Likewise.
+       * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (aarch64_sys_regs_sr_hsh): New.
+       (parse_operands): Add entry for AARCH64_OPND_SYSREG_SR.
+       (md_begin): Allocate and initialize aarch64_sys_regs_sr_hsh
+       with aarch64_sys_regs_sr.
+       (aarch64_features): Add new "predres" option for older
+       architectures.
+       * doc/c-aarch64.texi: Document the same.
+       * testsuite/gas/aarch64/sysreg-4.s: New.
+       * testsuite/gas/aarch64/sysreg-4.d: New.
+       * testsuite/gas/aarch64/illegal-sysreg-4.d: New.
+       * testsuite/gas/aarch64/illegal-sysreg-4.l: New.
+       * testsuite/gas/aarch64/predres.s: New.
+       * testsuite/gas/aarch64/predres.d: New.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (aarch64_features): Add new "sb" option
+       for older architectures.
+       * doc/c-aarch64.texi: Document the same.
+       * testsuite/gas/aarch64/sb.s: New.
+       * testsuite/gas/aarch64/sb.d: New.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * testsuite/gas/aarch64/armv8_5-a-dp.s: New.
+       * testsuite/gas/aarch64/armv8_5-a-dp.d: New.
+
+2018-10-09  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-aarch64.c (aarch64_archs): New entry for armv8.5-a.
+       * doc/c-aarch64.texi: Add documentation for the same.
+
+2018-10-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+
+       * testsuite/gas/i386/se1.s: Add enclv.
+       * testsuite/gas/i386/x86-64-se1.s: Likewise.
+       * testsuite/gas/i386/se1.d: Updated.
+       * testsuite/gas/i386/x86-64-se1.d: Likewise.
+
+2018-10-05  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-arm.c (arm_ext_predres): New.
+       (insns): Add new cfprctx, dvprctx and cpprctx instructions.
+       (arm_extensions): Add "predres".
+       * doc/c-arm.texi: Document the above.
+       * testsuite/gas/arm/predres-bad.d: New test.
+       * testsuite/gas/arm/predres-bad.l: New test.
+       * testsuite/gas/arm/predres.s: New test.
+       * testsuite/gas/arm/predres1.d: New test.
+       * testsuite/gas/arm/predres2.d: New test.
+
+2018-10-05  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-arm.c (arm_ext_sb): New.
+       (insns): Add new sb instruction.
+       (arm_extensions): Add "sb".
+       * doc/c-arm.texi: Document the above.
+       * testsuite/gas/arm/sb-bad.d: New test.
+       * testsuite/gas/arm/sb-bad.l: New test.
+       * testsuite/gas/arm/sb-thumb1.d: New test.
+       * testsuite/gas/arm/sb-thumb2.d: New test.
+       * testsuite/gas/arm/sb.s: New test.
+       * testsuite/gas/arm/sb1.d: New test.
+       * testsuite/gas/arm/sb2.d: New test.
+
+2018-10-05  Sudakshina Das  <sudi.das@arm.com>
+
+       * config/tc-arm.c (arm_archs): New entry for armv8.5-a.
+       (cpu_arch_ver): Likewise.
+       * doc/c-arm.texi: Add documentation for the same.
+       * testsuite/gas/arm/attr-march-armv8_5-a.d: New.
+
+2018-10-05  Stafford Horne  <shorne@gmail.com>
+
+       * doc/Makefile.am (CPU_DOCS): Add entry for OpenRISC.
+       * doc/Makefile.in: Regenerated.
+       * doc/all.texi: Set OPENRISC.
+       * doc/as.texi: Document OpenRISC.
+       * doc/c-or1k.texi: New file.
+
+2018-10-05  Stafford Horne  <shorne@gmail.com>
+
+       * testsuite/gas/or1k/allinsn.s: Add instruction tests for
+       l.muld, l.muldu, l.macu, l.msb, l.msbu.
+       * testsuite/gas/or1k/allinsn.d: Add test results for new
+       instructions.
+
+2018-10-05  Richard Henderson  <rth@twiddle.net>
+
+       * config/tc-or1k.c (or1k_apply_fix): Add BFD_RELOC_OR1K_TLS_GD_PG21,
+       BFD_RELOC_OR1K_TLS_GD_LO13, BFD_RELOC_OR1K_TLS_LDM_PG21,
+       BFD_RELOC_OR1K_TLS_LDM_LO13, BFD_RELOC_OR1K_TLS_IE_PG21,
+       BFD_RELOC_OR1K_TLS_IE_LO13.
+       * testsuite/gas/or1k/allinsn.s: Add test for l.adrp.
+       * testsuite/gas/or1k/allinsn.d: Add test results for new
+       instructions.
+       * testsuite/gas/or1k/reloc-1.s: Add tests to generate
+       R_OR1K_PLTA26, R_OR1K_GOT_PG21, R_OR1K_TLS_GD_PG21, R_OR1K_TLS_LDM_PG21,
+       R_OR1K_TLS_IE_PG21, R_OR1K_LO13, R_OR1K_GOT_LO13, R_OR1K_TLS_GD_LO13,
+       R_OR1K_TLD_LDM_LO13, R_OR1K_TLS_IE_LO13, R_OR1K_LO13, R_OR1K_SLO13
+       relocations.
+       * testsuite/gas/or1k/reloc-1.d: Add relocation results for
+       tests.
+       * testsuite/gas/or1k/reloc-2.s: Add negative tests for store to
+       gotpo().
+       * testsuite/gas/or1k/reloc-2.l: Add expected error test results.
+
+2018-10-05  Richard Henderson  <rth@twiddle.net>
+
+       * testsuite/gas/or1k/allinsn.d (l_ha): Add result for ha() relocation.
+       * testsuite/gas/or1k/allinsn.s (l_ha): Add test for ha() relocations.
+       * testsuite/gas/or1k/allinsn.exp: Renamed to or1k.exp.
+       * testsuite/gas/or1k/or1k.exp: Add reloc-2 list test.
+       * testsuite/gas/or1k/reloc-1.d: New file.
+       * testsuite/gas/or1k/reloc-1.s: New file.
+       * testsuite/gas/or1k/reloc-2.l: New file.
+       * testsuite/gas/or1k/reloc-2.s: New file.
+
+2018-10-03  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/gas/aarch64/sve-movprfx_1.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_1.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_10.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_10.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_10.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_11.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_11.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_12.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_12.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_13.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_13.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_13.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_14.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_14.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_14.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_15.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_15.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_15.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_16.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_16.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_17.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_17.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_17.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_18.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_18.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_18.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_19.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_19.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_2.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_2.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_2.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_20.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_20.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_20.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_21.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_21.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_22.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_22.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_22.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_23.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_23.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_23.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_24.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_24.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_24.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_25.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_25.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_25.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_26.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_26.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_26.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_3.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_3.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_3.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_4.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_4.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_4.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_5.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_5.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_6.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_6.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_6.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_7.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_7.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_7.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_8.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_8.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_8.s: New test.
+       * testsuite/gas/aarch64/sve-movprfx_9.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx_9.l: New test.
+       * testsuite/gas/aarch64/sve-movprfx_9.s: New test.
+
+2018-10-03  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/gas/aarch64/sve-movprfx.d: New test.
+       * testsuite/gas/aarch64/sve-movprfx.s: New test.
+       * testsuite/gas/aarch64/sve.d: Refactor.
+       * testsuite/gas/aarch64/sve.s: Refactor.
+       * testsuite/gas/aarch64/sysreg-diagnostic.d: Update.
+
+2018-10-03  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/tc-aarch64.c (force_automatic_sequence_close,
+       aarch64_frob_section): New.
+       * config/tc-aarch64.h (tc_frob_section, aarch64_frob_section): New.
+
+2018-10-03  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/tc-aarch64.c (output_operand_error_report): Order warnings.
+
+2018-10-03  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/tc-aarch64.c (now_instr_sequence):
+       (*insn_sequence, now_instr_sequence): New.
+       (output_operand_error_record, do_encode): Add insn_sequence.
+       (md_assemble): Update insn_sequence.
+       (try_to_encode_as_unscaled_ldst, fix_mov_imm_insn, fix_insn):
+       Pass insn_sequence.
+       * config/tc-aarch64.h (struct aarch64_segment_info_type):
+       Add insn_sequence.
+
+2018-10-02  Palmer Dabbelt  <palmer@sifive.com>
+
+       * testsuite/gas/riscv/fence-tso.d: New file.
+       * testsuite/gas/riscv/fence-tso.s: Likewise.
+
+2018-09-26  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * testsuite/gas/all/gas.exp: Skip "Output file must be distinct
+       from input" test on Windows host.
+
+2018-09-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23691
+       * Makefile.am (bfin-parse.c): Depend on $(srcdir)/../bfd/reloc.c.
+       (rl78-parse.c): Likewise.
+       (rx-parse.c): Likewise.
+       * Makefile.in: Regenerated.
+
+2018-09-21  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/avr/large-debug-line-table.d: Update.
+
+2018-09-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/23695
+       * testsuite/gas/elf/dwarf2-11.d: Update expected outputs of
+       "readelf -wL".
+       * testsuite/gas/elf/dwarf2-12.d: Likewise.
+       * testsuite/gas/elf/dwarf2-13.d: Likewise.
+       * testsuite/gas/elf/dwarf2-14.d: Likewise.
+       * testsuite/gas/elf/dwarf2-15.d: Likewise.
+       * testsuite/gas/elf/dwarf2-16.d: Likewise.
+       * testsuite/gas/elf/dwarf2-17.d: Likewise.
+       * testsuite/gas/elf/dwarf2-18.d: Likewise.
+       * testsuite/gas/elf/dwarf2-5.d: Likewise.
+       * testsuite/gas/elf/dwarf2-6.d: Likewise.
+       * testsuite/gas/elf/dwarf2-7.d: Likewise.
+
+2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-s12z.c (lex_opr): Use an auxiliary unsigned variable
+       in encoding a constant operand.
+
+2018-09-20  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-ppc.c (ppc_dwsect): Use `valueT' rather than
+       `offsetT' as the type of `flag'.
+
+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,
+       * testsuite/gas/aarch64/armv8_2-a-illegal.d,
+       * testsuite/gas/aarch64/armv8_4-a-illegal.d,
+       * testsuite/gas/aarch64/armv8_4-a-registers-illegal.d,
+       * testsuite/gas/aarch64/deprecated.d,
+       * testsuite/gas/aarch64/diagnostic.d,
+       * testsuite/gas/aarch64/illegal-2.d,
+       * testsuite/gas/aarch64/illegal-by-element.d,
+       * testsuite/gas/aarch64/illegal-crypto-nofp.d,
+       * testsuite/gas/aarch64/illegal-fcmla.d,
+       * testsuite/gas/aarch64/illegal-fjcvtzs.d,
+       * testsuite/gas/aarch64/illegal-fp16-nofp.d,
+       * testsuite/gas/aarch64/illegal-ldapr.d,
+       * testsuite/gas/aarch64/illegal-ldraa.d,
+       * testsuite/gas/aarch64/illegal-lse.d,
+       * testsuite/gas/aarch64/illegal-nofp-armv8_3.d,
+       * testsuite/gas/aarch64/illegal-nofp16.d,
+       * testsuite/gas/aarch64/illegal-ras-1.d,
+       * testsuite/gas/aarch64/illegal-sysreg-2.d,
+       * testsuite/gas/aarch64/illegal-sysreg-3.d,
+       * testsuite/gas/aarch64/illegal.d,
+       * testsuite/gas/aarch64/legacy_reg_names.d,
+       * testsuite/gas/aarch64/pan-illegal.d,
+       * testsuite/gas/aarch64/pr22529.d,
+       * testsuite/gas/aarch64/rm-simd-ext.d,
+       * testsuite/gas/aarch64/sve-invalid.d,
+       * testsuite/gas/aarch64/sve-reg-diagnostic.d,
+       * testsuite/gas/aarch64/sve-sysreg-invalid.d,
+       * testsuite/gas/aarch64/sysreg-diagnostic.d,
+       * testsuite/gas/aarch64/verbose-error.d,
+       * testsuite/gas/all/byte.d,
+       * testsuite/gas/all/org-1.d,
+       * testsuite/gas/all/org-2.d,
+       * testsuite/gas/all/org-3.d,
+       * testsuite/gas/all/sleb128-9.d,
+       * testsuite/gas/arc/asm-errors-2.d,
+       * testsuite/gas/arc/asm-errors-3.d,
+       * testsuite/gas/arc/asm-errors.d,
+       * testsuite/gas/arc/attr-rf16.d,
+       * testsuite/gas/arc/relocs-errors.d,
+       * testsuite/gas/arc/textinsn-errors.d,
+       * testsuite/gas/arm/addsw-bad.d,
+       * testsuite/gas/arm/addthumb2err.d,
+       * testsuite/gas/arm/adr-invalid.d,
+       * testsuite/gas/arm/arch7em-bad-1.d,
+       * testsuite/gas/arm/arch7em-bad-2.d,
+       * testsuite/gas/arm/arch7em-bad-3.d,
+       * testsuite/gas/arm/arch7m-bad.d,
+       * testsuite/gas/arm/archv6s-m-bad.d,
+       * testsuite/gas/arm/archv6t2-bad.d,
+       * testsuite/gas/arm/arm-idiv-bad.d,
+       * testsuite/gas/arm/arm-it-bad-2.d,
+       * testsuite/gas/arm/arm-it-bad-3.d,
+       * testsuite/gas/arm/arm-it-bad.d,
+       * testsuite/gas/arm/arm3-bad.d,
+       * testsuite/gas/arm/arm7-bad.d,
+       * testsuite/gas/arm/armv1-bad.d,
+       * testsuite/gas/arm/armv1.d,
+       * testsuite/gas/arm/armv2-mp-bad.d,
+       * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d,
+       * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d,
+       * testsuite/gas/arm/armv8-2-fp16-simd-warning.d,
+       * testsuite/gas/arm/armv8-a+rdma-warning.d,
+       * testsuite/gas/arm/armv8-a-bad.d,
+       * testsuite/gas/arm/armv8-a-it-bad.d,
+       * testsuite/gas/arm/armv8-r-bad.d,
+       * testsuite/gas/arm/armv8-r-it-bad.d,
+       * testsuite/gas/arm/armv8_2-a-fp16-illegal.d,
+       * testsuite/gas/arm/armv8_3-a-fp-bad.d,
+       * testsuite/gas/arm/armv8_3-a-simd-bad.d,
+       * testsuite/gas/arm/barrier-bad-thumb.d,
+       * testsuite/gas/arm/barrier-bad.d,
+       * testsuite/gas/arm/bl-local-v4t.d,
+       * testsuite/gas/arm/blx-bl-convert.d,
+       * testsuite/gas/arm/blx-local.d,
+       * testsuite/gas/arm/branch-reloc.d,
+       * testsuite/gas/arm/copro-arm_v2plus-arm_v1.d,
+       * testsuite/gas/arm/copro-arm_v5plus-arm_v4.d,
+       * testsuite/gas/arm/copro-arm_v5teplus-arm_v5.d,
+       * testsuite/gas/arm/copro-arm_v6plus-arm_v5te.d,
+       * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-1.d,
+       * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-2.d,
+       * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-3.d,
+       * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-4.d,
+       * testsuite/gas/arm/crc32-armv8-a-bad.d,
+       * testsuite/gas/arm/crc32-armv8-r-bad.d,
+       * testsuite/gas/arm/depr-swp.d,
+       * testsuite/gas/arm/dest-unpredictable.d,
+       * testsuite/gas/arm/dotprod-illegal.d,
+       * testsuite/gas/arm/dotprod-legacy-arch.d,
+       * testsuite/gas/arm/forbid-armv7-idiv-ext.d,
+       * testsuite/gas/arm/group-reloc-alu-encoding-bad.d,
+       * testsuite/gas/arm/group-reloc-alu-parsing-bad.d,
+       * testsuite/gas/arm/group-reloc-ldc-encoding-bad.d,
+       * testsuite/gas/arm/group-reloc-ldc-parsing-bad.d,
+       * testsuite/gas/arm/group-reloc-ldr-encoding-bad.d,
+       * testsuite/gas/arm/group-reloc-ldr-parsing-bad.d,
+       * testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d,
+       * testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d,
+       * testsuite/gas/arm/insn-error-a.d,
+       * testsuite/gas/arm/insn-error-t.d,
+       * testsuite/gas/arm/inst-po-2.d,
+       * testsuite/gas/arm/iwmmxt-bad.d,
+       * testsuite/gas/arm/iwmmxt-bad2.d,
+       * testsuite/gas/arm/ld-sp-warn-cortex-m3.d,
+       * testsuite/gas/arm/ld-sp-warn-cortex-m4.d,
+       * testsuite/gas/arm/ld-sp-warn-v7.d,
+       * testsuite/gas/arm/ld-sp-warn-v7a.d,
+       * testsuite/gas/arm/ld-sp-warn-v7em.d,
+       * testsuite/gas/arm/ld-sp-warn-v7m.d,
+       * testsuite/gas/arm/ld-sp-warn-v7r.d,
+       * testsuite/gas/arm/ld-sp-warn.d,
+       * testsuite/gas/arm/ldgesb-bad.d,
+       * testsuite/gas/arm/ldgesh-bad.d,
+       * testsuite/gas/arm/ldr-bad.d,
+       * testsuite/gas/arm/ldr-t-bad.d,
+       * testsuite/gas/arm/ldrd-unpredictable.d,
+       * testsuite/gas/arm/ldsgeb.d,
+       * testsuite/gas/arm/ldsgeh.d,
+       * testsuite/gas/arm/missing.d,
+       * testsuite/gas/arm/mrs-msr-arm-v7-a-bad.d,
+       * testsuite/gas/arm/mrs-msr-thumb-v7-m-bad.d,
+       * testsuite/gas/arm/msr-imm-bad.d,
+       * testsuite/gas/arm/msr-reg-bad.d,
+       * testsuite/gas/arm/mul-overlap.d,
+       * testsuite/gas/arm/neon-addressing-bad.d,
+       * testsuite/gas/arm/neon-cond-bad.d,
+       * testsuite/gas/arm/neon-ldst-align-bad.d,
+       * testsuite/gas/arm/neon-ldst-es-bad.d,
+       * testsuite/gas/arm/neon-suffix-bad.d,
+       * testsuite/gas/arm/neon-vmov-bad.d,
+       * testsuite/gas/arm/noarm.d,
+       * testsuite/gas/arm/pr18256.d,
+       * testsuite/gas/arm/pr18347.d,
+       * testsuite/gas/arm/pr20429.d,
+       * testsuite/gas/arm/pr22773.d,
+       * testsuite/gas/arm/r15-bad.d,
+       * testsuite/gas/arm/reloc-bad.d,
+       * testsuite/gas/arm/req.d,
+       * testsuite/gas/arm/shift-bad-pc.d,
+       * testsuite/gas/arm/shift-bad.d,
+       * testsuite/gas/arm/simd_by_scalar_low_regbank.d,
+       * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d,
+       * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d,
+       * testsuite/gas/arm/sp-pc-validations-bad-t.d,
+       * testsuite/gas/arm/sp-pc-validations-bad.d,
+       * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d,
+       * testsuite/gas/arm/srs-arm.d,
+       * testsuite/gas/arm/srs-t2.d,
+       * testsuite/gas/arm/strex-bad-t.d,
+       * testsuite/gas/arm/t16-bad.d,
+       * testsuite/gas/arm/thumb-b-bad.d,
+       * testsuite/gas/arm/thumb-w-bad.d,
+       * testsuite/gas/arm/thumb2_bad_reg.d,
+       * testsuite/gas/arm/thumb2_it_bad.d,
+       * testsuite/gas/arm/thumb2_it_bad_auto.d,
+       * testsuite/gas/arm/thumb2_ldmstm_bad.d,
+       * testsuite/gas/arm/thumb2_ldstd_unpredictable.d,
+       * testsuite/gas/arm/thumb2_mul-bad.d,
+       * testsuite/gas/arm/thumb2_str-bad.d,
+       * testsuite/gas/arm/thumb32.d,
+       * testsuite/gas/arm/udf-bad.d,
+       * testsuite/gas/arm/udf.d,
+       * testsuite/gas/arm/undefined.d,
+       * testsuite/gas/arm/undefined_coff.d,
+       * testsuite/gas/arm/vcmp-zero-bad.d,
+       * testsuite/gas/arm/vcvt-bad.d,
+       * testsuite/gas/arm/vfp-bad.d,
+       * testsuite/gas/arm/vfp-bad_t2.d,
+       * testsuite/gas/arm/vfpv3-d16-bad.d,
+       * testsuite/gas/arm/vldm-thumb-bad.d,
+       * testsuite/gas/arm/vldmw-arm-bad.d,
+       * testsuite/gas/arm/vldmw-thumb-bad.d,
+       * testsuite/gas/arm/vstr-arm-bad.d,
+       * testsuite/gas/arm/vstr-thumb-bad.d,
+       * testsuite/gas/arm/weakdef-2.d,
+       * testsuite/gas/avr/pr21621.d,
+       * testsuite/gas/elf/bad-bss.d,
+       * testsuite/gas/elf/bad-group.d,
+       * testsuite/gas/elf/bad-group.err,
+       * testsuite/gas/elf/bad-section-flag.d,
+       * testsuite/gas/elf/bad-section-flag.err,
+       * testsuite/gas/elf/bad-size.d,
+       * testsuite/gas/elf/bad-size.err,
+       * testsuite/gas/elf/common1.d,
+       * testsuite/gas/elf/common2.d,
+       * testsuite/gas/elf/common5a.d,
+       * testsuite/gas/elf/common5b.d,
+       * testsuite/gas/elf/common5c.d,
+       * testsuite/gas/elf/common5d.d,
+       * testsuite/gas/elf/dwarf2-10.d,
+       * testsuite/gas/elf/dwarf2-8.d,
+       * testsuite/gas/elf/dwarf2-9.d,
+       * testsuite/gas/elf/pr21661.d,
+       * testsuite/gas/elf/pseudo.d,
+       * testsuite/gas/elf/section13.d,
+       * testsuite/gas/i386/bad-size.d,
+       * testsuite/gas/i386/bundle-bad.d,
+       * testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
+       * testsuite/gas/i386/intel-intel.d,
+       * testsuite/gas/i386/intel.d,
+       * testsuite/gas/i386/intelok.d,
+       * testsuite/gas/i386/mpx-add-bnd-prefix.d,
+       * testsuite/gas/i386/sse-check-warn.d,
+       * testsuite/gas/i386/string-ok.d,
+       * testsuite/gas/i386/vgather-check-warn.d,
+       * testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d,
+       * testsuite/gas/i386/x86-64-sse-check-warn.d,
+       * testsuite/gas/i386/x86-64-vgather-check-warn.d,
+       * testsuite/gas/mips/addiu-error.d,
+       * testsuite/gas/mips/branch-extern-3.d,
+       * testsuite/gas/mips/branch-extern-4.d,
+       * testsuite/gas/mips/branch-local-2.d,
+       * testsuite/gas/mips/branch-local-3.d,
+       * testsuite/gas/mips/branch-local-5.d,
+       * testsuite/gas/mips/branch-local-6.d,
+       * testsuite/gas/mips/branch-local-n32-2.d,
+       * testsuite/gas/mips/branch-local-n32-3.d,
+       * testsuite/gas/mips/branch-local-n32-5.d,
+       * testsuite/gas/mips/branch-local-n32-6.d,
+       * testsuite/gas/mips/branch-local-n64-2.d,
+       * testsuite/gas/mips/branch-local-n64-3.d,
+       * testsuite/gas/mips/branch-local-n64-5.d,
+       * testsuite/gas/mips/branch-local-n64-6.d,
+       * testsuite/gas/mips/branch-section-3.d,
+       * testsuite/gas/mips/branch-section-4.d,
+       * testsuite/gas/mips/branch-weak-3.d,
+       * testsuite/gas/mips/branch-weak-4.d,
+       * testsuite/gas/mips/break-error.d,
+       * testsuite/gas/mips/crc-err.d,
+       * testsuite/gas/mips/crc64-err.d,
+       * testsuite/gas/mips/ginv-err.d,
+       * testsuite/gas/mips/interaptiv-mr2@isa-override-1.d,
+       * testsuite/gas/mips/interaptiv-mr2@isa-override-2.d,
+       * testsuite/gas/mips/isa-override-2.d,
+       * testsuite/gas/mips/lui-1.d,
+       * testsuite/gas/mips/lui-2.d,
+       * testsuite/gas/mips/macro-warn-1-n32.d,
+       * testsuite/gas/mips/macro-warn-1.d,
+       * testsuite/gas/mips/macro-warn-2.d,
+       * testsuite/gas/mips/macro-warn-3.d,
+       * testsuite/gas/mips/macro-warn-4.d,
+       * testsuite/gas/mips/micromips-branch-delay.d,
+       * testsuite/gas/mips/micromips-branch-relax-insn32-pic.d,
+       * testsuite/gas/mips/micromips-branch-relax-insn32.d,
+       * testsuite/gas/mips/micromips-branch-relax-pic.d,
+       * testsuite/gas/mips/micromips-branch-relax.d,
+       * testsuite/gas/mips/micromips-compact.d,
+       * testsuite/gas/mips/micromips-insn32.d,
+       * testsuite/gas/mips/micromips-noinsn32.d,
+       * testsuite/gas/mips/micromips-size-1.d,
+       * testsuite/gas/mips/micromips-trap.d,
+       * testsuite/gas/mips/micromips-warn-branch-delay.d,
+       * testsuite/gas/mips/micromips.d,
+       * testsuite/gas/mips/micromips@addiu-error.d,
+       * testsuite/gas/mips/micromips@mips5-fp.d,
+       * testsuite/gas/mips/micromips@msa-relax.d,
+       * testsuite/gas/mips/micromips@relax-at.d,
+       * testsuite/gas/mips/micromips@relax-offset.d,
+       * testsuite/gas/mips/micromips@relax.d,
+       * testsuite/gas/mips/mips-gp32-fp64-pic.d,
+       * testsuite/gas/mips/mips-gp32-fp64.d,
+       * testsuite/gas/mips/mips-gp64-fp32-pic.d,
+       * testsuite/gas/mips/mips-gp64-fp32.d,
+       * testsuite/gas/mips/mips-gp64-fp64.d,
+       * testsuite/gas/mips/mips16-32@mips16-insn-e.d,
+       * testsuite/gas/mips/mips16-32@mips16-insn-t.d,
+       * testsuite/gas/mips/mips16-32@mips16-macro-e.d,
+       * testsuite/gas/mips/mips16-32@mips16-macro-t.d,
+       * testsuite/gas/mips/mips16-32@mips16-macro.d,
+       * testsuite/gas/mips/mips16-64@mips16-insn-e.d,
+       * testsuite/gas/mips/mips16-64@mips16-insn-t.d,
+       * testsuite/gas/mips/mips16-absolute-reloc-2.d,
+       * testsuite/gas/mips/mips16-absolute-reloc-3.d,
+       * testsuite/gas/mips/mips16-branch-addend-5.d,
+       * testsuite/gas/mips/mips16-branch-unextended-1.d,
+       * testsuite/gas/mips/mips16-branch-unextended-2.d,
+       * testsuite/gas/mips/mips16-insn-e.d,
+       * testsuite/gas/mips/mips16-insn-t.d,
+       * testsuite/gas/mips/mips16-jal-t.d,
+       * testsuite/gas/mips/mips16-macro-e.d,
+       * testsuite/gas/mips/mips16-macro-t.d,
+       * testsuite/gas/mips/mips16-pcrel-2.d,
+       * testsuite/gas/mips/mips16-pcrel-3.d,
+       * testsuite/gas/mips/mips16-pcrel-4.d,
+       * testsuite/gas/mips/mips16-pcrel-5.d,
+       * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d,
+       * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d,
+       * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d,
+       * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d,
+       * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d,
+       * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d,
+       * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d,
+       * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d,
+       * testsuite/gas/mips/mips16-pcrel-delay-0.d,
+       * testsuite/gas/mips/mips16-pcrel-delay-1.d,
+       * testsuite/gas/mips/mips16-pcrel-n64-0.d,
+       * testsuite/gas/mips/mips16-pcrel-n64-1.d,
+       * testsuite/gas/mips/mips16-pcrel-pic-0.d,
+       * testsuite/gas/mips/mips16-pcrel-pic-1.d,
+       * testsuite/gas/mips/mips16-reg-error.d,
+       * testsuite/gas/mips/mips16-relax-unextended-1.d,
+       * testsuite/gas/mips/mips16-relax-unextended-2.d,
+       * testsuite/gas/mips/mips16-reloc-error.d,
+       * testsuite/gas/mips/mips16-sdrasp.d,
+       * testsuite/gas/mips/mips16@addiu-error.d,
+       * testsuite/gas/mips/mips16e-32@mips16-insn-e.d,
+       * testsuite/gas/mips/mips16e-32@mips16-insn-t.d,
+       * testsuite/gas/mips/mips16e-32@mips16-macro-e.d,
+       * testsuite/gas/mips/mips16e-32@mips16-macro-t.d,
+       * testsuite/gas/mips/mips16e-32@mips16-macro.d,
+       * testsuite/gas/mips/mips16e-32@mips16e-64.d,
+       * testsuite/gas/mips/mips16e2-32@mips16-insn-e.d,
+       * testsuite/gas/mips/mips16e2-32@mips16-insn-t.d,
+       * testsuite/gas/mips/mips16e2-32@mips16-macro-e.d,
+       * testsuite/gas/mips/mips16e2-32@mips16-macro-t.d,
+       * testsuite/gas/mips/mips16e2-32@mips16-macro.d,
+       * testsuite/gas/mips/mips16e2-32@mips16e-64.d,
+       * testsuite/gas/mips/mips16e2-copy-err.d,
+       * testsuite/gas/mips/mips16e2-imm-error.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64.d,
+       * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.d,
+       * testsuite/gas/mips/mips16e2-mt-err.d,
+       * testsuite/gas/mips/mips16e2-reloc-error.d,
+       * testsuite/gas/mips/mips16e2@lui-2.d,
+       * testsuite/gas/mips/mips16e2@mips16-pcrel-2.d,
+       * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d,
+       * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d,
+       * testsuite/gas/mips/mips1@isa-override-2.d,
+       * testsuite/gas/mips/mips1@relax-offset.d,
+       * testsuite/gas/mips/mips2@isa-override-2.d,
+       * testsuite/gas/mips/mips32-mt.d,
+       * testsuite/gas/mips/mips32@isa-override-2.d,
+       * testsuite/gas/mips/mips32r2@isa-override-2.d,
+       * testsuite/gas/mips/mips32r3@isa-override-2.d,
+       * testsuite/gas/mips/mips32r5@isa-override-2.d,
+       * testsuite/gas/mips/mips32r6@isa-override-2.d,
+       * testsuite/gas/mips/mips5-fp.d,
+       * testsuite/gas/mips/mips64-mips3d-incl.d,
+       * testsuite/gas/mips/mips64-mips3d.d,
+       * testsuite/gas/mips/mipsr6@mips5-fp.d,
+       * testsuite/gas/mips/msa-relax.d,
+       * testsuite/gas/mips/octeon3@isa-override-1.d,
+       * testsuite/gas/mips/octeon3@isa-override-2.d,
+       * testsuite/gas/mips/option-pic-relax-2.d,
+       * testsuite/gas/mips/option-pic-relax-3.d,
+       * testsuite/gas/mips/option-pic-relax-4.d,
+       * testsuite/gas/mips/option-pic-relax-5.d,
+       * testsuite/gas/mips/org-1.d,
+       * testsuite/gas/mips/org-10.d,
+       * testsuite/gas/mips/org-4.d,
+       * testsuite/gas/mips/org-5.d,
+       * testsuite/gas/mips/org-6.d,
+       * testsuite/gas/mips/r3000@isa-override-2.d,
+       * testsuite/gas/mips/r3000@relax-offset.d,
+       * testsuite/gas/mips/r3900@isa-override-2.d,
+       * testsuite/gas/mips/r3900@relax-offset.d,
+       * testsuite/gas/mips/reginfo-2-n32.d,
+       * testsuite/gas/mips/reginfo-2.d,
+       * testsuite/gas/mips/relax-at.d,
+       * testsuite/gas/mips/relax-offset.d,
+       * testsuite/gas/mips/relax-swap1-mips1.d,
+       * testsuite/gas/mips/relax-swap1-mips2.d,
+       * testsuite/gas/mips/relax-swap2.d,
+       * testsuite/gas/mips/relax.d,
+       * testsuite/gas/mips/save-err.d,
+       * testsuite/gas/mips/set-arch.d,
+       * testsuite/gas/mips/xpa-err.d,
+       * testsuite/gas/mips/xpa-virt-err.d,
+       * testsuite/gas/msp430/bad.d,
+       * testsuite/gas/msp430/errata_warns.d,
+       * testsuite/gas/msp430/pr22133.d,
+       * testsuite/gas/ppc/lsp-checks.d,
+       * testsuite/gas/ppc/misalign.d,
+       * testsuite/gas/ppc/spe2-checks.d,
+       * testsuite/gas/riscv/bad-csr.d,
+       * testsuite/gas/riscv/c-addi16sp-fail.d,
+       * testsuite/gas/riscv/c-addi4spn-fail.d,
+       * testsuite/gas/riscv/c-fld-fsd-fail.d,
+       * testsuite/gas/riscv/c-lui-fail.d,
+       * testsuite/gas/riscv/c-nonzero-imm.d,
+       * testsuite/gas/riscv/c-nonzero-reg.d,
+       * testsuite/gas/riscv/fence-fail.d,
+       * testsuite/gas/riscv/lla64-fail.d,
+       * testsuite/gas/riscv/rouding-fail.d,
+       * testsuite/gas/sh/pcrel-hms.d,
+       * testsuite/gas/sh/pcrel.d,
+       * testsuite/gas/sparc/dcti-couples-v8.d,
+       * testsuite/gas/sparc/dcti-couples-v9c.d,
+       * testsuite/gas/tic6x/arch-invalid-1.d,
+       * testsuite/gas/tic6x/arch-invalid-2.d,
+       * testsuite/gas/tic6x/dir-junk.d,
+       * testsuite/gas/tic6x/insns-bad-1.d,
+       * testsuite/gas/tic6x/insns-bad-2.d,
+       * testsuite/gas/tic6x/parallel-bad-1.d,
+       * testsuite/gas/tic6x/parallel-bad-2.d,
+       * testsuite/gas/tic6x/parallel-bad-3.d,
+       * testsuite/gas/tic6x/parallel-bad-4.d,
+       * testsuite/gas/tic6x/predicate-bad-1.d,
+       * testsuite/gas/tic6x/predicate-bad-2.d,
+       * testsuite/gas/tic6x/predicate-bad-3.d,
+       * testsuite/gas/tic6x/reloc-bad-1.d,
+       * testsuite/gas/tic6x/reloc-bad-2.d,
+       * testsuite/gas/tic6x/reloc-bad-3.d,
+       * testsuite/gas/tic6x/reloc-bad-4.d,
+       * testsuite/gas/tic6x/reloc-bad-5.d,
+       * testsuite/gas/tic6x/reloc-bad-6.d,
+       * testsuite/gas/tic6x/resource-func-unit-1.d,
+       * testsuite/gas/tic6x/resource-func-unit-2.d,
+       * testsuite/gas/tic6x/sploop-bad-1.d,
+       * testsuite/gas/tic6x/sploop-bad-2.d,
+       * testsuite/gas/tic6x/sploop-bad-3.d,
+       * testsuite/gas/tic6x/sploop-bad-4.d,
+       * testsuite/gas/tic6x/sploop-bad-5.d,
+       * testsuite/gas/tic6x/sploop-bad-6.d,
+       * testsuite/gas/tic6x/sploop-bad-7.d,
+       * testsuite/gas/tic6x/unwind-bad-1.d,
+       * testsuite/gas/tic6x/unwind-bad-2.d,
+       * testsuite/lib/gas-defs.exp (run_dump_tests): Replace stderr
+       and error-output with warning_output and error_output.
+       (slurp_options): Accept underscore rather than dash.
+
+2018-09-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/aarch64/codealign.d,
+       * testsuite/gas/aarch64/litpool.d,
+       * testsuite/gas/aarch64/mapmisc.d,
+       * testsuite/gas/aarch64/mapping.d,
+       * testsuite/gas/aarch64/mapping2.d,
+       * testsuite/gas/aarch64/mapping3.d,
+       * testsuite/gas/aarch64/mapping4.d,
+       * testsuite/gas/all/align.d,
+       * testsuite/gas/all/fill-1.d,
+       * testsuite/gas/all/incbin.d,
+       * testsuite/gas/all/redef2.d,
+       * testsuite/gas/all/redef3.d,
+       * testsuite/gas/all/relax.d,
+       * testsuite/gas/all/sleb128-2.d,
+       * testsuite/gas/all/sleb128-4.d,
+       * testsuite/gas/all/sleb128-5.d,
+       * testsuite/gas/all/sleb128-7.d,
+       * testsuite/gas/all/sleb128-9.d,
+       * testsuite/gas/all/weakref1.d,
+       * testsuite/gas/all/weakref1g.d,
+       * testsuite/gas/all/weakref1l.d,
+       * testsuite/gas/all/weakref1u.d,
+       * testsuite/gas/all/weakref1w.d,
+       * testsuite/gas/arm/abs12.d,
+       * testsuite/gas/arm/arch4t.d,
+       * testsuite/gas/arm/arch7.d,
+       * testsuite/gas/arm/arch7a-mp.d,
+       * testsuite/gas/arm/arch7em.d,
+       * testsuite/gas/arm/archv8m-main-dsp-5.d,
+       * testsuite/gas/arm/armv8a-automatic-hlt.d,
+       * testsuite/gas/arm/armv8a-automatic-lda.d,
+       * testsuite/gas/arm/attr-syntax.d,
+       * testsuite/gas/arm/automatic-bw.d,
+       * testsuite/gas/arm/automatic-cbz.d,
+       * testsuite/gas/arm/automatic-clrex.d,
+       * testsuite/gas/arm/automatic-lda.d,
+       * testsuite/gas/arm/automatic-ldaex.d,
+       * testsuite/gas/arm/automatic-ldaexb.d,
+       * testsuite/gas/arm/automatic-ldrex.d,
+       * testsuite/gas/arm/automatic-ldrexd.d,
+       * testsuite/gas/arm/automatic-movw.d,
+       * testsuite/gas/arm/automatic-sdiv.d,
+       * testsuite/gas/arm/automatic-strexb.d,
+       * testsuite/gas/arm/barrier-thumb.d,
+       * testsuite/gas/arm/barrier.d,
+       * testsuite/gas/arm/bignum1.d,
+       * testsuite/gas/arm/blx-bad.d,
+       * testsuite/gas/arm/blx-local.s,
+       * testsuite/gas/arm/crc32-armv8-a-bad.d,
+       * testsuite/gas/arm/crc32-armv8-a.d,
+       * testsuite/gas/arm/crc32-armv8-r-bad.d,
+       * testsuite/gas/arm/crc32-armv8-r.d,
+       * testsuite/gas/arm/eabi_attr_1.d,
+       * testsuite/gas/arm/fp-save.d,
+       * testsuite/gas/arm/local_function.d,
+       * testsuite/gas/arm/local_label_coff.d,
+       * testsuite/gas/arm/local_label_wince.d,
+       * testsuite/gas/arm/mapping.d,
+       * testsuite/gas/arm/mapping2.d,
+       * testsuite/gas/arm/mapping3.d,
+       * testsuite/gas/arm/mapping4.d,
+       * testsuite/gas/arm/mapshort-elf.d,
+       * testsuite/gas/arm/mask_1-armv8-a.d,
+       * testsuite/gas/arm/mask_1-armv8-r.d,
+       * testsuite/gas/arm/mrs-msr-thumb-v6t2.d,
+       * testsuite/gas/arm/mrs-msr-thumb-v7-m.d,
+       * testsuite/gas/arm/mrs-msr-thumb-v7e-m.d,
+       * testsuite/gas/arm/nomapping.d,
+       * testsuite/gas/arm/pic.d,
+       * testsuite/gas/arm/pic_vxworks.d,
+       * testsuite/gas/arm/plt-1.d,
+       * testsuite/gas/arm/reloc-bad.d,
+       * testsuite/gas/arm/reloc-fdpic.d,
+       * testsuite/gas/arm/t2-branch-global.d,
+       * testsuite/gas/arm/thumb.d,
+       * testsuite/gas/arm/thumb2_ldr_immediate_armv6.d,
+       * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d,
+       * testsuite/gas/arm/thumb2_pool.d,
+       * testsuite/gas/arm/thumb2_vpool.d,
+       * testsuite/gas/arm/thumb2_vpool_be.d,
+       * testsuite/gas/arm/thumb32.d,
+       * testsuite/gas/arm/thumbver.d,
+       * testsuite/gas/arm/tls.d,
+       * testsuite/gas/arm/tls_vxworks.d,
+       * testsuite/gas/arm/undefined_coff.d,
+       * testsuite/gas/arm/unwind.d,
+       * testsuite/gas/arm/unwind_vxworks.d,
+       * testsuite/gas/arm/v4bx.d,
+       * testsuite/gas/arm/vfma1.d,
+       * testsuite/gas/arm/vldm-arm.d,
+       * testsuite/gas/arm/weakdef-1.d,
+       * testsuite/gas/arm/weakdef-2.d,
+       * testsuite/gas/arm/wince.d,
+       * testsuite/gas/arm/wince_inst.d,
+       * testsuite/gas/elf/bignums.d,
+       * testsuite/gas/elf/common5a.d,
+       * testsuite/gas/elf/common5b.d,
+       * testsuite/gas/elf/common5c.d,
+       * testsuite/gas/elf/common5d.d,
+       * testsuite/gas/elf/dwarf2-1.d,
+       * testsuite/gas/elf/dwarf2-10.d,
+       * testsuite/gas/elf/dwarf2-11.d,
+       * testsuite/gas/elf/dwarf2-12.d,
+       * testsuite/gas/elf/dwarf2-13.d,
+       * testsuite/gas/elf/dwarf2-14.d,
+       * testsuite/gas/elf/dwarf2-15.d,
+       * testsuite/gas/elf/dwarf2-16.d,
+       * testsuite/gas/elf/dwarf2-17.d,
+       * testsuite/gas/elf/dwarf2-18.d,
+       * testsuite/gas/elf/dwarf2-2.d,
+       * testsuite/gas/elf/dwarf2-3.d,
+       * testsuite/gas/elf/dwarf2-4.d,
+       * testsuite/gas/elf/dwarf2-5.d,
+       * testsuite/gas/elf/dwarf2-6.d,
+       * testsuite/gas/elf/dwarf2-7.d,
+       * testsuite/gas/elf/dwarf2-8.d,
+       * testsuite/gas/elf/dwarf2-9.d,
+       * testsuite/gas/elf/group0c.d,
+       * testsuite/gas/elf/group1a.d,
+       * testsuite/gas/elf/group2.d,
+       * testsuite/gas/elf/groupautoa.d,
+       * testsuite/gas/elf/ifunc-1.d,
+       * testsuite/gas/elf/section11.d,
+       * testsuite/gas/elf/section4.d,
+       * testsuite/gas/elf/section7.d,
+       * testsuite/gas/elf/syms.d,
+       * testsuite/gas/elf/symver.d,
+       * testsuite/gas/i386/iamcu-1.d,
+       * testsuite/gas/i386/iamcu-2.d,
+       * testsuite/gas/i386/iamcu-3.d,
+       * testsuite/gas/i386/iamcu-4.d,
+       * testsuite/gas/i386/iamcu-5.d,
+       * testsuite/gas/i386/ilp32/rex.d,
+       * testsuite/gas/i386/k1om.d,
+       * testsuite/gas/i386/l1om.d,
+       * testsuite/gas/i386/rex.d,
+       * testsuite/gas/mach-o/sections-3.d,
+       * testsuite/gas/macros/irp.d,
+       * testsuite/gas/macros/repeat.d,
+       * testsuite/gas/macros/rept.d,
+       * testsuite/gas/macros/semi.d,
+       * testsuite/gas/macros/test2.d,
+       * testsuite/gas/macros/test3.d,
+       * testsuite/gas/macros/vararg.d,
+       * testsuite/gas/mips/jal-svr4pic-local.d,
+       * testsuite/gas/mips/micromips@jal-svr4pic-local.d,
+       * testsuite/gas/mips/mips1@jal-svr4pic-local.d,
+       * testsuite/gas/mips/r3000@jal-svr4pic-local.d,
+       * testsuite/gas/ppc/machine.d,
+       * testsuite/lib/gas-defs.exp (run_dump_test): Replace not-target
+       and not-skip with notarget and noskip.
+
+2018-09-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/mri/char.d: Don't objcopy to srec, objdump instead.
+       * testsuite/gas/mri/float.d: Likewise.
+       * testsuite/lib/gas-defs.exp (run_dump_test): Remove support
+       for objcopy as a dump tool.
+
+2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23642
+       * testsuite/gas/i386/evex-wig2.d: New file.
+       * testsuite/gas/i386/evex-wig2.s: Likewise.
+       * testsuite/gas/i386/x86-64-evex-wig2.d: Likewise.
+       * testsuite/gas/i386/x86-64-evex-wig2.s: Likewise.
+       * testsuite/gas/i386/i386.exp: Run evex-wig2 and
+       x86-64-evex-wig2.
+
+2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/23642
+       * config/tc-i386.c (build_vex_prefix): Check VEXWIG when setting
+       the VEX.W bit.
+       (build_evex_prefix): Check VEXWIG when setting the EVEX.W bit.
+
+2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/23655
+       * testsuite/gas/i386/evex.d: Updated.
+
+2018-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/23655
+       * testsuite/gas/i386/evex.d: New file.
+       * testsuite/gas/i386/evex.s: Likewise.
+       * testsuite/gas/i386/i386.exp: Run evex.
+
+2018-09-10  Lifang Xia <lifang_xia@c-sky.com>
+
+       * config/tc-csky.c (md_apply_fix): Transmit BFD_RELOC_32_PCREL to
+       BFD_RELOC_CKCORE_PCREL32.
+       (tc_gen_reloc): Trasmit BFD_RELOC_CKCORE_ADDR32 to
+       BFD_RELOC_CKCORE_PCREL32 while pc-relative.
+       * config/tc-csky.h (DIFF_EXPR_OK): Define to enable PC relative diff
+       relocs.
+
+2018-09-14  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (process_suffix): Simplify CRC32 special
+       casing code.
+
+2018-09-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (build_vex_prefix): Swap destination and
+       source only if there are more than 1 register operand.
+
+2018-09-13  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (operand_size_match): Also deal with three
+       operand case.
+       (match_template): Also allow operand reversal for three operand
+       templates.
+
+2018-09-13  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (operand_size_match): Mirror
+       .reg/.regsimd/.acc handling from forward to reverse case.
+       (build_vex_prefix): Check first and last operand types are equal
+       and also consider .d for swapping operands for VEX2 encoding.
+       (match_template): Clear found_reverse_match on every iteration.
+       Use Opcode_SIMD_FloatD and Opcode_SIMD_IntD.
+       * testsuite/gas/i386/pseudos.s,
+       testsuite/gas/i386/x86-64-pseudos.s: Add kmov* tests.
+       * testsuite/gas/i386/pseudos.d,
+       testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
+
+2018-09-13  Jan Beulich  <jbeulich@suse.com>
+
+       testsuite/gas/i386/ilp32/x86-64-opts.d,
+       testsuite/gas/i386/ilp32/x86-64-opts-intel.d,
+       testsuite/gas/i386/ilp32/x86-64-sse2avx-opts.d,
+       testsuite/gas/i386/ilp32/x86-64-sse2avx-opts-intel.d: Refer to
+       non-ILP32 output.
+
+2018-09-13  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (dir_encoding_swap): New enumerator.
+       (parse_insn): Use it.
+       (match_template): Re-write reversal check.
+       * testsuite/gas/i386/pseudos.s: Add various move, ALU, and FPU
+       tests.
+       * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
+       * testsuite/gas/i386/pseudos.d,
+       testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations.
+
 2018-09-13  Jan Beulich  <jbeulich@suse.com>
 
        * config/tc-i386.c (parse_insn): Extend comment ahead of pseudo-
This page took 0.039065 seconds and 4 git commands to generate.