зеркало из https://github.com/mozilla/gecko-dev.git
Bug 727959 - Add symbol name to relocation errors in the linker. r=tglek
This commit is contained in:
Родитель
c3d9ce8c6d
Коммит
7b29e7253a
|
@ -628,7 +628,8 @@ CustomElf::RelocateJumps()
|
||||||
symptr = GetSymbolPtrInDeps(strtab.GetStringAt(sym.st_name));
|
symptr = GetSymbolPtrInDeps(strtab.GetStringAt(sym.st_name));
|
||||||
|
|
||||||
if (symptr == NULL) {
|
if (symptr == NULL) {
|
||||||
log("%s: Error: relocation to NULL @0x%08" PRIxAddr, GetPath(), rel->r_offset);
|
log("%s: Error: relocation to NULL @0x%08" PRIxAddr " for symbol \"%s\"",
|
||||||
|
GetPath(), rel->r_offset, strtab.GetStringAt(sym.st_name));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
/* Apply relocation */
|
/* Apply relocation */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче