aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-09-13 21:44:27 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-09-13 21:44:27 +0000
commitd83e736b1168bed98e6e67b473d0fa26603c2780 (patch)
tree610895bec6ec5b49229ff2b30061832b0de33043 /gdb/ChangeLog
parent0935723e5e203625c49e97753a79902f919fbded (diff)
downloadgdb-d83e736b1168bed98e6e67b473d0fa26603c2780.zip
gdb-d83e736b1168bed98e6e67b473d0fa26603c2780.tar.gz
gdb-d83e736b1168bed98e6e67b473d0fa26603c2780.tar.bz2
gdb/
Remove excessive DWARF expressions memory duplication. * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use for block.data. (indirect_pieced_value): Remove variable result. Remove variable back_to and its use for baton.data. (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for block.data. * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup. Update the function comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fcb60b9..34e8eb0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Remove excessive DWARF expressions memory duplication.
+ * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
+ for block.data.
+ (indirect_pieced_value): Remove variable result. Remove variable
+ back_to and its use for baton.data.
+ (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
+ block.data.
+ * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
+ Update the function comment.
+
2011-09-13 Pedro Alves <pedro@codesourcery.com>
* inferior.h (ALL_INFERIORS): New.