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.18-570-gaeb9544


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  aeb95445d128323cdaf9556b9a75c6c9b5a7b980 (commit)
      from  eca60f6ed313a0b693784580829d0b20770e9fe4 (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=aeb95445d128323cdaf9556b9a75c6c9b5a7b980

commit aeb95445d128323cdaf9556b9a75c6c9b5a7b980
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
Date:   Mon Dec 9 17:44:10 2013 -0600

    Add GLIBC_2.3 and GLIBC_2.19 in Versions.def
    
    This patch adds GLIBC_2.3 and GLIBC_2.19 mark on Version.def so they are always
    define in abi-versions.h. This fixes a build issue with fe_nomask.c in PPC64
    LE where neither GLIBC_2_3 or GLIBC_2_19 are defined for SHLIB_COMPAT, resulting
    in a wrong evaluation in the macro.

diff --git a/ChangeLog b/ChangeLog
index bbd241c..65a4ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+	* Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
+
 2013-12-09  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* malloc/malloc.c (alloc_perturb, free_perturb): Convert from
diff --git a/Versions.def b/Versions.def
index bca4ff4..d834b10 100644
--- a/Versions.def
+++ b/Versions.def
@@ -56,10 +56,12 @@ libm {
   GLIBC_2.1
   GLIBC_2.2
   GLIBC_2.2.3
+  GLIBC_2.3
   GLIBC_2.3.4
   GLIBC_2.4
   GLIBC_2.15
   GLIBC_2.18
+  GLIBC_2.19
 }
 libnsl {
   GLIBC_2.0

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

Summary of changes:
 ChangeLog    |    4 ++++
 Versions.def |    2 ++
 2 files changed, 6 insertions(+), 0 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]