* 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".
This commit is contained in:
Andrew Cagney
2002-06-28 22:05:47 +00:00
parent 0921526b8f
commit b8cc38fa4d
4 changed files with 12 additions and 3 deletions

View File

@@ -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