]> sourceware.org Git - glibc.git/commitdiff
Really fix sysdeps/i386/fpu/s_scalbn.S build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 19 Sep 2015 12:23:16 +0000 (14:23 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 19 Sep 2015 12:23:16 +0000 (14:23 +0200)
* math/Versions (libc: GLIBC_2_20): New (empty) version set.
(libc: GLIBC_2_22): Remove unused version set.

ChangeLog
math/Versions

index cf5b7218de02e292cafc041ca83466f4ed8b3e55..565c3ca4acbe33975f1085f9e21bc0c8325c8878 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       Really fix sysdeps/i386/fpu/s_scalbn.S build
+
+       * math/Versions (libc: GLIBC_2_20): New (empty) version set.
+       (libc: GLIBC_2_22): Remove unused version set.
+
 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
 
        * config.make.in (enable-timezone-tools): New variable.
index 5ab91238bdde78b41a60ae3c96ebb2a2d784858c..551abec02070b8c575b05211d2f0d19482b91e92 100644 (file)
@@ -29,7 +29,7 @@ libc {
     # s*
     scalbln; scalblnf; scalblnl;
   }
-  GLIBC_2.22 {
+  GLIBC_2.20 {
   }
 }
 
This page took 0.082866 seconds and 5 git commands to generate.