summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2011-12-12 17:34:04 +0000
committerRoman Divacky <rdivacky@freebsd.org>2011-12-12 17:34:04 +0000
commita0c17a495b12debcb7f206993bbc6020e2e6e8df (patch)
treede8c97fac0dbb38a0e2480ea66776796b61943e7 /include/llvm/Support/ELF.h
parentb813f924a749396ffb4a4bd087ee1dbb678551f3 (diff)
downloadllvm-a0c17a495b12debcb7f206993bbc6020e2e6e8df.tar.gz
llvm-a0c17a495b12debcb7f206993bbc6020e2e6e8df.tar.bz2
llvm-a0c17a495b12debcb7f206993bbc6020e2e6e8df.tar.xz
Add support for gnu_indirect_function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ELF.h')
-rw-r--r--include/llvm/Support/ELF.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index a81be55258..6dd76ea170 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -888,6 +888,7 @@ enum {
STT_TLS = 6, // Thread local data object
STT_LOOS = 7, // Lowest operating system-specific symbol type
STT_HIOS = 8, // Highest operating system-specific symbol type
+ STT_GNU_IFUNC = 10, // GNU indirect function
STT_LOPROC = 13, // Lowest processor-specific symbol type
STT_HIPROC = 15 // Highest processor-specific symbol type
};