aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-02-05 15:28:57 -0600
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-02-05 15:28:57 -0600
commitfcb59062b1e2dcd9952dbf508c3fee7efcc329be (patch)
tree096b1c2389e6acb87313e7f76410da728538dd18
parent96c5bbf7030c2b5e483485f8301f4b367e89db67 (diff)
downloadglibc-fcb59062b1e2dcd9952dbf508c3fee7efcc329be.zip
glibc-fcb59062b1e2dcd9952dbf508c3fee7efcc329be.tar.gz
glibc-fcb59062b1e2dcd9952dbf508c3fee7efcc329be.tar.bz2
Add GLIBC_2.3 to libm in Versions.def
This patch adds GLIBC_2.3 mark on libm so it is always define in abi-versions.h. This fixes a build issue with fe_nomask.c in PPC64 LE where GLIBC_2_3 are no defined for SHLIB_COMPAT, resulting in a wrong evaluation in the macro.
-rw-r--r--ChangeLog4
-rw-r--r--Versions.def1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b190338..9a0f195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+ * Versions.def (libm): Add GLIBC_2.3.
+
+2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
* nptl/shlib-versions: Change powerpc*le start to 2.17.
* shlib-versions: Likewise.
diff --git a/Versions.def b/Versions.def
index 0854e6e..d8ef91b 100644
--- a/Versions.def
+++ b/Versions.def
@@ -55,6 +55,7 @@ libm {
GLIBC_2.1
GLIBC_2.2
GLIBC_2.2.3
+ GLIBC_2.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.15