Closed GoogleCodeExporter closed 9 years ago
Hi, Diana,
Can you review this branch?
Best regards,
Luba
Original comment by LubaTang
on 12 Apr 2013 at 2:16
The change on /include/mcld/LD/Relocator.h is fine for me. However, please
notice that when doing partial linking, the pass 'applyRelocations' will be
skipped, so the updated addend may not be added back to relocation offset. Of
course, if relocations of Hexagon are all "Rela" type and you'd like to keep
the offset information in "r_addend" but "r_offset", then no need to concern
about this problem.
Other comments please refer to
https://code.google.com/p/mclinker/source/detail?r=ba144c4504e9eabed6e894634c98a
75250324188
Original comment by mysekki
on 12 Apr 2013 at 3:45
Sorry for the typo, when using Relocation::updateAddend to update the offset
when doing partial linking, I mean 'the offset information keeps in "r_addend"
but relocation target place', not "r_offset".
Original comment by mysekki
on 12 Apr 2013 at 4:17
Original comment by pete.c...@gmail.com
on 18 Sep 2013 at 11:27
Original issue reported on code.google.com by
khem...@codeaurora.org
on 11 Apr 2013 at 9:48