commit | cc7efbf91933a4b59c20e60115c336b26dfc1195 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Feb 04 16:07:47 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:20 2014 +1000 |
tree | 0b569b956d916dbcc2ce7f7f052ff8c3c0377ec4 | |
parent | 7167af7cebedc7c2051184fef0e165aeb67d0b9d [diff] |
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: Anton Blanchard <anton@samba.org>