This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 26e70aec70 Fix BZ 14333 new a856d4d4a8 Oops. stdlib/test-atexit-race-common.c should have been part [...] new ae8372d7e4 Add SSE4.1 trunc, truncf (bug 20142).
The 2 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 | 12 ++++ NEWS | 2 + stdlib/test-atexit-race-common.c | 69 ++++++++++++++++++++++ sysdeps/x86_64/fpu/multiarch/Makefile | 6 +- sysdeps/x86_64/fpu/multiarch/s_trunc-c.c | 2 + .../fpu/multiarch/s_trunc-sse4_1.S} | 10 +++- .../x86_64/fpu/multiarch/{s_rintf.c => s_trunc.c} | 16 ++--- sysdeps/x86_64/fpu/multiarch/s_truncf-c.c | 2 + .../fpu/multiarch/s_truncf-sse4_1.S} | 10 +++- .../fpu/multiarch/{s_floorf.c => s_truncf.c} | 16 ++--- 10 files changed, 121 insertions(+), 24 deletions(-) create mode 100644 stdlib/test-atexit-race-common.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_trunc-c.c copy sysdeps/{i386/symbol-hacks.h => x86_64/fpu/multiarch/s_trunc-sse4_1.S} (83%) copy sysdeps/x86_64/fpu/multiarch/{s_rintf.c => s_trunc.c} (77%) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_truncf-c.c copy sysdeps/{s390/s390-32/symbol-hacks.h => x86_64/fpu/multiarch/s_truncf-sse4_1. [...] copy sysdeps/x86_64/fpu/multiarch/{s_floorf.c => s_truncf.c} (76%)