summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | (undefined reference to `main') when the .o file containing main was contained in an static library(a '.a' ar archive). It turns out that due to its single pass nature, GNU ld was failing to pull it into the build. This sticks a dummy reference to main() into crt0.o, so that when an application is linked with the main() function in a static library, we can be sure that main() actually gets linked in. -Erik
* Remove the C++ support stubs, since these now live elsewhere andEric Andersen2002-03-161-13/+0
| | | | | these stubs were preventing the real stuff from working properly. -Erik
* 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