K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-02-01T00:13:30.171317Z K 7 svn:log V 338 Do not restore the original stack pointer: the PPC64 ABI stores things in the parent's stack frame, which becomes the program arguments if R1 is restored. This leads to bad. Also add some cache-related paranoia to setting of PLT slots, following glibc. With these changes, nearly all dynamic executables run correctly with LD_BIND_NOW=1. END