ARM: prepare prefix parsing for improved AAELF support
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 13 Jan 2015 03:22:49 +0000 (03:22 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 13 Jan 2015 03:22:49 +0000 (03:22 +0000)
commit3423a7b24fa56debffd84809d8c706428ff83f58
treebb1f3588e510c22e640154f9d61bea593abc5844
parent6b1894aeae5422fdc1302dcbd917dcccba66d156
ARM: prepare prefix parsing for improved AAELF support

AAELF specifies a number of ELF specific relocation types which have custom
prefixes for the symbol reference.  Switch the parser to be more table driven
with an idea of file formats for which they apply.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225758 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp