Bug 2947

Summary: FAIL: run-elflint-self.sh on FC6 (test2) '.gnu.hash' has unsupported type 1879048182
Product: frysk Reporter: Mark Wielaard <mark>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2785    

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.