From 6e62dcebbdb499f7f2562251170557f9d771862e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Jun 2000 01:44:15 +0000 Subject: [PATCH] Update. * shlib-versions: Earliest backward compatible version for SH is 2.2. --- ChangeLog | 2 ++ shlib-versions | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5fede0..c6b4411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-12 Ulrich Drepper + * shlib-versions: Earliest backward compatible version for SH is 2.2. + * misc/sys/cdefs.h: Remove one more __P. * sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C. diff --git a/shlib-versions b/shlib-versions index 211baf7..0df28d9 100644 --- a/shlib-versions +++ b/shlib-versions @@ -27,14 +27,14 @@ mips.*-.*-linux.* libm=6 GLIBC_2.0 GLIBC_2.2 mips.*-.*-.* libm=6 arm.*-.*-.* libm=6 ia64-.*-.* libm=6 GLIBC_2.2 -sh.*-.*-.* libm=6 GLIBC_2.1 +sh.*-.*-.* libm=6 GLIBC_2.2 # We provide libc.so.6 for Linux kernel versions 2.0 and later. alpha.*-.*-linux.* libc=6.1 # Working mips versions were never released between 2.0 and 2.2. mips.*-.*-linux.* libc=6 GLIBC_2.0 GLIBC_2.2 ia64-.*-.* libc=6 GLIBC_2.2 -sh.*-.*-.* libc=6 GLIBC_2.1 +sh.*-.*-.* libc=6 GLIBC_2.2 .*-.*-linux.* libc=6 # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release. @@ -56,7 +56,7 @@ sparc64-.*-linux.* ld=ld-linux.so.2 sparc.*-.*-linux.* ld=ld-linux.so.2 alpha.*-.*-linux.* ld=ld-linux.so.2 arm.*-.*-linux.* ld=ld-linux.so.2 -sh.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.1 +sh.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2 ia64-.*-linux.* ld=ld-linux-ia64.so.1 GLIBC_2.2 mips.*-.*-linux.* ld=ld.so.1 GLIBC_2.0 GLIBC_2.2 # We use the ELF ABI standard name for the default. -- 2.7.4