diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-20 19:03:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-20 19:03:14 +0000 |
commit | 30b344b1d94b1e415d431283219d0a3cd6bb4c2e (patch) | |
tree | 4327fd426a77beb75d098f06c94765dab1cda365 /gdb/Makefile.in | |
parent | 2031c21ae70d4cc45827d17d561097a74b66b374 (diff) | |
download | gdb-30b344b1d94b1e415d431283219d0a3cd6bb4c2e.zip gdb-30b344b1d94b1e415d431283219d0a3cd6bb4c2e.tar.gz gdb-30b344b1d94b1e415d431283219d0a3cd6bb4c2e.tar.bz2 |
* amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
comments.
(amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
functions.
(amd64obsd_init_abi): Reorder initializations. Use
amd64obsd_r_reg_offset to initialize the general-purpose register
set details. Set regset_from_core_section.
(_initialize_amd64obsd_tdep): Rename from
_initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
* Makefile.in (amd64obsd-tdep.o): Update dependencies.
* config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0c16a17..cb2b309 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1535,7 +1535,8 @@ amd64nbsd-tdep.o: amd64nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ amd64obsd-nat.o: amd64nbsd-nat.c $(defs_h) $(gdb_assert_h) $(x86_64_tdep_h) \ $(amd64_nat_h) amd64obsd-tdep.o: amd64nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ - $(gdbcore_h) $(osabi_h) $(gdb_assert_h) $(x86_64_tdep_h) + $(gdbcore_h) $(osabi_h) $(regset_h) $(target_h) $(gdb_assert_h) \ + $(gdb_string_h) $(x86_64_tdep_h) $(i387_tdep_h) annotate.o: annotate.c $(defs_h) $(annotate_h) $(value_h) $(target_h) \ $(gdbtypes_h) $(breakpoint_h) arch-utils.o: arch-utils.c $(defs_h) $(arch_utils_h) $(buildsym_h) \ |