diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-23 18:19:54 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-23 18:19:54 +0000 |
commit | 5b2ab4610e175ef90edff7754e1121816b3eb5ad (patch) | |
tree | 7bf859ba71c2e5d36021949f6d73a65f21b7a5d9 /gdb/ChangeLog | |
parent | 45d5d5ca5d94e8690843688cef1e320aca18d39e (diff) | |
download | gdb-5b2ab4610e175ef90edff7754e1121816b3eb5ad.zip gdb-5b2ab4610e175ef90edff7754e1121816b3eb5ad.tar.gz gdb-5b2ab4610e175ef90edff7754e1121816b3eb5ad.tar.bz2 |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 80e32c3..b02d5ae 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. |