nuttx/arch/arm
Junbo Zheng 1d4e4e9524 arm/armv6-m: 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/armv6-m: remove duplicate .globl for up_saveusercontext 2026-06-26 15:16:20 -03:00
CMakeLists.txt arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig !arch/stm32: move stm32l1 and finalize the directory split 2026-06-24 14:54:44 -03:00