OSDN Git Service

[Thumb1] Add relocations for fixups fixup_arm_thumb_{br,bcc}
authorJames Molloy <james.molloy@arm.com>
Mon, 5 Sep 2016 08:29:15 +0000 (08:29 +0000)
committerJames Molloy <james.molloy@arm.com>
Mon, 5 Sep 2016 08:29:15 +0000 (08:29 +0000)
commitaf86df2b0f3f987981877fad1c0854fc915e2474
treea463fb78e2dffac3bc139e63a801f7765acc8ed9
parent65e0a96325583e7ce81123f4cb15d20cbee1f1c5
[Thumb1] Add relocations for fixups fixup_arm_thumb_{br,bcc}

These need to be mapped through to R_ARM_THM_JUMP{11,8} respectively.

Fixes PR30279.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
test/MC/ARM/thumb1-branch-reloc.s [new file with mode: 0644]