diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-02 04:34:37 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-02 04:34:37 +0000 |
commit | 8f285956454f225969a153c716111b8ca1ea8fed (patch) | |
tree | 4fe8abdaabdfb8bd52b981fb8b2d52be76921bd5 /gdb/alpha-mdebug-tdep.c | |
parent | 615967cb2510a36d280b0e7b8dbeaba33a80657c (diff) | |
download | gdb-8f285956454f225969a153c716111b8ca1ea8fed.zip gdb-8f285956454f225969a153c716111b8ca1ea8fed.tar.gz gdb-8f285956454f225969a153c716111b8ca1ea8fed.tar.bz2 |
* 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.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index 2f49e08..4baae97 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. */ |