diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 7c3cef10e6d6..623cf6438b46 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -54,14 +54,6 @@ static char empty[1]; char *__progname = empty; int errno = 0; -asm(".text"); -asm(".long 0xc000c000"); -#if 1 /* more needed for alignment on i486/gcc-2.3.3 */ -asm(".long 0xc000c000"); -asm(".long 0xc000c000"); -asm(".long 0xc000c000"); -#endif - extern unsigned char etext; extern unsigned char eprol asm ("eprol"); extern start() asm("start");