* mips-tdep.c (struct frame_extra_info): Delete.
(temp_proc_desc): Delete.
2004-10-30 Andrew Cagney <cagney@gnu.org>
+ * mips-tdep.c (struct frame_extra_info): Delete.
+ (temp_proc_desc): Delete.
+
* config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
MIPS_EFI_SYMBOL_NAME.
(mips_extra_func_info_t, mips_extra_func_info): Delete.
NULL
};
-struct frame_extra_info
-{
- struct mdebug_extra_func_info *proc_desc;
- int num_args;
-};
-
/* Various MIPS ISA options (related to stack analysis) can be
overridden dynamically. Establish an enum/array for managing
them. */
target_remove_breakpoint (next_pc, break_mem);
}
-static struct mdebug_extra_func_info temp_proc_desc;
-
/* Test whether the PC points to the return instruction at the
end of a function. */