forked from Imagelibrary/binutils-gdb
* 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:
@@ -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 David O'Brien <obrien@FreeBSD.org>
|
2002-06-28 David O'Brien <obrien@FreeBSD.org>
|
||||||
|
|
||||||
Merge from mainline:
|
Merge from mainline:
|
||||||
|
|||||||
@@ -624,7 +624,7 @@ language_h = language.h
|
|||||||
linespec_h = linespec.h
|
linespec_h = linespec.h
|
||||||
memattr_h = memattr.h
|
memattr_h = memattr.h
|
||||||
monitor_h = monitor.h
|
monitor_h = monitor.h
|
||||||
objfiles_h = objfiles.h
|
objfiles_h = objfiles.h $(bcache_h)
|
||||||
parser_defs_h = parser-defs.h $(doublest_h)
|
parser_defs_h = parser-defs.h $(doublest_h)
|
||||||
regcache_h = regcache.h
|
regcache_h = regcache.h
|
||||||
remote_h = remote.h
|
remote_h = remote.h
|
||||||
@@ -635,7 +635,7 @@ solist_h = solist.h
|
|||||||
source_h = source.h
|
source_h = source.h
|
||||||
stabsread_h = stabsread.h
|
stabsread_h = stabsread.h
|
||||||
symfile_h = symfile.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)
|
target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h)
|
||||||
terminal_h = terminal.h
|
terminal_h = terminal.h
|
||||||
top_h = top.h
|
top_h = top.h
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
#if !defined (OBJFILES_H)
|
#if !defined (OBJFILES_H)
|
||||||
#define OBJFILES_H
|
#define OBJFILES_H
|
||||||
|
|
||||||
|
#include "bcache.h"
|
||||||
|
|
||||||
/* This structure maintains information on a per-objfile basis about the
|
/* This structure maintains information on a per-objfile basis about the
|
||||||
"entry point" of the objfile, and the scope within which the entry point
|
"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
|
exists. It is possible that gdb will see more than one objfile that is
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
#define obstack_chunk_alloc xmalloc
|
#define obstack_chunk_alloc xmalloc
|
||||||
#define obstack_chunk_free xfree
|
#define obstack_chunk_free xfree
|
||||||
#include "bcache.h"
|
|
||||||
|
|
||||||
/* Don't do this; it means that if some .o's are compiled with GNU C
|
/* 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
|
and some are not (easy to do accidentally the way we configure
|
||||||
|
|||||||
Reference in New Issue
Block a user