diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-03 16:22:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-03 16:22:07 +0000 |
commit | 80f0e4fc7d9741753954a3290c231523e02fb695 (patch) | |
tree | 14391faf10cbb309c43cfb4ad99e56f606160635 /gdb/gdbtk | |
parent | df0fd78df67e4736de0be948d06c903228e242e5 (diff) | |
download | gdb-80f0e4fc7d9741753954a3290c231523e02fb695.tar.gz |
Index: ChangeLog
2002-08-03 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (gdbtk-bp.o): Update dependencies.
(gdbtk-register.o): Ditto.
(gdbtk-varobj.o): Ditto.
Index: gdbtk/ChangeLog
2002-08-03 Andrew Cagney <ac131313@redhat.com>
* generic/gdbtk-bp.c: Include "gdb_string.h".
* generic/gdbtk-register.c: Ditto.
* generic/gdbtk-varobj.c: Ditto.
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r-- | gdb/gdbtk/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-bp.c | 2 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-register.c | 1 | ||||
-rw-r--r-- | gdb/gdbtk/generic/gdbtk-varobj.c | 2 |
4 files changed, 9 insertions, 2 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index e03a187f4cc..08b867a79c4 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -1,3 +1,9 @@ +2002-08-03 Andrew Cagney <ac131313@redhat.com> + + * generic/gdbtk-bp.c: Include "gdb_string.h". + * generic/gdbtk-register.c: Ditto. + * generic/gdbtk-varobj.c: Ditto. + 2002-08-01 Keith Seitz <keiths@redhat.com> * library/prefs.tcl (pref_read): Don't suppress setting the default diff --git a/gdb/gdbtk/generic/gdbtk-bp.c b/gdb/gdbtk/generic/gdbtk-bp.c index 1ed9dfd6489..1fd6a263cb7 100644 --- a/gdb/gdbtk/generic/gdbtk-bp.c +++ b/gdb/gdbtk/generic/gdbtk-bp.c @@ -24,7 +24,7 @@ #include "linespec.h" #include "breakpoint.h" #include "tracepoint.h" - +#include "gdb_string.h" #include <tcl.h> #include "gdbtk.h" #include "gdbtk-cmds.h" diff --git a/gdb/gdbtk/generic/gdbtk-register.c b/gdb/gdbtk/generic/gdbtk-register.c index 165c1b6eea8..382a714cf07 100644 --- a/gdb/gdbtk/generic/gdbtk-register.c +++ b/gdb/gdbtk/generic/gdbtk-register.c @@ -23,6 +23,7 @@ #include "regcache.h" #include "value.h" #include "target.h" +#include "gdb_string.h" #include <tcl.h> #include "gdbtk.h" diff --git a/gdb/gdbtk/generic/gdbtk-varobj.c b/gdb/gdbtk/generic/gdbtk-varobj.c index 8241bb9f3c1..9b434f3bf5d 100644 --- a/gdb/gdbtk/generic/gdbtk-varobj.c +++ b/gdb/gdbtk/generic/gdbtk-varobj.c @@ -19,7 +19,7 @@ #include "defs.h" #include "value.h" - +#include "gdb_string.h" #include "varobj.h" #include <tcl.h> |