diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-05-15 21:53:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-05-15 21:53:20 +0000 |
commit | 8599da2d51649d4e39103345404d6eee11872929 (patch) | |
tree | 15a5fc2ada3930058fe8e6192551876ef0c88aa9 /gdb/Makefile.in | |
parent | dc6641a55848bb8dfcb4d6dee66f63ca3d7977f4 (diff) | |
download | gdb-8599da2d51649d4e39103345404d6eee11872929.zip gdb-8599da2d51649d4e39103345404d6eee11872929.tar.gz gdb-8599da2d51649d4e39103345404d6eee11872929.tar.bz2 |
* ppcobsd-nat.c: Include "gdb_assert.h".
[PT_GETFPREGS] (getfpregs_supplies): New function.
(ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS
versions that have PT_GETFPREGS.
(_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize
ppcobsd_fpreg_offsets.
* ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset):
Declare.
* ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New
variables.
(_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets.
* Makefile.in (ppcobsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 44d7476..9b4bb81 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2440,8 +2440,8 @@ ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(gdb_types_h) \ $(tramp_frame_h) $(gdb_assert_h) $(gdb_string_h) \ $(ppc_tdep_h) $(ppcnbsd_tdep_h) $(solib_svr4_h) ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ - $(regcache_h) $(ppc_tdep_h) $(ppcobsd_tdep_h) $(bsd_kvm_h) \ - $(inf_ptrace_h) + $(regcache_h) $(gdb_assert_h) $(ppc_tdep_h) $(ppcobsd_tdep_h) \ + $(bsd_kvm_h) $(inf_ptrace_h) ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(floatformat_h) \ $(frame_h) $(frame_unwind_h) $(osabi_h) $(regcache_h) $(regset_h) \ $(symtab_h) $(trad_frame_h) $(gdb_assert_h) $(gdb_string_h) \ |