From 791746df786eed14b94c57d266e82b353ed0090b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 11 Jun 2001 07:44:41 +0000 Subject: [PATCH] Use #function, not @function, for .type of _start. --- sysdeps/arm/elf/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/arm/elf/start.S b/sysdeps/arm/elf/start.S index 4d841c82d9..089591f468 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