infoWarning for shlib with no DT_INIT
This commit is contained in:
parent
aa7a13bd02
commit
7e2e72bd40
@ -1264,6 +1264,8 @@ bool PackLinuxElf32::canPack()
|
|||||||
xct_off = elf_get_offset_from_address(xct_va);
|
xct_off = elf_get_offset_from_address(xct_va);
|
||||||
goto proceed; // But proper packing depends on checking xct_va.
|
goto proceed; // But proper packing depends on checking xct_va.
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
infoWarning("no DT_INIT: %s", fi->getName());
|
||||||
abandon:
|
abandon:
|
||||||
phdri = 0; // Done with this
|
phdri = 0; // Done with this
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user