fix(draw asm): replace attribute syntax for asm arm files (#8076)

This commit is contained in:
André Costa
2025-04-10 11:44:12 +02:00
committed by GitHub
parent 84fc0ed7f5
commit 65e831e61c
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -11,8 +11,9 @@
/*GCC Workaround: missing .note.GNU-stack section implies executable stack*/
#ifdef __ELF__
.section .note.GNU-stack,"",@progbits
#endif
.section .note.GNU-stack,"",%progbits
#endif /* __ELF__ */
#if LV_USE_DRAW_SW_ASM == LV_DRAW_SW_ASM_HELIUM && defined(__ARM_FEATURE_MVE) && __ARM_FEATURE_MVE && LV_USE_NATIVE_HELIUM_ASM
+2 -2
View File
@@ -12,8 +12,8 @@
/*Workaround: missing .note.GNU-stack section implies executable stack*/
#ifdef __ELF__
.section .note.GNU-stack,"",@progbits
#endif
.section .note.GNU-stack,"",%progbits
#endif /* __ELF__ */
#if LV_USE_DRAW_SW_ASM == LV_DRAW_SW_ASM_NEON