chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / arch / alpha / crt0.S
index 6c2958117d5c23c6177a49486d0af1033901f817..904b539741b818f15db65171ae1389bfea8cfa85 100644 (file)
@@ -3,10 +3,10 @@
 #
 
        .text
-       .type   __start,@function
-       .ent    __start, 0
-       .globl  __start
-__start:
+       .type   _start,@function
+       .ent    _start, 0
+       .globl  _start
+_start:
        .frame  $30, 0, $26, 0
        mov     $31, $15
        br      $29, 1f
@@ -18,4 +18,5 @@ __start:
        
        jsr     $26, __libc_init
        
-       .size __start,.-__start
+       .size   _start,.-_start
+       .end    _start