diff options
Diffstat (limited to 'src/ecrt0.c')
| -rw-r--r-- | src/ecrt0.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ecrt0.c b/src/ecrt0.c index f835cf65c72..fd25a000866 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c @@ -78,17 +78,9 @@ static start1 (); #ifdef CRT0_DUMMIES /* Define symbol "start": here; some systems want that symbol. */ -#ifdef DOT_GLOBAL_START asm(" .text "); asm(" .globl start "); asm(" start: "); -#endif /* DOT_GLOBAL_START */ - -#ifdef NODOT_GLOBAL_START -asm(" text "); -asm(" global start "); -asm(" start: "); -#endif /* NODOT_GLOBAL_START */ _start () { |
