aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 042d5f5..1e1257e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * symfile.c (find_separate_debug_file_by_debuglink): Remove
+ a gdb_assert call, new comment.
+
+2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* linux-nat.c (linux_handle_extended_wait): Handle case when
event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.