]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-03-22 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 23 Mar 2002 19:33:22 +0000 (19:33 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 23 Mar 2002 19:33:22 +0000 (19:33 +0000)
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
* sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
under --enable-libio.
* sysdeps/mach/hurd/configure: Regenerated.

shlib-versions
sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.in

index 15576eb16dd1bd701a7ec274760a663e655f3d89..4670c007690178884a7ff7c91719f94d3adbff16 100644 (file)
@@ -28,7 +28,7 @@ x86_64-.*-linux.*       DEFAULT                       GLIBC_2.2.5
 // If you use configure --enable-libio --enable-oldest-abi=2.0 then we
 // won't rename the old version sets and all the libraries except libc
 // itself ought to be binary compatible with the libc.so.0.2 ABI.
-.*-.*-gnu-gnu.*                DEFAULT                 GLIBC_2.2.5
+.*-.*-gnu-gnu.*                DEFAULT                 GLIBC_2.2.6
 %endif
 
 # Configuration                Library=version         Earliest symbol set (optional)
index 0bf301305e90443bc209c8601008c1c26c8bbde7..e59a72d4f98b61e73db3b846fa3b7e552c519786 100755 (executable)
@@ -12,13 +12,13 @@ fi
 
 case "$machine" in
   i386*)
-    # With --enable-libio, the default oldest ABI is 2.5.5;
+    # With --enable-libio, the default oldest ABI is 2.2.6;
     # without --enable-libio, the default oldest ABI is 2.0.
-    # We only need a "yes" here if the oldest ABI supported will be < 2.2.5.
+    # We only need a "yes" here if the oldest ABI supported will be < 2.2.6.
     if if test "$stdio" = libio; then
-         test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.5"
+         test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.6"
        else
-         test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.5"
+         test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.6"
        fi; then
       libc_cv_gcc_unwind_find_fde=yes
     fi
index 9d023dfe324e839f74498d34105c28f684aedc86..bdff6d3d6d12cbd7d05e861ef1b4a56a3ae95de9 100644 (file)
@@ -14,13 +14,13 @@ fi
 
 case "$machine" in
   i386*)
-    # With --enable-libio, the default oldest ABI is 2.5.5;
+    # With --enable-libio, the default oldest ABI is 2.2.6;
     # without --enable-libio, the default oldest ABI is 2.0.
-    # We only need a "yes" here if the oldest ABI supported will be < 2.2.5.
+    # We only need a "yes" here if the oldest ABI supported will be < 2.2.6.
     if if test "$stdio" = libio; then
-         test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.5"
+         test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.6"
        else
-         test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.5"
+         test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.6"
        fi; then
       libc_cv_gcc_unwind_find_fde=yes
     fi