mark startup code as allocatable & executable

This commit is contained in:
Dave Murphy 2016-11-21 12:23:36 +00:00
parent ec195d5a7e
commit 676638c26a

View File

@ -5,7 +5,7 @@
@---------------------------------------------------------------------------------
@---------------------------------------------------------------------------------
.section ".crt0"
.section ".crt0","ax"
.global _start, __service_ptr, __apt_appid, __heap_size, __linear_heap_size, __system_arglist, __system_runflags
@---------------------------------------------------------------------------------
.align 2