From: Andrew Cagney Date: Sun, 31 Oct 2004 03:11:54 +0000 (+0000) Subject: 2004-10-30 Andrew Cagney X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9c3a7debd882773c7228366fb528db51a4fcb35;p=binutils-gdb.git 2004-10-30 Andrew Cagney * mips-tdep.c (struct frame_extra_info): Delete. (temp_proc_desc): Delete. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ba592746866..9d285056550 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-10-30 Andrew Cagney + * 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. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 1d96f01b4ea..d6560604304 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -86,12 +86,6 @@ static const char *mips_abi_strings[] = { 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. */ @@ -2204,8 +2198,6 @@ mips_software_single_step (enum target_signal sig, int insert_breakpoints_p) 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. */