]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Handle DW_AT_entry_pc when deciding what the reloc target should be
authorPetr Machata <pmachata@redhat.com>
Wed, 18 Feb 2009 16:11:00 +0000 (17:11 +0100)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Feb 2009 16:11:00 +0000 (17:11 +0100)
src/dwarflint.c

index 06be1f4d52d8a786165586407bb0811321b50eea..700e19d4506303f6f197887bd2e78c6aade95b41 100644 (file)
@@ -2533,6 +2533,7 @@ reloc_target (uint8_t form, struct abbrev_attrib *at)
        {
        case DW_AT_low_pc:
        case DW_AT_high_pc:
+       case DW_AT_entry_pc:
          return sec_text;
        };