summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-11-12 20:55:02 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-11-12 20:55:02 +0100
commit0ed122675b083c8e27e54fa84ffa39d748f5df3d (patch)
treee634f4464801fb378236c96d3fc9ce8e6b918acb
parentcc4dbad0c15b673ef5f2362cbe6f08cc4f28a1cd (diff)
parent5502055f0d62a851dd5d8f569358aba802b2d3a1 (diff)
downloadelfutils-0ed122675b083c8e27e54fa84ffa39d748f5df3d.tar.gz
Merge branch 'jankratochvil/forunwind-baseaddr' into jankratochvil/forunwind-baseaddr-hookvars
-rw-r--r--libdwfl/dwfl_report_elf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdwfl/dwfl_report_elf.c b/libdwfl/dwfl_report_elf.c
index 08ad37c8..7a6970e4 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:;