diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 03:27:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 03:27:50 +0000 |
commit | 0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5 (patch) | |
tree | 25c2315cfbbb2a85fd4d95a2cde5c9229a2bd402 /shlib-versions | |
parent | 3300816c38721bcddbbeb92de7fe44b90454bce6 (diff) | |
download | glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.tar.gz |
Update.
2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch>
* shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
to avoid name clashes with the ia32 linker.
2000-04-25 Jakub Jelinek <jakub@redhat.com>
* sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
handling.
* manual/string.texi: Document strcasestr, strchrnul, strtoimax,
strtoumax, strfry, and memfrob.
* manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
Patch by Bryan Henderson <bryanh@giraffe-data.com>.
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 d53c7ab62a..cefc3c282d 100644 --- a/shlib-versions +++ b/shlib-versions @@ -54,7 +54,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 -ia64-.*-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. .*-.*-.* ld=ld.so.1 |