diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9544c61..7113eb4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com> + + * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu. + (dwarf_expr_tls_address): Use per_cu instead of objfile. + (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE. + Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for + this change. + (struct needs_frame_baton): New field per_cu. + (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU. + * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment. + 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com> * cp-support.c (make_symbol_overload_list_namespace): Only search |