* rs6000-tdep.c (struct frame_extra_info): Delete.
authorDaniel Jacobowitz <drow@false.org>
Mon, 7 May 2007 01:25:07 +0000 (01:25 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 7 May 2007 01:25:07 +0000 (01:25 +0000)
gdb/ChangeLog
gdb/rs6000-tdep.c

index f14a7c5..815d1da 100644 (file)
@@ -1,5 +1,9 @@
 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.
        (thread_db_xfer_partial): Delete.
        (init_thread_db_ops): Do not set to_xfer_partial.
index e5099f5..ba91686 100644 (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,