This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4eda036f5b stdlib: Move tst-system to tests-container new 45ae17dd7e ldbl-128ibm-compat: PLT redirects for using ldbl redirects i [...] new d0d1811fb9 Fix tests which expose ldbl -> _Float128 redirects new 076d06e849 powerpc64le: Ensure correct ldouble compiler flags are used new 3618e5fece Makeconfig: sandwich gnulib-tests between libc/ld linking of tests new 39517c008f powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime new 57651ee4c8 powerpc64: apply -mabi=ibmlongdouble to special files
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: Makeconfig | 12 +-- elf/tst-addr1.c | 11 +++ include/err.h | 12 +-- include/libc-symbols.h | 2 + include/stdio.h | 52 ++++++++---- include/sys/cdefs.h | 20 +++++ include/sys/syslog.h | 2 +- include/wchar.h | 2 +- stdio-common/tst-vfprintf-user-type.c | 4 + sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 13 --- .../ieee754/ldbl-128ibm-compat/ieee128-asprintf.c | 5 +- .../ieee754/ldbl-128ibm-compat/ieee128-dprintf.c | 1 + sysdeps/ieee754/ldbl-128ibm-compat/ieee128-err.c | 7 ++ .../ieee754/ldbl-128ibm-compat/ieee128-fprintf.c | 1 + .../ldbl-128ibm-compat/ieee128-isoc99_sscanf.c | 1 + .../ldbl-128ibm-compat/ieee128-isoc99_vfscanf.c | 2 + .../ldbl-128ibm-compat/ieee128-isoc99_vsscanf.c | 1 + .../ieee754/ldbl-128ibm-compat/ieee128-sprintf.c | 1 + .../ieee754/ldbl-128ibm-compat/ieee128-syslog.c | 1 + .../ieee754/ldbl-128ibm-compat/ieee128-vfprintf.c | 1 + .../ieee754/ldbl-128ibm/include/bits/iscanonical.h | 2 +- sysdeps/powerpc/powerpc64/Makefile | 6 ++ sysdeps/powerpc/powerpc64/le/Makefile | 96 ++++++++++++++++------ .../powerpc/powerpc64/le/fpu/multiarch/Makefile | 4 +- sysdeps/powerpc/powerpc64/power7/Makefile | 6 +- 25 files changed, 194 insertions(+), 71 deletions(-)