aboutsummaryrefslogtreecommitdiff
path: root/gold/icf.cc
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2010-03-10 01:26:57 +0000
committerSriraman Tallam <tmsriram@google.com>2010-03-10 01:26:57 +0000
commitd62d0f5fc2156db337ac3cbbc3c05ca76565dbd3 (patch)
tree4286f91673ff9173ecbe2bea1be7c10443eb251b /gold/icf.cc
parent68221cbf73ebe5a1f314026508714b624490a2ff (diff)
downloadfsf-binutils-gdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.zip
fsf-binutils-gdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.tar.gz
fsf-binutils-gdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.tar.bz2
2010-03-09 Sriraman Tallam <tmsriram@google.com>
* icf.cc (get_section_contents): Add '@' marker after processing the merge reloc.
Diffstat (limited to 'gold/icf.cc')
-rw-r--r--gold/icf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/icf.cc b/gold/icf.cc
index ff2058c..1f955e6 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)
{