From 5f0a5daeee4d32db4ec1f987b894a878e5a1f37f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 9 Mar 2012 15:45:34 -0800 Subject: [PATCH] Move math/math_private.h to sysdeps/generic/math_private.h. This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. --- ChangeLog | 6 ++++++ include/math_private.h | 1 - {math => sysdeps/generic}/math_private.h | 0 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 include/math_private.h rename {math => sysdeps/generic}/math_private.h (100%) 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 -- 2.7.4