mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update powerpc-nofpu localplt.data for fegetround hidden_proto / hidden_def.
My recent changes that added libm_hidden_proto / libm_hidden_def for fegetround had the side effect of removing the need for a localplt.data entry for fegetround for powerpc-nofpu. This patch removes that entry. Tested powerpc-nofpu. * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data: Don't expect fegetround reference in libm.so.
This commit is contained in:
parent
51942fcadb
commit
2377648767
@ -1,3 +1,8 @@
|
||||
2013-12-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
|
||||
Don't expect fegetround reference in libm.so.
|
||||
|
||||
2013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
|
||||
|
@ -37,5 +37,4 @@ libm.so: __signbitf
|
||||
libm.so: __signbitl
|
||||
libm.so: copysignl ?
|
||||
libm.so: fabsl
|
||||
libm.so: fegetround
|
||||
libm.so: matherr
|
||||
|
Loading…
Reference in New Issue
Block a user