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_O3 in repository toolchain/ci/binutils-gdb.
from 77791f9c21 gdb: fix missing space in some info variables output adds 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 new 1056aa3919 gdb: clean up some things in features/Makefile
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/plugin.c | 8 +++ etc/texi2pod.pl | 2 + 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 ++++++++ 15 files changed, 119 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