[ARM] Implement R_ARM_COPY relocation
authorDenis Protivensky <dprotivensky@accesssoftek.com>
Fri, 24 Apr 2015 08:53:02 +0000 (08:53 +0000)
committerDenis Protivensky <dprotivensky@accesssoftek.com>
Fri, 24 Apr 2015 08:53:02 +0000 (08:53 +0000)
commitc3431bf67be0baabb8756facd091728ad853772f
treecf1c69643dd61a77135e676c62044bcb9a15cb76
parent53e047de9ed62854cbd887768cd2bac1bb8a531a
[ARM] Implement R_ARM_COPY relocation

This adds support of copying objects from shared libraries.

llvm-svn: 235705
lld/lib/ReaderWriter/ELF/ARM/ARMLinkingContext.h
lld/lib/ReaderWriter/ELF/ARM/ARMRelocationPass.cpp
lld/test/elf/ARM/Inputs/libobj.so [new file with mode: 0755]
lld/test/elf/ARM/Inputs/obj.c [new file with mode: 0644]
lld/test/elf/ARM/rel-copy.test [new file with mode: 0644]