summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/crt1.S
Commit message (Expand)AuthorAgeFilesLines
* Update comment regarding passing dl_fini.Joakim Tjernlund2007-03-311-2/+5
* Revert last change until we figure out the correct fix.Rob Landley2007-03-291-1/+1
* Make the code match the comments. (I narrowed down the bug, Khem Raj Rob Landley2007-03-281-1/+1
* Joseph S. Myers writes:Joakim Tjernlund2007-03-191-0/+7
* Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund2007-01-051-0/+7
* Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, soJoakim Tjernlund2005-12-151-1/+2
* 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
* 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. __libc_csu...Joakim Tjernlund2005-05-251-24/+20
* Update PowerPC to new ABI.Joakim Tjernlund2005-05-211-0/+95