From: Andrew Cagney Date: Tue, 18 Feb 2003 22:14:26 +0000 (+0000) Subject: 2003-02-18 Andrew Cagney X-Git-Tag: binutils-2_14-branchpoint~808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2f5abf076884182be54c3f20c634d59a15c456;p=thirdparty%2Fbinutils-gdb.git 2003-02-18 Andrew Cagney * symtab.h (struct objfile): Add opaque declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f3afb33b7d2..715d1fc600d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-02-18 Andrew Cagney + + * symtab.h (struct objfile): Add opaque declaration. + 2003-02-18 Elena Zannoni From Jim Ingham : diff --git a/gdb/symtab.h b/gdb/symtab.h index 2c839293e53..42a144b30b7 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -26,6 +26,7 @@ /* Opaque declarations. */ struct obstack; +struct objfile; /* 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