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 a2cf3633b33 Automatic date update in version.in new b4b3e2dee20 gdb: avoid premature dummy frame garbage collection
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/ChangeLog | 6 +++ gdb/breakpoint.c | 52 +++++++++++++++++-- gdb/testsuite/ChangeLog | 6 +++ ...cast-call.c => premature-dummy-frame-removal.c} | 46 +++++++++++++---- .../gdb.base/premature-dummy-frame-removal.exp | 53 +++++++++++++++++++ .../gdb.base/premature-dummy-frame-removal.py | 60 ++++++++++++++++++++++ 6 files changed, 210 insertions(+), 13 deletions(-) copy gdb/testsuite/gdb.base/{cast-call.c => premature-dummy-frame-removal.c} (64%) create mode 100644 gdb/testsuite/gdb.base/premature-dummy-frame-removal.exp create mode 100644 gdb/testsuite/gdb.base/premature-dummy-frame-removal.py