From: Samuel Thibault Date: Sat, 19 Sep 2015 12:23:16 +0000 (+0200) Subject: Really fix sysdeps/i386/fpu/s_scalbn.S build X-Git-Tag: glibc-2.23~448 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b64e1b5ea394f2a0bcff201ac2a4af206d738a;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index cf5b7218de0..565c3ca4acb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-19 Samuel Thibault + + 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 * config.make.in (enable-timezone-tools): New variable. diff --git a/math/Versions b/math/Versions index 5ab91238bdd..551abec0207 100644 --- a/math/Versions +++ b/math/Versions @@ -29,7 +29,7 @@ libc { # s* scalbln; scalblnf; scalblnl; } - GLIBC_2.22 { + GLIBC_2.20 { } }