aboutsummaryrefslogtreecommitdiffhomepage
path: root/obj/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'obj/elf.c')
-rw-r--r--obj/elf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/obj/elf.c b/obj/elf.c
index 8c63295..5044e56 100644
--- a/obj/elf.c
+++ b/obj/elf.c
@@ -151,9 +151,11 @@ static const ushort relktab[][NRELOCKIND] = {
[REL_PCREL32] = 261, /* R_AARCH64_PREL2 */
[REL_PLT32] = 314, /* R_AARCH64_PLT32 */
[REL_CALL26] = 283, /* R_AARCH64_CALL26 */
+ [REL_LD_PREL_LO19] = 273, /* R_AARCH64_LD_PREL_LO19 */
[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 */
+
}
};