diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-12-19 22:19:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-12-19 22:19:49 +0000 |
commit | 508fbfeab6afcb76e33dbce0a72ee82c2a7401d8 (patch) | |
tree | 07e41b16bb71f29a1277aa00c36490cbc896ede4 /gdb/Makefile.in | |
parent | f6d183c0433a67d4addd8e752a09582378f27552 (diff) | |
download | gdb-508fbfeab6afcb76e33dbce0a72ee82c2a7401d8.zip gdb-508fbfeab6afcb76e33dbce0a72ee82c2a7401d8.tar.gz gdb-508fbfeab6afcb76e33dbce0a72ee82c2a7401d8.tar.bz2 |
* i386-tdep.h (I386_SEL_RPL, I386_SEL_UPL, I386_SEL_KPL): New
defines.
* i386obsd-tdep.c: Include "frame-unwind.h" and "trad-frame.h".
(i386obsd_tf_reg_offset, i386obsd_trapframe_unwind): New
variables.
(i386obsd_trapframe_cache, i386obsd_trapframe_this_id)
(i386obsd_trapframe_prev_register, i386obsd_trapframe_sniffer):
New functions.
(i386obsd_init_abi): Append i386obsd_trapframe_sniffer.
* Makefile.in (i386obsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 15089f7..20f6176 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2072,9 +2072,10 @@ i386-nto-tdep.o: i386-nto-tdep.c $(defs_h) $(frame_h) $(osabi_h) \ $(i386_tdep_h) $(i387_tdep_h) $(nto_tdep_h) $(solib_svr4_h) 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) $(bsd_uthread_h) + $(frame_unwind_h) $(gdbcore_h) $(regcache_h) $(regset_h) $(symtab_h) \ + $(objfiles_h) $(osabi_h) $(target_h) $(trad_frame_h) $(gdb_assert_h) \ + $(gdb_string_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) \ |