aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-28 22:09:11 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-28 22:09:11 +0000
commit08c0b5bc8aa9a569238542b6d563b420e7c3261a (patch)
treeef4dafed63e16ed2580a66ab71d2711fe3ba1194 /gdb/objfiles.h
parent1f89801a697b0b94e03e95de213c3a839c023f40 (diff)
downloadgdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.zip
gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.gz
gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.bz2
* Makefile.in (objfiles_h): Add $(bcache_h).
* objfiles.h: Include "bcache.h". * Makefile.in (symtab_h): Remove $(bcache_h). * symtab.h: Do not include "bcache.h".
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index f8adb49..b04abc1 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -22,6 +22,8 @@
#if !defined (OBJFILES_H)
#define OBJFILES_H
+#include "bcache.h"
+
/* This structure maintains information on a per-objfile basis about the
"entry point" of the objfile, and the scope within which the entry point
exists. It is possible that gdb will see more than one objfile that is