summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/crt0.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix dummy main reference so it works...Eric Andersen2002-04-141-2/+6
|
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-0/+1
| | | | | | | | | | (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-6/+0
| | | | | these stubs were preventing the real stuff from working properly. -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-6/+3
|
* Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen2001-11-301-0/+47
-Erik