+2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * rs6000-tdep.c (struct frame_extra_info): Delete.
+
2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
* linux-thread-db.c: Update some FIXME comments.
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,