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 db7e13a9a2f Minor cleanups in rust-lang.c new fb2ded33c1e Add gstack script
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: gdb/Makefile.in | 38 +++++- gdb/NEWS | 2 + gdb/configure | 14 +- gdb/configure.ac | 7 + gdb/doc/Makefile.in | 11 +- gdb/doc/gdb.texinfo | 70 ++++++++++ gdb/gstack-1.in | 147 +++++++++++++++++++++ .../gdb.base/{attach-deleted-exec.c => gstack.c} | 11 +- gdb/testsuite/gdb.base/gstack.exp | 92 +++++++++++++ 9 files changed, 383 insertions(+), 9 deletions(-) create mode 100755 gdb/gstack-1.in copy gdb/testsuite/gdb.base/{attach-deleted-exec.c => gstack.c} (81%) create mode 100644 gdb/testsuite/gdb.base/gstack.exp