https://sourceware.org/bugzilla/show_bug.cgi?id=25882
--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> --- It is odd to check .gnu.attributes on shared libraries since shared libraries used at link-time can be very different from run-time. Checking .gnu.attributes on shared libraries gives you very little. For PT_GNU_PROPERTY, .note.gnu.property section is ignored on shared libraries and shared library check is done at run-time. -- You are receiving this mail because: You are on the CC list for the bug.