From 7e2e72bd4000e8f76e77ff9e407563319d5748bd Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 9 Mar 2010 13:03:03 -0800 Subject: [PATCH] infoWarning for shlib with no DT_INIT --- src/p_lx_elf.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;