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:
parent
68221cbf73
commit
d62d0f5fc2
@ -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>
|
2010-03-08 Doug Kwan <dougkwan@google.com>
|
||||||
|
|
||||||
* gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
|
* gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
|
||||||
|
@ -389,6 +389,7 @@ get_section_contents(bool first_iteration,
|
|||||||
char*>(str_contents),
|
char*>(str_contents),
|
||||||
entsize);
|
entsize);
|
||||||
}
|
}
|
||||||
|
buffer.append("@");
|
||||||
}
|
}
|
||||||
else if ((*it_s) != NULL)
|
else if ((*it_s) != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user