ARM32: _start must be global

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2023-06-02 22:14:11 +01:00 committed by Nigel Croxon
parent 2dcebec0ce
commit 18d53408ff

View File

@ -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}