summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/crt0.S
Commit message (Expand)AuthorAgeFilesLines
* Make __builtin_return_address() return NULL at top ofJoakim Tjernlund2004-11-171-8/+8
* Typo fix from Peter Mazinger.Joakim Tjernlund2004-08-301-1/+1
* Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund2004-08-271-3/+16
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-5/+1
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-3/+6
* Finish off gmon based profiling for powerpcEric Andersen2003-03-061-3/+8
* Shuffle two lines so the comment applies to the correct line.Eric Andersen2003-01-231-2/+2
* Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen2003-01-231-36/+58
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-1/+7
* Remove the C++ support stubs, since these now live elsewhere andEric Andersen2002-03-161-13/+0
* This will hopefully make global constructors and destructors workEric Andersen2001-08-281-0/+12
* Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen2001-03-161-0/+58