aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-12-27 22:14:42 +0000
committerMark Kettenis <kettenis@gnu.org>2005-12-27 22:14:42 +0000
commit585e38edb97e1af8ced04621a006cb6d1d106b65 (patch)
tree981b80c2616440c43c6096a442ddd642dc06078f /gdb/Makefile.in
parent79ffea3ba32cd417aa52d05c91bb295d8f76cd55 (diff)
downloadgdb-585e38edb97e1af8ced04621a006cb6d1d106b65.zip
gdb-585e38edb97e1af8ced04621a006cb6d1d106b65.tar.gz
gdb-585e38edb97e1af8ced04621a006cb6d1d106b65.tar.bz2
* sparc64obsd-tdep.c: Include "gdbcore.h", "regcache.h" amd
"bsd-uthread.h". (SPARC64OBSD_UTHREAD_FP_OFFSET, SPARC64OBSD_UTHREAD_PC_OFFSET): New defines. (sparc64obsd_supply_uthread, sparc64obsd_collect_uthread): New functions. (sparc64obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (sparc64obsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 7429c8a..bd6b96f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2604,9 +2604,9 @@ sparc64nbsd-tdep.o: sparc64nbsd-tdep.c $(defs_h) $(frame_h) \
$(symtab_h) $(objfiles_h) $(solib_svr4_h) $(trad_frame_h) \
$(gdb_assert_h) $(gdb_string_h) $(sparc64_tdep_h) $(nbsd_tdep_h)
sparc64obsd-tdep.o: sparc64obsd-tdep.c $(defs_h) $(frame_h) \
- $(frame_unwind_h) $(osabi_h) $(regset_h) $(symtab_h) $(objfiles_h) \
- $(solib_svr4_h) $(trad_frame_h) $(gdb_assert_h) $(obsd_tdep_h) \
- $(sparc64_tdep_h)
+ $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \
+ $(symtab_h) $(objfiles_h) $(trad_frame_h) $(gdb_assert_h) \
+ $(obsd_tdep_h) $(sparc64_tdep_h) $(solib_svr4_h) $(bsd_uthread_h)
sparc64-sol2-tdep.o: sparc64-sol2-tdep.c $(defs_h) $(frame_h) \
$(frame_unwind_h) $(gdbarch_h) $(symtab_h) $(objfiles_h) $(osabi_h) \
$(trad_frame_h) $(gdb_assert_h) $(sparc64_tdep_h) $(solib_svr4_h)