[llvm-commits] [PATCH] [pr12913] Have ARM ELF use correct reloc for "b" instr

Jan Voung jvoung at google.com
Wed Jun 13 09:52:48 PDT 2012


The condition code didn't actually matter for arm "b" instructions,
unlike "bl".  It should just use the R_ARM_JUMP24 reloc.

See attached patch with test.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120613/43fdbb1b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: b_r_arm_jump24.patch
Type: application/octet-stream
Size: 2137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120613/43fdbb1b/attachment.obj>


More information about the llvm-commits mailing list