Use #function, not @function, for .type of _start.

This commit is contained in:
Andreas Jaeger 2001-06-11 07:44:41 +00:00
parent 163f71bf78
commit 791746df78
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
.text .text
.globl _start .globl _start
.type _start,@function .type _start,#function
_start: _start:
/* Clear the frame pointer since this is the outermost frame. */ /* Clear the frame pointer since this is the outermost frame. */
mov fp, #0 mov fp, #0