cpukit/libdl/arm: Support BLX relocations that require a trampoline
Summary
cpukit/libdl/arm: Support BLX relocations that require a trampoline
BLX relocations in Thumb code expect the target to be ARM code. This means that the trampoline must be generated in ARM mode.