summaryrefslogtreecommitdiff
path: root/gdb/config/arm
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-08-02 21:32:37 +0000
committerMark Kettenis <kettenis@gnu.org>2006-08-02 21:32:37 +0000
commit47ccd04848b5dac105ea353a2a98019c49d3000a (patch)
treefeb00c96dc77ff51bfc35e08e335eb9aa66b65b0 /gdb/config/arm
parent9d7cbccda0d0b223261e33efb609a7a43401ec5e (diff)
downloadbinutils-gdb-47ccd04848b5dac105ea353a2a98019c49d3000a.tar.gz
* 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.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r--gdb/config/arm/obsd.mt3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/arm/obsd.mt b/gdb/config/arm/obsd.mt
index c3803310b42..fcb1a761d55 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