diff options
author | Sriraman Tallam <tmsriram@google.com> | 2010-03-10 01:26:57 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2010-03-10 01:26:57 +0000 |
commit | d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3 (patch) | |
tree | 4286f91673ff9173ecbe2bea1be7c10443eb251b /gold/icf.cc | |
parent | 68221cbf73ebe5a1f314026508714b624490a2ff (diff) | |
download | binutils-gdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.tar.gz |
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.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/icf.cc b/gold/icf.cc index ff2058cfcba..1f955e63446 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) { |