mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-04 08:08:01 +00:00
* 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:
parent
1f89801a69
commit
08c0b5bc8a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user