]> Git Repo - uclibc-ng.git/commit
Revert stdio to initializing itself. Not quite a pretty but that ensures that
authorEric Andersen <[email protected]>
Fri, 9 Feb 2001 06:40:46 +0000 (06:40 -0000)
committerEric Andersen <[email protected]>
Fri, 9 Feb 2001 06:40:46 +0000 (06:40 -0000)
commit411597d4f47de6b37275ee4fdf9fc45cc2a30fcb
tree6f42b12d32aec4804c99d6733ac0c22e3bcbc88e
parent69b2edf81ec8955b59fba03b2a553bd8b5995b58
Revert stdio to initializing itself.  Not quite a pretty but that ensures that
we don't blow up by using too much stack space, and simplifies the job of
supporting new architectures, since they don't have to mess with calling foo
init functions in crt0 and cleaning up the resulting damage.
 -Erik
libc/stdio/stdio.c
libc/stdlib/atexit.c
libc/sysdeps/linux/arm/crt0.S
libc/sysdeps/linux/arm/crt0pic.S
libc/sysdeps/linux/i386/crt0.S
This page took 0.030513 seconds and 4 git commands to generate.