freebsd-dev/libexec/rtld-elf/aarch64
Andrew Turner aeb8eeb590 Save & restore the floating-pont argument registers before calling
_rtld_bind. The compiler may generate code using these registers and not
save them. Unfortunately, as we make use of libc, we are unable to disallow
rtld from using floating-point register without also doing the same for the
parts of libc we use, or by limiting what _rtld_bind is able to call.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FReeBSD Foundation
2015-07-02 14:00:07 +00:00
..
reloc.c Use the correct value to get the offset of the objects tls data. 2015-04-15 14:20:12 +00:00
rtld_machdep.h
rtld_start.S Save & restore the floating-pont argument registers before calling 2015-07-02 14:00:07 +00:00