summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRelocator.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-04-24 15:13:18 -0700
committerStephen Hines <srhines@google.com>2014-04-24 15:34:58 -0700
commit41f2d34f9d4efad1928e890acc5c2924b5033909 (patch)
tree179252a020f56e2a185af4af0ad2146992d6cacc /lib/Target/Mips/MipsRelocator.cpp
parent98d256071dc852335e8b6933d6d99686f2fd533c (diff)
downloadmclinker-41f2d34f9d4efad1928e890acc5c2924b5033909.tar.gz
Fix MCLinker to work with LLVM 3.5.
Change-Id: I2c9124af20ca0cee0a29a687bf04c308ca402486
Diffstat (limited to 'lib/Target/Mips/MipsRelocator.cpp')
-rw-r--r--lib/Target/Mips/MipsRelocator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsRelocator.cpp b/lib/Target/Mips/MipsRelocator.cpp
index 8f1c5e2..7da4dfd 100644
--- a/lib/Target/Mips/MipsRelocator.cpp
+++ b/lib/Target/Mips/MipsRelocator.cpp
@@ -27,7 +27,6 @@ enum {
R_MIPS_LA25_LUI = 200,
R_MIPS_LA25_J = 201,
R_MIPS_LA25_ADD = 202,
- R_MIPS_PC32 = 248,
};
} // end namespace ELF