[PATCH] Avoid symbol versions in rtld syscalls
Richard Henderson
rth@twiddle.net
Wed May 30 16:25:00 GMT 2012
On 05/29/2012 05:04 PM, Roland McGrath wrote:
> I think you can just make the script emit '#ifndef NOT_IN_libc'
> around the *symbol_version macro uses.
Not quite. We're defining __foo@@VERSION, and I need the
un-versioned __foo symbol defined for use inside ld.so.
I thought about #ifdef #else #endif, but I thought that
would be more work than defining a new macro.
r~
More information about the Libc-alpha
mailing list