From 009ed2340b541a3e972c96cf1132b354d8c803b1 Mon Sep 17 00:00:00 2001 From: luporl Date: Tue, 10 Sep 2019 16:16:05 +0000 Subject: [PATCH] Add R_PPC_IRELATIVE relocation Pre-requisite for most ifunc related changes. Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D21587 --- sys/sys/elf_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index f7484bd41c1..00d7dd4f412 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -1199,6 +1199,7 @@ typedef struct { #define R_PPC_SECTOFF_LO 34 #define R_PPC_SECTOFF_HI 35 #define R_PPC_SECTOFF_HA 36 +#define R_PPC_IRELATIVE 248 /* * 64-bit relocations -- 2.39.5