Support adding relocations for data sections, handling the cases where
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 21 Jul 2009 06:51:32 +0000 (06:51 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 21 Jul 2009 06:51:32 +0000 (06:51 +0000)
commit68491c12179f963b346aa4cb8e1b924184d79970
treeb1c556d30ff436e16f321632a9ac977532824adf
parent634d61b13500764a506100eb5115b1afe1e427eb
Support adding relocations for data sections, handling the cases where
global declared symbols are initialized with references from other global
symbols.

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