From e6bdd9263901fb54f57ff420d689733282829a6d Mon Sep 17 00:00:00 2001 From: David Carlton Date: Tue, 25 Feb 2003 01:11:45 +0000 Subject: 2003-02-24 David Carlton * symtab.h: Declare 'struct objfile'; don't declare 'struct using_direct_node'. --- gdb/ChangeLog | 5 +++++ gdb/symtab.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c40a25..0bcf274 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-02-24 David Carlton + + * symtab.h: Declare 'struct objfile'; don't declare 'struct + using_direct_node'. + 2003-02-21 David Carlton * linespec.c (locate_compound_sym): Update call to diff --git a/gdb/symtab.h b/gdb/symtab.h index e7b57be..358d58c 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -27,9 +27,9 @@ /* Opaque declarations. */ struct obstack; +struct objfile; struct block; struct blockvector; -struct using_direct_node; /* 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 -- cgit v1.1