diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-02 03:12:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-02 03:12:32 +0000 |
commit | 6b753f60f501c8c58d063551ee20d865c98df474 (patch) | |
tree | 43654586292f0b06e609258c9268c9254aeb8b0d /gdb/mips-linux-nat.c | |
parent | 44c7584953dc70ebbcb7a1798099f67ae245027e (diff) | |
download | gdb-6b753f60f501c8c58d063551ee20d865c98df474.zip gdb-6b753f60f501c8c58d063551ee20d865c98df474.tar.gz gdb-6b753f60f501c8c58d063551ee20d865c98df474.tar.bz2 |
* Makefile.in (mips-linux-nat.o): Update dependencies.
* mips-linux-nat.c: Include mips-tdep.h.
Diffstat (limited to 'gdb/mips-linux-nat.c')
-rw-r--r-- | gdb/mips-linux-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index 197f7e9..f5071ad 100644 --- a/gdb/mips-linux-nat.c +++ b/gdb/mips-linux-nat.c @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" +#include "mips-tdep.h" /* Pseudo registers can not be read. ptrace does not provide a way to read (or set) PS_REGNUM, and there's no point in reading or setting |