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 ee2ff2eaa51 [gdb/testsuite] Fix gdb.base/dcache-flush.exp new 275ee935b33 gdb: prevent an assertion when computing the frame_id for a [...]
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 | 60 +++++++-- gdb/inline-frame.c | 5 +- ...frame-removal.c => inline-frame-cycle-unwind.c} | 59 ++++----- .../gdb.base/inline-frame-cycle-unwind.exp | 145 +++++++++++++++++++++ .../gdb.base/inline-frame-cycle-unwind.py | 85 ++++++++++++ 5 files changed, 312 insertions(+), 42 deletions(-) copy gdb/testsuite/gdb.base/{premature-dummy-frame-removal.c => inline-frame-cycle [...] create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.py