aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-30/+2
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-152-24/+15
* powerpc64/csu: Rename dummy asm file to force use of 'cc'Justin Hibbits2020-01-291-2/+2
* [PPC64] Add ifunc support in libcsuLeandro Lupori2019-09-123-3/+78
* Create crtsavres.o for powerpc buildsJustin Hibbits2019-01-121-2/+6
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+33
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Update several more URLsEitan Adler2017-10-291-1/+1
* Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin2017-04-071-3/+3
* Clang in base now supports -mlongcall, so remove this hackJustin Hibbits2017-03-071-10/+0
* Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper2017-01-201-3/+3
* Don't reset CC away from full-pathed gcc.Bryan Drewery2016-03-241-0/+3
* Remove historical GNUC testEd Maste2015-12-081-6/+0
* Provide support for ELFv2 userland if using a newer compiler (recent clangNathan Whitehorn2015-12-031-6/+31
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Fix installation of 32bit libraries after r288074.Bryan Drewery2015-09-211-0/+2
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery2015-09-211-5/+5
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+16
|\
| * Merge sync of headSimon J. Gerraty2015-05-271-0/+7
| |\ | |/ |/|
| * Sync with HEAD.David E. O'Brien2013-02-081-4/+1
| |\
| * | Sync from headSimon J. Gerraty2012-11-041-0/+15
* | | Add a comment explaining why gcc is needed.Justin Hibbits2015-02-061-0/+4
* | | powerpc64 csu needs to be built by gcc, so enforce that.Justin Hibbits2015-02-051-0/+3
| |/ |/|
* | 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