svn commit: r232616 - head/lib/csu/mips

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Mar 6 19:19:34 UTC 2012


Author: gonzo
Date: Tue Mar  6 19:19:33 2012
New Revision: 232616
URL: http://svn.freebsd.org/changeset/base/232616

Log:
  - Remove one more no-op #ifndef

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

Modified: head/lib/csu/mips/crt1.c
==============================================================================
--- head/lib/csu/mips/crt1.c	Tue Mar  6 19:01:32 2012	(r232615)
+++ head/lib/csu/mips/crt1.c	Tue Mar  6 19:19:33 2012	(r232616)
@@ -101,9 +101,7 @@ __start(char **ap,
 #ifdef GCRT
 	monstartup(&eprol, &etext);
 #endif
-#ifndef NOGPREL
 	_init();
-#endif
 	exit( main(argc, argv, env) );
 }
 


More information about the svn-src-head mailing list