diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-06 00:08:12 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-06 00:08:12 +0000 |
commit | 9f743ef6ffbfd6cb5c135a7dfef27b637b894084 (patch) | |
tree | a3fe79b04506d06d2d80e51a862936f4f477c3d4 /gdb/ChangeLog | |
parent | 9182c5bc256d7aee1964ce5b0cb9f93475713496 (diff) | |
download | gdb-9f743ef6ffbfd6cb5c135a7dfef27b637b894084.zip gdb-9f743ef6ffbfd6cb5c135a7dfef27b637b894084.tar.gz gdb-9f743ef6ffbfd6cb5c135a7dfef27b637b894084.tar.bz2 |
gdb/
Fix crash regression on systems featuring .gdb_index.
* objfiles.c (free_objfile): Move the
forget_cached_source_info_for_objfile call earlier. Comment it.
Extend the comment for objfile_free_data.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 777947d..848a072 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix crash regression on systems featuring .gdb_index. + * objfiles.c (free_objfile): Move the + forget_cached_source_info_for_objfile call earlier. Comment it. + Extend the comment for objfile_free_data. + +2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix regression of displaying the debug format. * buildsym.c (end_symtab): Set symtab's debugformat and producer from subfile. |