This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 251287734e Rename struct ucontext tag (bug 21457). new 034e738021 Add float128 support for ia64.
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 | 16 +++ NEWS | 2 +- manual/math.texi | 2 +- math/libm-test-support.h | 3 +- sysdeps/ia64/Implies | 1 + sysdeps/ia64/Makefile | 5 + sysdeps/{x86 => ia64}/bits/floatn.h | 10 +- .../powerpc/powerpc64le => ia64}/float128-abi.h | 0 sysdeps/ia64/fpu/e_sqrtf128.c | 1 + sysdeps/ia64/fpu/k_rem_pio2.c | 1 - sysdeps/ia64/fpu/sfp-machine.h | 100 +++++++++++++++ sysdeps/{x86 => ia64}/math-tests.h | 2 +- sysdeps/unix/sysv/linux/ia64/libc.abilist | 7 ++ sysdeps/unix/sysv/linux/ia64/libm.abilist | 138 +++++++++++++++++++++ 14 files changed, 277 insertions(+), 11 deletions(-) copy sysdeps/{x86 => ia64}/bits/floatn.h (91%) copy sysdeps/{unix/sysv/linux/powerpc/powerpc64le => ia64}/float128-abi.h (100%) create mode 100644 sysdeps/ia64/fpu/e_sqrtf128.c delete mode 100644 sysdeps/ia64/fpu/k_rem_pio2.c create mode 100644 sysdeps/ia64/fpu/sfp-machine.h copy sysdeps/{x86 => ia64}/math-tests.h (95%)