]> sourceware.org Git - glibc.git/commitdiff
sparcv9: Restore fdiml@GLIBC_2.1
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 26 Aug 2016 18:58:19 +0000 (13:58 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Mon, 29 Aug 2016 16:54:45 +0000 (11:54 -0500)
Use s_fdim.c from sysdeps/ieee754/ldbl-opt/ instead of
math/ to ensure a compat symbol for fdiml is created.

ChangeLog
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c

index c78e77347a8b533f5e51b71f236441d27748096b..7438924c7a7767e2658b233493510741d1a72499 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
+
+       [BZ #20517]
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
+       Include ldbl-opt/s_fdim.c to ensure fdiml@GLIBC_2.1 is
+       exported.
+
 2016-08-29  Joseph Myers  <joseph@codesourcery.com>
 
        * math/fetestexceptflag.c: New file.
index c9c77049a2ed71823c98519f9ea0e33710217a29..9666741fd1172691fc812d7c54ca818ef75a37d3 100644 (file)
@@ -29,4 +29,4 @@ weak_alias (__fdim, fdim)
 # define __fdim __fdim_generic
 #endif
 
-#include <math/s_fdim.c>
+#include <ldbl-opt/s_fdim.c>
This page took 0.172838 seconds and 5 git commands to generate.