From 7378e795d9c7d5d6c13b62300ecb6454e34aa4f9 Mon Sep 17 00:00:00 2001 From: gonzo Date: Tue, 6 Mar 2012 19:19:33 +0000 Subject: - Remove one more no-op #ifndef --- lib/csu/mips/crt1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/csu') diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index fa16748..94a3046 100644 --- a/lib/csu/mips/crt1.c +++ b/lib/csu/mips/crt1.c @@ -101,9 +101,7 @@ __start(char **ap, #ifdef GCRT monstartup(&eprol, &etext); #endif -#ifndef NOGPREL _init(); -#endif exit( main(argc, argv, env) ); } -- cgit v1.1