Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-06 | Finish off gmon based profiling for powerpc | Eric Andersen | |
2003-01-23 | Shuffle two lines so the comment applies to the correct line. | Eric Andersen | |
2003-01-23 | Rewrite powerpc crt0.S for proper ctor/dtor handling | Eric Andersen | |
2002-04-14 | Manuel and I were looking into a problem with applications failing to link | Eric Andersen | |
(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 | |||
2002-03-16 | Remove the C++ support stubs, since these now live elsewhere and | Eric Andersen | |
these stubs were preventing the real stuff from working properly. -Erik | |||
2001-08-28 | This will hopefully make global constructors and destructors work | Eric Andersen | |
2001-03-16 | Add powerpc port done by David Schleef <ds@schleef.org> | Eric Andersen | |