From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 6 Jun 2016 08:52:39 +0200 Subject: [U-Boot] [PATCH] arm: lib: Fix fix push/pop-section directives In-Reply-To: <1465080415-8794-1-git-send-email-marex@denx.de> References: <1465080415-8794-1-git-send-email-marex@denx.de> Message-ID: <57551DB7.30403@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Marek, Am 05.06.2016 um 00:46 schrieb Marek Vasut: > Repair typos in the previous "arm: lib: fix push/pop-section directives" > patch, which prevented VCMA9 board from building. > > Signed-off-by: Marek Vasut > Fixes: b2f1858455e9 ("arm: lib: fix push/pop-section directives") > Cc: Tom Warren > Cc: Simon Glass > Cc: Masahiro Yamada > Cc: Stephen Warren > --- > arch/arm/lib/lib1funcs.S | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks! Fixes compile problems on on the axm, taurus boards. Tested current mainline on them with this fix: Tested-by: Heiko Schocher bye, Heiko > > diff --git a/arch/arm/lib/lib1funcs.S b/arch/arm/lib/lib1funcs.S > index 9bf93ce..76968ce 100644 > --- a/arch/arm/lib/lib1funcs.S > +++ b/arch/arm/lib/lib1funcs.S > @@ -367,9 +367,9 @@ UNWIND(.fnend) > ENDPROC(Ldiv0) > .popsection > > -.pushsection .text.__gnu_thumb1_case_sqi, "ax" > /* Thumb-1 specialities */ > #if defined(CONFIG_SYS_THUMB_BUILD) && !defined(CONFIG_HAS_THUMB2) > +.pushsection .text.__gnu_thumb1_case_sqi, "ax" > ENTRY(__gnu_thumb1_case_sqi) > push {r1} > mov r1, lr > @@ -383,7 +383,7 @@ ENTRY(__gnu_thumb1_case_sqi) > ENDPROC(__gnu_thumb1_case_sqi) > .popsection > > -_.pushsection .text.__gnu_thumb1_case_uqi, "ax" > +.pushsection .text.__gnu_thumb1_case_uqi, "ax" > ENTRY(__gnu_thumb1_case_uqi) > push {r1} > mov r1, lr > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany