This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from cbccccfdf19 [gdb/testsuite] Minor cleanup in gdb.base/bg-execution-repeat.exp new 057a2b4c4b5 Revert: 35fd2ddeb1d90f1750401cfb6d01fe055656b88d
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: binutils/dlltool.c | 21 ++++-- binutils/doc/binutils.texi | 2 +- ld/ld.texi | 19 ++++++ ld/ldelf.c | 2 +- ld/ldfile.c | 69 ++++++++++++++------ ld/ldfile.h | 21 ++++-- ld/ldgram.y | 2 +- ld/ldlang.h | 8 ++- ld/lexsup.c | 6 +- ld/plugin.c | 12 +++- ld/testsuite/ld-plugin/libdep-a.c | 7 ++ ld/testsuite/ld-plugin/libdep-b.c | 5 ++ ld/testsuite/ld-plugin/libdep-main.c | 7 ++ ld/testsuite/ld-plugin/libdep.exp | 123 +++++++++++++++++++++++++++++++++++ 14 files changed, 265 insertions(+), 39 deletions(-) create mode 100644 ld/testsuite/ld-plugin/libdep-a.c create mode 100644 ld/testsuite/ld-plugin/libdep-b.c create mode 100644 ld/testsuite/ld-plugin/libdep-main.c create mode 100644 ld/testsuite/ld-plugin/libdep.exp