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-aarch64-bootstrap_debug 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 new 588f5af532 Automatic date update in version.in new ad42014be2 Guile: temporary breakpoints
The 2 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 +++ bfd/version.h | 2 +- gas/config/tc-i386.c | 25 ++++----- gdb/NEWS | 3 ++ gdb/doc/guile.texi | 16 +++++- gdb/features/Makefile | 9 +--- gdb/guile/scm-breakpoint.c | 43 +++++++++++++--- gdb/regformats/microblaze-with-stack-protect.dat | 64 ------------------------ gdb/testsuite/gdb.guile/scm-breakpoint.exp | 33 ++++++++++++ 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 ++++++++ 19 files changed, 204 insertions(+), 99 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