diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-01 01:39:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-01 01:39:22 +0000 |
commit | 4e052eda914ce3a3c48b31a0d13bce89c364495e (patch) | |
tree | 67be48d4ba714cfd03f614cec2403abc08a33ef2 /gdb/core-sol2.c | |
parent | Fix the year on the following lines: (diff) | |
download | binutils-gdb-4e052eda914ce3a3c48b31a0d13bce89c364495e.tar.gz binutils-gdb-4e052eda914ce3a3c48b31a0d13bce89c364495e.tar.bz2 binutils-gdb-4e052eda914ce3a3c48b31a0d13bce89c364495e.zip |
Create new file regcache.h. Update all uses.
Diffstat (limited to 'gdb/core-sol2.c')
-rw-r--r-- | gdb/core-sol2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/core-sol2.c b/gdb/core-sol2.c index 5a32c041b85..e56e46a3b1b 100644 --- a/gdb/core-sol2.c +++ b/gdb/core-sol2.c @@ -1,5 +1,5 @@ /* Machine independent support for Solaris 2 core files for GDB. - Copyright 1994, 2000 Free Software Foundation, Inc. + Copyright 1994, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -42,6 +42,7 @@ #include <fcntl.h> #include <errno.h> #include "gdb_string.h" +#include "regcache.h" #include "inferior.h" #include "target.h" |