diff options
author | David Carlton <carlton@bactrian.org> | 2003-02-25 01:11:45 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2003-02-25 01:11:45 +0000 |
commit | ad3748676f6da252d845cba345e4ecb645737059 (patch) | |
tree | 1ba87a8c2d3bac506e4ffaae08f9813f04a3b9b5 | |
parent | a35359e3c01ff04babbcfdf5ce70b5a60208d6ee (diff) | |
download | gdb-ad3748676f6da252d845cba345e4ecb645737059.tar.gz |
2003-02-24 David Carlton <carlton@math.stanford.edu>
* symtab.h: Declare 'struct objfile'; don't declare 'struct
using_direct_node'.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/symtab.h | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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 |