diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 01:44:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 01:44:15 +0000 |
commit | 6e62dcebbdb499f7f2562251170557f9d771862e (patch) | |
tree | c4adb12c63c7ac528917c8b9279d452d32d19824 | |
parent | fbedbe9d72d6626b2e8365ea8e54a3a7a42cc561 (diff) | |
download | glibc-6e62dcebbdb499f7f2562251170557f9d771862e.tar.gz glibc-6e62dcebbdb499f7f2562251170557f9d771862e.tar.xz glibc-6e62dcebbdb499f7f2562251170557f9d771862e.zip |
Update.
* shlib-versions: Earliest backward compatible version for SH is 2.2.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | shlib-versions | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index b5fede0fa6..c6b44119b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-12 Ulrich Drepper <drepper@redhat.com> + * 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 211baf762e..0df28d90d2 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. |