From 2dcb2b1a4555c61d33dc9db264d824132b532f25 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 5 Mar 2015 17:12:42 +0100 Subject: Enable rthreads support on OpenBSD/hppa gdb/ 2015-03-05 Mark Kettenis * hppabsd-nat.c: Remove file. * hppaobsd-nat.c: New file. * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add hppaobsd-nat.c. * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with hppaobsd-nat.o. --- gdb/config/pa/obsd.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/pa/obsd.mh b/gdb/config/pa/obsd.mh index 4e76832..50a1192 100644 --- a/gdb/config/pa/obsd.mh +++ b/gdb/config/pa/obsd.mh @@ -1,2 +1,2 @@ # Host: OpenBSD/hppa -NATDEPFILES= fork-child.o inf-ptrace.o hppabsd-nat.o +NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o hppaobsd-nat.o -- cgit v1.1