2003-01-19 Andrew Cagney <ac131313@redhat.com>

* frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
	* gdbarch.sh (POP_FRAME): Change to function with predicate.
	Suppress actual parameters when `-'.
	* gdbarch.h, gdbarch.c: Regenerate.
This commit is contained in:
Andrew Cagney
2003-01-19 23:27:28 +00:00
parent b7261c70f1
commit dedc2a2b65
5 changed files with 59 additions and 5 deletions

View File

@@ -731,6 +731,7 @@ static void
frame_saved_regs_pop (struct frame_info *fi, void **cache,
struct regcache *regcache)
{
gdb_assert (POP_FRAME_P ());
POP_FRAME;
}