Merge commit '6b8c6a26f1c74db02e91d0cc7ebdd65439af53b2' * commit '6b8c6a26f1c74db02e91d0cc7ebdd65439af53b2': linker: fix overwriting the real linker error string
This commit is contained in:
commit
e46b482282
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ static int link_image(soinfo *si, unsigned wr_offset)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
DL_ERR("failed to link %s\n", si->name);
|
ERROR("failed to link %s\n", si->name);
|
||||||
si->flags |= FLAG_ERROR;
|
si->flags |= FLAG_ERROR;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue