[PATCH] D77647: [ELF][AArch64] Add R_AARCH64_PLT32 relocation type.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 15:11:02 PDT 2020


pcc added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def:135
 ELF_RELOC(R_AARCH64_IRELATIVE,                       0x408)
+ELF_RELOC(R_AARCH64_PLT32,                           0x409)
 
----------------
I assume this isn't the final value of the relocation type? The range `[0x400, ...]` is reserved for dynamic relocations; I would have expected this to be added in the range `[0x100, 0x200)` together with the other non-TLS static relocations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77647





More information about the llvm-commits mailing list