mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 02:37:01 +08:00
fix(draw asm): replace attribute syntax for asm arm files (#8076)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user