diff options
| author | Mark Wielaard <mark@klomp.org> | 2020-08-28 19:13:00 +0200 |
|---|---|---|
| committer | Mark Wielaard <mark@klomp.org> | 2020-09-07 09:26:30 +0200 |
| commit | 1d8b10e02c1dc374c08deee3efaabf7814d16f92 (patch) | |
| tree | 313424ab10797db52f81c5ff342fa5d8233e91ef /libelf | |
| parent | 584768ff5e3a85c828ac1d36d8e98586768be9a1 (diff) | |
| download | platform_external_elfutils-1d8b10e02c1dc374c08deee3efaabf7814d16f92.tar.gz platform_external_elfutils-1d8b10e02c1dc374c08deee3efaabf7814d16f92.tar.bz2 platform_external_elfutils-1d8b10e02c1dc374c08deee3efaabf7814d16f92.zip | |
libelf: Sync elf.h from glibc.
Gets us DT_AARCH64_BTI_PLT and DT_AARCH64_PAC_PLT.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libelf')
| -rw-r--r-- | libelf/ChangeLog | 4 | ||||
| -rw-r--r-- | libelf/elf.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 77044c1c..a3f15883 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2020-08-28 Mark Wielaard <mark@klomp.org> + + * elf.h: Update from glibc. + 2020-08-19 Mark Wielaard <mark@klomp.org> * elf32_updatenull.c (updatenull_wrlock): Fixup the sh_addralign diff --git a/libelf/elf.h b/libelf/elf.h index 197b557d..ff9f1dad 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 |
