CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/10 12:30:40
Modified files:
lib/csu/sh : crt0.c
Log message:
The kernel and ld.so have passed 0 in r7 for use as the cleanup
callback for about a year, so it's safe to make __start() treat
that as the cleanup argument and conditionally pass it to atexit().
Eliminate the no-longer-used obj and ps_strings arguments to position
things correctly, which lets us eliminate the ASM wrapper completely.
ok kettenis@ miod@
