[llvm] [llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (PR #72713)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 02:13:55 PST 2023


================
@@ -121,6 +121,7 @@ ELF_RELOC(R_AARCH64_TLSLE_LDST128_TPREL_LO12,        0x23a)
 ELF_RELOC(R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC,     0x23b)
 ELF_RELOC(R_AARCH64_TLSLD_LDST128_DTPREL_LO12,       0x23c)
 ELF_RELOC(R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC,    0x23d)
+ELF_RELOC(R_AARCH64_AUTH_ABS64,                      0x244)
----------------
kovdan01 wrote:

The `0xe100` and `0xe200` are "draft" values - the values in final spec are `0x244` and `0x411`. Here is the PR with related changes https://github.com/ARM-software/abi-aa/pull/227. Sorry for not being clear enough.

I've changed the values in this PR to "draft" ones in order not to mix changes. I'll submit an NFC patch changing them to "production" ones when this is merged.

https://github.com/llvm/llvm-project/pull/72713


More information about the llvm-commits mailing list