aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
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/ChangeLog
parentbeb8418f4799b50ce414b7a63ac7a2a363dc8a05 (diff)
downloadgdb-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/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 94ea6ca..5ee18e7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2015-03-04 Pedro Alves <palves@redhat.com>
* target.h (struct target_ops) <to_decr_pc_after_break>: Delete.