]> sourceware.org Git - glibc.git/commitdiff
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
authorRoland McGrath <roland@gnu.org>
Tue, 11 Dec 2001 04:54:57 +0000 (04:54 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 11 Dec 2001 04:54:57 +0000 (04:54 +0000)
set to GLIBC_2.2.5, not GLIBC_2.2.4.

ChangeLog
shlib-versions

index 6db34ea23a3198bc8fc632a98f9f9a9bec2e33e9..db9b160eae6a80f8a5e07becc8b250b3b1814b47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-12-10  Roland McGrath  <roland@frob.com>
 
+       * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
+       set to GLIBC_2.2.5, not GLIBC_2.2.4.
+
        * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
        Fix conditionals so this is set by default for stdio and not for libio.
        * sysdeps/mach/hurd/configure: Regenerated.
index a4124e376fd51f5557a5649e3e02aa35fa055c0b..15576eb16dd1bd701a7ec274760a663e655f3d89 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.4
+.*-.*-gnu-gnu.*                DEFAULT                 GLIBC_2.2.5
 %endif
 
 # Configuration                Library=version         Earliest symbol set (optional)
This page took 0.046554 seconds and 5 git commands to generate.