summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-06-23 18:19:53 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-06-23 18:19:53 +0000
commit1708692126c7714efbfcb1c8ff035d65bf9de3c2 (patch)
tree7187f4b64fdb1c79df01ad8f48d7247eeb382455 /gdb/ChangeLog
parent9f8a4214429dbf26f32b3d84009882a1711720c0 (diff)
downloadgdb-1708692126c7714efbfcb1c8ff035d65bf9de3c2.tar.gz
gdb/
Fix a regression by the mmap patch from 2009-06-16. * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data calls before deleting the OBJFILE obstack. Extend the comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 80e32c38af5..b02d5ae01b3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Fix a regression by the mmap patch from 2009-06-16.
+ * symfile.c (reread_symbols): Move sym_finish and clear_objfile_data
+ calls before deleting the OBJFILE obstack. Extend the comment.
+
2009-06-23 Ulrich Weigand <uweigand@de.ibm.com>
* jv-lang.h (JAVA_OBJECT_SIZE): Remove.