Skip to content
Snippets Groups Projects
Commit 0de02de7 authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

arm: Fix setjmp (again)


Commit e6777248 (arm: Fix setjmp) added code to fix compilation of the setjmp
code path with thumv1. Unfortunately it missed a constraint that the adr
instruction can only refer to 4 byte aligned offsets.

So this patch adds the required alignment hooks to make compilation
work again even when setjmp doesn't happen to be 4 byte aligned.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Tested-by: default avatarTom Rini <trini@konsulko.com>
parent 59d07ee0
No related branches found
No related tags found
Loading
Loading
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