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_build/master-arm in repository toolchain/ci/glibc.
from 46baeb61e1 glibcextract.py: Place un-assemblable @@@ in a comment adds 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 [...]
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 | 31 ++--- io/sys/poll.h | 6 +- libio/bits/stdio2.h | 110 +++++++--------- libio/stdio.h | 4 +- misc/sys/cdefs.h | 57 ++++++++ posix/bits/unistd.h | 174 ++++++------------------ posix/unistd.h | 28 ++-- socket/bits/socket2.h | 34 ++--- stdlib/bits/stdlib.h | 57 +++----- stdlib/stdlib.h | 5 +- stdlib/tst-canon-bz26341.c | 6 + string/bits/string_fortified.h | 5 +- string/string.h | 4 +- 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/powerpc/sysdep.h | 7 - wcsmbs/bits/wchar2.h | 219 +++++++++---------------------- 26 files changed, 347 insertions(+), 795 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