From 6b753f60f501c8c58d063551ee20d865c98df474 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 2 Feb 2004 03:12:32 +0000 Subject: [PATCH] * Makefile.in (mips-linux-nat.o): Update dependencies. * mips-linux-nat.c: Include mips-tdep.h. --- gdb/ChangeLog | 7 ++++++- gdb/Makefile.in | 2 +- gdb/mips-linux-nat.c | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 939090fdc6..1c331b7802 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,9 @@ -2004-01-28 Roland McGrath +2004-02-01 Daniel Jacobowitz + + * Makefile.in (mips-linux-nat.o): Update dependencies. + * mips-linux-nat.c: Include mips-tdep.h. + +2004-02-01 Roland McGrath * sol-thread.c (sol_thread_xfer_partial): New function. (init_sol_thread_ops): Use that for to_xfer_partial hook. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f6686fee00..e5fbe7e420 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2079,7 +2079,7 @@ mem-break.o: mem-break.c $(defs_h) $(symtab_h) $(breakpoint_h) $(inferior_h) \ minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ $(symfile_h) $(objfiles_h) $(demangle_h) $(value_h) $(cp_abi_h) mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) -mips-linux-nat.o: mips-linux-nat.c $(defs_h) +mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ $(gdb_assert_h) diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index 197f7e92a5..f5071ad62e 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 -- 2.34.1