diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-28 22:09:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-28 22:09:11 +0000 |
commit | 06155c03b27c311b82ff232dbea1489f7ad29618 (patch) | |
tree | af90bc1e70bb74c2f5d7005a8d2bf3f43de962f5 /gdb/objfiles.h | |
parent | 160ebaf1b713c2b720df06612dd56d26a673cc63 (diff) | |
download | gdb-06155c03b27c311b82ff232dbea1489f7ad29618.tar.gz |
* 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index f8adb498b24..b04abc1056c 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 |