mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 09:47:44 +02:00
ImageTool: Support R_ARM_NONE relocation type
This commit is contained in:
parent
6623dd8671
commit
016a079008
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user