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 f215d2d8ad7 gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance [...] new 5eb2254a1d1 gdb/unwinders: better support for $pc not saved
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/frame.c | 32 ++++++ .../pc-not-saved.c} | 40 ++++---- gdb/testsuite/gdb.base/pc-not-saved.exp | 113 +++++++++++++++++++++ gdb/testsuite/gdb.base/pc-not-saved.py | 71 +++++++++++++ 4 files changed, 234 insertions(+), 22 deletions(-) copy gdb/testsuite/{gdb.multi/inferior-specific-bp-1.c => gdb.base/pc-not-saved.c} (65%) create mode 100644 gdb/testsuite/gdb.base/pc-not-saved.exp create mode 100644 gdb/testsuite/gdb.base/pc-not-saved.py