From: Jan Kratochvil Date: Wed, 30 Jan 2013 20:03:07 +0000 (+0100) Subject: . X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fjankratochvil%2Fforunwind-baseaddr-hookvars-corereport-unwindx86;p=thirdparty%2Felfutils.git . --- diff --git a/libdwfl/linux-proc-maps.c b/libdwfl/linux-proc-maps.c index feed6a112..a7503ca57 100644 --- a/libdwfl/linux-proc-maps.c +++ b/libdwfl/linux-proc-maps.c @@ -140,9 +140,6 @@ grovel_auxv (pid_t pid, Dwfl *dwfl, GElf_Addr *sysinfo_ehdr) bool valid64 = sysinfo_ehdr64 || segment_align64 != dwfl->segment_align; bool valid32 = sysinfo_ehdr32 || segment_align32 != dwfl->segment_align; - if (! valid64 && ! valid32) - return 0; - unsigned char pid_class = ELFCLASSNONE; if (valid64 && valid32) pid_class = get_pid_class (pid); diff --git a/tests/run-backtrace.sh b/tests/run-backtrace.sh index 2890b188e..77a766f05 100755 --- a/tests/run-backtrace.sh +++ b/tests/run-backtrace.sh @@ -60,6 +60,7 @@ check_err() fi cat >&2 $1 echo >&2 $2: neither empty nor just out of DWARF + false } for child in backtrace-child{,-biarch}; do