This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e96a3ca Fix arg used as litteral suffix in tst-strfrom.h new 257dabc Include <linux/falloc.h> in bits/fcntl-linux.h. new 0acb8a2 Refactor long double information into bits/long-double.h.
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 | 48 ++++++++++++++++++++++ bits/long-double.h | 39 ++++++++++++++++++ bits/mathdef.h | 10 +---- math/Makefile | 3 +- math/math.h | 4 -- misc/sys/cdefs.h | 1 + stdlib/strtold.c | 2 +- sysdeps/aarch64/bits/mathdef.h | 21 ---------- sysdeps/alpha/bits/mathdef.h | 4 +- sysdeps/ia64/bits/mathdef.h | 20 --------- .../ieee754/ldbl-128/bits/long-double.h | 8 ++-- .../ieee754/ldbl-96/bits/long-double.h | 8 ++-- .../ldbl-opt/bits/long-double.h} | 16 ++++---- sysdeps/m68k/m680x0/bits/mathdef.h | 20 --------- .../iconv/skeleton.c => mips/bits/long-double.h} | 10 +++-- sysdeps/mips/bits/mathdef.h | 28 ------------- sysdeps/powerpc/bits/mathdef.h | 20 --------- sysdeps/s390/bits/mathdef.h | 20 --------- sysdeps/s390/s390-32/bits/wordsize.h | 11 ----- sysdeps/s390/s390-64/bits/wordsize.h | 11 ----- sysdeps/sparc/bits/mathdef.h | 22 ---------- sysdeps/unix/sysv/linux/alpha/bits/wordsize.h | 11 ----- sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 10 +---- sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h | 11 ----- .../sysv/linux/sparc/bits/long-double.h} | 20 ++++----- sysdeps/unix/sysv/linux/sparc/bits/wordsize.h | 13 ------ sysdeps/x86/bits/mathdef.h | 20 --------- 27 files changed, 126 insertions(+), 285 deletions(-) create mode 100644 bits/long-double.h delete mode 100644 sysdeps/aarch64/bits/mathdef.h delete mode 100644 sysdeps/ia64/bits/mathdef.h copy posix/tst-execvpe1.c => sysdeps/ieee754/ldbl-128/bits/long-double.h (78%) copy posix/tst-execvpe1.c => sysdeps/ieee754/ldbl-96/bits/long-double.h (78%) copy sysdeps/{powerpc/powerpc64/multiarch/strcspn-ppc64.c => ieee754/ldbl-opt/bits [...] delete mode 100644 sysdeps/m68k/m680x0/bits/mathdef.h copy sysdeps/{s390/multiarch/iconv/skeleton.c => mips/bits/long-double.h} (76%) delete mode 100644 sysdeps/mips/bits/mathdef.h delete mode 100644 sysdeps/powerpc/bits/mathdef.h delete mode 100644 sysdeps/s390/bits/mathdef.h delete mode 100644 sysdeps/sparc/bits/mathdef.h copy sysdeps/{aarch64/bits/wordsize.h => unix/sysv/linux/sparc/bits/long-double.h} (69%) delete mode 100644 sysdeps/x86/bits/mathdef.h