commit | 169c7cee3131cdf5e2f2d2a6c722c7db0283bcd5 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Apr 03 16:01:11 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:32 2014 +1000 |
tree | a9804c62b8090d719337159fd98294b9282209cf | |
parent | 008d7a914efee6ee5afe59bcc46d3d6b60657598 [diff] |
powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules If an assembly function that calls back into c code is exported to modules, we need to ensure r2 is setup correctly. There are only two places crazy enough to do it (two of which are my fault). Signed-off-by: Anton Blanchard <anton@samba.org>