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-master-arm-bootstrap_profiled_lto_lean in repository toolchain/ci/binutils-gdb.
from 96a7037cd8 texi2pod.pl: add no-op --no-split option support [PR28144] adds 265dcb69c2 ld: Report error reason when a library cannot be found adds 5a98fb7513 bfd: Close the file descriptor if there is no archive fd adds 7dc37e1e12 ld: Run tmpdir/pr28138 only for native build adds fc14131902 x86: Simplify check for distinct TMM register operands adds 1056aa3919 gdb: clean up some things in features/Makefile
No new revisions were added by this update.
Summary of changes: bfd/plugin.c | 8 +++ gas/config/tc-i386.c | 25 ++++----- gdb/features/Makefile | 9 +--- gdb/regformats/microblaze-with-stack-protect.dat | 64 ------------------------ ld/ldfile.c | 4 +- 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 ++++++++ 14 files changed, 117 insertions(+), 89 deletions(-) delete mode 100644 gdb/regformats/microblaze-with-stack-protect.dat 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