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-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 1f50f2ad85 Small tcache improvements adds 1388600877 Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h. adds dfba907fed sysvipc: Fix compat msgctl (BZ#24570) adds 236c18e568 sysvipc: Consolidate semtimedop s390 adds ff6bec7d47 support: Correct confusing comment adds b62bb3bc68 support: Add missing EOL terminators on timespec adds 75c51570c7 support: Expose sbindir as support_sbindir_prefix adds 09e1b0e3f6 libio: Remove codecvt vtable [BZ #24588] adds 7e740ab2e7 libio: Fix gconv-related memory leak [BZ #24583] adds c9c15ac316 wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] new 004e52febf sysvipc: Add missing bit of semtimedop s390 consolidation new 46ae07324b Improve string benchtest timing
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: ChangeLog | 125 +++++++++++++++++++ benchtests/bench-memcpy-random.c | 2 +- benchtests/bench-memcpy-walk.c | 8 +- benchtests/bench-memmem.c | 2 +- benchtests/bench-memmove-walk.c | 16 +-- benchtests/bench-memset-walk.c | 13 +- benchtests/bench-strcasestr.c | 2 +- benchtests/bench-string.h | 4 +- benchtests/bench-strpbrk.c | 2 +- benchtests/bench-strsep.c | 2 +- benchtests/bench-strspn.c | 2 +- benchtests/bench-strstr.c | 2 +- benchtests/bench-strtok.c | 2 +- elf/elf.h | 4 + iconv/gconv.h | 2 + libio/Makefile | 16 ++- libio/fileops.c | 3 - libio/iofclose.c | 15 ++- libio/iofgetpos.c | 3 +- libio/iofgetpos64.c | 3 +- libio/iofsetpos.c | 3 +- libio/iofsetpos64.c | 3 +- libio/iofwide.c | 132 +++------------------ libio/libio.h | 32 ----- libio/libioP.h | 29 ++++- .../tst-wfile-ascii.c | 61 +++++----- posix/tst-fnmatch4.c => libio/tst-wfile-gconv.c | 21 ++-- libio/wfileops.c | 89 +++++++------- support/Makefile | 1 + support/support.h | 2 + support/support_paths.c | 7 ++ support/timespec.c | 4 +- support/timespec.h | 4 +- sysdeps/unix/sysv/linux/ipc_priv.h | 5 + sysdeps/unix/sysv/linux/msgctl.c | 2 +- sysdeps/unix/sysv/linux/powerpc/ipc_priv.h | 3 + .../unix/sysv/linux/s390/ipc_priv.h | 32 ++--- sysdeps/unix/sysv/linux/s390/semtimedop.c | 36 ------ sysdeps/unix/sysv/linux/semtimedop.c | 4 +- sysdeps/unix/sysv/linux/sparc/sparc64/ipc_priv.h | 3 + wcsmbs/wcsmbsload.c | 32 ++++- wcsmbs/wcsmbsload.h | 1 + 42 files changed, 374 insertions(+), 360 deletions(-) copy string/test-strerror-errno.c => libio/tst-wfile-ascii.c (50%) copy posix/tst-fnmatch4.c => libio/tst-wfile-gconv.c (73%) copy posix/tst-fnmatch4.c => sysdeps/unix/sysv/linux/s390/ipc_priv.h (59%) delete mode 100644 sysdeps/unix/sysv/linux/s390/semtimedop.c