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: Using linker scripts with dlopen


> Respectfully, there is another use case: In interpreters there is no
> separate build phase, so dynamic loading makes sense for these
> situations. This is where my patch is applicable. I'm open to any
> suggestions for a better approach.

Regardless of how it comes about that you're doing a particular dlopen,
you really need to know the exact ABI of the symbols you're using, and
that goes with a precise SONAME and a symbol version set.  So if you
think you know a symbol name and the appropriate ABI for it without
knowing a precise SONAME and symbol version set too, you're just wrong.


Thanks,
Roland


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