diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 23:50:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 23:50:37 +0000 |
commit | aa1b098472059ca29ac9f63439ca8f14e4d625bc (patch) | |
tree | 772e786d865fb5511493bca5c4ca820879c79a13 /shlib-versions | |
parent | 07c35131ad1a9c6ebb1b073b9540eee55d850f89 (diff) | |
download | glibc-aa1b098472059ca29ac9f63439ca8f14e4d625bc.tar.gz |
Update.
2000-06-28 Jes Sorensen <jes@linuxcare.com>
* sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted. Hash
table entries are 32 bit on the ia64 (as specified by the ABI),
not 64 bit as on the Alpha.
* shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark
change of objects to use 32 bit hash table indices (see above).
2000-06-28 Jes Sorensen <jes@linuxcare.com>
* sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get
prototype for abs().
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shlib-versions b/shlib-versions index 3da776efdd..ef6d94f96b 100644 --- a/shlib-versions +++ b/shlib-versions @@ -57,7 +57,7 @@ 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.2 -ia64-.*-linux.* ld=ld-linux-ia64.so.1 GLIBC_2.2 +ia64-.*-linux.* ld=ld-linux-ia64.so.2 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. .*-.*-.* ld=ld.so.1 |