[PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 06:49:02 PST 2015


ikudrin created this revision.
ikudrin added reviewers: ruiu, davide, rafael.
ikudrin added a subscriber: llvm-commits.
ikudrin added a project: lld.
Herald added subscribers: rengolin, aemerson.

Generate the R_AARCH64_COPY relocation for all supported non-GOT relocations,
which reference object symbols from shared libraries.

http://reviews.llvm.org/D15043

Files:
  ELF/Target.cpp
  test/ELF/Inputs/relocation-copy.s
  test/ELF/aarch64-copy.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15043.41303.patch
Type: text/x-patch
Size: 5234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151127/d5b672ff/attachment.bin>


More information about the llvm-commits mailing list