* Makefile.in (objfiles_h): Add $(bcache_h).
authorAndrew Cagney <cagney@redhat.com>
Fri, 28 Jun 2002 22:09:11 +0000 (22:09 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 28 Jun 2002 22:09:11 +0000 (22:09 +0000)
* objfiles.h: Include "bcache.h".

* Makefile.in (symtab_h): Remove $(bcache_h).
* symtab.h: Do not include "bcache.h".

gdb/ChangeLog
gdb/Makefile.in
gdb/objfiles.h
gdb/symtab.h

index df95ece3b0bdbcdaa34a6391d56389213a09bebd..1d10bf7b5c14c0f47e0724dcd769da9dc0fd138b 100644 (file)
@@ -1,3 +1,11 @@
+2002-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * 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".
+
 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
 
        * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
index ceba3e40e86b868cfbe9288bbfd44fc11089cc02..ef35cccdb1d39086d3c94994959c0f2e97cc2bb3 100644 (file)
@@ -641,7 +641,7 @@ macrotab_h =    macrotab.h $(obstack_h) $(bcache_h)
 macroscope_h =  macroscope.h $(macrotab_h) $(symtab_h)
 memattr_h =     memattr.h
 monitor_h =    monitor.h
-objfiles_h =   objfiles.h
+objfiles_h =   objfiles.h $(bcache_h)
 parser_defs_h =        parser-defs.h $(doublest_h)
 ppc_tdep_h =   ppc-tdep.h osabi.h
 regcache_h =   regcache.h
@@ -655,7 +655,7 @@ solist_h =  solist.h
 source_h =     source.h
 stabsread_h =  stabsread.h
 symfile_h =    symfile.h
-symtab_h =     symtab.h $(bcache_h)
+symtab_h =     symtab.h
 target_h =      target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h)
 terminal_h =   terminal.h
 top_h =                top.h
index f8adb498b248ebbb016b03fee5bd378854bcd647..b04abc1056c4c28abed0832f7c06433aacc77fcf 100644 (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
index bb22d0d4eaadbd7d33a2071590eaf7a1e33739bf..bf0fb1a4ef540c0de1433b7055e358c5f99a8037 100644 (file)
@@ -28,7 +28,6 @@
 #include "obstack.h"
 #define obstack_chunk_alloc xmalloc
 #define obstack_chunk_free xfree
-#include "bcache.h"
 
 /* Don't do this; it means that if some .o's are compiled with GNU C
    and some are not (easy to do accidentally the way we configure