commit | 41bd7b212d511ed17326cf6d2d99e22e1651a560 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Jul 05 20:37:17 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 17:16:38 2016 -0400 |
tree | bbb0ca1a2eeaf54e6323ec17de4b69acd2e29c51 | |
parent | 3743a07ff2c05b65288beb34e5b6e2881644fb53 [diff] |
arm: Fix setjmp (again) Commit e677724 (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: Alexander Graf <agraf@suse.de> Tested-by: Tom Rini <trini@konsulko.com>