[all-commits] [llvm/llvm-project] 8410ee: [NFC][AArch64][ELF][PAC] Update AUTH relocation ID...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Sun Dec 10 13:28:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8410ee4f0047a8f3760db01d2af1b8168a4e69f4
https://github.com/llvm/llvm-project/commit/8410ee4f0047a8f3760db01d2af1b8168a4e69f4
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
M llvm/test/MC/AArch64/elf-reloc-ptrauth.s
Log Message:
-----------
[NFC][AArch64][ELF][PAC] Update AUTH relocation IDs (#74986)
https://github.com/ARM-software/abi-aa/pull/227 changes IDs of
`R_AARCH64_AUTH_ABS64` and `R_AARCH64_AUTH_RELATIVE` in PAuth ABI
specification from draft ones (`0xe100` and `0xe200`) to final ones
(`0x244` and `0x411`).
This patch changes the values in llvm correspondingly.
More information about the All-commits
mailing list