diff options
author | Mark Kettenis <kettenis@gnu.org> | 2015-03-05 17:12:42 +0100 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2015-03-05 17:21:03 +0100 |
commit | 2dcb2b1a4555c61d33dc9db264d824132b532f25 (patch) | |
tree | d2fffa4fd946eb3298e16190b41d324e30a97086 /gdb/Makefile.in | |
parent | beb8418f4799b50ce414b7a63ac7a2a363dc8a05 (diff) | |
download | gdb-2dcb2b1a4555c61d33dc9db264d824132b532f25.zip gdb-2dcb2b1a4555c61d33dc9db264d824132b532f25.tar.gz gdb-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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e837c6f..8c2a4de 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1656,9 +1656,9 @@ ALLDEPFILES = \ go32-nat.c h8300-tdep.c \ hppa-tdep.c hppa-hpux-tdep.c hppa-hpux-nat.c \ hppa-linux-tdep.c hppa-linux-nat.c \ - hppabsd-nat.c hppabsd-tdep.c \ - hppaobsd-tdep.c \ + hppabsd-tdep.c \ hppanbsd-nat.c hppanbsd-tdep.c \ + hppaobsd-nat.c hppaobsd-tdep.c \ i386-tdep.c i386-linux-nat.c \ i386v4-nat.c i386-cygwin-tdep.c \ i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c i386fbsd-tdep.c \ |