aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Revert r234356 for now, as it leads to run-time problems on 32-bitDimitry Andric2012-04-231-2/+1
* After r217375, some startup objects under lib/csu are built in a specialDimitry Andric2012-04-201-3/+3
* Work around an issue on 32-bit PowerPC, where clang executable can getDimitry Andric2012-04-161-1/+2
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-112-24/+9
* 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-4/+23
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-093-11/+10
* Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein2010-03-051-2/+1
* Properly declare non-extern functions in crt1Ulrich Spörlein2010-03-051-2/+3
* Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-021-1/+4
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+2
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-261-0/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-161-13/+15
* Use .rodata section for $FreeBSD$.David E. O'Brien2002-05-152-4/+8
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-5/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-121-1/+5
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-111-5/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-3/+5
* Remove prototype, no other crt1.c has or needs it.David E. O'Brien2002-03-231-9/+6
* Remove __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-271-8/+2
* Sync with other platforms.David E. O'Brien2001-10-271-2/+3
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Fix compilation errors by adding forward declarations and fix typo.Mark Peek2001-07-311-3/+7
* The instructions on doing something with src/lib/csu/powerpc.David E. O'Brien2001-01-041-0/+26
* PowerPC version of the C runtime support.David E. O'Brien2001-01-041-0/+124
* PowerPC verions of the crt initialization and finalization files requiredDavid E. O'Brien2001-01-042-0/+91