From 1d8b10e02c1dc374c08deee3efaabf7814d16f92 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 28 Aug 2020 19:13:00 +0200 Subject: [PATCH] libelf: Sync elf.h from glibc. Gets us DT_AARCH64_BTI_PLT and DT_AARCH64_PAC_PLT. Signed-off-by: Mark Wielaard --- libelf/ChangeLog | 4 ++++ libelf/elf.h | 2 ++ 2 files changed, 6 insertions(+) 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 -- 2.47.3