[PATCH] D73532: [ELF][PPC32] Support relocatable link of R_PPC_PLTREL24

Brandon Bergren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 07:54:28 PST 2020


Bdragon28 added a comment.

I am now able to load pf.ko on FreeBSD powerpc32 without it crashing.

Examining the .ko, it now appears to properly have separate plt stubs for the different .got2 offsets.

Excellent!

I will do a buildworld test and ensure this doesn't break FreeBSD powerpc32 userland, but it's looking great so far.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73532/new/

https://reviews.llvm.org/D73532





More information about the llvm-commits mailing list