]> sourceware.org Git - glibc.git/blame - shlib-versions
Update.
[glibc.git] / shlib-versions
CommitLineData
0e3426bb
RM
1# This file defines the shared library version numbers we will install.
2
3# The following lines list filename patterns matching canonical configurations,
4# and the associated versions to use for various libraries. The entire
710f7bab
RM
5# list is processed, with earlier entries taking precedence over later
6# entries. So loose patterns at the end of the list can give defaults.
0e3426bb
RM
7
8# Configuration Library versions
9# ------------- ------- --------
10
714a562f 11# The interface to -lm depends mostly only on cpu, not on operating system.
8a523922
UD
12i.86-.*-.* libm=6
13m68k-.*-.* libm=6
4e75fa85 14sparc.*-.*-.* libm=6
41df5ed4
RH
15alpha.*-.*-linux.* libm=6.1
16alpha.*-.*-.* libm=6
714a562f 17powerpc-.*-.* libm=6
a46b6648 18mips.*-.*-.* libm=6
3f62b69a 19arm.*-.*-.* libm=6
0e3426bb 20
ec2ac6d5 21# We provide libc.so.6 for Linux kernel versions 2.0 and later.
41df5ed4 22alpha.*-.*-linux.* libc=6.1
714a562f 23.*-.*-linux.* libc=6
0e3426bb
RM
24
25# libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release.
8a523922 26.*-.*-gnu-gnu.* libmachuser=1
0e3426bb
RM
27
28# libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996.
8a523922 29.*-.*-gnu-gnu* libhurduser=0.0
f68b86cc 30
8a080f40 31# libc.so.0.2 is for the Hurd alpha release 0.2.
8a523922 32.*-.*-gnu-gnu* libc=0.2
ec2ac6d5 33
d41c6f61 34# The dynamic loader also requires different names.
8a523922 35i.86-.*-linux.* ld=ld-linux.so.2
1c25bcac 36sparc64-.*-linux.* ld=ld-linux.so.2
4e75fa85 37sparc.*-.*-linux.* ld=ld-linux.so.2
41df5ed4 38alpha.*-.*-linux.* ld=ld-linux.so.2
3f62b69a 39arm.*-.*-linux.* ld=ld-linux.so.2
d41c6f61 40# We use the ELF ABI standard name for the default.
8a523922 41.*-.*-.* ld=ld.so.1
d41c6f61 42
f68b86cc 43# The -ldl interface (see <dlfcn.h>) is the same on all platforms.
41df5ed4 44alpha.*-.*-linux.* libdl=2.1
8a523922 45.*-.*-.* libdl=2
26da047f
RM
46
47# So far the -lutil interface is the same on all platforms, except for the
48# `struct utmp' format, which depends on libc.
41df5ed4 49alpha.*-.*-linux.* libutil=1.1
8a523922 50.*-.*-.* libutil=1
5f0e6fc7 51
d41c6f61 52# Version number 2 is used on other systems for the BIND 4.9.5 resolver
5f0e6fc7 53# interface.
41df5ed4 54alpha.*-.*-linux.* libresolv=2.1
8a523922 55.*-.*-.* libresolv=2
5f0e6fc7
RM
56
57# Interface revision of nss_* modules. This must match NSS_SHLIB_REVISION
58# in nss/nsswitch.h, which determines the library names used for service
59# names given in /etc/nsswitch.conf.
d71b808a
UD
60.*-.*-.* libnss_files=2
61.*-.*-.* libnss_dns=2
62.*-.*-.* libnss_db=2
63.*-.*-.* libnss_compat=2
64.*-.*-.* libnss_nis=2
65.*-.*-.* libnss_nisplus=2
66.*-.*-.* libnss_ldap=2
67.*-.*-.* libnss_hesiod=2
6259ec0d 68
e61abf83 69# Version for libnsl with YP and NIS+ functions.
41df5ed4 70alpha.*-.*-linux.* libnsl=1.1
6259ec0d 71.*-.*-.* libnsl=1
bba7bb78 72
92f1da4d
UD
73# We use libdb.so.3 for the interface in version 2.x of the Berkeley DB code.
74.*-.*-.* libdb=3
24fd4cc4
UD
75# This is the Berkeley DB 1.85. We use the version numbers from glibc 2.0.*
76# for all times.
77alpha-.*-linux.* libdb1=2.1
78.*-.*-.* libdb1=2
cccda09f 79
ba1ffaa1 80# This defines the shared library version numbers we will install.
41df5ed4 81alpha.*-.*-linux.* libcrypt=1.1
8a523922 82.*-.*-.* libcrypt=1
6259ec0d 83
5b826692 84# The gross patch for programs assuming broken locale implementations.
41df5ed4 85alpha.*-.*-linux.* libBrokenLocale=1.1
6259ec0d 86.*-.*-.* libBrokenLocale=1
cbdee279
UD
87
88# The real-time library from POSIX.1b.
89.*-.*-.* librt=1
This page took 0.107746 seconds and 5 git commands to generate.