* rs6000-tdep.c (struct frame_extra_info): Delete.

This commit is contained in:
Daniel Jacobowitz
2007-05-07 01:25:07 +00:00
parent be44485822
commit dda9b909e6
2 changed files with 4 additions and 13 deletions

View File

@@ -611,19 +611,6 @@ rs6000_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc)
return 0;
}
/* Fill in fi->saved_regs */
struct frame_extra_info
{
/* Functions calling alloca() change the value of the stack
pointer. We need to use initial stack pointer (which is saved in
r31 by gcc) in such cases. If a compiler emits traceback table,
then we should use the alloca register specified in traceback
table. FIXME. */
CORE_ADDR initial_sp; /* initial stack pointer. */
};
/* Get the ith function argument for the current function. */
static CORE_ADDR
rs6000_fetch_pointer_argument (struct frame_info *frame, int argi,