]> sourceware.org Git - glibc.git/commitdiff
Use include_next to chain math_private.h headers.
authorRichard Henderson <rth@twiddle.net>
Sat, 10 Mar 2012 00:28:42 +0000 (16:28 -0800)
committerRichard Henderson <rth@twiddle.net>
Sat, 10 Mar 2012 00:28:42 +0000 (16:28 -0800)
ChangeLog.m68k
ChangeLog.tile
sysdeps/m68k/m680x0/fpu/math_private.h
sysdeps/tile/math_private.h

index 187dd688632c9c4c551852104d1f2b3a8cbb4aab..70559a50a503f0c9f065ffb38cfb0738b63d26e4 100644 (file)
@@ -1,5 +1,8 @@
 2012-03-09  Richard Henderson  <rth@twiddle.net>
 
+       * sysdeps/m68k/m680x0/fpu/math_private.h: Use include_next to
+       chain math_private.h.
+
        * m68k/m680x0/fpu/e_acos.c: Use <> to include math_private.h.
        * m68k/m680x0/fpu/e_atan2.c, m68k/m680x0/fpu/e_fmod.c: Likewise.
        * m68k/m680x0/fpu/e_pow.c, m68k/m680x0/fpu/e_scalb.c: Likewise.
index 624196834d6b769289eebd33a2fc5cb7658593df..b48d61401cb4290016395ca18581b49d2e3bba6b 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-09  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/tile/math_private.h: Use include_next to
+       chain math_private.h.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        [BZ #13673]
index 3793cff2034ce1e605fb86d44a8c2f4edf1a196f..217de2ecc288389ed8bdc272f4aa2cee65e2b981 100644 (file)
@@ -15,5 +15,5 @@ do                                                    \
   }                                                    \
 while (0)
 
-#include <math/math_private.h>
+#include_next <math_private.h>
 #endif
index ea4c8eadf767d9fde126ec04ae898e0ec7149d15..2dab42b9bfaea598c722aea9d157f4aed06517b2 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _MATH_PRIVATE_H
 
-#include <math/math_private.h>
+#include_next <math_private.h>
 
 /* We have no exception support, so feraiseexcept() must be a no-op.
    And since we don't define FE_INVALID, FE_DIVBYZERO, etc., we
This page took 0.051024 seconds and 5 git commands to generate.