opnsense-src/libexec/rtld-elf/powerpc64
Nathan Whitehorn 071a51cf97 Fix an error in the ABI in rtld_bind_start(). When passing arguments to a
C function, the caller's stack frame must have room to store all of the
arguments to that function. While here, fix stack frame alignment issues.

Without this change, the compiler will save r3 and r4 into the caller's
stack frame before calling setjmp() in _rtld_bind(). These would then
overwrite arguments to the newly-bound function, causing eventual failures.
2010-12-28 22:31:59 +00:00
..
Makefile.inc
reloc.c Implement support for ELF filters in rtld. Both normal and auxillary 2010-12-25 08:51:20 +00:00
rtld_machdep.h
rtld_start.S Fix an error in the ABI in rtld_bind_start(). When passing arguments to a 2010-12-28 22:31:59 +00:00