mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
arch/x86_64: Fix Warning: ignoring changed section attributes
chip/intel64_head.S: Assembler messages: chip/intel64_head.S:281: Warning: ignoring changed section attributes for .text chip/intel64_head.S:485: Warning: ignoring changed section attributes for .bss Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
deb3b13759
commit
993591dca1
@@ -278,7 +278,7 @@ start64:
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
.section .text, "a"
|
||||
.section .text, "ax"
|
||||
.type __nxstart, @function
|
||||
|
||||
__nxstart:
|
||||
@@ -482,7 +482,7 @@ pt_low:
|
||||
* do in the system (see up_idle()).
|
||||
*/
|
||||
|
||||
.section .bss, "a"
|
||||
.section .bss
|
||||
|
||||
.type idle_stack, @object
|
||||
.comm idle_stack, CONFIG_IDLETHREAD_STACKSIZE, 32
|
||||
|
||||
Reference in New Issue
Block a user