diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2014-09-12 00:40:11 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-12 00:40:12 +0000 |
commit | 6487f0d8341b00b476995e0174dc92e5ae8efbbe (patch) | |
tree | ddc5fe0c6d7efbdd84c5c90d558786f88ab5d7cc /libc/arch-x86_64 | |
parent | 5920a9ad5fd9f8d515c683e164f946bcfef1f1c3 (diff) | |
parent | 9aea164457c269c475592da36b4655d45f55c7bc (diff) | |
download | bionic-6487f0d8341b00b476995e0174dc92e5ae8efbbe.zip bionic-6487f0d8341b00b476995e0174dc92e5ae8efbbe.tar.gz bionic-6487f0d8341b00b476995e0174dc92e5ae8efbbe.tar.bz2 |
Merge "Add IFUNC support for arm64 and IRELATIVE reloc"
Diffstat (limited to 'libc/arch-x86_64')
-rw-r--r-- | libc/arch-x86_64/include/machine/elf_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-x86_64/include/machine/elf_machdep.h b/libc/arch-x86_64/include/machine/elf_machdep.h index 20f8c6d..bf1f273 100644 --- a/libc/arch-x86_64/include/machine/elf_machdep.h +++ b/libc/arch-x86_64/include/machine/elf_machdep.h @@ -46,6 +46,8 @@ #define R_X86_64_GOTTPOFF 22 #define R_X86_64_TPOFF32 23 +#define R_X86_64_IRELATIVE 37 + #define R_TYPE(name) __CONCAT(R_X86_64_,name) #else /* !__i386__ */ |