Alexander Graf 0de02de768 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>
2016-07-08 17:16:38 -04:00
..
2016-03-15 15:12:53 -04:00
2016-03-15 15:13:10 -04:00
2015-12-05 18:22:32 -05:00
2016-07-08 17:16:38 -04:00
2016-02-14 16:36:13 +09:00
2015-09-28 10:48:24 -04:00