CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/12/22 04:46:16
Modified files:
libexec/ld.so/arm: ldasm.S
Log message:
Zero %r0 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.
tested by tobiasu@
ok kurt@
