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 088e962537 x86: Rename readelflib.c adds 228edd356f iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) new 38a9e93cb1 Add NEWS entry for CVE-2020-29562 (BZ #26923) new 4d3a77c735 Fixed typos in "NEWS for version 2.32" new 224b419d1e Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases
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 | 23 +++++++++++++---------- iconv/Makefile | 2 +- iconv/gconv_simple.c | 16 ++++------------ iconv/{tst-iconv7.c => tst-iconv8.c} | 29 ++++++++++++----------------- 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/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, 38 insertions(+), 270 deletions(-) copy iconv/{tst-iconv7.c => tst-iconv8.c} (57%) 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/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