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 228edd356f iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) adds 38a9e93cb1 Add NEWS entry for CVE-2020-29562 (BZ #26923) adds 4d3a77c735 Fixed typos in "NEWS for version 2.32" adds 224b419d1e Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases new b5eeca8cfd Fix parsing of /sys/devices/system/cpu/online (bug 25859) new f88242af19 S390: Derive float_t from FLT_EVAL_METHOD new 0d4ed9d40e elf: Fix incorrect comparison in sort_priorities_by_name
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: NEWS | 30 ++++++++++++++++++++---------- elf/dl-hwcaps.c | 2 +- include/inttypes.h | 3 --- stdlib/Makefile | 1 - stdlib/strtoimax.c | 1 - stdlib/strtoll.c | 1 + stdlib/strtoull.c | 1 + stdlib/strtoumax.c | 1 - stdlib/wcstoimax.c | 1 - stdlib/wcstoumax.c | 1 - sysdeps/s390/bits/flt-eval-method.h | 24 ------------------------ sysdeps/unix/sysv/linux/getsysstats.c | 5 +++-- sysdeps/wordsize-32/strtoimax.c | 27 --------------------------- sysdeps/wordsize-32/strtoumax.c | 28 ---------------------------- sysdeps/wordsize-32/wcstoimax.c | 28 ---------------------------- sysdeps/wordsize-32/wcstoumax.c | 28 ---------------------------- sysdeps/wordsize-64/strtoimax.c | 27 --------------------------- sysdeps/wordsize-64/strtol.c | 1 + sysdeps/wordsize-64/strtoul.c | 1 + sysdeps/wordsize-64/strtoumax.c | 28 ---------------------------- sysdeps/wordsize-64/wcstoimax.c | 28 ---------------------------- sysdeps/wordsize-64/wcstol.c | 1 + sysdeps/wordsize-64/wcstoul.c | 1 + sysdeps/wordsize-64/wcstoumax.c | 28 ---------------------------- wcsmbs/wcstoll.c | 1 + wcsmbs/wcstoull.c | 1 + 26 files changed, 32 insertions(+), 267 deletions(-) delete mode 100644 stdlib/strtoimax.c delete mode 100644 stdlib/strtoumax.c delete mode 100644 stdlib/wcstoimax.c delete mode 100644 stdlib/wcstoumax.c delete mode 100644 sysdeps/s390/bits/flt-eval-method.h delete mode 100644 sysdeps/wordsize-32/strtoimax.c delete mode 100644 sysdeps/wordsize-32/strtoumax.c delete mode 100644 sysdeps/wordsize-32/wcstoimax.c delete mode 100644 sysdeps/wordsize-32/wcstoumax.c delete mode 100644 sysdeps/wordsize-64/strtoimax.c delete mode 100644 sysdeps/wordsize-64/strtoumax.c delete mode 100644 sysdeps/wordsize-64/wcstoimax.c delete mode 100644 sysdeps/wordsize-64/wcstoumax.c