Adding support for absolute relocations. This occurs in ELF files when a relocation...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 20 Feb 2013 18:09:21 +0000 (18:09 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 20 Feb 2013 18:09:21 +0000 (18:09 +0000)
commit7b170500dcfce130c1e5af1c9150014e69e56819
tree491696ccf59f1e8cf1d97f572d4375510defb60e
parenteedff3547de6428798d0bd62c40fba3f93820922
Adding support for absolute relocations.  This occurs in ELF files when a relocation is given with no name and an undefined section.  The relocation is applied with an address of zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp