diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-22 18:27:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-22 18:27:23 +0000 |
commit | 33256e8a8c60eb6a5b51f7c951671aab611d1c8e (patch) | |
tree | 90d8fa06d54634771711a25016da56fc9124aeba /shlib-versions | |
parent | 2fcbf75bca4f4a08222f83c771565322c4094b5f (diff) | |
download | glibc-33256e8a8c60eb6a5b51f7c951671aab611d1c8e.tar.gz glibc-33256e8a8c60eb6a5b51f7c951671aab611d1c8e.tar.xz glibc-33256e8a8c60eb6a5b51f7c951671aab611d1c8e.zip |
Update.
2000-06-22 Jes Sorensen <jes@linuxcare.com> * shlib-versions: Bump so versions to 6.1 for libc and libm on the ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shlib-versions b/shlib-versions index 0df28d90d2..3da776efdd 100644 --- a/shlib-versions +++ b/shlib-versions @@ -26,14 +26,14 @@ powerpc-.*-.* libm=6 mips.*-.*-linux.* libm=6 GLIBC_2.0 GLIBC_2.2 mips.*-.*-.* libm=6 arm.*-.*-.* libm=6 -ia64-.*-.* libm=6 GLIBC_2.2 +ia64-.*-.* libm=6.1 GLIBC_2.2 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 +ia64-.*-.* libc=6.1 GLIBC_2.2 sh.*-.*-.* libc=6 GLIBC_2.2 .*-.*-linux.* libc=6 |