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_build/master-aarch64 in repository toolchain/ci/glibc.
from e938c02748 Don't add access size hints to fortifiable functions new a643f60c53 Make sure that the fortified function conditionals are constant new ad6f2a010c debug: Add tests for _FORTIFY_SOURCE=3
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: debug/Makefile | 13 ++- debug/tst-chk1.c | 102 ++++++++++++----------- debug/tst-chk7.c | 2 + debug/tst-chk8.cc | 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 ++++--------- wcsmbs/bits/wchar2.h | 219 ++++++++++++++------------------------------------ 11 files changed, 295 insertions(+), 488 deletions(-) create mode 100644 debug/tst-chk7.c create mode 100644 debug/tst-chk8.cc