From c298307ae69038d81f326834407ac922d95a7f3f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 31 Mar 2014 19:00:23 +0000 Subject: Don't relocate with sections if there might be a paired relocation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205240 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/ELF.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h index 2ac4259143..7b10ebd23f 100644 --- a/include/llvm/Support/ELF.h +++ b/include/llvm/Support/ELF.h @@ -880,6 +880,9 @@ enum { R_MIPS_TLS_TPREL_HI16 = 49, R_MIPS_TLS_TPREL_LO16 = 50, R_MIPS_GLOB_DAT = 51, + R_MIPS16_GOT16 = 102, + R_MIPS16_HI16 = 104, + R_MIPS16_LO16 = 105, R_MIPS_COPY = 126, R_MIPS_JUMP_SLOT = 127, R_MICROMIPS_26_S1 = 133, -- cgit v1.2.3