]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Do the ET_REL layout starting on address > 0
authorPetr Machata <pmachata@redhat.com>
Sat, 19 Mar 2011 10:53:31 +0000 (11:53 +0100)
committerPetr Machata <pmachata@redhat.com>
Sat, 19 Mar 2011 10:53:31 +0000 (11:53 +0100)
dwarflint/sections.cc

index 4a8f6401efd530b6129aa0163a9d39d78d1c0afb..a9b2f0cec71e6d40e606f01eb7c939582f9a06f2 100644 (file)
@@ -68,7 +68,7 @@ namespace
 
     /* Taken from libdwfl. */
     GElf_Addr base = 0;
-    GElf_Addr start = 0, end = 0, bias = 0;
+    GElf_Addr start = 0x1000, end = 0x1000, bias = 0;
 
     bool first = true;
     Elf_Scn *scn = NULL;