]> sourceware.org Git - glibc.git/commitdiff
Add GLIBC_2.3 and GLIBC_2.19 in Versions.def
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 9 Dec 2013 23:44:10 +0000 (17:44 -0600)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 9 Dec 2013 23:51:02 +0000 (17:51 -0600)
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.

ChangeLog
Versions.def

index bbd241ccf175437aed260bb3030f3bfaf615ef73..65a4ac243adca605e243a645c545c474fe92ece1 100644 (file)
--- 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
index bca4ff44e0d0a44709960cbe713a3e8a74109902..d834b1047914ed05ee453f7a9b31fbe128177362 100644 (file)
@@ -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
This page took 0.121018 seconds and 5 git commands to generate.