commit | d9bc0b60b989c9ab05f717d245546dde8b97d078 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Nov 01 17:50:50 2024 -0400 |
committer | Dan Kalowsky <dank@deadmime.org> | Fri Nov 01 16:13:58 2024 -0700 |
tree | 86eb977b88dd09049e419f6255a40f1a8dbd192a | |
parent | e646b7f3bb3828140bd7160570d0633bd186d156 [diff] |
arm: cortex_m: restore fix for loading z_arm_int_exit This change was in the same commit previously reverted and seem to be unrelated and should not be reverted. Fixes the problem: ..... /swap_helper.S:432:(.text.z_arm_svc+0x26): relocation truncated to fit: R_ARM_THM_JUMP11 against symbol `z_arm_int_exit' defined in .text._HandlerModeExit section in ....core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) Signed-off-by: Anas Nashif <anas.nashif@intel.com>