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:
Xiang Xiao
2020-07-02 18:17:48 +08:00
committed by Abdelatif Guettouche
parent deb3b13759
commit 993591dca1
+2 -2
View File
@@ -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