diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | shlib-versions | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 0fd95165c8..ed0b50af20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. + 2000-06-22 Ulrich Drepper <drepper@redhat.com> * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM. 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 |