Skip to content
Snippets Groups Projects
Commit 756e76f0 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

arm: lib: Fix fix push/pop-section directives


Repair typos in the previous "arm: lib: fix push/pop-section directives"
patch, which prevented VCMA9 board from building.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Fixes: b2f18584 ("arm: lib: fix push/pop-section directives")
Cc: Tom Warren <twarren@nvidia.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Stephen Warren <swarren@nvidia.com>
parent cc749523
No related branches found
No related tags found
Loading
...@@ -367,9 +367,9 @@ UNWIND(.fnend) ...@@ -367,9 +367,9 @@ UNWIND(.fnend)
ENDPROC(Ldiv0) ENDPROC(Ldiv0)
.popsection .popsection
.pushsection .text.__gnu_thumb1_case_sqi, "ax"
/* Thumb-1 specialities */ /* Thumb-1 specialities */
#if defined(CONFIG_SYS_THUMB_BUILD) && !defined(CONFIG_HAS_THUMB2) #if defined(CONFIG_SYS_THUMB_BUILD) && !defined(CONFIG_HAS_THUMB2)
.pushsection .text.__gnu_thumb1_case_sqi, "ax"
ENTRY(__gnu_thumb1_case_sqi) ENTRY(__gnu_thumb1_case_sqi)
push {r1} push {r1}
mov r1, lr mov r1, lr
...@@ -383,7 +383,7 @@ ENTRY(__gnu_thumb1_case_sqi) ...@@ -383,7 +383,7 @@ ENTRY(__gnu_thumb1_case_sqi)
ENDPROC(__gnu_thumb1_case_sqi) ENDPROC(__gnu_thumb1_case_sqi)
.popsection .popsection
_.pushsection .text.__gnu_thumb1_case_uqi, "ax" .pushsection .text.__gnu_thumb1_case_uqi, "ax"
ENTRY(__gnu_thumb1_case_uqi) ENTRY(__gnu_thumb1_case_uqi)
push {r1} push {r1}
mov r1, lr mov r1, lr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment