aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 03:11:54 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 03:11:54 +0000
commitb9c3a7debd882773c7228366fb528db51a4fcb35 (patch)
tree150588498436d34d3c4877a6957c6fc13b7981e7 /gdb/mips-tdep.c
parentf92761eccf0d2de387deb3f0036a52536798d227 (diff)
downloadfsf-binutils-gdb-b9c3a7debd882773c7228366fb528db51a4fcb35.zip
fsf-binutils-gdb-b9c3a7debd882773c7228366fb528db51a4fcb35.tar.gz
fsf-binutils-gdb-b9c3a7debd882773c7228366fb528db51a4fcb35.tar.bz2
2004-10-30 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (struct frame_extra_info): Delete. (temp_proc_desc): Delete.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 1d96f01..d656060 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. */