diff options
Diffstat (limited to 'lib/csu/powerpc/crt0.s')
-rw-r--r-- | lib/csu/powerpc/crt0.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/powerpc/crt0.s b/lib/csu/powerpc/crt0.s index f1356dd06a4..311b7828596 100644 --- a/lib/csu/powerpc/crt0.s +++ b/lib/csu/powerpc/crt0.s @@ -10,8 +10,6 @@ L1: .long 0 # null string plus padding .section ".text" - .globl start -start: .globl _start .type _start,@function _start: |