[PATCH] ARM: asm: setjmp: add missing .pop_section

Ahmad Fatoum ahmad at a3f.at
Sat Mar 19 00:43:35 PDT 2022


This fixes a mismatched .push_section. This had no effect, because the
file ended after the follow-up .push_section.

Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
 arch/arm/lib32/setjmp.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/lib32/setjmp.S b/arch/arm/lib32/setjmp.S
index 626d915da183..cc6cafa4af3e 100644
--- a/arch/arm/lib32/setjmp.S
+++ b/arch/arm/lib32/setjmp.S
@@ -33,6 +33,7 @@ ENTRY(longjmp)
 1:
 	bx   lr
 ENDPROC(longjmp)
+.popsection
 
 .pushsection .text.initjmp, "ax"
 ENTRY(initjmp)
-- 
2.34.1




More information about the barebox mailing list