summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/crt1.S
Commit message (Collapse)AuthorAgeFilesLines
* declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offJoakim Tjernlund2005-06-291-0/+5
|
* stack_end in __uClibc_main must point to where argc is.Joakim Tjernlund2005-06-261-4/+3
|
* Change L_Scrt1 to __PIC__Joakim Tjernlund2005-06-251-4/+4
|
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-281-5/+4
| | | | | | | | be able to run apps built with 0.9.27. This also renames __uClibc_start_main to __uClibc_main. This compat option should be removed some time after 0.9.28 is released. Let me know if you don't like this change.
* Pass the aligned stack ptr, not the unaligned.Joakim Tjernlund2005-05-261-4/+4
|
* Fix PPC wrt new __uClibc_start_main.Joakim Tjernlund2005-05-261-12/+7
|
* Fix "off by one" bug.Joakim Tjernlund2005-05-261-6/+6
|
* Adapt startup code in x86 and PPC to almost match glibc. _init vs. ↵Joakim Tjernlund2005-05-251-24/+20
| | | | | | __libc_csu_init and _fini vs. __libc_csu_fini remains to do.
* Update PowerPC to new ABI.Joakim Tjernlund2005-05-211-0/+95