[PATCH] D13569: [ELF2] - Implemented rel[a].plt sections

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 11:52:16 PDT 2015


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

.rela.plt contains list of elements in the PLT, which are liable to the relocation during the dynamic linking.

http://reviews.llvm.org/D13569

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/elf2/plt-i686.s
  test/elf2/plt.s
  test/elf2/relocation.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13569.36884.patch
Type: text/x-patch
Size: 8382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151008/1ff3569b/attachment.bin>


More information about the llvm-commits mailing list