From 800b5ba27d66a4ba9aa19f1f27d52b146ca65699 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 3 Mar 2010 21:54:49 +0000 Subject: [PATCH] __main and __gccmain are no longer required, so eliminate them. Submitted by: jmallet@ --- lib/csu/mips/crt1.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index 746cee2aa18..39f110b002f 100644 --- a/lib/csu/mips/crt1.c +++ b/lib/csu/mips/crt1.c @@ -66,9 +66,6 @@ extern int etext; char **environ; const char *__progname = ""; -void __gccmain(void) {} -void __main(void) {} - /* The entry function. */ void __start(char **ap,