This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 761404b74d regex: Add test tst-regcomp-truncated [BZ #23578] new ff6b24501f Split fenv_private.h out of math_private.h more consistently.
The 1 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: ChangeLog | 40 +++ .../aarch64/fpu/{math_private.h => fenv_private.h} | 23 +- sysdeps/aarch64/fpu/math_private.h | 282 +-------------- sysdeps/arm/fenv_private.h | 8 +- sysdeps/arm/math_private.h | 7 - sysdeps/generic/{math_private.h => fenv_private.h} | 278 +-------------- sysdeps/generic/math_private.h | 395 +-------------------- sysdeps/i386/fpu/math_private.h | 7 - .../mips/{math_private.h => fpu/fenv_private.h} | 108 +++--- sysdeps/powerpc/fpu/fenv_private.h | 6 +- sysdeps/powerpc/fpu/math_private.h | 1 - .../riscv/rvf/{math_private.h => fenv_private.h} | 6 +- sysdeps/sparc/fpu/fenv_private.h | 8 +- sysdeps/sparc/fpu/math_private.h | 7 - sysdeps/{i386 => x86}/fpu/fenv_private.h | 8 +- sysdeps/x86_64/fpu/math_private.h | 1 - 16 files changed, 140 insertions(+), 1045 deletions(-) copy sysdeps/aarch64/fpu/{math_private.h => fenv_private.h} (95%) delete mode 100644 sysdeps/arm/math_private.h copy sysdeps/generic/{math_private.h => fenv_private.h} (62%) delete mode 100644 sysdeps/i386/fpu/math_private.h rename sysdeps/mips/{math_private.h => fpu/fenv_private.h} (60%) rename sysdeps/riscv/rvf/{math_private.h => fenv_private.h} (98%) delete mode 100644 sysdeps/sparc/fpu/math_private.h rename sysdeps/{i386 => x86}/fpu/fenv_private.h (99%)