summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/i386/crt0.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c
index 363098b..e25eba5 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");
OpenPOWER on IntegriCloud