This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ccc9035a67 Fix m68k bits/fenv.h for no-FPU ColdFire. new 5f167950df Add ColdFire math-tests.h. new d23a4962bb Move some fenv.h override macros to generic math_private.h. new b1c347e2cd Move fenv.h override inline functions to generic math_private.h. new ae1fcb7b92 Add feholdexcept inline in generic math_private.h. new 8a6bb1d086 Remove some math_private.h libc_fe* overrides. new eb65a3d545 Remove some math_private.h libc_feholdexcept_setround overrides.
The 6 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 | 79 ++++++++++++++++++++++ include/fenv.h | 15 +++++ sysdeps/generic/math_private.h | 90 ++++++++++++++++++++++++++ sysdeps/{mips => m68k/coldfire}/math-tests.h | 17 ++--- sysdeps/m68k/coldfire/{fpu => }/math_private.h | 0 sysdeps/m68k/coldfire/nofpu/math_private.h | 52 --------------- sysdeps/microblaze/math_private.h | 29 --------- sysdeps/nios2/math_private.h | 28 -------- sysdeps/tile/math_private.h | 44 ------------- 9 files changed, 188 insertions(+), 166 deletions(-) copy sysdeps/{mips => m68k/coldfire}/math-tests.h (71%) rename sysdeps/m68k/coldfire/{fpu => }/math_private.h (100%) delete mode 100644 sysdeps/m68k/coldfire/nofpu/math_private.h delete mode 100644 sysdeps/tile/math_private.h