diff options
| author | Mark Wielaard <[email protected]> | 2020-11-01 23:45:32 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2020-11-01 23:45:32 +0100 |
| commit | 8dd97a0a871672b3f7a58e1fb50b6f7195d8f32d (patch) | |
| tree | 3a86d4fb1d7abf6966ff94a1e25f13f7e1809c48 /libelf/elf.h | |
| parent | 50a6eeef7d87623faa65126dc3d16c2a8e613aea (diff) | |
| parent | b503c358dde835d8a1ae3ebd4968755ff396f814 (diff) | |
Merge tag 'elfutils-0.182' into mjw/RH-DTSdts-0.182
elfutils 0.182 release
Diffstat (limited to 'libelf/elf.h')
| -rw-r--r-- | libelf/elf.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libelf/elf.h b/libelf/elf.h index 197b557d..6439c1a4 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -19,10 +19,6 @@ #ifndef _ELF_H #define _ELF_H 1 -#include <features.h> - -__BEGIN_DECLS - /* Standard ELF types. */ #include <stdint.h> @@ -2875,6 +2871,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 @@ -4103,6 +4101,4 @@ enum #define R_ARC_TLS_LE_S9 0x4a #define R_ARC_TLS_LE_32 0x4b -__END_DECLS - #endif /* elf.h */ |
