mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
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:
@@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user