-
-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ARM ELF THM_PC22 / THM_JUMP24 relocs (#4503)
* Support ARM ELF THM_PC22 / THM_JUMP24 relocs This revision adds proper support for the following ARM ELF relocations: - RZ_ARM_THM_PC22 - RZ_ARM_THM_JUMP24 These require a rather special encoding as some bits of the relative offset are encoded in a non-common fashion.
- Loading branch information
Showing
2 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters