summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* Use the asm version by default on x86. Tag _start as a function.Eric Andersen2001-12-191-2/+5
|
* This will hopefully make global constructors and destructors workEric Andersen2001-08-281-0/+14
|
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-191-31/+2
| | | | | | | respective crt0.S. crt0.S should now only be responsible for setting things up to call __uClibc_main(argc, argv, envp), which will do any other necessary setup (setting global __environ, stdio init, etc), call main, and exit. This should ease both maintainance and porting.
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-091-21/+1
| | | | | | | 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
* "I will always compile before I commit."Eric Andersen2001-01-161-0/+1
| | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik
* Update the comments a wee bit.Eric Andersen2001-01-161-4/+9
|
* Added common handling of errno.Eric Andersen2001-01-161-7/+0
|
* Use the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen2001-01-151-0/+123