From 30b344b1d94b1e415d431283219d0a3cd6bb4c2e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 20 Feb 2004 19:03:14 +0000 Subject: * 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. --- gdb/config/i386/obsd64.mt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/config/i386') 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 -- cgit v1.1