mpfs_head.S: Mark .start section attributes explicitly

a = allocated, x = executable. Otherwise the input section type will
become empty, which means output section will be empty as well.
This commit is contained in:
Ville Juven 2022-09-05 15:00:22 +03:00 committed by Xiang Xiao
parent f27065cb9e
commit 093760b48c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
.extern __trap_vec
.section .start
.section .start, "ax"
.global __start
__start:

View File

@ -38,7 +38,7 @@
.extern __trap_vec
.section .start
.section .start, "ax"
.global __start
/****************************************************************************