This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 96df3e28b8 gdb/fortran: support ALLOCATED builtin adds c46b706620 Change the readelf and objdump programs so that they will au [...] adds c054dcd552 Minor constification in gdbreplay adds 089436f787 [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28 adds 77fba254d9 Add stdio support to gdbreplay adds ceda7cf7f7 Automatic date update in version.in adds adeab0c5b3 config/debuginfod: do not include pkg.m4 directly adds 652f80e07b sim: common: delete unused aclocal.m4 adds 136da8cd9c sim: switch to AC_CONFIG_MACRO_DIRS adds 9ee455572d sim: rx: mitigate fread warning adds b0dcd7d832 sim: testsuite: push $arch out to targets adds f5b2658b0f Automatic date update in version.in adds 5b1f6c9570 ld testsuite: change unresolved to unsupported/fail adds 0d0a0d86c8 Regen for binutils/aclocal.m4 change adds 1944212b42 objdump: don't add an extra entry to syms array adds d7a7af8ff4 Modernise _bfd_elf_mips_get_relocated_section_contents adds a5e6af6d17 Automatic date update in version.in adds 8b78cbec31 alpha_ecoff_get_relocated_section_contents adds 1781a9d0f3 nds32_elf_get_relocated_section_contents adds 208599d928 objdump: don't cache section contents in load_specific_debug [...] adds 8c6740616c bfd: use $(LN_S) in favor of "cp -p" when populating pre-bui [...] adds ba2b480f10 IBM Z: Implement instruction set extensions adds 94ae6062ab Automatic date update in version.in adds 7043388668 demand_copy_C_string NUL check adds 9a12b194b0 PR27426, More bugs in dwarf2dbg.c adds 7b54caddca ubsan: shift exponent is too large adds e6ca18783f Dwarf: fix build with old gcc adds c2f1204d1f x86: make 16-bit ENQCMD test actually test ENQCMD adds b818b220e4 x86: have preprocessor expand macros adds cbe6869656 x86: make common property tests common adds 014d61ea14 x86: record register use for SIMD insns without respective e [...] adds 3d70986f21 x86: honor template rather than actual operands when updatin [...] adds 394ae71f02 x86: CVTPI2PD has special behavior adds ca1289b9f3 gas: Allow SHF_GNU_RETAIN on all sections adds 7d2e5095c6 Correction of gdb.dwarf2/pr13961.S adds 0b5500cdd5 Automatic date update in version.in adds 0d6aab7776 RISC-V: PR27200, allow the first input non-ABI binary to be [...] adds b9b204b311 read_leb128 overflow checking adds 089485ff86 h8300 complains about new section defined without attributes adds 22e6d16f9b [PR cli/17290] gdb/doc: Fix show remote interrupt-*. adds afadac6170 Automatic date update in version.in adds 6a780b6766 Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUG adds 3d73d29e4e RISC-V: Add bfd/cpu-riscv.h to support all spec versions con [...] adds b0e4d2bd9b gdb: add missing full stops in --help adds a364a116f9 ld: remove stray debug fprintf adds acde209241 gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on sui [...] adds 8568422270 Fix a problem merging empty annobin notes on ppc64le targets. adds 26f53cd385 Introduce expression::evaluate adds 668c18f17f Automatic date update in version.in adds 3685de750e binutils: Avoid renaming over existing files adds 0be51eb4c3 pr26548 test adds 2f973f134d Wrong ELF class plugin vs. gcc ld version adds 5a9f5403c7 RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types [...] adds 8488c357ce amd64-linux-siginfo.c: Adjust include order to avoid gnulib error adds 0257c2ff4f Fix compile time warnings when building riscv assembler.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 78 + bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/coff-alpha.c | 26 +- bfd/cpu-riscv.c | 123 +- bfd/cpu-riscv.h | 81 + bfd/doc/Makefile.am | 44 +- bfd/doc/Makefile.in | 44 +- bfd/elf32-nds32.c | 5 +- bfd/elfnn-riscv.c | 69 +- bfd/elfxx-mips.c | 114 +- bfd/elfxx-riscv.c | 15 +- bfd/elfxx-riscv.h | 12 - bfd/libbfd.c | 23 +- bfd/po/SRC-POTFILES.in | 1 + bfd/version.h | 2 +- bfd/wasm-module.c | 27 +- binutils/ChangeLog | 103 + binutils/Makefile.in | 3 +- binutils/NEWS | 7 + binutils/aclocal.m4 | 1 + binutils/ar.c | 9 +- binutils/arsup.c | 13 +- binutils/bucomm.h | 2 +- binutils/config.in | 3 + binutils/configure | 29 +- binutils/configure.ac | 14 + binutils/doc/Makefile.in | 3 +- binutils/doc/binutils.texi | 16 +- binutils/doc/debug.options.texi | 11 + binutils/dwarf.c | 55 +- binutils/dwarf.h | 2 - binutils/objcopy.c | 47 +- binutils/objdump.c | 114 +- binutils/readelf.c | 16 +- binutils/rename.c | 95 +- binutils/testsuite/binutils-all/compress.exp | 8 +- binutils/testsuite/binutils-all/objdump.exp | 6 +- binutils/testsuite/binutils-all/pr26548.d | 13 + binutils/testsuite/binutils-all/pr26548.s | 40 + binutils/testsuite/binutils-all/pr26548e.d | 11 + binutils/testsuite/binutils-all/readelf.exp | 53 +- config/ChangeLog | 5 +- config/debuginfod.m4 | 2 - gas/ChangeLog | 126 ++ gas/config/obj-elf.c | 18 +- gas/config/tc-i386.c | 22 +- gas/config/tc-riscv.c | 318 ++- gas/config/tc-s390.c | 2 + gas/doc/c-riscv.texi | 160 +- gas/doc/c-s390.texi | 7 +- gas/dwarf2dbg.c | 14 +- gas/read.c | 4 +- gas/testsuite/gas/elf/elf.exp | 2 + gas/testsuite/gas/elf/section28.d | 16 + gas/testsuite/gas/elf/section28.s | 11 + gas/testsuite/gas/elf/section29.d | 11 + gas/testsuite/gas/elf/section29.s | 4 + gas/testsuite/gas/i386/enqcmd-16bit.d | 27 +- gas/testsuite/gas/i386/enqcmd-16bit.s | 2 +- gas/testsuite/gas/i386/i386.exp | 33 +- gas/testsuite/gas/i386/property-12.d | 2 +- gas/testsuite/gas/i386/property-4.d | 2 +- gas/testsuite/gas/i386/property-5.d | 2 +- .../{x86-64-property-10.d => property-cvtpi2pd.d} | 3 +- gas/testsuite/gas/i386/property-cvtpi2pd.s | 2 + .../{x86-64-property-2.d => property-cvtpi2ps.d} | 5 +- gas/testsuite/gas/i386/property-cvtpi2ps.s | 2 + .../{x86-64-property-10.d => property-ldmxcsr.d} | 3 +- gas/testsuite/gas/i386/property-ldmxcsr.s | 2 + .../{x86-64-property-4.d => property-vldmxcsr.d} | 3 +- gas/testsuite/gas/i386/property-vldmxcsr.s | 2 + .../{x86-64-property-11.d => property-vzeroall.d} | 5 +- gas/testsuite/gas/i386/property-vzeroall.s | 2 + gas/testsuite/gas/i386/sse-check-error.l | 91 +- gas/testsuite/gas/i386/sse-check-warn.e | 17 +- gas/testsuite/gas/i386/sse-check.d | 2 + gas/testsuite/gas/i386/sse-check.s | 4 + gas/testsuite/gas/i386/sse2avx.d | 2 + gas/testsuite/gas/i386/sse2avx.s | 2 + gas/testsuite/gas/i386/x86-64-property-12.d | 10 - gas/testsuite/gas/i386/x86-64-property-13.d | 10 - gas/testsuite/gas/i386/x86-64-property-3.d | 10 - gas/testsuite/gas/i386/x86-64-property-5.d | 10 - gas/testsuite/gas/i386/x86-64-property-6.d | 10 - gas/testsuite/gas/i386/x86-64-sse-check-error.l | 94 +- gas/testsuite/gas/i386/x86-64-sse2avx.d | 2 + gas/testsuite/gas/i386/x86-64-sse2avx.s | 2 + gas/testsuite/gas/mach-o/sections-1.d | 2 +- gas/testsuite/gas/riscv/insn.d | 26 +- gas/testsuite/gas/riscv/insn.s | 24 +- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch14.d | 31 + gas/testsuite/gas/s390/zarch-arch14.s | 24 + gas/testsuite/gas/xgate/insns-dwarf2.d | 2 +- gdb/ChangeLog | 45 + gdb/aclocal.m4 | 1 + gdb/ada-lang.c | 4 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 4 +- gdb/eval.c | 47 +- gdb/expression.h | 5 + gdb/linux-nat.c | 26 +- gdb/linux-nat.h | 7 +- gdb/linux-thread-db.c | 21 +- gdb/main.c | 4 +- gdb/nat/amd64-linux-siginfo.c | 2 +- gdb/riscv-tdep.c | 24 +- gdb/testsuite/ChangeLog | 8 + gdb/testsuite/gdb.arch/i386-biarch-core.exp | 5 + gdb/testsuite/gdb.dwarf2/pr13961.S | 157 +- gdbserver/ChangeLog | 14 + gdbserver/gdbreplay.cc | 60 +- include/ChangeLog | 14 + include/opcode/riscv.h | 204 +- include/opcode/s390.h | 1 + ld/ChangeLog | 62 + ld/testplug.c | 5 +- ld/testsuite/ld-cdtest/cdtest.exp | 4 +- ld/testsuite/ld-checks/checks.exp | 2 +- ld/testsuite/ld-elf/binutils.exp | 10 +- ld/testsuite/ld-elf/compress.exp | 20 +- ld/testsuite/ld-elf/dwarf.exp | 6 +- ld/testsuite/ld-elf/exclude.exp | 4 +- ld/testsuite/ld-elf/frame.exp | 4 +- ld/testsuite/ld-elf/indirect.exp | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 4 +- ld/testsuite/ld-elf/sec-to-seg.exp | 2 +- ld/testsuite/ld-elf/sec64k.exp | 4 +- ld/testsuite/ld-elf/tls_common.exp | 10 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 11 +- ld/testsuite/ld-elfvers/vers.exp | 16 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 22 +- ld/testsuite/ld-elfweak/elfweak.exp | 6 +- ld/testsuite/ld-ifunc/binutils.exp | 8 +- ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 2 +- ld/testsuite/ld-misc/defsym.exp | 6 +- ld/testsuite/ld-mn10300/mn10300.exp | 16 +- ld/testsuite/ld-plugin/lto.exp | 2 +- ld/testsuite/ld-plugin/plugin.exp | 12 +- ld/testsuite/ld-scripts/align.exp | 2 +- ld/testsuite/ld-scripts/assert.exp | 2 +- ld/testsuite/ld-scripts/crossref.exp | 10 +- ld/testsuite/ld-scripts/defined.exp | 2 +- ld/testsuite/ld-scripts/extern.exp | 2 +- ld/testsuite/ld-scripts/log2.exp | 2 +- ld/testsuite/ld-scripts/map-address.exp | 2 +- ld/testsuite/ld-scripts/phdrs.exp | 6 +- ld/testsuite/ld-scripts/phdrs2.exp | 7 +- ld/testsuite/ld-scripts/script.exp | 2 +- ld/testsuite/ld-scripts/section-flags.exp | 2 +- ld/testsuite/ld-scripts/sizeof.exp | 2 +- ld/testsuite/ld-scripts/weak.exp | 8 +- ld/testsuite/ld-selective/selective.exp | 2 +- ld/testsuite/ld-sh/sh.exp | 20 +- ld/testsuite/ld-shared/shared.exp | 16 +- ld/testsuite/ld-srec/srec.exp | 8 +- ld/testsuite/ld-tic6x/tic6x.exp | 4 +- ld/testsuite/ld-undefined/undefined.exp | 92 +- ld/testsuite/ld-undefined/weak-undef.exp | 8 +- ld/testsuite/lib/ld-lib.exp | 159 +- opcodes/ChangeLog | 45 + opcodes/i386-gen.c | 11 - opcodes/i386-opc.tbl | 9 +- opcodes/i386-tbl.h | 32 +- opcodes/riscv-dis.c | 58 +- opcodes/riscv-opc.c | 121 +- opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.txt | 28 + opcodes/wasm32-dis.c | 26 +- sim/ChangeLog | 15 + sim/README-HACKING | 2 +- sim/aarch64/ChangeLog | 5 + sim/aarch64/aclocal.m4 | 32 +- sim/aarch64/configure | 1830 +--------------- sim/aarch64/configure.ac | 2 +- sim/arm/ChangeLog | 5 + sim/arm/aclocal.m4 | 32 +- sim/arm/configure | 1830 +--------------- sim/arm/configure.ac | 2 +- sim/avr/ChangeLog | 5 + sim/avr/aclocal.m4 | 32 +- sim/avr/configure | 1830 +--------------- sim/avr/configure.ac | 2 +- sim/bfin/ChangeLog | 5 + sim/bfin/aclocal.m4 | 33 +- sim/bfin/configure | 1850 +--------------- sim/bfin/configure.ac | 3 +- sim/bpf/ChangeLog | 5 + sim/bpf/aclocal.m4 | 32 +- sim/bpf/configure | 1830 +--------------- sim/bpf/configure.ac | 2 +- sim/common/ChangeLog | 8 + sim/common/acinclude.m4 | 14 - sim/common/aclocal.m4 | 15 - sim/configure | 2 - sim/configure.ac | 2 +- sim/configure.tgt | 1 - sim/cr16/ChangeLog | 5 + sim/cr16/aclocal.m4 | 32 +- sim/cr16/configure | 1830 +--------------- sim/cr16/configure.ac | 2 +- sim/cris/ChangeLog | 5 + sim/cris/aclocal.m4 | 32 +- sim/cris/configure | 1830 +--------------- sim/cris/configure.ac | 2 +- sim/d10v/ChangeLog | 5 + sim/d10v/aclocal.m4 | 32 +- sim/d10v/configure | 1830 +--------------- sim/d10v/configure.ac | 2 +- sim/erc32/ChangeLog | 5 + sim/erc32/aclocal.m4 | 32 +- sim/erc32/configure | 1830 +--------------- sim/erc32/configure.ac | 2 +- sim/frv/ChangeLog | 5 + sim/frv/aclocal.m4 | 32 +- sim/frv/configure | 1830 +--------------- sim/frv/configure.ac | 2 +- sim/ft32/ChangeLog | 5 + sim/ft32/aclocal.m4 | 32 +- sim/ft32/configure | 1830 +--------------- sim/ft32/configure.ac | 2 +- sim/h8300/ChangeLog | 5 + sim/h8300/aclocal.m4 | 32 +- sim/h8300/configure | 1830 +--------------- sim/h8300/configure.ac | 2 +- sim/igen/ChangeLog | 5 + sim/igen/configure | 1826 +--------------- sim/igen/configure.ac | 2 +- sim/iq2000/ChangeLog | 5 + sim/iq2000/aclocal.m4 | 32 +- sim/iq2000/configure | 1830 +--------------- sim/iq2000/configure.ac | 2 +- sim/lm32/ChangeLog | 5 + sim/lm32/aclocal.m4 | 32 +- sim/lm32/configure | 1830 +--------------- sim/lm32/configure.ac | 2 +- sim/m32c/ChangeLog | 5 + sim/m32c/aclocal.m4 | 32 +- sim/m32c/configure | 1830 +--------------- sim/m32c/configure.ac | 2 +- sim/m32r/ChangeLog | 5 + sim/m32r/aclocal.m4 | 32 +- sim/m32r/configure | 1830 +--------------- sim/m32r/configure.ac | 2 +- sim/m68hc11/ChangeLog | 5 + sim/m68hc11/aclocal.m4 | 32 +- sim/m68hc11/configure | 1830 +--------------- sim/m68hc11/configure.ac | 2 +- sim/mcore/ChangeLog | 5 + sim/mcore/aclocal.m4 | 32 +- sim/mcore/configure | 1830 +--------------- sim/mcore/configure.ac | 2 +- sim/microblaze/ChangeLog | 5 + sim/microblaze/aclocal.m4 | 32 +- sim/microblaze/configure | 1830 +--------------- sim/microblaze/configure.ac | 2 +- sim/mips/ChangeLog | 5 + sim/mips/aclocal.m4 | 32 +- sim/mips/configure | 1830 +--------------- sim/mips/configure.ac | 2 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/aclocal.m4 | 32 +- sim/mn10300/configure | 1830 +--------------- sim/mn10300/configure.ac | 2 +- sim/moxie/ChangeLog | 5 + sim/moxie/aclocal.m4 | 32 +- sim/moxie/configure | 1830 +--------------- sim/moxie/configure.ac | 2 +- sim/msp430/ChangeLog | 5 + sim/msp430/aclocal.m4 | 32 +- sim/msp430/configure | 1830 +--------------- sim/msp430/configure.ac | 2 +- sim/or1k/ChangeLog | 5 + sim/or1k/aclocal.m4 | 32 +- sim/or1k/configure | 1830 +--------------- sim/or1k/configure.ac | 2 +- sim/ppc/ChangeLog | 5 + sim/ppc/aclocal.m4 | 18 + sim/ppc/configure | 1820 +--------------- sim/ppc/configure.ac | 2 +- sim/pru/ChangeLog | 5 + sim/pru/aclocal.m4 | 32 +- sim/pru/configure | 1830 +--------------- sim/pru/configure.ac | 2 +- sim/riscv/ChangeLog | 5 + sim/riscv/aclocal.m4 | 32 +- sim/riscv/configure | 1830 +--------------- sim/riscv/configure.ac | 2 +- sim/riscv/sim-main.c | 6 +- sim/rl78/ChangeLog | 5 + sim/rl78/aclocal.m4 | 32 +- sim/rl78/configure | 1830 +--------------- sim/rl78/configure.ac | 2 +- sim/rx/ChangeLog | 10 + sim/rx/aclocal.m4 | 32 +- sim/rx/configure | 2250 ++------------------ sim/rx/configure.ac | 2 +- sim/rx/trace.c | 5 +- sim/sh/ChangeLog | 5 + sim/sh/aclocal.m4 | 32 +- sim/sh/configure | 1830 +--------------- sim/sh/configure.ac | 2 +- sim/testsuite/ChangeLog | 5 + sim/testsuite/Makefile.in | 3 - sim/testsuite/aarch64/ChangeLog | 4 + sim/testsuite/aarch64/allinsn.exp | 4 + sim/testsuite/arm/ChangeLog | 5 + sim/testsuite/arm/allinsn.exp | 5 +- sim/testsuite/arm/iwmmxt/iwmmxt.exp | 5 +- sim/testsuite/arm/misc.exp | 5 +- sim/testsuite/arm/thumb/allthumb.exp | 5 +- sim/testsuite/arm/xscale/xscale.exp | 5 +- sim/testsuite/avr/ChangeLog | 4 + sim/testsuite/avr/allinsn.exp | 4 + sim/testsuite/bfin/ChangeLog | 4 + sim/testsuite/bfin/allinsn.exp | 4 + sim/testsuite/bpf/ChangeLog | 4 + sim/testsuite/bpf/allinsn.exp | 4 + sim/testsuite/cr16/ChangeLog | 4 + sim/testsuite/cr16/allinsn.exp | 5 +- sim/testsuite/cr16/misc.exp | 5 +- sim/testsuite/cris/ChangeLog | 4 + sim/testsuite/cris/asm/asm.exp | 4 + sim/testsuite/cris/c/c.exp | 4 + sim/testsuite/cris/hw/rv-n-cris/rvc.exp | 4 + sim/testsuite/d10v/ChangeLog | 5 +- sim/testsuite/d10v/allinsn.exp | 6 +- sim/testsuite/frv/ChangeLog | 6 + sim/testsuite/frv/allinsn.exp | 6 +- sim/testsuite/frv/fr400/allinsn.exp | 6 +- sim/testsuite/frv/fr500/allinsn.exp | 6 +- sim/testsuite/frv/fr550/allinsn.exp | 6 +- sim/testsuite/frv/interrupts.exp | 6 +- sim/testsuite/frv/misc.exp | 6 +- sim/testsuite/frv/parallel.exp | 6 +- sim/testsuite/ft32/ChangeLog | 4 + sim/testsuite/ft32/allinsn.exp | 4 + sim/testsuite/h8300/ChangeLog | 4 + sim/testsuite/h8300/allinsn.exp | 4 + sim/testsuite/iq2000/ChangeLog | 4 + sim/testsuite/iq2000/allinsn.exp | 4 + sim/testsuite/lm32/ChangeLog | 4 + sim/testsuite/lm32/allinsn.exp | 4 + sim/testsuite/m32c/ChangeLog | 4 + sim/testsuite/m32c/allinsn.exp | 4 + sim/testsuite/m32r/ChangeLog | 4 + sim/testsuite/m32r/allinsn.exp | 5 +- sim/testsuite/m32r/misc.exp | 5 +- sim/testsuite/m68hc11/ChangeLog | 4 + sim/testsuite/m68hc11/allinsn.exp | 4 + sim/testsuite/mcore/ChangeLog | 4 + sim/testsuite/mcore/allinsn.exp | 4 + sim/testsuite/microblaze/ChangeLog | 4 + sim/testsuite/microblaze/allinsn.exp | 4 + sim/testsuite/mips/ChangeLog | 4 + sim/testsuite/mips/basic.exp | 3 + sim/testsuite/mn10300/ChangeLog | 4 + sim/testsuite/mn10300/allinsn.exp | 4 + sim/testsuite/moxie/ChangeLog | 4 + sim/testsuite/moxie/allinsn.exp | 4 + sim/testsuite/msp430/ChangeLog | 4 + sim/testsuite/msp430/allinsn.exp | 4 + sim/testsuite/or1k/ChangeLog | 4 + sim/testsuite/or1k/alltests.exp | 3 + sim/testsuite/pru/ChangeLog | 4 + sim/testsuite/pru/allinsn.exp | 4 + sim/testsuite/riscv/ChangeLog | 4 + sim/testsuite/riscv/allinsn.exp | 4 + sim/testsuite/sh/ChangeLog | 4 + sim/testsuite/sh/allinsn.exp | 4 + sim/testsuite/v850/ChangeLog | 4 + sim/testsuite/v850/allinsns.exp | 8 +- sim/v850/ChangeLog | 5 + sim/v850/aclocal.m4 | 32 +- sim/v850/configure | 1830 +--------------- sim/v850/configure.ac | 2 +- 377 files changed, 4095 insertions(+), 60607 deletions(-) create mode 100644 bfd/cpu-riscv.h create mode 100644 binutils/testsuite/binutils-all/pr26548.d create mode 100644 binutils/testsuite/binutils-all/pr26548.s create mode 100644 binutils/testsuite/binutils-all/pr26548e.d create mode 100644 gas/testsuite/gas/elf/section28.d create mode 100644 gas/testsuite/gas/elf/section28.s create mode 100644 gas/testsuite/gas/elf/section29.d create mode 100644 gas/testsuite/gas/elf/section29.s copy gas/testsuite/gas/i386/{x86-64-property-10.d => property-cvtpi2pd.d} (85%) create mode 100644 gas/testsuite/gas/i386/property-cvtpi2pd.s rename gas/testsuite/gas/i386/{x86-64-property-2.d => property-cvtpi2ps.d} (79%) create mode 100644 gas/testsuite/gas/i386/property-cvtpi2ps.s rename gas/testsuite/gas/i386/{x86-64-property-10.d => property-ldmxcsr.d} (85%) create mode 100644 gas/testsuite/gas/i386/property-ldmxcsr.s rename gas/testsuite/gas/i386/{x86-64-property-4.d => property-vldmxcsr.d} (86%) create mode 100644 gas/testsuite/gas/i386/property-vldmxcsr.s rename gas/testsuite/gas/i386/{x86-64-property-11.d => property-vzeroall.d} (78%) create mode 100644 gas/testsuite/gas/i386/property-vzeroall.s delete mode 100644 gas/testsuite/gas/i386/x86-64-property-12.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-13.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-3.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-5.d delete mode 100644 gas/testsuite/gas/i386/x86-64-property-6.d create mode 100644 gas/testsuite/gas/s390/zarch-arch14.d create mode 100644 gas/testsuite/gas/s390/zarch-arch14.s delete mode 100644 sim/common/aclocal.m4