CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2013/11/10 12:44:17

Modified files:
        lib/csu/arm    : crt0.c 

Log message:
The kernel and ld.so have passed 0 in r0 for use as the cleanup
callback for about a year, so it's safe to make __start() pass that
as the cleanup argument to ___start(), and have *that* conditionally
pass it to atexit().  Eliminate the no-longer-used obj and ps_strings
arguments to position things correctly, simplifying the ASM wrapper
slightly.

ok kettenis@ miod@; testing patrick@

Reply via email to