]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix sysdeps/i386/fpu/s_scalbn.S build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 7 Aug 2015 07:53:56 +0000 (09:53 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 7 Aug 2015 07:53:56 +0000 (09:53 +0200)
* math/Versions (libc: GLIBC_2_22): New (empty) version set.

ChangeLog
math/Versions

index 2f7b4095f00759f14ad70830ae61225f42600f0e..ac1383427d68415fe5a98067f404bd88f1dd17d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       Fix sysdeps/i386/fpu/s_scalbn.S build
+
+       * math/Versions (libc: GLIBC_2_22): New (empty) version set.
+
 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
 
        * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
index 513ab142441df849b8ce4bfc1c24bfe838d9e47e..5ab91238bdde78b41a60ae3c96ebb2a2d784858c 100644 (file)
@@ -29,6 +29,8 @@ libc {
     # s*
     scalbln; scalblnf; scalblnl;
   }
+  GLIBC_2.22 {
+  }
 }
 
 libm {