diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index 517e4701..1e42e2ae 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -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;