2010-03-09 Sriraman Tallam <tmsriram@google.com>

* icf.cc (get_section_contents): Add '@' marker after processing the
	merge reloc.
This commit is contained in:
Sriraman Tallam 2010-03-10 01:26:57 +00:00
parent 68221cbf73
commit d62d0f5fc2
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -389,6 +389,7 @@ get_section_contents(bool first_iteration,
char*>(str_contents),
entsize);
}
buffer.append("@");
}
else if ((*it_s) != NULL)
{