This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/14849] Add DF_1_DEEPBIND


http://sourceware.org/bugzilla/show_bug.cgi?id=14849

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-16 14:13:37 UTC ---
Created attachment 6743
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6743
A plugin wrapper

DF_1_DEEPBIND won't work since ld.so needs to prepare
for deep binding before opening DSO.  Instead, One can
use a plugin wrapper to open the real plugin with
RTLD_DEEPBIND.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]