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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 0826b30a9f Change two functions to be methods on struct attribute adds a879b4d5a6 Support AT_BSDFLAGS on FreeBSD. adds 89ff19d45e Automatic date update in version.in adds 80e2a3b66e Re: readelf looping in process_archive adds 1fafefd594 Add testcase for PR 25662 invalid sh_offset for section adds 8f2dae6a6a gdbsupport: Resolve shellcheck issues in create-version.sh script adds cacb9d8713 ld: Skip some x86 IFUNC tests for Solaris adds 258e884429 ld: Xfail pr20995-2 tests for Solaris
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 16 ++++++++ binutils/readelf.c | 3 +- binutils/testsuite/binutils-all/objcopy.exp | 64 ++++++++++++++++++++--------- binutils/testsuite/binutils-all/pr25662.ld | 15 +++++++ binutils/testsuite/binutils-all/pr25662.s | 34 +++++++++++++++ gdb/ChangeLog | 4 ++ gdb/fbsd-tdep.c | 1 + gdbsupport/ChangeLog | 4 ++ gdbsupport/create-version.sh | 18 ++++---- include/ChangeLog | 4 ++ include/elf/common.h | 1 + ld/ChangeLog | 12 ++++++ ld/testsuite/ld-elf/shared.exp | 4 +- ld/testsuite/ld-ifunc/ifunc-23a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-24a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-25a-x86.d | 1 + 17 files changed, 153 insertions(+), 32 deletions(-) create mode 100644 binutils/testsuite/binutils-all/pr25662.ld create mode 100644 binutils/testsuite/binutils-all/pr25662.s