Skip to content
Snippets Groups Projects
Commit 1251d51c authored by Simon Glass's avatar Simon Glass Committed by Albert ARIBAUD
Browse files

arm: Add ENTRY/ENDPROC to private libgcc functions


When CONFIG_SYS_THUMB_BUILD is defined these functions may be called from
Thumb code. Add the required ENTRY and ENDPROC bracketing so that BLX is
used to call these ARM functions, instead of plain BL, which will fail.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reported-by: default avatarPavel Machek <pavel@denx.de>
parent 6f43ba70
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment