summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/ObjectFile')
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
index 14c7e471edf..aa9871071b0 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
+++ b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
@@ -180,9 +180,6 @@ unsigned ELFHeader::GetRelocationJumpSlotType() const {
default:
assert(false && "architecture not supported");
break;
- case EM_CASCADE:
- slot = R_CASCADE_JUMP_SLOT;
- break;
case EM_PPC:
slot = R_PPC_JMP_SLOT;
break;
OpenPOWER on IntegriCloud