From 2119c7059e593c336a916ca542583b0da7222960 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 10 Sep 2000 08:14:03 +0000 Subject: Update. 2000-09-10 Ulrich Drepper * shlib-versions: Simplify libm entries. Correct a few Hurd entries. * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the ugly GMON_WEAK_START hack. Patch by Philip Blundell . * sysdeps/i386/i486/bits/string.h: Pretty printing. --- shlib-versions | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'shlib-versions') diff --git a/shlib-versions b/shlib-versions index 52c0e723d1..685b8a329d 100644 --- a/shlib-versions +++ b/shlib-versions @@ -17,26 +17,20 @@ # ------------- --------------- ------------------------------ # The interface to -lm depends mostly only on cpu, not on operating system. -i.86-.*-.* libm=6 -m68k-.*-.* libm=6 sparc64-.*-linux.* libm=6 GLIBC_2.2 -sparc.*-.*-.* libm=6 alpha.*-.*-linux.* libm=6.1 -alpha.*-.*-.* libm=6 -powerpc-.*-.* libm=6 mips.*-.*-linux.* libm=6 GLIBC_2.0 GLIBC_2.2 -mips.*-.*-.* libm=6 -arm.*-.*-.* libm=6 -ia64-.*-.* libm=6.1 GLIBC_2.2 -sh.*-.*-.* libm=6 GLIBC_2.2 -s390.*-.*-linux.* libm=6 +ia64-.*-linux.* libm=6.1 GLIBC_2.2 +sh.*-.*-linux.* libm=6 GLIBC_2.2 +.*-.*-linux.* libm=6 +.*-.*-gnu-gnu.* libm=6 # 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.1 GLIBC_2.2 -sh.*-.*-.* libc=6 GLIBC_2.2 +ia64-.*-linux.* libc=6.1 GLIBC_2.2 +sh.*-.*-linux.* libc=6 GLIBC_2.2 sparc64-.*-linux.* libc=6 GLIBC_2.2 .*-.*-linux.* libc=6 @@ -44,13 +38,13 @@ sparc64-.*-linux.* libc=6 GLIBC_2.2 .*-.*-gnu-gnu.* libmachuser=1 # libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996. -.*-.*-gnu-gnu* libhurduser=0.0 +.*-.*-gnu-gnu.* libhurduser=0.0 # libc.so.0.2 is for the Hurd alpha release 0.2. %ifdef USE_IN_LIBIO /* experimental only! */ -.*-.*-gnu-gnu* libc=0.2.90.libio GLIBC_2.2 +.*-.*-gnu-gnu.* libc=0.2.90.libio GLIBC_2.2 %else -.*-.*-gnu-gnu* libc=0.2 +.*-.*-gnu-gnu.* libc=0.2 %endif # The dynamic loader also requires different names. -- cgit 1.4.1