From 03bdb6abfbafc1803bf60a7b7f61af0b5e5710e4 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 18 Jun 1993 02:04:48 +0000 Subject: [PATCH] Upgrade to GCC 2.X --- lib/csu/i386/crt0.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 363098b326c6..e25eba5b0f48 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -50,6 +50,11 @@ 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");