This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: [PLUGIN] dlopen and RTLD_NOW


On Mon, Sep 5, 2011 at 1:10 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> That said, relying on lazy binding is terribly bad design.

In fact I was going to say why can't those symbols be marked as weak
in your plugin?  You don't even need to change the GCC headers, just
have an extra header that does:
#pargma weak

Thanks,
Andrew Pinski


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