CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/10/22 15:14:59
Modified files: libexec/ld.so/amd64: ldasm.S Log message: Zero %rdx before transferring control to the main program, to indicate that the main program should not register a cleanup handler with atexit(3). This will allow us to add the cleanup handler registration code to crt0.c and have ld.so pass its cleanup handler to the main program in the future. ok kurt@