Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
authorJason W Kim <jason.w.kim.2009@gmail.com>
Fri, 4 Feb 2011 21:41:11 +0000 (21:41 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Fri, 4 Feb 2011 21:41:11 +0000 (21:41 +0000)
commit2d7a53aec2c6426eba9e5dd6462cc9e86432b410
tree1385db05b9cae29cf96a5e89971deadefc9b6ac5
parent685c350ae76b588e1f00c01a511fe8bd57f18394
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
5 to match the current doc.
Added FIXME reminder Make it really configurable later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124899 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ELF.h
lib/MC/ELFObjectWriter.cpp
test/MC/ARM/elf-eflags-eabi.s [new file with mode: 0644]