K 10 svn:author V 6 luporl K 8 svn:date V 27 2019-08-05T13:22:02.687853Z K 7 svn:log V 307 [PPC64] Fix rtld direct exec mode Instead of restoring the saved values of argc, argv and envp, these must be loaded from the stack that _rtld() modifies. This fixes rtld direct exec mode. E.g.: /libexec/ld-elf.so.1 /bin/ls Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D21131 END