diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-18 15:17:39 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-18 15:17:39 +0000 |
commit | 237764876709dfbd81ae9fc9f91ef7e496a3eb08 (patch) | |
tree | 1aec00b595e544d13aadff66c99848b1a2cf3437 /sysdeps/unix | |
parent | 51942fcadbb637e579b50bcbdcd5c853c50bff4c (diff) | |
download | glibc-237764876709dfbd81ae9fc9f91ef7e496a3eb08.tar.gz glibc-237764876709dfbd81ae9fc9f91ef7e496a3eb08.tar.xz glibc-237764876709dfbd81ae9fc9f91ef7e496a3eb08.zip |
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.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data index b87936cb3d..6332a006d8 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data @@ -37,5 +37,4 @@ libm.so: __signbitf libm.so: __signbitl libm.so: copysignl ? libm.so: fabsl -libm.so: fegetround libm.so: matherr |