From: Jan Kratochvil Date: Sun, 28 Oct 2012 13:49:14 +0000 (+0100) Subject: . X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed45d7e43973e31d35d870b9c1b7ab865dbae73;p=thirdparty%2Felfutils.git . --- diff --git a/libdwfl/dwfl_report_elf.c b/libdwfl/dwfl_report_elf.c index 08ad37c8b..7a6970e4c 100644 --- a/libdwfl/dwfl_report_elf.c +++ b/libdwfl/dwfl_report_elf.c @@ -167,6 +167,7 @@ __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, case ET_CORE: /* An assigned base address is meaningless for these. */ base = 0; + base_is_bias = true; case ET_DYN: default:;