From aa88762a706df5fe636f7dc3727c0586861720ed Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 17 Jul 2006 19:34:57 +0000 Subject: * armobsd-tdep.c (armobsd_init_abi): Set skip_solib_resolver. * Makefile.in (armobsd-tdep.o): Update dependencies. * config/arm/obsd.mt (TDEPFILES): Add obsd-tdep.o. --- gdb/config/arm/obsd.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/arm/obsd.mt b/gdb/config/arm/obsd.mt index 88b0969..c380331 100644 --- a/gdb/config/arm/obsd.mt +++ b/gdb/config/arm/obsd.mt @@ -1,2 +1,2 @@ # Target: OpenBSD/arm -TDEPFILES= arm-tdep.o armobsd-tdep.o solib.o solib-svr4.o +TDEPFILES= arm-tdep.o armobsd-tdep.o obsd-tdep.o solib.o solib-svr4.o -- cgit v1.1