diff options
author | David Carlton <carlton@bactrian.org> | 2002-09-26 00:04:42 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-09-26 00:04:42 +0000 |
commit | 60d1ea990a33a7e55294c1c26f32eb6224b06654 (patch) | |
tree | 84ee6984cfc2384165bdbd675c4d6230e9f54a17 /gdb/sh3-rom.c | |
parent | a3fbeb8e8f81a572e78e0fd93d421aa5c5f6b930 (diff) | |
download | gdb-60d1ea990a33a7e55294c1c26f32eb6224b06654.zip gdb-60d1ea990a33a7e55294c1c26f32eb6224b06654.tar.gz gdb-60d1ea990a33a7e55294c1c26f32eb6224b06654.tar.bz2 |
2002-09-25 David Carlton <carlton@math.stanford.edu>
* dictionary.c: Commented what needs to be done to add stuff to
this file.
* dictionary.h: Expand on namespace_enum comment.
* Makefile.in (cris-tdep.o): Depend on gdb_string_h.
(mcore-tdep.o): Ditto.
(ns32k-tdep.o): Ditto.
(sh3-rom.o): Ditto.
(vax-tdep.o): Ditto.
* cris-tdep.c: #include "gdb_string.h"
* mcore-tdep.c: Ditto.
* ns32k-tdep.c: Ditto.
* sh3-rom.c: Ditto.
* vax-tdep.c: Ditto.
Diffstat (limited to 'gdb/sh3-rom.c')
-rw-r--r-- | gdb/sh3-rom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index f450ac9..7d07fa5 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -27,6 +27,7 @@ #include "srec.h" #include "arch-utils.h" #include "regcache.h" +#include "gdb_string.h" #include "sh-tdep.h" |