summaryrefslogtreecommitdiff
path: root/gdb/alpha-mdebug-tdep.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-02 04:34:37 +0000
committerRichard Henderson <rth@redhat.com>2003-06-02 04:34:37 +0000
commitf1e1eb1bf923c6f5f86214d795ad940f7a026d2f (patch)
tree9f8303f6577711a3c329484f37e64d36ffdd6a13 /gdb/alpha-mdebug-tdep.c
parent9c0691e951ec26f5e99fbc659a678fcab2d5b6b6 (diff)
downloadgdb-f1e1eb1bf923c6f5f86214d795ad940f7a026d2f.tar.gz
* Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
(alpha-linux-tdep.o): Update dependencies. (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise. * alpha-mdebug-tdep.c: Remove unneeded includes.
Diffstat (limited to 'gdb/alpha-mdebug-tdep.c')
-rw-r--r--gdb/alpha-mdebug-tdep.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c
index 2f49e08260c..4baae9752f0 100644
--- a/gdb/alpha-mdebug-tdep.c
+++ b/gdb/alpha-mdebug-tdep.c
@@ -23,25 +23,11 @@
#include "frame.h"
#include "frame-unwind.h"
#include "frame-base.h"
-#include "inferior.h"
#include "symtab.h"
-#include "value.h"
-#include "gdbcmd.h"
#include "gdbcore.h"
-#include "dis-asm.h"
-#include "symfile.h"
-#include "objfiles.h"
-#include "gdb_string.h"
-#include "linespec.h"
-#include "regcache.h"
-#include "doublest.h"
-#include "arch-utils.h"
-#include "osabi.h"
#include "block.h"
#include "gdb_assert.h"
-#include "elf-bfd.h"
-
#include "alpha-tdep.h"
/* FIXME: Some of this code should perhaps be merged with mips. */