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
commit8f285956454f225969a153c716111b8ca1ea8fed (patch)
tree4fe8abdaabdfb8bd52b981fb8b2d52be76921bd5 /gdb/alpha-mdebug-tdep.c
parent615967cb2510a36d280b0e7b8dbeaba33a80657c (diff)
downloadbinutils-gdb-8f285956454f225969a153c716111b8ca1ea8fed.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. */