Skip to content

Commit

Permalink
relocate R_ARM_CALL (flipperdevices#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse authored Jan 16, 2023
1 parent 073fb38 commit 9e1a6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flipper_application/elf/elf_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ static bool elf_relocate_symbol(ELFFile* elf, Elf32_Addr relAddr, int type, Elf3
FURI_LOG_D(TAG, " R_ARM_ABS32 relocated is 0x%08X", (unsigned int)*((uint32_t*)relAddr));
break;
case R_ARM_THM_PC22:
case R_ARM_CALL:
case R_ARM_THM_JUMP24:
elf_relocate_jmp_call(elf, relAddr, type, symAddr);
FURI_LOG_D(
Expand Down

0 comments on commit 9e1a6a6

Please sign in to comment.