summaryrefslogtreecommitdiffstats
path: root/gdb/config/mips/tm-mips.h
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
commit0bb57b3183d1564e0166c7a235ad182fe360c378 (patch)
tree5d7a0abb2e0ea5daf916dc5bbff0462b6ab18cb4 /gdb/config/mips/tm-mips.h
parentcf5d6d3c70522a71a73f121167beb83d804886df (diff)
downloadppe42-binutils-0bb57b3183d1564e0166c7a235ad182fe360c378.tar.gz
ppe42-binutils-0bb57b3183d1564e0166c7a235ad182fe360c378.zip
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/tm-mips.h')
-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 8f840c3ad7..40f2fd1d27 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;
OpenPOWER on IntegriCloud