From: Mark Wielaard Date: Fri, 28 Aug 2020 17:13:00 +0000 (+0200) Subject: libelf: Sync elf.h from glibc. X-Git-Tag: elfutils-0.181~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8b10e02c1dc374c08deee3efaabf7814d16f92;p=thirdparty%2Felfutils.git libelf: Sync elf.h from glibc. Gets us DT_AARCH64_BTI_PLT and DT_AARCH64_PAC_PLT. Signed-off-by: Mark Wielaard --- diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 77044c1cd..a3f158837 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2020-08-28 Mark Wielaard + + * elf.h: Update from glibc. + 2020-08-19 Mark Wielaard * elf32_updatenull.c (updatenull_wrlock): Fixup the sh_addralign diff --git a/libelf/elf.h b/libelf/elf.h index 197b557d1..ff9f1dadd 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -2875,6 +2875,8 @@ enum #define R_AARCH64_IRELATIVE 1032 /* STT_GNU_IFUNC relocation. */ /* AArch64 specific values for the Dyn d_tag field. */ +#define DT_AARCH64_BTI_PLT (DT_LOPROC + 1) +#define DT_AARCH64_PAC_PLT (DT_LOPROC + 3) #define DT_AARCH64_VARIANT_PCS (DT_LOPROC + 5) #define DT_AARCH64_NUM 6