nuttx/arch/arm
Junbo Zheng 578b303c63 arm/armv8-r: remove duplicate .globl for up_saveusercontext
The up_saveusercontext symbol was declared with .globl twice in a
row. The .globl directive is idempotent, so the duplicate line has
no effect on the generated object; drop it to match the single
declaration used by the other .S files in this directory.

Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
2026-06-26 15:16:20 -03:00
..
include !arch/stm32: move stm32l1 and finalize the directory split 2026-06-24 14:54:44 -03:00
src arm/armv8-r: remove duplicate .globl for up_saveusercontext 2026-06-26 15:16:20 -03:00
CMakeLists.txt
Kconfig !arch/stm32: move stm32l1 and finalize the directory split 2026-06-24 14:54:44 -03:00