aboutsummaryrefslogtreecommitdiff
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
parent68221cbf73ebe5a1f314026508714b624490a2ff (diff)
downloadgdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.zip
gdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.tar.gz
gdb-d62d0f5fc2156db337ac3cbbc3c05ca76565dbd3.tar.bz2
2010-03-09 Sriraman Tallam <tmsriram@google.com>
* icf.cc (get_section_contents): Add '@' marker after processing the merge reloc.
-rw-r--r--gold/ChangeLog5
-rw-r--r--gold/icf.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 1bc64e8..b81e2be 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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
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)
{