diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-09 15:45:34 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-03-09 16:12:17 -0800 |
commit | 5f0a5daeee4d32db4ec1f987b894a878e5a1f37f (patch) | |
tree | 66f1726bc6eb7baf3d5aecc7b9118c57357bde5f /ChangeLog | |
parent | b8c036204fd01dce20f7c610c4295709f59a2a39 (diff) | |
download | glibc-5f0a5daeee4d32db4ec1f987b894a878e5a1f37f.tar.gz glibc-5f0a5daeee4d32db4ec1f987b894a878e5a1f37f.tar.xz glibc-5f0a5daeee4d32db4ec1f987b894a878e5a1f37f.zip |
Move math/math_private.h to sysdeps/generic/math_private.h.
This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b4410cfc77..7bf4d96e24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-03-09 Richard Henderson <rth@twiddle.net> + * include/math_private.h: Remove file. + * math/math_private.h: Move file ... + * sysdeps/generic/math_private.h: ... here. + +2012-03-09 Richard Henderson <rth@twiddle.net> + * 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. |