summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
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
parent5920a9ad5fd9f8d515c683e164f946bcfef1f1c3 (diff)
parent9aea164457c269c475592da36b4655d45f55c7bc (diff)
downloadbionic-6487f0d8341b00b476995e0174dc92e5ae8efbbe.tar.gz
bionic-6487f0d8341b00b476995e0174dc92e5ae8efbbe.tar.bz2
bionic-6487f0d8341b00b476995e0174dc92e5ae8efbbe.zip
Merge "Add IFUNC support for arm64 and IRELATIVE reloc"
Diffstat (limited to 'libc/arch-x86')
-rw-r--r--libc/arch-x86/include/machine/elf_machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/include/machine/elf_machdep.h b/libc/arch-x86/include/machine/elf_machdep.h
index 442c561a9..4bce933b8 100644
--- a/libc/arch-x86/include/machine/elf_machdep.h
+++ b/libc/arch-x86/include/machine/elf_machdep.h
@@ -59,5 +59,6 @@
#define R_386_TLS_GOTDESC 39
#define R_386_TLS_DESC_CALL 40
#define R_386_TLS_DESC 41
+#define R_386_IRELATIVE 42
#define R_TYPE(name) __CONCAT(R_386_,name)