diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | math/Versions | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2f7b4095f0..ac1383427d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-08-07 Samuel Thibault <samuel.thibault@ens-lyon.org> + + Fix sysdeps/i386/fpu/s_scalbn.S build + + * math/Versions (libc: GLIBC_2_22): New (empty) version set. + 2015-08-07 Mike Frysinger <vapier@gentoo.org> * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def. diff --git a/math/Versions b/math/Versions index 513ab14244..5ab91238bd 100644 --- a/math/Versions +++ b/math/Versions @@ -29,6 +29,8 @@ libc { # s* scalbln; scalblnf; scalblnl; } + GLIBC_2.22 { + } } libm { |