Dynamic loader for the Hexagon DSP

llvm-svn: 213565
This commit is contained in:
Deepak Panickal
2014-07-21 17:19:12 +00:00
parent f757b5ddc2
commit ca238a7b82
9 changed files with 1619 additions and 1 deletions

View File

@@ -183,6 +183,9 @@ ELFHeader::GetRelocationJumpSlotType() const
case EM_ARM:
slot = R_ARM_JUMP_SLOT;
break;
case EM_HEXAGON:
slot = R_HEX_JMP_SLOT;
break;
}
return slot;