From 47ccd04848b5dac105ea353a2a98019c49d3000a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 2 Aug 2006 21:32:37 +0000 Subject: * arm-tdep.h: Add multiple inclusion protection. (struct gdbarch): Add forward declaration. (armobsd_regset_from_core_section): New prototype. * armbsd-tdep.c: New file. * armobsd-tdep.c: Include "gdb_string.h". (armobsd_init_abi): Set regset_from_core_section. (armobsd_core_osabi_sniffer): New function. (_initialize_armobsd_tdep): Register armobsd_core_osabi_sniffer. * Makefile.in (ALLDEPFILES): Add armbsd-tdep.c. (armbsd-tdep.o): New dependency. (armnbsd-tdep.o): Update dependencies. * config/arm/obsd.mt (TDEPFILES): Add armbsd-tdep.o and corelow.o. --- gdb/config/arm/obsd.mt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/arm/obsd.mt b/gdb/config/arm/obsd.mt index c380331..fcb1a76 100644 --- a/gdb/config/arm/obsd.mt +++ b/gdb/config/arm/obsd.mt @@ -1,2 +1,3 @@ # Target: OpenBSD/arm -TDEPFILES= arm-tdep.o armobsd-tdep.o obsd-tdep.o solib.o solib-svr4.o +TDEPFILES= arm-tdep.o armbsd-tdep.o armobsd-tdep.o obsd-tdep.o \ + corelow.o solib.o solib-svr4.o -- cgit v1.1