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 04c6a8073d aarch64: Fix the list of tested IFUNC variants [BZ #26818] adds 3725ee39db benchtests: Do not build bench-timing-type with MODULE_NAME=libc new df359a25ba Revert "Make libc symbols hidden in static PIE" [BZ #27237] new 7d88c6142c gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256) new 01cdcf783a elf: Limit tst-prelink-cmp target archs new 429029a73e nsswitch: do not reload if "/" changes
The 4 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: benchtests/Makefile | 14 +-- elf/Makefile | 9 +- elf/{tst-absolute-zero.c => tst-prelink-cmp.c} | 33 ++++-- elf/tst-prelink.exp | 1 - iconvdata/Makefile | 4 +- iconvdata/bug-iconv14.c | 127 +++++++++++++++++++++ iconvdata/iso-2022-jp-3.c | 67 ++++++++--- include/libc-symbols.h | 9 +- nss/Makefile | 2 +- nss/nss_database.c | 27 +++++ nss/nss_module.c | 13 +++ nss/nss_module.h | 3 + nss/tst-reload2.c | 126 ++++++++++++++++++++ nss/tst-reload2.root/etc/nsswitch.conf | 2 + nss/tst-reload2.root/subdir/etc/group | 1 + nss/tst-reload2.root/subdir/etc/nsswitch.conf | 2 + .../tst-reload2.script} | 1 + 17 files changed, 387 insertions(+), 54 deletions(-) copy elf/{tst-absolute-zero.c => tst-prelink-cmp.c} (59%) delete mode 100644 elf/tst-prelink.exp create mode 100644 iconvdata/bug-iconv14.c create mode 100644 nss/tst-reload2.c create mode 100644 nss/tst-reload2.root/etc/nsswitch.conf create mode 100644 nss/tst-reload2.root/subdir/etc/group create mode 100644 nss/tst-reload2.root/subdir/etc/nsswitch.conf copy nss/{tst-nss-test3.root/tst-nss-test3.script => tst-reload2.root/tst-reload2. [...]