https://sourceware.org/bugzilla/show_bug.cgi?id=30924
Bug ID: 30924 Summary: ld testsuite: 'Version' pattern grabs 'Version5 EABI', breaking test on arm-linux-musleabihf Product: binutils Version: 2.41 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: awilfox at adelielinux dot org Target Milestone: --- Created attachment 15145 --> https://sourceware.org/bugzilla/attachment.cgi?id=15145&action=edit Skip EABI lines when looking for Version output in objdump The vers4/vers4b tests fail on ARM EABIv5 tests because: objdump --private-headers tmpdir/vers4b | sed -n /Version/,\$p > tmpdir/objdump.out private flags = 0x5000400: [Version5 EABI] [hard-float ABI] objdump_emptyverstuff: did not expect any output from objdump FAIL: vers4b Attached is a patch that reverse-grips for "EABI", which shouldn't appear in the output. The alternative is adding another if case like the "libc" case a few lines below this patch's location. -- You are receiving this mail because: You are on the CC list for the bug.