Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pauthabielf64] Fix typo in relocation name
As pointed out in #253 the R_AARCH64_AUTH_GOT_LO12_NC is meant to be the AUTH variant of R_AARCH64_LD64_GOT_LO12_NC. As there is also a R_AARCH64_LD32_GOT_LO12_NC relocation rename the relocation to R_AARCH64_LD64_AUTH_GOT_LO12_NC. These relocations are in the appendix as we are currently expecting the GOT to be RELRO and unsigned in most signing schemas.
- Loading branch information