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 | e6bdd9263901fb54f57ff420d689733282829a6d (patch) | |
tree | 042c8584ee8b67b2ce4e85e0bbf865557dc7d989 | |
parent | 0d2157a93cdc54d5660c034aa87c6843a905cfe1 (diff) | |
download | gdb-e6bdd9263901fb54f57ff420d689733282829a6d.zip gdb-e6bdd9263901fb54f57ff420d689733282829a6d.tar.gz gdb-e6bdd9263901fb54f57ff420d689733282829a6d.tar.bz2 |
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 6c40a25..0bcf274 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 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 |