diff options
Diffstat (limited to 'src/ecrt0.c')
| -rw-r--r-- | src/ecrt0.c | 4 |
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__ |
| 586 | asm (".global __start"); | 586 | asm (".global __start"); |
| 587 | asm (".text"); | 587 | asm (".text"); |
| 588 | asm ("__start:"); | 588 | asm ("__start:"); |
| @@ -600,7 +600,7 @@ asm (" sub %sp, 24, %sp"); | |||
| 600 | asm (" call __exit"); | 600 | asm (" call __exit"); |
| 601 | asm (" nop"); | 601 | asm (" nop"); |
| 602 | 602 | ||
| 603 | #endif /* sparc */ | 603 | #endif /* __sparc__ */ |
| 604 | 604 | ||
| 605 | #if __FreeBSD__ == 2 | 605 | #if __FreeBSD__ == 2 |
| 606 | char *__progname; | 606 | char *__progname; |