diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-23 19:35:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-23 19:35:05 +0000 |
commit | a28109e0ab1ab391794dea2be9a7ee2f0e7b9278 (patch) | |
tree | 7a72963fd76da51a9b81c7393c927cde8586e11d /gdb/Makefile.in | |
parent | 7e69709c9e7e256d7ae3da3fd7c06c97b3fa41c9 (diff) | |
download | gdb-a28109e0ab1ab391794dea2be9a7ee2f0e7b9278.zip gdb-a28109e0ab1ab391794dea2be9a7ee2f0e7b9278.tar.gz gdb-a28109e0ab1ab391794dea2be9a7ee2f0e7b9278.tar.bz2 |
* i386obsd-tdep.c: Update copyright year. Include
"bsd-uthread.h".
(i386obsd_uthread_reg_offset): New variable.
(I386OBSD_UTHREAD_ESP_OFFSET): New define.
(i386obsd_supply_uthread, i386obsd_collect_uthread): New
functions.
(i386obsd_init_abi): Set supply_uthread and collect_uthread.
* Makefile.in (i386obsd-tdep.o): Update dependencies.
* config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6a530ba..5184070 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2044,7 +2044,7 @@ i386obsd-nat.o: i386obsd-nat.c $(defs_h) $(i386_tdep_h) i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(gdbcore_h) $(regcache_h) $(regset_h) $(symtab_h) $(objfiles_h) \ $(osabi_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \ - $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) + $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) $(bsd_uthread_h) i386-sol2-nat.o: i386-sol2-nat.c $(defs_h) $(regcache_h) $(gregset_h) \ $(amd64_nat_h) $(amd64_tdep_h) i386-sol2-tdep.o: i386-sol2-tdep.c $(defs_h) $(value_h) $(osabi_h) \ |