[PATCH] D26600: [ELF] - Do not create reserved symbols in case of relocatable output.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 03:30:14 PST 2016


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

This combines https://reviews.llvm.org/D26599, https://reviews.llvm.org/D26545 patches and also
stops creating _end/_etext_edata symbols when using -r.


https://reviews.llvm.org/D26600

Files:
  ELF/Writer.cpp
  test/ELF/Inputs/relocatable-tls.s
  test/ELF/edata-etext.s
  test/ELF/ehdr_start.s
  test/ELF/end.s
  test/ELF/relocatable-tls.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26600.77785.patch
Type: text/x-patch
Size: 3872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161114/12751390/attachment.bin>


More information about the llvm-commits mailing list