Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit cc7efbf9 authored by Anton Blanchard's avatar Anton Blanchard
Browse files

powerpc: ABIv2 function calls must place target address in r12


To establish addressability quickly, ABIv2 requires the target
address of the function being called to be in r12. Fix a number of
places in assembly code that we do indirect function calls.

We need to avoid function descriptors on ABIv2 too.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
parent 7167af7c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment