summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-09-12 00:40:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-12 00:40:12 +0000
commit6487f0d8341b00b476995e0174dc92e5ae8efbbe (patch)
treeddc5fe0c6d7efbdd84c5c90d558786f88ab5d7cc /libc/arch-x86_64
parent5920a9ad5fd9f8d515c683e164f946bcfef1f1c3 (diff)
parent9aea164457c269c475592da36b4655d45f55c7bc (diff)
downloadbionic-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.h2
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__ */