https://sourceware.org/bugzilla/show_bug.cgi?id=30743
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com Assignee|unassigned at sourceware dot org |nickc at redhat dot com Status|NEW |ASSIGNED --- Comment #1 from Nick Clifton <nickc at redhat dot com> --- Hi Dave, This is slightly strange. The test is meant to check that the old style dynamic tags for BIND_NOW are generated, ie: $ readelf -d -W tmpdir/dump [...] 0x0000000000000018 (BIND_NOW) 0x000000006ffffffb (FLAGS_1) Flags: NOW But for the hppa64, both the new *and* old style tags are being generated: $ readelf -d -W tmpdir/dump [...] 0x000000000000001e (FLAGS) BIND_NOW 0x0000000000000003 (PLTGOT) 0x1308 0x0000000000000018 (BIND_NOW) 0x000000006ffffffb (FLAGS_1) Flags: NOW I am not sure why this is happening, but I do not see the harm in it. So I think that the best solution is to change the now-3 test to look for the old flags. Would you mind giving the uploaded patch a try and let me know if it works for you ? Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.