From ad3748676f6da252d845cba345e4ecb645737059 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 6c40a2514ad..0bcf27433cb 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 e7b57be44a1..358d58c5610 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.2.1