diff options
Diffstat (limited to 'include/llvm/Support/ELF.h')
| -rw-r--r-- | include/llvm/Support/ELF.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h index 18f8d6d..0614a14 100644 --- a/include/llvm/Support/ELF.h +++ b/include/llvm/Support/ELF.h @@ -476,7 +476,9 @@ enum { R_PPC64_TOC16_HA = 50, R_PPC64_TOC = 51, R_PPC64_TOC16_DS = 63, - R_PPC64_TOC16_LO_DS = 64 + R_PPC64_TOC16_LO_DS = 64, + R_PPC64_TLS = 67, + R_PPC64_GOT_TPREL16_DS = 87 }; // ARM Specific e_flags |
