Add support to properly reference private symbols on relocation entries.
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 18 Jul 2009 19:30:09 +0000 (19:30 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 18 Jul 2009 19:30:09 +0000 (19:30 +0000)
commit171375f73a733edcd7a5f839491cc8da4fdeddfe
tree4443b1ad020ebce746c558e8da7477ea90337b27
parent76e7ba893fecd35422719acad5ab19af09bf4139
Add support to properly reference private symbols on relocation entries.
Use proper relocation type to build relocations for JumpTables (rodata
sections).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76326 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetELFWriterInfo.h
lib/CodeGen/ELF.h
lib/CodeGen/ELFCodeEmitter.cpp
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/ELFWriter.h
lib/Target/X86/X86ELFWriterInfo.cpp
lib/Target/X86/X86ELFWriterInfo.h