]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-02-24 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Tue, 25 Feb 2003 01:11:45 +0000 (01:11 +0000)
committerDavid Carlton <carlton@bactrian.org>
Tue, 25 Feb 2003 01:11:45 +0000 (01:11 +0000)
* symtab.h: Declare 'struct objfile'; don't declare 'struct
using_direct_node'.

gdb/ChangeLog
gdb/symtab.h

index 6c40a2514ad1bb61453d5a57ebac308855fac874..0bcf27433cb1b46106db5fc525a314a08ebbe85e 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-24  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.h: Declare 'struct objfile'; don't declare 'struct
+       using_direct_node'.
+
 2003-02-21  David Carlton  <carlton@math.stanford.edu>
 
        * linespec.c (locate_compound_sym): Update call to
index e7b57be44a1df4e57bec5db2db8bcadda7f10187..358d58c56103d53647ceda867afaade8e559bd4b 100644 (file)
@@ -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