summaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 00:07:29 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 00:07:29 +0000
commit0705897511496a35b2288b8caa6bc71b9fd3b382 (patch)
treee9c19e3d1a106d68005281a370e48ae4fe36ab53 /gdb/config/mips
parent13923d4d9a8df8b9959731483f7aefd620c61305 (diff)
downloadgdb-0705897511496a35b2288b8caa6bc71b9fd3b382.tar.gz
2004-10-30 Andrew Cagney <cagney@gnu.org>
Suggested by Mark Kettenis. * config/mips/tm-mips.h (struct mips_extra_func_info): Delete fields frame_adjust and high_addr. * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete. (non_heuristic_proc_desc): Delete references.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-mips.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 8f840c3ad72..40f2fd1d278 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -58,8 +58,6 @@ extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
typedef struct mips_extra_func_info
{
long numargs; /* number of args to procedure (was iopt) */
- bfd_vma high_addr; /* upper address bound */
- long frame_adjust; /* offset of FP from SP (used on MIPS16) */
PDR pdr; /* Procedure descriptor record */
}
*mips_extra_func_info_t;