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-aarch64-build_cross in repository toolchain/ci/glibc.
from 5a96fe2e02 elf.h: Remove SHF_GNU_BUILD_NOTE. new 2ee7711bdd x86: Remove the default REP MOVSB threshold tunable value [B [...] new d2e929a907 nsswitch: handle missing actions properly new e182654151 Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines
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: 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 +- stdlib/inttypes.h | 118 --------------------- sysdeps/x86/dl-tunables.list | 6 +- 14 files changed, 65 insertions(+), 147 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