[PATCH] D65865: [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_386

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 01:41:11 PDT 2019


MaskRay updated this revision to Diff 216071.
MaskRay marked an inline comment as done.
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added a subscriber: krytarowski.

Update description


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65865/new/

https://reviews.llvm.org/D65865

Files:
  ELF/Writer.cpp
  test/ELF/basic-i386.s
  test/ELF/dynamic-got.s
  test/ELF/global-offset-table-position-i386.s
  test/ELF/gnu-ifunc-i386.s
  test/ELF/gnu-ifunc-noplt-i386.s
  test/ELF/gnu-ifunc-plt-i386.s
  test/ELF/got-i386.s
  test/ELF/got32-i386-pie-rw.s
  test/ELF/got32-i386.s
  test/ELF/got32x-i386.s
  test/ELF/i386-gotoff-shared.s
  test/ELF/i386-gotpc-dynamic.s
  test/ELF/i386-gotpc.s
  test/ELF/i386-merge.s
  test/ELF/i386-pc8-pc16-addend.s
  test/ELF/i386-relax-reloc.s
  test/ELF/i386-retpoline-nopic.s
  test/ELF/i386-retpoline-pic.s
  test/ELF/i386-tls-dynamic.s
  test/ELF/i386-tls-gdiele.s
  test/ELF/i386-tls-ie-shared.s
  test/ELF/i386-tls-ld-preemptable.s
  test/ELF/i386-tls-le.s
  test/ELF/i386-tls-opt-iele-nopic.s
  test/ELF/i386-tls-opt.s
  test/ELF/i386-tls-vaddr-align.s
  test/ELF/map-file-i686.s
  test/ELF/plt-i686.s
  test/ELF/relocation-copy-i686.s
  test/ELF/relocation-i686.s
  test/ELF/shared.s
  test/ELF/static-with-export-dynamic.s
  test/ELF/undef-with-plt-addr-i686.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65865.216071.patch
Type: text/x-patch
Size: 66279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/85b6e432/attachment-0001.bin>


More information about the llvm-commits mailing list