summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-21 14:43:42 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-21 14:43:42 +0000
commitf7c1ee79fe90353fcd3f545f9d45a01a837bbf4b (patch)
tree37b1e4839ffd5e2f296e2c4b0ce071ade82dca8f /include/llvm/Support/ELF.h
parentf8f87dcfceadd1b842d130303a7091ad7d7d67d0 (diff)
downloadllvm-f7c1ee79fe90353fcd3f545f9d45a01a837bbf4b.tar.gz
llvm-f7c1ee79fe90353fcd3f545f9d45a01a837bbf4b.tar.bz2
llvm-f7c1ee79fe90353fcd3f545f9d45a01a837bbf4b.tar.xz
[PowerPC] Support @higher et.al. modifiers
This adds support for the @higher, @highera, @highest, and @highesta modifers, including some missing relocation types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ELF.h')
-rw-r--r--include/llvm/Support/ELF.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index 7aba542dc2..23484f4b5f 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -484,7 +484,9 @@ enum {
R_PPC64_REL32 = 26,
R_PPC64_ADDR64 = 38,
R_PPC64_ADDR16_HIGHER = 39,
+ R_PPC64_ADDR16_HIGHERA = 40,
R_PPC64_ADDR16_HIGHEST = 41,
+ R_PPC64_ADDR16_HIGHESTA = 42,
R_PPC64_REL64 = 44,
R_PPC64_TOC16 = 47,
R_PPC64_TOC16_LO = 48,