This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 23 +++++ bfd/coff-alpha.c | 26 +++-- bfd/doc/Makefile.am | 44 ++++----- bfd/doc/Makefile.in | 44 ++++----- bfd/elf32-nds32.c | 5 +- bfd/elfxx-mips.c | 114 ++++++++++++++++++---- bfd/version.h | 2 +- binutils/ChangeLog | 30 ++++++ binutils/Makefile.in | 3 +- binutils/doc/Makefile.in | 3 +- binutils/dwarf.c | 4 +- binutils/dwarf.h | 2 - binutils/objdump.c | 138 +++++++++++---------------- binutils/readelf.c | 1 - binutils/testsuite/binutils-all/compress.exp | 4 - binutils/testsuite/binutils-all/objdump.exp | 2 +- gas/ChangeLog | 8 ++ gas/config/tc-s390.c | 2 + gas/doc/c-s390.texi | 7 +- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch14.d | 31 ++++++ gas/testsuite/gas/s390/zarch-arch14.s | 24 +++++ include/ChangeLog | 5 + include/opcode/s390.h | 1 + ld/ChangeLog | 46 +++++++++ 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/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 | 15 +-- opcodes/ChangeLog | 5 + opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.txt | 28 ++++++ 70 files changed, 603 insertions(+), 385 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-arch14.d create mode 100644 gas/testsuite/gas/s390/zarch-arch14.s