mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
sim: berr() unknown relocation type
This commit is contained in:
committed by
Xiang Xiao
parent
3ead7795b2
commit
3df686e10f
@@ -127,6 +127,7 @@ int up_relocate(FAR const Elf32_Rel *rel, FAR const Elf32_Sym *sym,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
berr("ERROR: Unsupported type %u\n", ELF32_R_TYPE(rel->r_info));
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user