mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: asm: setjmp: add missing .pop_section
@ 2022-03-19  7:43 Ahmad Fatoum
  2022-03-28  8:54 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-03-19  7:43 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: asm: setjmp: add missing .pop_section
  2022-03-19  7:43 [PATCH] ARM: asm: setjmp: add missing .pop_section Ahmad Fatoum
@ 2022-03-28  8:54 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2022-03-28  8:54 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

On Sat, Mar 19, 2022 at 08:43:35AM +0100, Ahmad Fatoum wrote:
> 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>
> ---
>  arch/arm/lib32/setjmp.S | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> 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
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-28  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19  7:43 [PATCH] ARM: asm: setjmp: add missing .pop_section Ahmad Fatoum
2022-03-28  8:54 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox