summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-12-10 18:21:33 +0000
committerJim Grosbach <grosbach@apple.com>2010-12-10 18:21:33 +0000
commite119da1146a8e640f8956c6f11f0bce96beb1c3c (patch)
tree26bdedca5fbda340632104734eb95ec4e5ff1ae5 /llvm/lib/MC/ELFObjectWriter.cpp
parent8d34e5eb49a953df05f6ea9f5e80d29f6f8b0504 (diff)
downloadbcm5719-llvm-e119da1146a8e640f8956c6f11f0bce96beb1c3c.tar.gz
bcm5719-llvm-e119da1146a8e640f8956c6f11f0bce96beb1c3c.zip
Thumb unconditional branch binary encoding. rdar://8754994
llvm-svn: 121496
Diffstat (limited to 'llvm/lib/MC/ELFObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/ELFObjectWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp
index ac399797668..a193d165e96 100644
--- a/llvm/lib/MC/ELFObjectWriter.cpp
+++ b/llvm/lib/MC/ELFObjectWriter.cpp
@@ -1558,6 +1558,7 @@ unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
case ARM::fixup_arm_thumb_bl:
case ARM::fixup_arm_thumb_cb:
case ARM::fixup_arm_thumb_cp:
+ case ARM::fixup_arm_thumb_br:
assert(0 && "Unimplemented"); break;
case ARM::fixup_arm_branch:
Type = ELF::R_ARM_CALL; break;
OpenPOWER on IntegriCloud