Add support for the .symver directive. This is really ugly, but most of it is
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Oct 2010 15:18:17 +0000 (15:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Oct 2010 15:18:17 +0000 (15:18 +0000)
commit88182132470527e27231f09b25a885893e528c66
tree96c6599d7a3ea70fdcd33649288cb3dd153d6b0d
parenta6866969ba3b12901b412bb53ba8c61a9991b8ad
Add support for the .symver directive. This is really ugly, but most of it is
contained in the ELF object writer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117448 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp
lib/MC/MCParser/ELFAsmParser.cpp
test/MC/ELF/symref.s [new file with mode: 0644]