diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-02 20:51:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-02 20:51:21 +0000 |
commit | b66d6d2e12129d9bccb2dc63f8520c62a2fbe313 (patch) | |
tree | daaa6f786e875ceab54ae4bac5ee2be8c061faad /gdb/std-regs.c | |
parent | 29e1842b3697f3e2e4f5b1b31895754fd1426781 (diff) | |
download | gdb-b66d6d2e12129d9bccb2dc63f8520c62a2fbe313.zip gdb-b66d6d2e12129d9bccb2dc63f8520c62a2fbe313.tar.gz gdb-b66d6d2e12129d9bccb2dc63f8520c62a2fbe313.tar.bz2 |
Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Include "gdb_string.h".
* gdbarch.c: Regenerate.
* regcache.c: Include "gdb_string.h".
* ax-general.c: Ditto.
* varobj.c: Ditto.
* std-regs.c: Ditto.
* fbsd-proc.c: Ditto.
* thread.c: Ditto.
* Makefile.in (regcache.o): Update dependencies.
(thread.o, gdbarch.o): Ditto.
(ax-general.o, gdbarch.o): Ditto.
(varobj.o, std-regs.o): Ditto.
(fbsd-proc.o): Specify dependencies.
Diffstat (limited to 'gdb/std-regs.c')
-rw-r--r-- | gdb/std-regs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/std-regs.c b/gdb/std-regs.c index b96c901..8177fc2 100644 --- a/gdb/std-regs.c +++ b/gdb/std-regs.c @@ -26,6 +26,7 @@ #include "frame.h" #include "gdbtypes.h" #include "value.h" +#include "gdb_string.h" /* Types that describe the various builtin registers. */ |