mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Mark _start as function
Currently marked as NOTYPE Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
db351e8a78
commit
64027ee986
5 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
.align 12
|
||||
|
||||
.globl _start
|
||||
.type _start,%function
|
||||
_start:
|
||||
stp x29, x30, [sp, #-32]!
|
||||
mov x29, sp
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ section_table:
|
|||
.4byte 0xe0500020 // Characteristics (section flags)
|
||||
|
||||
.globl _start
|
||||
.type _start,%function
|
||||
_start:
|
||||
stmfd sp!, {r0-r2, lr}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
.align 4
|
||||
|
||||
.globl _start
|
||||
.type _start,%function
|
||||
_start:
|
||||
pushl %ebp
|
||||
movl %esp,%ebp
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ section_table:
|
|||
|
||||
.align 12
|
||||
.globl _start
|
||||
.type _start,%function
|
||||
_start:
|
||||
addi sp, sp, -24
|
||||
sd a0, 0(sp)
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
.align 4
|
||||
|
||||
.globl _start
|
||||
.type _start,%function
|
||||
_start:
|
||||
subq $8, %rsp
|
||||
pushq %rcx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue