* 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:09:11 +00:00
parent 1f89801a69
commit 08c0b5bc8a
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