Use #function, not @function, for .type of _start.
authorAndreas Jaeger <aj@suse.de>
Mon, 11 Jun 2001 07:44:41 +0000 (07:44 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 11 Jun 2001 07:44:41 +0000 (07:44 +0000)
sysdeps/arm/elf/start.S

index 4d841c8..089591f 100644 (file)
@@ -43,7 +43,7 @@
 
        .text
        .globl _start
-       .type _start,@function
+       .type _start,#function
 _start:
        /* Clear the frame pointer since this is the outermost frame.  */
        mov fp, #0