Add ARM NONE and PREL31 relocation types.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 12 Dec 2012 07:14:46 +0000 (07:14 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 12 Dec 2012 07:14:46 +0000 (07:14 +0000)
commit37c7461fc3f1983a81bfe934855d707fd6572e78
treeb1cc2e9481f970c248f19b683f5b175f2d28abc9
parent9ee68e3f729e95a12e9f266a09e8ffdbaeda83f2
Add ARM NONE and PREL31 relocation types.

Add R_ARM_NONE and R_ARM_PREL31 relocation types
to MCExpr.  Both of them will be used while
generating .ARM.extab and .ARM.exidx sections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169965 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
lib/MC/MCExpr.cpp
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp