From 4babff9c26feb9f029a54f480f7f8e0c7a4b5c29 Mon Sep 17 00:00:00 2001 From: tmsriram Date: Wed, 10 Mar 2010 10:26:57 +0000 Subject: [PATCH] 2010-03-09 Sriraman Tallam * icf.cc (get_section_contents): Add '@' marker after processing the merge reloc. --- gold/ChangeLog | 5 +++++ gold/icf.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/gold/ChangeLog b/gold/ChangeLog index 1bc64e86c9..b81e2bef09 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-03-09 Sriraman Tallam + + * icf.cc (get_section_contents): Add '@' marker after processing the + merge reloc. + 2010-03-08 Doug Kwan * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage diff --git a/gold/icf.cc b/gold/icf.cc index ff2058cfcb..1f955e6344 100644 --- a/gold/icf.cc +++ b/gold/icf.cc @@ -389,6 +389,7 @@ get_section_contents(bool first_iteration, char*>(str_contents), entsize); } + buffer.append("@"); } else if ((*it_s) != NULL) { -- 2.11.0