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-release-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 3e4abbda9c Automatic date update in version.in adds 1ffc60ec40 Automatic date update in version.in adds 17c2dc6691 Automatic date update in version.in adds 20a201933c Automatic date update in version.in adds 794e008bac nm: Remove --with-symbol-versions adds 0a690cf659 elf: Keep only one '@' for undefined versioned symbols adds 9640c06f80 sparc testsuite fallout adds 5ca7ac981b PR27128, nm -P portable output format regression adds 55cb086c67 Automatic date update in version.in new aebc8c4daf Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 9 +++++ bfd/elflink.c | 22 +++++++++- bfd/version.h | 2 +- binutils/ChangeLog | 25 ++++++++++++ binutils/doc/binutils.texi | 18 ++++----- binutils/nm.c | 51 ++++++++++-------------- ld/ChangeLog | 32 +++++++++++++++ ld/testsuite/ld-elf/pr26302.nd | 3 ++ ld/testsuite/ld-elf/pr26302.rd | 12 ++++++ ld/testsuite/ld-elf/{pr19553.map => pr26302.ver} | 0 ld/testsuite/ld-elf/{pr23162a.c => pr26302a.c} | 0 ld/testsuite/ld-elf/{indirect1c.c => pr26302b.c} | 0 ld/testsuite/ld-elf/pr27128.s | 13 ++++++ ld/testsuite/ld-elf/pr27128.t | 6 +++ ld/testsuite/ld-elf/pr27128a.d | 16 ++++++++ ld/testsuite/ld-elf/pr27128b.d | 16 ++++++++ ld/testsuite/ld-elf/pr27128c.d | 16 ++++++++ ld/testsuite/ld-elf/pr27128d.d | 16 ++++++++ ld/testsuite/ld-elf/pr27128e.d | 16 ++++++++ ld/testsuite/ld-elf/shared.exp | 19 +++++++++ ld/testsuite/ld-sparc/tlssunbin32.rd | 2 +- ld/testsuite/ld-sparc/tlssunbin64.rd | 2 +- 22 files changed, 253 insertions(+), 43 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26302.nd create mode 100644 ld/testsuite/ld-elf/pr26302.rd copy ld/testsuite/ld-elf/{pr19553.map => pr26302.ver} (100%) copy ld/testsuite/ld-elf/{pr23162a.c => pr26302a.c} (100%) copy ld/testsuite/ld-elf/{indirect1c.c => pr26302b.c} (100%) create mode 100644 ld/testsuite/ld-elf/pr27128.s create mode 100644 ld/testsuite/ld-elf/pr27128.t create mode 100644 ld/testsuite/ld-elf/pr27128a.d create mode 100644 ld/testsuite/ld-elf/pr27128b.d create mode 100644 ld/testsuite/ld-elf/pr27128c.d create mode 100644 ld/testsuite/ld-elf/pr27128d.d create mode 100644 ld/testsuite/ld-elf/pr27128e.d