diff options
author | Andreas Jaeger <aj@suse.de> | 2000-04-19 03:26:26 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-04-19 03:26:26 +0000 |
commit | 69a796020e5241d656a630b700fcf1a5220be1bb (patch) | |
tree | 1fc7e0fa15b96a31fe9a3fc118bfc834b4c515f9 | |
parent | 691738652b7c0ecdf82d215f7e746c0b53cc6b09 (diff) | |
download | glibc-69a796020e5241d656a630b700fcf1a5220be1bb.zip glibc-69a796020e5241d656a630b700fcf1a5220be1bb.tar.gz glibc-69a796020e5241d656a630b700fcf1a5220be1bb.tar.bz2 |
2000-04-18 Andreas Jaeger <aj@suse.de>
* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
2.2 for libnsl, libresolv, librt, libnss_*.
* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
2.2 for libnsl, libresolv, librt, libnss_*.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | shlib-versions | 11 |
2 files changed, 14 insertions, 0 deletions
@@ -32,6 +32,9 @@ 2000-04-18 Andreas Jaeger <aj@suse.de> + * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and + 2.2 for libnsl, libresolv, librt, libnss_*. + * elf/rtld.c (process_dl_debug): Remove obsolete comment. * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation. diff --git a/shlib-versions b/shlib-versions index 14a9e6a..d53c7ab 100644 --- a/shlib-versions +++ b/shlib-versions @@ -72,11 +72,20 @@ alpha.*-.*-linux.* libutil=1.1 # Version number 2 is used on other systems for the BIND 4.9.5 resolver # interface. alpha.*-.*-linux.* libresolv=2.1 +mips.*-.*-linux.* libresolv=2 GLIBC_2.0 GLIBC_2.2 .*-.*-.* libresolv=2 # Interface revision of nss_* modules. This must match NSS_SHLIB_REVISION # in nss/nsswitch.h, which determines the library names used for service # names given in /etc/nsswitch.conf. +mips.*-.*-linux.* libnss_files=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_dns=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_db=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_compat=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_nis=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_nisplus=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_ldap=2 GLIBC_2.0 GLIBC_2.2 +mips.*-.*-linux.* libnss_hesiod=2 GLIBC_2.0 GLIBC_2.2 .*-.*-.* libnss_files=2 .*-.*-.* libnss_dns=2 .*-.*-.* libnss_db=2 @@ -88,6 +97,7 @@ alpha.*-.*-linux.* libresolv=2.1 # Version for libnsl with YP and NIS+ functions. alpha.*-.*-linux.* libnsl=1.1 +mips.*-.*-linux.* libnsl=1 GLIBC_2.0 GLIBC_2.2 .*-.*-.* libnsl=1 # We use libdb.so.3 for the interface in version 2.x of the Berkeley DB code. @@ -106,4 +116,5 @@ alpha.*-.*-linux.* libBrokenLocale=1.1 .*-.*-.* libBrokenLocale=1 # The real-time library from POSIX.1b. +mips.*-.*-linux.* librt=1 GLIBC_2.0 GLIBC_2.2 .*-.*-.* librt=1 |