This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/glibc.
from e938c02748 Don't add access size hints to fortifiable functions adds a643f60c53 Make sure that the fortified function conditionals are constant adds ad6f2a010c debug: Add tests for _FORTIFY_SOURCE=3 adds 2c6cabb3a4 Correct access attribute on memfrob (bug 28475) adds 82fd7314c7 powerpc: Remove backtrace implementation adds e037274c8e stdlib: Fix tst-canon-bz26341 when the glibc build current w [...] adds d962cce139 x86-64: Add sysdeps/x86_64/fpu/Makeconfig adds aa783f9a7b linux: Fix a possibly non-constant expression in _Static_assert adds 8a9a593115 Add alloc_align attribute to memalign et al
No new revisions were added by this update.
Summary of changes: debug/Makefile | 13 +- debug/tst-chk1.c | 102 +++++++------- debug/tst-chk7.c | 2 + debug/tst-chk8.cc | 2 + elf/tst-execstack-needed.c | 2 +- elf/tst-execstack-prog.c | 2 +- elf/tst-execstack.c | 2 +- io/bits/poll2.h | 27 +--- libio/bits/stdio2.h | 106 ++++++--------- malloc/malloc.h | 5 +- misc/sys/cdefs.h | 57 ++++++++ posix/bits/unistd.h | 174 ++++++------------------ socket/bits/socket2.h | 34 ++--- stdlib/bits/stdlib.h | 57 +++----- stdlib/stdlib.h | 4 +- stdlib/tst-canon-bz26341.c | 6 + string/string.h | 2 +- support/support.h | 5 +- sysdeps/powerpc/powerpc32/backtrace.c | 133 ------------------- sysdeps/powerpc/powerpc64/backtrace.c | 117 ----------------- sysdeps/unix/sysv/linux/dl-vdso-setup.c | 11 -- sysdeps/unix/sysv/linux/dl-vdso-setup.h | 9 -- sysdeps/unix/sysv/linux/opendir.c | 6 +- sysdeps/unix/sysv/linux/powerpc/sysdep.h | 7 - sysdeps/x86_64/fpu/Makeconfig | 92 +++++++++++++ sysdeps/x86_64/fpu/Makefile | 134 ++++++------------- sysdeps/x86_64/fpu/multiarch/Makefile | 68 +++------- wcsmbs/bits/wchar2.h | 219 +++++++++---------------------- 28 files changed, 482 insertions(+), 916 deletions(-) create mode 100644 debug/tst-chk7.c create mode 100644 debug/tst-chk8.cc delete mode 100644 sysdeps/powerpc/powerpc32/backtrace.c delete mode 100644 sysdeps/powerpc/powerpc64/backtrace.c create mode 100644 sysdeps/x86_64/fpu/Makeconfig