mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Use #function, not @function, for .type of _start.
This commit is contained in:
parent
163f71bf78
commit
791746df78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user