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/config/i386/obsd64.mt | |
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/config/i386/obsd64.mt')
-rw-r--r-- | gdb/config/i386/obsd64.mt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/i386/obsd64.mt b/gdb/config/i386/obsd64.mt index 821becb..20a35d1 100644 --- a/gdb/config/i386/obsd64.mt +++ b/gdb/config/i386/obsd64.mt @@ -1,2 +1,3 @@ # Target: OpenBSD/amd64 -TDEPFILES= x86-64-tdep.o amd64obsd-tdep.o i386-tdep.o i387-tdep.o +TDEPFILES= x86-64-tdep.o amd64obsd-tdep.o \ + i386-tdep.o i387-tdep.o i386bsd-tdep.o |