arm/armv8-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>
This commit is contained in:
Junbo Zheng 2026-06-26 11:29:36 +08:00 committed by Alan C. Assis
parent 8e644b1a70
commit 5ca845ff69

View file

@ -52,7 +52,6 @@
*
****************************************************************************/
.globl up_saveusercontext
.globl up_saveusercontext
.type up_saveusercontext, %function