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: long double redirects and dynamic loader behavior


* Paul E. Murphy:

> dlsym is more tricky.  The redirects obfuscate the naming of many
> common symbols.  I.e dlsym(...,"printf") might give you something
> which almost works, but is broken.

We can add a new symbol version to printf which defaults to C99 plus
long double.  Then that's what's dlsym going to pick up.

Thanks,
Florian


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