aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 03:42:52 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 03:42:52 +0000
commit5b12314664a12ac72194c31c1eb431637565cf1d (patch)
tree7fd5fc5b80e05a721ab2f7aea51df12bd6d14735 /gdb/objfiles.c
parentb9c3a7debd882773c7228366fb528db51a4fcb35 (diff)
downloadfsf-binutils-gdb-5b12314664a12ac72194c31c1eb431637565cf1d.zip
fsf-binutils-gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.gz
fsf-binutils-gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.bz2
2004-10-30 Andrew Cagney <cagney@gnu.org>
* objfiles.c: Include "mdebugread.h". * mdebugread.c: Include "mdebugread.h". (ecoff_relocate_cfi): Delete. * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete. * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete. * mdebugread.h (ecoff_relocate_efi): New file. * Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index a4aa652..9528d58 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -33,7 +33,7 @@
#include "gdb-stabs.h"
#include "target.h"
#include "bcache.h"
-
+#include "mdebugread.h"
#include "gdb_assert.h"
#include <sys/types.h>
#include "gdb_stat.h"