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-release-aarch64-stable-defconfig in repository toolchain/binutils-gdb.
from 9194830699 Automatic date update in version.in adds 3d0d35cab5 Automatic date update in version.in adds 84fdbf1a2c When assigning symbol version, we should hide debug symbols [...] adds 1929a39655 x86: Disable GOT relaxation with data prefix
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 ++++ bfd/elflink.c | 11 +++++++- bfd/version.h | 2 +- gas/ChangeLog | 7 +++++ gas/config/tc-i386.c | 13 +++++---- gas/testsuite/gas/i386/mixed-mode-reloc32.d | 2 +- ld/ChangeLog | 20 +++++++++++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr23854.d | 28 ++++++++++++++++++ ld/testsuite/ld-i386/pr23854.s | 33 ++++++++++++++++++++++ ld/testsuite/ld-plugin/lto.exp | 6 ++++ ld/testsuite/ld-plugin/pr23818.d | 4 +++ ld/testsuite/ld-plugin/pr23818.t | 4 +++ .../{ld-elfvers/vers26a.c => ld-plugin/pr23818a.c} | 0 ld/testsuite/ld-plugin/pr23818b.c | 7 +++++ ld/testsuite/ld-x86-64/pr23854.d | 28 ++++++++++++++++++ ld/testsuite/ld-x86-64/pr23854.s | 33 ++++++++++++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 18 files changed, 197 insertions(+), 9 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr23854.d create mode 100644 ld/testsuite/ld-i386/pr23854.s create mode 100644 ld/testsuite/ld-plugin/pr23818.d create mode 100644 ld/testsuite/ld-plugin/pr23818.t copy ld/testsuite/{ld-elfvers/vers26a.c => ld-plugin/pr23818a.c} (100%) create mode 100644 ld/testsuite/ld-plugin/pr23818b.c create mode 100644 ld/testsuite/ld-x86-64/pr23854.d create mode 100644 ld/testsuite/ld-x86-64/pr23854.s