[Lldb-commits] [lldb] r187151 - Fix the lldb build after the removal of mblaze.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 25 12:36:13 PDT 2013


Author: rafael
Date: Thu Jul 25 14:36:13 2013
New Revision: 187151

URL: http://llvm.org/viewvc/llvm-project?rev=187151&view=rev
Log:
Fix the lldb build after the removal of mblaze.

Modified:
    lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.cpp

Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.cpp?rev=187151&r1=187150&r2=187151&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.cpp (original)
+++ lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.cpp Thu Jul 25 14:36:13 2013
@@ -183,8 +183,6 @@ ELFHeader::GetRelocationJumpSlotType() c
     case EM_ARM:
         slot = R_ARM_JUMP_SLOT;
         break;
-    case EM_MBLAZE:
-        slot = R_MICROBLAZE_JUMP_SLOT;
     }
 
     return slot;





More information about the lldb-commits mailing list