[PATCH] D17607: [ELF] - Create _DYNAMIC symbol for dynamic output

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 06:57:41 PST 2016


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

lld needs to provide _DYNAMIC symbol when creating a shared library
both bfd and gold do that.

This should fix the https://llvm.org/bugs/show_bug.cgi?id=26732

http://reviews.llvm.org/D17607

Files:
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  ELF/Symbols.cpp
  ELF/Symbols.h
  ELF/Writer.cpp
  test/ELF/basic-ppc.s
  test/ELF/comdat.s
  test/ELF/discard-merge-locals.s
  test/ELF/discard-merge-unnamed.s
  test/ELF/discard-none.s
  test/ELF/dynamic.s
  test/ELF/gc-sections-local-sym.s
  test/ELF/local-dynamic.s
  test/ELF/section-symbol.s
  test/ELF/shared.s
  test/ELF/visibility.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17607.49055.patch
Type: text/x-patch
Size: 12917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/dc4e850a/attachment-0001.bin>


More information about the llvm-commits mailing list