aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Only assign the environ in the startup code when environ is NULL.Konstantin Belousov2013-01-071-4/+1
* After r217375, some startup objects under lib/csu are built in a specialDimitry Andric2012-04-201-3/+3
* Work around a binutils bug on powerpc64 where the TOC would not beNathan Whitehorn2012-03-131-1/+2
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-112-23/+9
* Build Scrt.o on powerpc64. Its introduction on other platforms got lostNathan Whitehorn2011-06-271-4/+10
* Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn2011-02-181-8/+6
* Mark csu on PowerPC as not requiring executable stack.Konstantin Belousov2011-01-142-0/+4
* Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-131-2/+17
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-093-10/+10
* C startup support for 64-bit PowerPC.Nathan Whitehorn2010-07-104-0/+248