aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2015-03-05 17:12:42 +0100
committerMark Kettenis <kettenis@gnu.org>2015-03-05 17:21:03 +0100
commit2dcb2b1a4555c61d33dc9db264d824132b532f25 (patch)
treed2fffa4fd946eb3298e16190b41d324e30a97086 /gdb/config
parentbeb8418f4799b50ce414b7a63ac7a2a363dc8a05 (diff)
downloadbinutils-2dcb2b1a4555c61d33dc9db264d824132b532f25.zip
binutils-2dcb2b1a4555c61d33dc9db264d824132b532f25.tar.gz
binutils-2dcb2b1a4555c61d33dc9db264d824132b532f25.tar.bz2
Enable rthreads support on OpenBSD/hppa
gdb/ 2015-03-05 Mark Kettenis <kettenis@gnu.org> * 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.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/obsd.mh2
1 files changed, 1 insertions, 1 deletions
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