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:
parent
f27065cb9e
commit
093760b48c
@ -38,7 +38,7 @@
|
||||
|
||||
.extern __trap_vec
|
||||
|
||||
.section .start
|
||||
.section .start, "ax"
|
||||
.global __start
|
||||
|
||||
__start:
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
.extern __trap_vec
|
||||
|
||||
.section .start
|
||||
.section .start, "ax"
|
||||
.global __start
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user