diff options
author | 2017-12-21 00:32:55 +0000 | |
---|---|---|
committer | 2017-12-21 00:32:55 +0000 | |
commit | 1e3b5417ef9f10e0ae59a4caa859002e701284c3 (patch) | |
tree | cd08a658150025dad25d4d6f4c63b9357eb8329a /sys/dev/softraid.c | |
parent | revert stricter key type / signature type checking in userauth path; (diff) | |
download | wireguard-openbsd-1e3b5417ef9f10e0ae59a4caa859002e701284c3.tar.xz wireguard-openbsd-1e3b5417ef9f10e0ae59a4caa859002e701284c3.zip |
Implement missing bits to support lazy binding. Note that the code
deliberately does not save the floating-point argument registers
before calling _dl_bind(). Doing so would force an FPU context switch
upon every function call through the PLT. But since we compile ld.so
with -march=armv8-a+nofp+nosimd this is safe since nothing in the _dl_bind()
codepath uses he FPU registers.
ok guenther@, drahn@
Diffstat (limited to 'sys/dev/softraid.c')
0 files changed, 0 insertions, 0 deletions