aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-25 19:36:13 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-25 19:36:13 +0000
commit073fc88e56fb12b081170e651bc6fdb8813acf3d (patch)
tree7b3703ce8f8f26bf7933c2079b7cc4a90326add1
parentf476592805f813aa7a94f7d6770481503140aae2 (diff)
downloadlldb-073fc88e56fb12b081170e651bc6fdb8813acf3d.tar.gz
Fix the lldb build after the removal of mblaze.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187151 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--source/Plugins/ObjectFile/ELF/ELFHeader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Plugins/ObjectFile/ELF/ELFHeader.cpp b/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
index a30a4c6a1..a63a01d7e 100644
--- a/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
+++ b/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
@@ -183,8 +183,6 @@ ELFHeader::GetRelocationJumpSlotType() const
case EM_ARM:
slot = R_ARM_JUMP_SLOT;
break;
- case EM_MBLAZE:
- slot = R_MICROBLAZE_JUMP_SLOT;
}
return slot;