diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-30 13:45:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-30 13:45:15 +0000 |
commit | 5f8a3188304fc1456111158ae5e51889b3142801 (patch) | |
tree | 37fc2f2b51ee9cab5d363cc140584a905688dca7 /gdb/symtab.h | |
parent | 3d0c9500439485b931db67beb2071039a69ff048 (diff) | |
download | gdb-5f8a3188304fc1456111158ae5e51889b3142801.zip gdb-5f8a3188304fc1456111158ae5e51889b3142801.tar.gz gdb-5f8a3188304fc1456111158ae5e51889b3142801.tar.bz2 |
2002-07-30 Andrew Cagney <ac131313@redhat.com>
* symtab.h: Replace #include "gdb_obstack.h" with opaque
declaration.
* cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
* gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
* avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
* arch-utils.c, cli/cli-setshow.c: Unconditionally include
"gdb_string.h".
* Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
(gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
(cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
(avr-tdep.o, mon960-rom.o): Ditto.
(aout_stabs_gnu_h): Define.
(symtab_h): Remove $(gdb_obstack_h).
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index c6da736..ebb1861 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -23,9 +23,8 @@ #if !defined (SYMTAB_H) #define SYMTAB_H 1 -/* Some definitions and declarations to go with use of obstacks. */ - -#include "gdb_obstack.h" +/* Opaque declarations. */ +struct obstack; /* 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 |