This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 5a96fe2e02 elf.h: Remove SHF_GNU_BUILD_NOTE. adds 2ee7711bdd x86: Remove the default REP MOVSB threshold tunable value [B [...] adds d2e929a907 nsswitch: handle missing actions properly adds e182654151 Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines new cb5648b00f elf: inline lose for error handling new c6b0165327 elf: Fix failure handling in _dl_map_object_from_fd new d4136903a2 aarch64: fix static PIE start code for BTI [BZ #27068] new 4033f21eb2 aarch64: remove the strlen_asimd symbol new 7366cb03f8 Use GMP 6.2.1 in build-many-glibcs.py. new 4d0985543f elf: Record libc.so link map when it is the main program (bu [...]
The 6 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: elf/dl-load.c | 110 +++++++++---------- elf/rtld.c | 11 ++ grp/Makefile | 4 + grp/initgroups.c | 6 +- string/test-sig_np.c => grp/tst-initgroups1.c | 45 ++++---- grp/tst-initgroups1.root/etc/group | 7 ++ grp/tst-initgroups1.root/etc/nsswitch.conf | 1 + grp/tst-initgroups1.root/etc/passwd | 1 + .../tls-internal.c => grp/tst-initgroups2.c | 6 +- grp/tst-initgroups2.root/etc/group | 7 ++ grp/tst-initgroups2.root/etc/nsswitch.conf | 2 + grp/tst-initgroups2.root/etc/passwd | 1 + nss/nss_database.c | 3 +- nss/nsswitch.c | 5 +- scripts/build-many-glibcs.py | 2 +- stdlib/inttypes.h | 118 --------------------- sysdeps/aarch64/multiarch/strlen_asimd.S | 3 +- sysdeps/aarch64/start.S | 1 + sysdeps/x86/dl-tunables.list | 6 +- 19 files changed, 132 insertions(+), 207 deletions(-) copy string/test-sig_np.c => grp/tst-initgroups1.c (60%) create mode 100644 grp/tst-initgroups1.root/etc/group create mode 100644 grp/tst-initgroups1.root/etc/nsswitch.conf create mode 100644 grp/tst-initgroups1.root/etc/passwd copy sysdeps/generic/tls-internal.c => grp/tst-initgroups2.c (85%) create mode 100644 grp/tst-initgroups2.root/etc/group create mode 100644 grp/tst-initgroups2.root/etc/nsswitch.conf create mode 100644 grp/tst-initgroups2.root/etc/passwd