From 96c70abaef209c125af95108ed28708cd394cac0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 1 Mar 2014 12:00:19 +0100 Subject: Enable rthreads support on OpenBSD/mips64. gdb/ChangeLog: * mips64obsd-nat.c: Include "obsd-nath". (_initialize_mips64obsd_nat): Call obsd_add_target instead of add_target * config/mips/obsd64.mh (NATDEPFILES): Add obsd-nat.o. --- gdb/config/mips/obsd64.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/mips/obsd64.mh b/gdb/config/mips/obsd64.mh index b41b2ee..ed04f9e 100644 --- a/gdb/config/mips/obsd64.mh +++ b/gdb/config/mips/obsd64.mh @@ -1,2 +1,2 @@ # Host: OpenBSD/mips64 -NATDEPFILES= fork-child.o inf-ptrace.o mips64obsd-nat.o +NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o mips64obsd-nat.o -- cgit v1.1