CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/03/27 14:16:15
Modified files:
libexec/ld.so : resolve.h
libexec/ld.so/mips64: ldasm.S rtld_machine.c
Log message:
Implement lazy binding on mips64. This implementation relies on having two
reserved entries in the GOT, which is a GNU extension to the 64-bit MIPS
SVR4 ABI. That's fine; all existing OpenBSD/mips64 binaries have the extra
slot.
ok miod@, jsing@, drahn@
