diff options
-rw-r--r-- | llvm/include/llvm/Support/ELFRelocs/i386.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELFRelocs/i386.def b/llvm/include/llvm/Support/ELFRelocs/i386.def index 45eae7fe426..2aaf7d3444c 100644 --- a/llvm/include/llvm/Support/ELFRelocs/i386.def +++ b/llvm/include/llvm/Support/ELFRelocs/i386.def @@ -44,4 +44,5 @@ ELF_RELOC(R_386_TLS_GOTDESC, 39) ELF_RELOC(R_386_TLS_DESC_CALL, 40) ELF_RELOC(R_386_TLS_DESC, 41) ELF_RELOC(R_386_IRELATIVE, 42) -ELF_RELOC(R_386_NUM, 43) +ELF_RELOC(R_386_GOT32X, 43) +ELF_RELOC(R_386_NUM, 44) |