This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from 1a85970f41 powerpc: Relocate stinfo->main adds d2265570a7 manual: Avoid name collision in libm ULP table [BZ #28956] adds ac5f5a92ed Add .clang-format style file adds d2263bf50a test-container: Fix "unused code" warnings on HURD adds 707efc2955 Remove _dl_skip_args_internal declaration adds 2fe48f5283 NEWS: Move PLT tracking slowdown to glibc 2.35. adds 67ab66541d hurd: Fix arbitrary error code adds 45a8e05785 hurd: Define ELIBEXEC adds 4a41fc3cd9 elf: Fix memory leak in _dl_find_object_update (bug 29062) adds d275970ab5 stdlib: Reflow and sort most variable assignments adds 535e935a28 Replace {u}int_fast{16|32} with {u}int32_t adds 2376944b9e S390: Add new s390 platform z16.
No new revisions were added by this update.
Summary of changes: .clang-format | 156 ++++++++++++++++ NEWS | 6 +- elf/Makefile | 8 + elf/dl-find_object.c | 5 +- elf/dl-load.c | 2 +- elf/dl-lookup.c | 12 +- elf/dl-machine-reject-phdr.h | 2 +- elf/dl-profile.c | 2 +- elf/setup-vdso.h | 2 +- elf/tst-glibc-hwcaps-cache.script | 6 + hurd/hurdselect.c | 2 +- iconv/gconv_simple.c | 4 +- iconv/gconv_trans.c | 10 +- iconvdata/cp932.c | 2 +- iconvdata/johab.c | 6 +- iconvdata/sjis.c | 2 +- locale/elem-hash.h | 2 +- locale/weight.h | 2 +- manual/errno.texi | 10 +- nss/nss_test_errno.c | 2 +- posix/regex_internal.h | 2 +- resolv/nss_dns/dns-canon.c | 2 +- stdlib/Makefile | 290 ++++++++++++++++++++++------- string/strcoll_l.c | 2 +- string/strxfrm_l.c | 8 +- support/test-container.c | 6 + sysdeps/generic/ldsodefs.h | 5 - sysdeps/mach/hurd/bits/errno.h | 2 + sysdeps/mips/dl-machine-reject-phdr.h | 2 +- sysdeps/riscv/rv32/rvd/libm-test-ulps-name | 2 +- sysdeps/riscv/rv64/rvd/libm-test-ulps-name | 2 +- sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 2 +- sysdeps/s390/s390-64/Makefile | 25 ++- sysdeps/s390/s390-64/dl-hwcap-check.h | 6 +- sysdeps/s390/s390-64/dl-hwcaps-subdirs.c | 11 +- sysdeps/s390/s390-64/tst-glibc-hwcaps.c | 8 +- sysdeps/unix/sysv/linux/dl-sysdep.c | 2 +- 38 files changed, 500 insertions(+), 125 deletions(-) create mode 100644 .clang-format