diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | math/Versions | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cf5b7218de..565c3ca4ac 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 5ab91238bd..551abec020 100644 --- a/math/Versions +++ b/math/Versions @@ -29,7 +29,7 @@ libc { # s* scalbln; scalblnf; scalblnl; } - GLIBC_2.22 { + GLIBC_2.20 { } } |