This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b87c1ec MIPS, SPARC: more fixes to the vfork aliases in libpthread.so new 26b0bf9 Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug [...] new 623629d Avoid "inexact" exceptions in i386/x86_64 floor functions (bu [...] new 30dcf95 Avoid "inexact" exceptions in i386/x86_64 trunc functions (bu [...]
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: ChangeLog | 35 ++++ math/libm-test.inc | 429 +++++++++++++++++++++--------------------- sysdeps/i386/fpu/s_ceil.S | 12 +- sysdeps/i386/fpu/s_ceilf.S | 12 +- sysdeps/i386/fpu/s_ceill.S | 17 +- sysdeps/i386/fpu/s_floor.S | 12 +- sysdeps/i386/fpu/s_floorf.S | 12 +- sysdeps/i386/fpu/s_floorl.S | 17 +- sysdeps/i386/fpu/s_trunc.S | 12 +- sysdeps/i386/fpu/s_truncf.S | 12 +- sysdeps/i386/fpu/s_truncl.S | 15 +- sysdeps/x86_64/fpu/s_ceill.S | 15 +- sysdeps/x86_64/fpu/s_floorl.S | 15 +- sysdeps/x86_64/fpu/s_truncl.S | 13 +- 14 files changed, 343 insertions(+), 285 deletions(-)