2010-03-09 Sriraman Tallam <tmsriram@google.com>
authorSriraman Tallam <tmsriram@google.com>
Wed, 10 Mar 2010 01:26:57 +0000 (01:26 +0000)
committerSriraman Tallam <tmsriram@google.com>
Wed, 10 Mar 2010 01:26:57 +0000 (01:26 +0000)
* icf.cc (get_section_contents): Add '@' marker after processing the
merge reloc.

gold/ChangeLog
gold/icf.cc

index 1bc64e8..b81e2be 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-09  Sriraman Tallam  <tmsriram@google.com>
+
+       * icf.cc (get_section_contents): Add '@' marker after processing the
+       merge reloc.
+
 2010-03-08  Doug Kwan  <dougkwan@google.com>
 
        * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
index ff2058c..1f955e6 100644 (file)
@@ -389,6 +389,7 @@ get_section_contents(bool first_iteration,
                                                      char*>(str_contents),
                                     entsize);
                     }
+                 buffer.append("@");
                 }
               else if ((*it_s) != NULL)
                 {