aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2009-11-12 18:59:40 +0000
committerDaniel Jacobowitz <drow@false.org>2009-11-12 18:59:40 +0000
commit328c9494f5b05541265b4cb8db8702479299c24e (patch)
tree6f2f9fcf5898adaa8f33c4d899562d8b7f79f06a /gdb/ChangeLog
parentc32fa91d70ea20b38f90e5a88911f796b9a6418c (diff)
downloadgdb-328c9494f5b05541265b4cb8db8702479299c24e.zip
gdb-328c9494f5b05541265b4cb8db8702479299c24e.tar.gz
gdb-328c9494f5b05541265b4cb8db8702479299c24e.tar.bz2
* dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
at the same time as the forward link. (load_partial_comp_unit): Initialize per_cu links before calling init_cu_die_reader.
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 011f292..5133e36 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
+ at the same time as the forward link.
+ (load_partial_comp_unit): Initialize per_cu links before calling
+ init_cu_die_reader.
+
2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/10838