aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cb272cd..5d35d00 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-17 Joel Brobecker <brobecker@adacore.com>
+
+ * target.h (reset_schedlock): Add declaration.
+ * infrun.c (reset_schedlock): Add missing void in function profile.
+ * target.c (target_mourn_inferior): Delete local declaration of
+ reset_schedlock. Style-fix in comment.
+
2010-05-17 Hui Zhu <teawater@gmail.com>
* target.c (target_mourn_inferior): Extern reset_schedlock.