infoWarning for shlib with no DT_INIT

This commit is contained in:
John Reiser 2010-03-09 13:03:03 -08:00
parent aa7a13bd02
commit 7e2e72bd40

View File

@ -1264,6 +1264,8 @@ bool PackLinuxElf32::canPack()
xct_off = elf_get_offset_from_address(xct_va);
goto proceed; // But proper packing depends on checking xct_va.
}
else
infoWarning("no DT_INIT: %s", fi->getName());
abandon:
phdri = 0; // Done with this
return false;