From: Richard Henderson Date: Fri, 9 Mar 2012 23:45:34 +0000 (-0800) Subject: Move math/math_private.h to sysdeps/generic/math_private.h. X-Git-Tag: upstream/2.20~4479 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f0a5daeee4d32db4ec1f987b894a878e5a1f37f;p=platform%2Fupstream%2Flinaro-glibc.git Move math/math_private.h to sysdeps/generic/math_private.h. This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. --- diff --git a/ChangeLog b/ChangeLog index b4410cf..7bf4d96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-03-09 Richard Henderson + * include/math_private.h: Remove file. + * math/math_private.h: Move file ... + * sysdeps/generic/math_private.h: ... here. + +2012-03-09 Richard Henderson + * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h. * sysdeps/powerpc/fpu/math_private.h: Likewise. * sysdeps/x86_64/fpu/math_private.h: Likewise. diff --git a/include/math_private.h b/include/math_private.h deleted file mode 100644 index cb71baf..0000000 --- a/include/math_private.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/math/math_private.h b/sysdeps/generic/math_private.h similarity index 100% rename from math/math_private.h rename to sysdeps/generic/math_private.h