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: [PATCH] deprecate libnsl/libnss_*


Thorsten Kukuk <kukuk@suse.de> writes:

> xdecrypt has in xcrypt.c:
> libc_hidden_nolink_sunrpc (xdecrypt, GLIBC_2_1)
>
> In sunrpc/Version it is GLIBC_2.1
>
> On i586 you have xdecrypt@GLIBC_2.1 and you cannot link against
> it. But on x86_64, you have xdecrypt@@GLIBC_2.2.5, so you can 
> still link against it.

GLIBC_2_1 expands to GLIBC_2.2.5 on x86_64, which is the first version
for this architecture (see
sysdeps/unix/sysv/linux/x86_64/64/shlib-versions).

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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