From 0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 28 Apr 2000 03:27:50 +0000 Subject: Update. 2000-04-25 Jes Sorensen * 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 * 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 . --- shlib-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shlib-versions') diff --git a/shlib-versions b/shlib-versions index d53c7ab..cefc3c2 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 -- cgit v1.1