[PATCH] D59594: [ELF] Change GOT*_FROM_END (relative to end(.got)) to GOTPLT* (start(.got.plt))

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 18:07:02 PDT 2019


MaskRay updated this revision to Diff 191616.
MaskRay marked 2 inline comments as done.
MaskRay added a comment.

Update the comment to

pushl 4(%ebx)
jmp *8(%ebx)


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D59594

Files:
  ELF/Arch/X86.cpp
  ELF/Arch/X86_64.cpp
  ELF/InputSection.cpp
  ELF/Relocations.cpp
  ELF/Relocations.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp
  test/ELF/got-i386.s
  test/ELF/i386-gotoff-shared.s
  test/ELF/i386-gotpc-dynamic.s
  test/ELF/i386-gotpc.s
  test/ELF/i386-retpoline-pic-linkerscript.s
  test/ELF/i386-retpoline-pic.s
  test/ELF/plt-i686.s
  test/ELF/relocation-i686.s
  test/ELF/shared.s
  test/ELF/tls-dynamic-i686.s
  test/ELF/x86-64-reloc-gotoff64.s
  test/ELF/x86-64-reloc-gotpc64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59594.191616.patch
Type: text/x-patch
Size: 26891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/7216a3f3/attachment.bin>


More information about the llvm-commits mailing list