[PATCH] D44259: [LLD][ELF] Use start of .got.plt as the location for _GLOBAL_OFFSET_TABLE_

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 03:10:07 PST 2018


peter.smith updated this revision to Diff 137715.
peter.smith added a comment.

Thanks for the comment, and apologies for my misreading of the binutils source. I've updated the patch to keep Mips as it was previously.


https://reviews.llvm.org/D44259

Files:
  ELF/Arch/Mips.cpp
  ELF/Arch/PPC.cpp
  ELF/Arch/X86.cpp
  ELF/Arch/X86_64.cpp
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/arm-got-relative.s
  test/ELF/dynamic-got.s
  test/ELF/global-offset-table-position-aarch64.s
  test/ELF/global-offset-table-position-arm.s
  test/ELF/global-offset-table-position-i386.s
  test/ELF/global-offset-table-position.s
  test/ELF/global_offset_table_shared.s
  test/ELF/got32x-i386.s
  test/ELF/i386-gotpc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44259.137715.patch
Type: text/x-patch
Size: 13758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180309/3df46d52/attachment.bin>


More information about the llvm-commits mailing list