summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2019-07-10 03:41:34 +0000
committerAaron Smith <aaron.smith@microsoft.com>2019-07-10 03:41:34 +0000
commit6858f337a8331472b25d059092e5350c68a164fc (patch)
tree31fe64ee2ed3badb23bd41a1f707040ba8fb4f3f /lldb/source/Plugins/ObjectFile
parent053eb35651906e693906fad6c695fce11415ade7 (diff)
downloadbcm5719-llvm-6858f337a8331472b25d059092e5350c68a164fc.tar.gz
bcm5719-llvm-6858f337a8331472b25d059092e5350c68a164fc.zip
Revert accidental change to file
llvm-svn: 365593
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