[PATCH] D13104: Mips - Mark the section .eh_frame as writeable for pic

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 12:30:40 PDT 2015


On 25 September 2015 at 15:06, Joerg Sonnenberger <joerg at netbsd.org> wrote:
> joerg added a subscriber: joerg.
> joerg added a comment.
>
> MIPS doesn't have relative relocations that can cross sections. This is the reason why the normal relative encoding is not usable.

Wait, how does "f()" gets compiled when using -fPIC -ffunction-sections?

Cheers,
Rafael


More information about the llvm-commits mailing list