aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
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/config
parent5b12314664a12ac72194c31c1eb431637565cf1d (diff)
downloadfsf-binutils-gdb-36b8628e1954d9e640894c948262e27e92101f62.zip
fsf-binutils-gdb-36b8628e1954d9e640894c948262e27e92101f62.tar.gz
fsf-binutils-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/config')
-rw-r--r--gdb/config/alpha/tm-alpha.h17
-rw-r--r--gdb/config/mips/tm-mips.h14
2 files changed, 0 insertions, 31 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h
index fcf90de..468798b 100644
--- a/gdb/config/alpha/tm-alpha.h
+++ b/gdb/config/alpha/tm-alpha.h
@@ -24,13 +24,6 @@
#ifndef TM_ALPHA_H
#define TM_ALPHA_H
-#include "bfd.h"
-#include "coff/sym.h" /* Needed for PDR below. */
-#include "coff/symconst.h"
-
-struct frame_info;
-struct symbol;
-
/* Special symbol found in blocks associated with routines. We can hang
alpha_extra_func_info_t's off of this. */
@@ -38,14 +31,4 @@ struct symbol;
#define RA_REGNUM 26 /* XXXJRT needed by mdebugread.c */
-/* Specific information about a procedure.
- This overlays the ALPHA's PDR records,
- alpharead.c (ab)uses this to save memory */
-
-struct mdebug_extra_func_info
-{
- long numargs; /* number of args to procedure (was iopt) */
- PDR pdr; /* Procedure descriptor record */
-};
-
#endif /* TM_ALPHA_H */
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 2f2ab9d..344c98e 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -33,10 +33,6 @@ struct symbol;
struct type;
struct value;
-#include <bfd.h>
-#include "coff/sym.h" /* Needed for PDR below. */
-#include "coff/symconst.h"
-
/* Return non-zero if PC points to an instruction which will cause a step
to execute both the instruction at PC and an instruction at PC+4. */
extern int mips_step_skips_delay (CORE_ADDR);
@@ -50,16 +46,6 @@ extern int mips_step_skips_delay (CORE_ADDR);
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
-/* Specific information about a procedure.
- This overlays the MIPS's PDR records,
- mipsread.c (ab)uses this to save memory */
-
-struct mdebug_extra_func_info
-{
- long numargs; /* number of args to procedure (was iopt) */
- PDR pdr; /* Procedure descriptor record */
-};
-
/* Functions for dealing with MIPS16 call and return stubs. */
#define DEPRECATED_IGNORE_HELPER_CALL(pc) mips_ignore_helper (pc)
extern int mips_ignore_helper (CORE_ADDR pc);