sim: berr() unknown relocation type

This commit is contained in:
YAMAMOTO Takashi
2020-02-14 02:15:37 +09:00
committed by Xiang Xiao
parent 3ead7795b2
commit 3df686e10f
+1
View File
@@ -127,6 +127,7 @@ int up_relocate(FAR const Elf32_Rel *rel, FAR const Elf32_Sym *sym,
break;
default:
berr("ERROR: Unsupported type %u\n", ELF32_R_TYPE(rel->r_info));
return -EINVAL;
}