Signed-off-by: Kazuhito Hagio <k-hagio-ab@xxxxxxx> --- symbols.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/symbols.c b/symbols.c index ba9cf607f256..9714453400bf 100644 --- a/symbols.c +++ b/symbols.c @@ -2049,6 +2049,7 @@ store_module_symbols_v3(ulong total, int mods_installed) lm->mod_ext_symcnt = mcnt; lm->mod_text_start = lm->mod_base; + /* not used */ lm->mod_etext_guess = lm->mod_base + lm->mem[MOD_TEXT].size; lm->mod_init_module_ptr = lm->mem[MOD_INIT_TEXT].base; @@ -2250,9 +2251,6 @@ store_module_symbols_v3(ulong total, int mods_installed) lm->mod_ext_symcnt = mcnt - lm->mod_ext_symcnt; - if (!lm->mod_etext_guess) - find_mod_etext(lm); - NEXT_MODULE(mod_next, modbuf); } -- 2.31.1 -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/crash-utility Contribution Guidelines: https://github.com/crash-utility/crash/wiki