From: Andreas Jaeger Date: Mon, 11 Jun 2001 07:44:41 +0000 (+0000) Subject: Use #function, not @function, for .type of _start. X-Git-Tag: glibc-2.16-ports-before-merge~1868 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=791746df786eed14b94c57d266e82b353ed0090b;p=thirdparty%2Fglibc.git Use #function, not @function, for .type of _start. --- diff --git a/sysdeps/arm/elf/start.S b/sysdeps/arm/elf/start.S index 4d841c82d95..089591f468b 100644 --- a/sysdeps/arm/elf/start.S +++ b/sysdeps/arm/elf/start.S @@ -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