This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-279-gb0b64e1


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b0b64e1b5ea394f2a0bcff201ac2a4af206d738a (commit)
      from  1cba4036b6f5e798114c7cc77c788839c89e3b3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b0b64e1b5ea394f2a0bcff201ac2a4af206d738a

commit b0b64e1b5ea394f2a0bcff201ac2a4af206d738a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Sep 19 14:23:16 2015 +0200

    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.

diff --git a/ChangeLog b/ChangeLog
index cf5b721..565c3ca 100644
--- 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.
diff --git a/math/Versions b/math/Versions
index 5ab9123..551abec 100644
--- a/math/Versions
+++ b/math/Versions
@@ -29,7 +29,7 @@ libc {
     # s*
     scalbln; scalblnf; scalblnl;
   }
-  GLIBC_2.22 {
+  GLIBC_2.20 {
   }
 }
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    7 +++++++
 math/Versions |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]