Centralize the handling of r_addend. NFC.
When a relocation points to a SHF_MERGE section, the addend has special meaning. It should be used to find what in the section the relocation points to. It should not be added to the output position. Centralizing it means that the above rule will be implemented once, not once per target. llvm-svn: 250421
Loading
Please sign in to comment