summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/crt1.S
Commit message (Expand)AuthorAgeFilesLines
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-051-0/+1
* */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-041-1/+0
* syntax touchups as suggested by Peter S. MazingerMike Frysinger2005-07-061-13/+13
* need to include features.h to get uclibc definesMike Frysinger2005-06-291-0/+2
* declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offMike Frysinger2005-06-291-0/+5
* Change L_Scrt1 to __PIC__ and delete old crt0.SJoakim Tjernlund2005-06-251-1/+1
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-281-3/+3
* Add back .size for _start Joakim Tjernlund2005-05-281-0/+1
* Clean it up a little.Joakim Tjernlund2005-05-261-10/+6
* Adapt x86 to new __uClibc_start_main.Joakim Tjernlund2005-05-261-96/+106
* Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund2005-05-251-5/+6
* Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund2005-05-211-0/+125