freebsd-dev/libexec/rtld-elf/arm
Andrew Turner 782b05f96b Ensure we align the stack to 8 bytes in rtld.
This is not strictly required with the current ABI but will be when we
switch to the ARM EABI. The aapcs requires the stack to be 4 byte aligned
at all times and 8 byte aligned when calling a public subroutine where the
current ABI only requires sp to be a multiple of 4.
2012-08-04 05:30:20 +00:00
..
Makefile.inc Woohoo ! 2004-06-17 17:53:16 +00:00
reloc.c Add GNU hash support for rtld. 2012-04-30 13:31:10 +00:00
rtld_machdep.h Add support for preinit, init and fini arrays. Some ABIs, in 2012-03-11 20:03:09 +00:00
rtld_start.S Ensure we align the stack to 8 bytes in rtld. 2012-08-04 05:30:20 +00:00