This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 76ed4b78ea Automatic date update in version.in adds 363a2bc6dd Automatic date update in version.in adds 9cb56943d7 alpha-vms: error paths not freeing memory and malloc result checks adds 26f60d5939 alpha-vms: prevent endless recursion adds 7d4b2d2d29 alpha-coff: large memory allocation adds 8c803a2dd7 elf_backend_section_flags and _bfd_elf_init_private_section_data adds bf57746745 ELF SEC_SMALL_DATA adds a4dd6c97bd miscellaneous SEC_SMALL_DATA adds 2aa90762b7 plugin: Copy the no_export field to the IR dummy object
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 69 ++++++++++++++++++++++++++++++++++++++ bfd/coff-alpha.c | 12 ++++++- bfd/coff-mips.c | 9 +++-- bfd/coffcode.h | 12 ++++++- bfd/ecoff.c | 17 ++++++---- bfd/elf-bfd.h | 2 +- bfd/elf.c | 62 ++++++++++++++++------------------ bfd/elf32-arm.c | 4 +-- bfd/elf32-m32r.c | 13 +++++++ bfd/elf32-mep.c | 4 +-- bfd/elf32-nds32.c | 13 +++++++ bfd/elf32-nios2.c | 4 +-- bfd/elf32-ppc.c | 12 +++++-- bfd/elf32-v850.c | 15 ++++++--- bfd/elf64-alpha.c | 8 ++--- bfd/elf64-hppa.c | 4 ++- bfd/elf64-ia64-vms.c | 5 ++- bfd/elf64-ppc.c | 13 +++++++ bfd/elfnn-aarch64.c | 20 +++++++++-- bfd/elfnn-ia64.c | 5 ++- bfd/elfxx-mips.c | 8 ++--- bfd/version.h | 2 +- bfd/vms-alpha.c | 41 ++++++++++++++-------- bfd/vms-lib.c | 13 +++++-- gas/ChangeLog | 11 ++++++ gas/config/tc-m32r.c | 4 ++- gas/config/tc-mips.c | 6 ++-- gas/config/tc-score.c | 28 +++------------- gas/config/tc-score7.c | 39 ++++++--------------- gas/read.c | 2 +- ld/ChangeLog | 13 +++++++ ld/plugin.c | 1 + ld/testsuite/ld-plugin/lto.exp | 10 ++++++ ld/testsuite/ld-plugin/pr25618.d | 4 +++ ld/testsuite/ld-plugin/pr25618a.cc | 3 ++ ld/testsuite/ld-plugin/pr25618a.h | 2 ++ ld/testsuite/ld-plugin/pr25618b.cc | 2 ++ ld/testsuite/ld-plugin/pr25618b.h | 2 ++ 38 files changed, 340 insertions(+), 154 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr25618.d create mode 100644 ld/testsuite/ld-plugin/pr25618a.cc create mode 100644 ld/testsuite/ld-plugin/pr25618a.h create mode 100644 ld/testsuite/ld-plugin/pr25618b.cc create mode 100644 ld/testsuite/ld-plugin/pr25618b.h