aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-mdebug-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 04:33:14 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 04:33:14 +0000
commit36b8628e1954d9e640894c948262e27e92101f62 (patch)
tree10b48fcee3fe6b098dde4d31b02a811691e23e3a /gdb/mips-mdebug-tdep.c
parent5b12314664a12ac72194c31c1eb431637565cf1d (diff)
downloadgdb-36b8628e1954d9e640894c948262e27e92101f62.zip
gdb-36b8628e1954d9e640894c948262e27e92101f62.tar.gz
gdb-36b8628e1954d9e640894c948262e27e92101f62.tar.bz2
2004-10-30 Andrew Cagney <cagney@gnu.org>
* mdebugread.h: Include "coff/sym.h" and "coff/symconst.h". (struct mdebug_extra_func_info): Define. * config/alpha/tm-alpha.h: Delete same. * config/mips/tm-mips.h: Delete same. * mdebugread.c: Delete same. * Makefile.in: Update dependencies. * mips-mdebug-tdep.c: Include "mdebugread.h".
Diffstat (limited to 'gdb/mips-mdebug-tdep.c')
-rw-r--r--gdb/mips-mdebug-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-mdebug-tdep.c b/gdb/mips-mdebug-tdep.c
index b13cba4..538e374 100644
--- a/gdb/mips-mdebug-tdep.c
+++ b/gdb/mips-mdebug-tdep.c
@@ -35,6 +35,7 @@
#include "frame-unwind.h"
#include "frame-base.h"
#include "mips-mdebug-tdep.h"
+#include "mdebugread.h"
#define PROC_LOW_ADDR(proc) ((proc)->pdr.adr) /* least address */
#define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset)