Bug 2947 - FAIL: run-elflint-self.sh on FC6 (test2) '.gnu.hash' has unsupported type 1879048182
Summary: FAIL: run-elflint-self.sh on FC6 (test2) '.gnu.hash' has unsupported type 187...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: frysk-elfutils
  Show dependency treegraph
 
Reported: 2006-07-21 16:26 UTC by Mark Wielaard
Modified: 2007-02-12 17:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2006-07-21 16:26:32 UTC
Fedora Core 6 introduced a new .gnu.hash section which seems to trip our elf tests.

section [ 3] '.gnu.hash' has unsupported type 1879048182
section [19] '.dynamic': entry 4: unknown tag
section [19] '.dynamic': mandatory tag HASH not present
section [19] '.dynamic': contains SYMTAB entry but not HASH
FAIL: run-elflint-self.sh
Comment 1 Stepan Kasal 2006-08-08 18:18:28 UTC
Frysk was upgraded to elfutils-0.122.
They know about the existence of .gnu.hash, but they still think that the old
HASH is mandatory:

section [20] '.dynamic': mandatory tag HASH not present
section [20] '.dynamic': contains SYMTAB entry but not HASH
FAIL: run-elflint-self.sh
Comment 2 Mark Wielaard 2007-02-12 17:24:46 UTC
This test now passes.