ARM32: _start must be global
Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
2dcebec0ce
commit
18d53408ff
@ -132,6 +132,7 @@ section_table:
|
||||
.2byte 0 // NumberOfLineNumbers (0 for executables)
|
||||
.4byte 0xe0500020 // Characteristics (section flags)
|
||||
|
||||
.globl _start
|
||||
_start:
|
||||
stmfd sp!, {r0-r2, lr}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user