summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove historical GNUC testemaste2015-12-081-6/+0
* Only assign the environ in the startup code when environ is NULL.kib2013-01-071-3/+1
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-111-21/+6
* Let all .c and .S files under lib/csu consistently use the __FBSDID()dim2010-12-091-2/+3
* Properly declare non-extern functions in crt1uqs2010-03-051-2/+3
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+2
* make these more useful for lint(1). Minor diff-reductions while I'mmarkm2003-01-261-0/+1
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-161-13/+15
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-2/+3
* Remove prototype, no other crt1.c has or needs it.obrien2002-03-231-9/+6
* Remove __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.obrien2002-02-271-8/+2
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+0
* Fix compilation errors by adding forward declarations and fix typo.mp2001-07-311-3/+7
* PowerPC version of the C runtime support.obrien2001-01-041-0/+124
OpenPOWER on IntegriCloud