summaryrefslogtreecommitdiff
path: root/lib/csu/powerpc
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-03-12csu: move common code to libcKonstantin Belousov
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin
2020-06-15Remove the sed hack for ABI tag notes.John Baldwin
2020-05-14[PowerPC] Fix wrong instructions in _savegpr_X.Brandon Bergren
2019-10-12[PowerPC] force applications linked with lib CSU to have .gotJustin Hibbits
2019-01-12Create crtsavres.o for powerpc buildsJustin Hibbits
2018-10-30Build the csu tests on all architectures.Andrew Turner
2018-10-13Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-29Update several more URLsEitan Adler
2017-04-07Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin
2017-01-20Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper
2015-12-08Remove historical GNUC testEd Maste
2015-09-25META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-09-21Fix installation of 32bit libraries after r288074.Bryan Drewery
2015-09-21Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2013-01-07Only assign the environ in the startup code when environ is NULL.Konstantin Belousov
2012-11-04Sync from headSimon J. Gerraty
2012-04-23Revert r234356 for now, as it leads to run-time problems on 32-bitDimitry Andric
2012-04-20After r217375, some startup objects under lib/csu are built in a specialDimitry Andric
2012-04-16Work around an issue on 32-bit PowerPC, where clang executable can getDimitry Andric
2012-03-11Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov
2011-01-14Mark csu on PowerPC as not requiring executable stack.Konstantin Belousov
2011-01-13Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric
2010-12-09Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric
2010-03-05Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein
2010-03-05Properly declare non-extern functions in crt1Ulrich Spörlein
2009-12-02Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov
2004-08-15Add support for TLS in statically linked programs.Doug Rabson
2003-01-26make these more useful for lint(1). Minor diff-reductions while I'mMark Murray
2002-07-29Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov
2002-07-16The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray
2002-05-15Use .rodata section for $FreeBSD$.David E. O'Brien
2002-05-13Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov
2002-05-13SOBJS are not used here for a long time, and were justRuslan Ermilov
2002-05-13Major cleanup of bsd.lib.mk.Ruslan Ermilov
2002-05-12Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov
2002-05-11Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
2002-03-23Remove prototype, no other crt1.c has or needs it.David E. O'Brien
2002-03-22Remove __P() usage.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2002-02-27Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien