Use target-specific math_private.h in math_ldbl_opt.h.
authorRichard Henderson <rth@twiddle.net>
Wed, 7 Mar 2012 17:19:26 +0000 (09:19 -0800)
committerRichard Henderson <rth@twiddle.net>
Fri, 9 Mar 2012 16:08:11 +0000 (08:08 -0800)
ChangeLog
sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h

index 9b6de423850bb251648f8af0a420ca29eccee457..0f89a951c97121f534487604bb48ec720c2f6e43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-08  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
+       not <math/math_private.h>.
+
 2012-03-08  David S. Miller  <davem@davemloft.net>
 
        * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
index 77ab26370d2fb5817df10bb3155fef762d50a930..b0b863cba54bb6f99526f27a1e4d53c3495f8787 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifndef __ASSEMBLER__
 # include <math.h>
-# include <math/math_private.h>
+# include <math_private.h>
 
 /* Set temporarily to non-zero if long double should be considered
    the same as double.  */