summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/crt0.c
Commit message (Collapse)AuthorAgeFilesLines
* Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24.David Schleef2002-04-171-3/+3
|
* Fix dummy main reference so it works...Eric Andersen2002-04-141-4/+6
|
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-0/+4
| | | | | | | | | | (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
* Rework powerpc to be consistant with the other arches.Eric Andersen2002-02-041-1/+2
| | | | -Erik
* This is a .c fileEric Andersen2001-11-151-1/+1
|
* This will hopefully make global constructors and destructors workEric Andersen2001-08-281-1/+17
|
* Nasty hack to get around inconsistency between dynamic linkerDavid Schleef2001-05-261-1/+12
| | | | entry and kernel entry to crt0.o.
* Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen2001-03-161-0/+43