[PATCH] D14958: [ELF] - R_386_COPY relocation inplemented (x86)

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 08:51:17 PST 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

Little patch that implemens R_386_COPY relocation.
Similiar to one for x64 http://reviews.llvm.org/D14090 which did most of job needed.

http://reviews.llvm.org/D14958

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14958.41056.patch
Type: text/x-patch
Size: 3435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/6b20ea05/attachment.bin>


More information about the llvm-commits mailing list