powerpc: modules: implement stubs for ELFv2 ABI.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 19 Mar 2014 00:12:22 +0000 (10:42 +1030)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:32 +0000 (10:05 +1000)
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 <rusty@rustcorp.com.au>

No differences found