From 20dc93c4473a5d5a53462fff09a74b2839d10d6b Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 26 Mar 2026 10:52:15 +0100 Subject: aarch64: GOT relocations --- src/o_elf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/o_elf.c') diff --git a/src/o_elf.c b/src/o_elf.c index aae0c3f..58edd84 100644 --- a/src/o_elf.c +++ b/src/o_elf.c @@ -155,7 +155,8 @@ static const ushort relktab[][NRELOCKIND] = { [REL_ADR_PREL_LO21] = 274, /* R_AARCH64_ADR_PREL_LO21 */ [REL_ADR_PREL_PG_HI21] = 276, /* R_AARCH64_ADR_PREL_PG_HI21_NC */ [REL_ADD_ABS_LO12_NC] = 277, /* R_AARCH64_ADD_ABS_LO12_NC */ - + [REL_ADR_GOT_PAGE] = 311, /* R_AARCH64_ADR_GOT_PAGE */ + [REL_LD64_GOT_LO12_NC] = 312, /* R_AARCH64_LD64_GOT_LO12_NC */ } }; -- cgit v1.2.3