This is the mail archive of the libc-alpha@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]

Re: RFC: Support DF_1_GLOBAL


On Fri, Nov 16, 2012 at 9:54 AM, Roland McGrath <roland@hack.frob.com> wrote:
> What's the rationale for this feature?  It seems pretty fishy to me.
> The injection of symbols into the global name space should be under the
> control of the caller of dlopen, not of the module.

It is useful when RTLD_GLOBAL is needed for plugins to work
correctly and you can't recompile applications to pass
RTLD_GLOBAL to dlopen.

-- 
H.J.


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