summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2022-03-19 08:43:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-03-28 10:54:01 +0200
commit01db918974083cba52fd08cba311e4504209b57b (patch)
tree94bd2f00b5e0ce6be1feb6b8cc3caa563d7ff272 /arch/arm
parent8fa4b9b67f6f84558f4c7812249f5936b5ef630e (diff)
downloadbarebox-01db918974083cba52fd08cba311e4504209b57b.tar.gz
barebox-01db918974083cba52fd08cba311e4504209b57b.tar.xz
ARM: asm: setjmp: add missing .pop_section
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@a3f.at> Link: https://lore.barebox.org/20220319074335.1313872-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/lib32/setjmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib32/setjmp.S b/arch/arm/lib32/setjmp.S
index 626d915da1..cc6cafa4af 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)