[PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 06:49:26 PDT 2016


evgeny777 created this revision.
evgeny777 added a reviewer: ruiu.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.

Our dynamic linker depends on this feature, so it would be nice to have.

Repository:
  rL LLVM

https://reviews.llvm.org/D23661

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  test/ELF/aarch64-tls-gdie.s
  test/ELF/aarch64-tls-ie.s
  test/ELF/aarch64-tls-static.s
  test/ELF/aarch64-tlsdesc.s
  test/ELF/arm-got-relative.s
  test/ELF/arm-tls-gd32.s
  test/ELF/arm-tls-ie32.s
  test/ELF/arm-tls-ldm32.s
  test/ELF/combrelocs.s
  test/ELF/gnu-ifunc-gotpcrel.s
  test/ELF/got-aarch64.s
  test/ELF/got.s
  test/ELF/gotpc-relax-nopic.s
  test/ELF/gotpc-relax-und-dso.s
  test/ELF/gotpcrelx.s
  test/ELF/i386-tls-ie-shared.s
  test/ELF/linkerscript/linkerscript-data-segment-relro.s
  test/ELF/local-got-pie.s
  test/ELF/local-got-shared.s
  test/ELF/local-got.s
  test/ELF/noplt-pie.s
  test/ELF/relocation-i686.s
  test/ELF/relocation.s
  test/ELF/relro.s
  test/ELF/shared.s
  test/ELF/tls-dynamic-i686.s
  test/ELF/tls-dynamic.s
  test/ELF/tls-got.s
  test/ELF/tls-initial-exec-local.s
  test/ELF/tls-opt-gdie.s
  test/ELF/tls-opt-gdiele-i686.s
  test/ELF/tls-opt-iele-i686-nopic.s
  test/ELF/x86-64-tls-gd-local.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23661.68529.patch
Type: text/x-patch
Size: 39372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/6a87746b/attachment.bin>


More information about the llvm-commits mailing list