bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/25882] .gnu.attributes are not checked for shared libraries


From: hjl.tools at gmail dot com
Subject: [Bug ld/25882] .gnu.attributes are not checked for shared libraries
Date: Fri, 01 May 2020 23:49:32 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]