summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-03-31 14:47:41 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-03-31 14:47:41 +0000
commit857d651ba4bc2b5494bfd7021df4285741d22c53 (patch)
treefb44e830463ab6ea92306ab272ba51b2c330594f /include/llvm/Support/ELF.h
parent1df2ed27dd5ff80ee95e6186d2d577841938a47e (diff)
downloadllvm-857d651ba4bc2b5494bfd7021df4285741d22c53.tar.gz
llvm-857d651ba4bc2b5494bfd7021df4285741d22c53.tar.bz2
llvm-857d651ba4bc2b5494bfd7021df4285741d22c53.tar.xz
[mips] Remove R_MIPS_GOT which isn't used and shares the same number as R_MIPS_GOT16
Unlike my previous commit, don't try to remove the corresponding VK_Mips_GOT yet even though it shares the same assembly text since that is used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ELF.h')
-rw-r--r--include/llvm/Support/ELF.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index f7fa1f5cc8..2ac4259143 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -839,7 +839,6 @@ enum {
R_MIPS_GPREL16 = 7,
R_MIPS_LITERAL = 8,
R_MIPS_GOT16 = 9,
- R_MIPS_GOT = 9,
R_MIPS_PC16 = 10,
R_MIPS_CALL16 = 11,
R_MIPS_GPREL32 = 12,