This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from 37ecc81173 Automatic date update in version.in adds d61e1cbd9e Automatic date update in version.in adds 2dad02b6d4 texi2pod.pl: add no-op --no-split option support [PR28144] adds 9d6d087078 Re: opcodes: constify & local meps macros adds 1c611b40e6 bfd: Close the file descriptor if there is no archive fd adds 0f71a70358 Automatic date update in version.in adds f448ce02de Automatic date update in version.in adds 351c55564d Automatic date update in version.in adds 511be4d5ee Automatic date update in version.in adds 5a9e3421a8 Automatic date update in version.in adds 038f80914f Automatic date update in version.in adds 2e8e5a93a1 PR28156, rename.c doesn't compile with MinGW adds 0c966828ce IBM Z: Remove lpswey parameter adds d2cb9c60a5 IBM Z: Add another arch14 instruction adds 28392428d0 Automatic date update in version.in adds 1e6a1c8306 Automatic date update in version.in adds 96327e297b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/plugin.c | 8 ++++++++ bfd/version.h | 2 +- binutils/rename.c | 2 ++ cpu/mep.opc | 10 +++++----- etc/texi2pod.pl | 2 ++ gas/testsuite/gas/s390/zarch-arch14.d | 3 ++- gas/testsuite/gas/s390/zarch-arch14.s | 3 ++- ld/testsuite/ld-plugin/lto.exp | 34 ++++++++++++++++++++++++++++++++++ ld/testsuite/ld-plugin/pr28138-1.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-2.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-3.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-4.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-5.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-6.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138-7.c | 6 ++++++ ld/testsuite/ld-plugin/pr28138.c | 20 ++++++++++++++++++++ opcodes/s390-opc.c | 2 ++ opcodes/s390-opc.txt | 4 +++- 18 files changed, 123 insertions(+), 9 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr28138-1.c create mode 100644 ld/testsuite/ld-plugin/pr28138-2.c create mode 100644 ld/testsuite/ld-plugin/pr28138-3.c create mode 100644 ld/testsuite/ld-plugin/pr28138-4.c create mode 100644 ld/testsuite/ld-plugin/pr28138-5.c create mode 100644 ld/testsuite/ld-plugin/pr28138-6.c create mode 100644 ld/testsuite/ld-plugin/pr28138-7.c create mode 100644 ld/testsuite/ld-plugin/pr28138.c