aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-11-07 17:08:34 +0000
committerMark Kettenis <kettenis@gnu.org>2004-11-07 17:08:34 +0000
commit366e93e85b19be7a78481925fc84a6cf3459e7bf (patch)
treed98ba555d43d12b66e7f1c8857a0238805c05ad5 /gdb/Makefile.in
parent8e763687bfc491d1b4adce029dcd13187078a243 (diff)
downloadgdb-366e93e85b19be7a78481925fc84a6cf3459e7bf.zip
gdb-366e93e85b19be7a78481925fc84a6cf3459e7bf.tar.gz
gdb-366e93e85b19be7a78481925fc84a6cf3459e7bf.tar.bz2
* mips64obsd-nat.c: Include "mips-tdep.h".
(MIPS64OBSD_NUM_REGS): Remove define. (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines. (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle floating-point registers correctly. * Makefile.in (mips64obsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 5794561..0a31c98 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2236,7 +2236,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)
mips64obsd-nat.o: mips64obsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
- $(target_h) $(inf_ptrace_h)
+ $(target_h) $(mips_tdep_h) $(inf_ptrace_h)
mips64obsd-tdep.o: mips64obsd-tdep.c $(defs_h) $(osabi_h) $(regcache_h) \
$(regset_h) $(trad_frame_h) $(tramp_frame_h) $gdb_assert_h) \
$(gdb_string_h) $(mips_tdep_h) $(solib_svr4_h)