Previously we would merge relocation sections by name.
That did not work in some cases, like testcase shows.
Patch implements logic to merge relocation sections if their target
sections were merged into the same output section.
Differential D33824
[ELF] - Do not merge relocation sections by name when using --emit-relocs. grimar on Jun 2 2017, 4:01 AM. Authored by
Details Previously we would merge relocation sections by name. Patch implements logic to merge relocation sections if their target
Diff Detail
Event Timeline
|