summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/crt0.S
AgeCommit message (Expand)Author
2005-06-25Change L_Scrt1 to __PIC__ and delete old crt0.SJoakim Tjernlund
2005-03-20Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2004-01-17Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-03-04Fix compile when profiling is disabledEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23simpler method for getting a 'main' reference. Make _init and _finiEric Andersen
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-11-29I forgot to include features.hEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-08-06Just in case, crash if somehow `exit' returns anywaysEric Andersen
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
2002-01-02Turn off the useless personality crapEric Andersen
2001-12-19Use the asm version by default on x86. Tag _start as a function.Eric Andersen
2001-08-28This will hopefully make global constructors and destructors workEric Andersen
2001-02-19Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III
2001-02-09Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen
2001-01-16"I will always compile before I commit."Eric Andersen
2001-01-16Update the comments a wee bit.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-15Use the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen