More debug output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,7 +32,10 @@ relocate_rel(image_t *image, struct Elf32_Rel *rel, int rel_len)
|
|||||||
|
|
||||||
status = resolve_symbol(image, sym, &S);
|
status = resolve_symbol(image, sym, &S);
|
||||||
if (status < B_OK) {
|
if (status < B_OK) {
|
||||||
printf("resolve symbol \"%s\" returned: %ld\n", SYMNAME(image, sym), status);
|
TRACE(("resolve symbol \"%s\" returned: %ld\n",
|
||||||
|
SYMNAME(image, sym), status));
|
||||||
|
printf("resolve symbol \"%s\" returned: %ld\n",
|
||||||
|
SYMNAME(image, sym), status);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user