]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 4d841c82d954a5245238a26bdc9379dbd23d7a6e..089591f468bb91c13b0be63298ea9a3fd0b3fedf 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