ImageTool: Support R_ARM_NONE relocation type

This commit is contained in:
Marvin Häuser 2023-04-10 19:46:17 +02:00
parent 6623dd8671
commit 016a079008

View File

@ -486,6 +486,7 @@ SetRelocs (
} }
} else if (mEhdr->e_machine == EM_ARM) { } else if (mEhdr->e_machine == EM_ARM) {
switch (ELF32_R_TYPE(Rel->r_info)) { switch (ELF32_R_TYPE(Rel->r_info)) {
case R_ARM_NONE:
case R_ARM_RBASE: case R_ARM_RBASE:
// No relocation - no action required // No relocation - no action required
// break skipped // break skipped