From 69a796020e5241d656a630b700fcf1a5220be1bb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 19 Apr 2000 03:26:26 +0000 Subject: [PATCH] 2000-04-18 Andreas Jaeger * 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_*. --- ChangeLog | 3 +++ shlib-versions | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 10ac64c..58127c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,9 @@ 2000-04-18 Andreas Jaeger + * 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 -- 2.7.4