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 <ah...@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to