Author: imp
Date: Wed Mar  3 21:54:49 2010
New Revision: 204673
URL: http://svn.freebsd.org/changeset/base/204673

Log:
  __main and __gccmain are no longer required, so eliminate them.
  
  Submitted by: jmallet@

Modified:
  head/lib/csu/mips/crt1.c

Modified: head/lib/csu/mips/crt1.c
==============================================================================
--- head/lib/csu/mips/crt1.c    Wed Mar  3 21:53:25 2010        (r204672)
+++ head/lib/csu/mips/crt1.c    Wed Mar  3 21:54:49 2010        (r204673)
@@ -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,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to