diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Versions.def | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bbd241ccf1..65a4ac243a 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 bca4ff44e0..d834b10479 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 |