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/cli | |
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/cli')
-rw-r--r-- | gdb/cli/cli-cmds.c | 1 | ||||
-rw-r--r-- | gdb/cli/cli-decode.c | 1 | ||||
-rw-r--r-- | gdb/cli/cli-script.c | 1 | ||||
-rw-r--r-- | gdb/cli/cli-setshow.c | 2 |
4 files changed, 3 insertions, 2 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index bcd9a42..799e1f4 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -24,6 +24,7 @@ #include "target.h" /* For baud_rate, remote_debug and remote_timeout */ #include "gdb_wait.h" /* For shell escape implementation */ #include "gdb_regex.h" /* Used by apropos_command */ +#include "gdb_string.h" #include "filenames.h" /* for DOSish file names */ #include "ui-out.h" diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 84e445e..bce0c2d 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -22,6 +22,7 @@ #include "symtab.h" #include <ctype.h> #include "gdb_regex.h" +#include "gdb_string.h" #include "ui-out.h" diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index fc3261c..9aac6e6 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -27,6 +27,7 @@ #include <ctype.h> #include "ui-out.h" +#include "gdb_string.h" #include "top.h" #include "cli/cli-cmds.h" diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index 94ba94e..44b0b4e 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -20,9 +20,7 @@ #include "defs.h" #include "value.h" #include <ctype.h> -#if 0 #include "gdb_string.h" -#endif #include "ui-out.h" |