summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/crt1.S
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2007-03-31Update comment regarding passing dl_fini.Joakim Tjernlund
2007-03-29Revert last change until we figure out the correct fix.Rob Landley
2007-03-28Make the code match the comments. (I narrowed down the bug, Khem Raj Rob Landley
2007-03-19Joseph S. Myers writes:Joakim Tjernlund
2007-01-05Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund
2005-12-15Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, soJoakim Tjernlund
2005-06-29declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offJoakim Tjernlund
2005-06-26stack_end in __uClibc_main must point to where argc is.Joakim Tjernlund
2005-06-25Change L_Scrt1 to __PIC__Joakim Tjernlund
2005-05-28Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund
2005-05-26Pass the aligned stack ptr, not the unaligned.Joakim Tjernlund
2005-05-26Fix PPC wrt new __uClibc_start_main.Joakim Tjernlund
2005-05-26Fix "off by one" bug.Joakim Tjernlund
2005-05-25Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund
2005-05-21Update PowerPC to new ABI.Joakim Tjernlund