aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2013-01-17 21:54:53 +0000
committerSterling Augustine <saugustine@google.com>2013-01-17 21:54:53 +0000
commit5071c9525d49efdca83be1a217e0e40104cb5549 (patch)
tree4fa7b6fe32133c98ec6239f8c92a81103cffab98
parent79c1d76a294c9c7c87500713a765e492f9e1a89e (diff)
Fix for Google ref: b/8013197.
Address table entries will already have been removed at this point in resolve_addr, so no need to call again. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7@195282 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 026991b8aeb..5ca22b219a8 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -23234,8 +23234,6 @@ resolve_addr (dw_die_ref die)
else
{
loc->replaced = 1;
- if (dwarf_split_debug_info)
- remove_loc_list_addr_table_entries (loc->expr);
loc->dw_loc_next = *start;
}
}