From b97dc2b04dbc0864bb4274df13fc3f620a87776e Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 3 Mar 2010 21:54:49 +0000 Subject: __main and __gccmain are no longer required, so eliminate them. Submitted by: jmallet@ --- lib/csu/mips/crt1.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/csu') diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index 746cee2..39f110b 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, -- cgit v1.1