Fix reading IMAGE_REL_PPC_REFHI/REFLO without PAIR

This commit is contained in:
2025-07-29 20:58:34 -06:00
parent f5d3d5f10a
commit dd653329f5
3 changed files with 15 additions and 6 deletions

View File

@@ -361,7 +361,8 @@ fn map_section_relocations(
None => {
ensure!(
!reloc.has_implicit_addend(),
"Unsupported implicit relocation {:?}",
"Unsupported {:?} implicit relocation {:?}",
obj_file.architecture(),
reloc.flags()
);
}