CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/12/23 14:18:57
Modified files: libexec/ld.so : loader.c libexec/ld.so/alpha: ldasm.S Log message: Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly from ld.so on alpha. Note that this means that binaries built before early december may no longer call destructors in shared libraries implemented in C++. Update your packages!