This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e095db0bc6 hurd: Make O_TRUNC update mtime/ctime new 5f34491510 math: Remove fenvinline.h new 4a30b6109c x86: Remove feraiseexcept optimization new ec07242c45 sparc: Move __fenv_{ld,st}fsr to fenv-private.h
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bits/fenvinline.h | 8 - math/Makefile | 4 +- math/fenv.h | 4 - math/test-fenvinline.c | 354 ------------------------------------ sysdeps/powerpc/bits/fenvinline.h | 108 ----------- sysdeps/powerpc/fpu/fegetround.c | 8 +- sysdeps/powerpc/fpu/fraiseexcpt.c | 1 - sysdeps/powerpc/nofpu/fraiseexcpt.c | 1 - sysdeps/sparc/fpu/bits/fenv.h | 9 - sysdeps/sparc/fpu/fclrexcpt.c | 1 + sysdeps/sparc/fpu/fedisblxcpt.c | 1 + sysdeps/sparc/fpu/feenablxcpt.c | 1 + sysdeps/sparc/fpu/fegetenv.c | 1 + sysdeps/sparc/fpu/fegetexcept.c | 1 + sysdeps/sparc/fpu/fegetmode.c | 1 + sysdeps/sparc/fpu/fegetround.c | 1 + sysdeps/sparc/fpu/feholdexcpt.c | 1 + sysdeps/sparc/fpu/fenv_private.h | 9 + sysdeps/sparc/fpu/fesetenv.c | 1 + sysdeps/sparc/fpu/fesetexcept.c | 1 + sysdeps/sparc/fpu/fesetmode.c | 1 + sysdeps/sparc/fpu/fesetround.c | 1 + sysdeps/sparc/fpu/feupdateenv.c | 1 + sysdeps/sparc/fpu/fgetexcptflg.c | 1 + sysdeps/sparc/fpu/fsetexcptflg.c | 1 + sysdeps/sparc/fpu/ftestexcept.c | 1 + sysdeps/x86/fpu/bits/fenv.h | 54 ------ sysdeps/x86/fpu/include/bits/fenv.h | 57 ------ 28 files changed, 32 insertions(+), 601 deletions(-) delete mode 100644 bits/fenvinline.h delete mode 100644 math/test-fenvinline.c delete mode 100644 sysdeps/powerpc/bits/fenvinline.h delete mode 100644 sysdeps/x86/fpu/include/bits/fenv.h