mirror of git://sourceware.org/git/glibc.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.
This commit is contained in:
parent
1cba4036b6
commit
b0b64e1b5e
|
@ -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>
|
2015-09-18 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.make.in (enable-timezone-tools): New variable.
|
* config.make.in (enable-timezone-tools): New variable.
|
||||||
|
|
|
@ -29,7 +29,7 @@ libc {
|
||||||
# s*
|
# s*
|
||||||
scalbln; scalblnf; scalblnl;
|
scalbln; scalblnf; scalblnl;
|
||||||
}
|
}
|
||||||
GLIBC_2.22 {
|
GLIBC_2.20 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue