From: Rusty Russell Date: Wed, 19 Mar 2014 00:12:22 +0000 (+1030) Subject: powerpc: modules: implement stubs for ELFv2 ABI. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008d7a914efee6ee5afe59bcc46d3d6b60657598;p=pandora-kernel.git powerpc: modules: implement stubs for ELFv2 ABI. ELFv2 doesn't use function descriptors, because it doesn't need to load a new r2 when calling into a function. On the other hand, you're supposed to use a local entry point for R_PPC_REL24 branches. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed