[PATCH] D63383: [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for absolute relocation types in writable sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 18:59:36 PDT 2019


MaskRay updated this revision to Diff 205497.
MaskRay added a comment.

Fix a comment in arm-abs32-dyn.s: R_ARM_32 -> R_ARM_ABS32


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D63383

Files:
  ELF/Arch/AArch64.cpp
  ELF/Arch/AMDGPU.cpp
  ELF/Arch/Mips.cpp
  ELF/Arch/PPC.cpp
  ELF/Arch/PPC64.cpp
  ELF/Relocations.cpp
  ELF/Target.h
  test/ELF/aarch64-abs32-dyn.s
  test/ELF/arm-abs32-dyn.s
  test/ELF/ppc64-abs32-dyn.s
  test/ELF/ppc64-abs64-dyn.s
  test/ELF/relative-dynamic-reloc-ppc64.s
  test/ELF/shared-ppc64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63383.205497.patch
Type: text/x-patch
Size: 11692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/1668ab4b/attachment.bin>


More information about the llvm-commits mailing list