This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 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 new 2c6cabb3a4 Correct access attribute on memfrob (bug 28475) new 82fd7314c7 powerpc: Remove backtrace implementation new e037274c8e stdlib: Fix tst-canon-bz26341 when the glibc build current w [...]
The 3 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: 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 ++++++--------- misc/sys/cdefs.h | 47 +++++++ posix/bits/unistd.h | 174 ++++++------------------ socket/bits/socket2.h | 34 ++--- stdlib/bits/stdlib.h | 57 +++----- stdlib/tst-canon-bz26341.c | 6 + string/string.h | 2 +- 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 +++++++++---------------------- 21 files changed, 305 insertions(+), 769 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