aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-11-07 17:02:44 +0000
committerMark Kettenis <kettenis@gnu.org>2004-11-07 17:02:44 +0000
commit8e763687bfc491d1b4adce029dcd13187078a243 (patch)
treefdd32cf413098182406e2809afbaa10e67f9ca89 /gdb/Makefile.in
parent9cf0961bb878d547d740e171677f0d94b2809862 (diff)
downloadgdb-8e763687bfc491d1b4adce029dcd13187078a243.zip
gdb-8e763687bfc491d1b4adce029dcd13187078a243.tar.gz
gdb-8e763687bfc491d1b4adce029dcd13187078a243.tar.bz2
* mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
"gdb_assert.h". (mips64obsd_sigframe_init): New function. (mips64obsd_sigframe): New variable. (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame unwinder. * Makefile.in (mips64obsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index c6572e5..5794561 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2238,7 +2238,8 @@ minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \
mips64obsd-nat.o: mips64obsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(target_h) $(inf_ptrace_h)
mips64obsd-tdep.o: mips64obsd-tdep.c $(defs_h) $(osabi_h) $(regcache_h) \
- $(regset_h) $(gdb_string_h) $(mips_tdep_h) $(solib_svr4_h)
+ $(regset_h) $(trad_frame_h) $(tramp_frame_h) $gdb_assert_h) \
+ $(gdb_string_h) $(mips_tdep_h) $(solib_svr4_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_tdep_h)
mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \