aboutsummaryrefslogtreecommitdiffstats
path: root/src/ecrt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecrt0.c')
-rw-r--r--src/ecrt0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ecrt0.c b/src/ecrt0.c
index 36f6caeceb9..d4e88c3c835 100644
--- a/src/ecrt0.c
+++ b/src/ecrt0.c
@@ -582,7 +582,7 @@ _start()
582#endif /* elxsi */ 582#endif /* elxsi */
583 583
584 584
585#ifdef sparc 585#ifdef __sparc__
586asm (".global __start"); 586asm (".global __start");
587asm (".text"); 587asm (".text");
588asm ("__start:"); 588asm ("__start:");
@@ -600,7 +600,7 @@ asm (" sub %sp, 24, %sp");
600asm (" call __exit"); 600asm (" call __exit");
601asm (" nop"); 601asm (" nop");
602 602
603#endif /* sparc */ 603#endif /* __sparc__ */
604 604
605#if __FreeBSD__ == 2 605#if __FreeBSD__ == 2
606char *__progname; 606char *__progname;