[PATCH] D14090: [ELF2] R_X86_64_COPY relocation implemented

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 13:22:27 PDT 2015


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

R_X86_64_COPY relocation implemented.

It fixes (at least I checked the mandelbrot set case):
https://llvm.org/bugs/show_bug.cgi?id=25283

http://reviews.llvm.org/D14090

Files:
  ELF/InputSection.cpp
  ELF/OutputSections.cpp
  ELF/Symbols.h
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/elf2/Inputs/relocation-copy.s
  test/elf2/relocation-copy.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14090.38453.patch
Type: text/x-patch
Size: 12435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151026/0582e70c/attachment-0001.bin>


More information about the llvm-commits mailing list