This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os in repository toolchain/ci/glibc.
from c48d92b430 Add glibc.malloc.mxfast tunable adds 9b9670fcd8 elf: Support elf/tst-dlopen-aout in more configurations adds a33b817f13 login: Assume that _HAVE_UT_* constants are true adds 777d75fbc0 Add feature test macro _ISOC2X_SOURCE. adds a8c2fa984a Declare memccpy, strdup, strndup for C2X. adds 0175c9e9be Declare most TS 18661-1 interfaces for C2X. adds 5a3afa9738 login: Replace macro-based control flow with function calls in utmp adds c3ce62cc0b Declare some TS 18661-4 interfaces for C2X. adds b68fabfbbc aarch64: Disable using DC ZVA in emag memset new c54d864903 support: Include <support/descriptors.h> in support_descriptors.c
The 1 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: ChangeLog | 133 ++++++++++++++++++++ NEWS | 7 +- bits/fenv.h | 2 +- bits/libc-header-start.h | 20 ++- bits/math-finite.h | 2 +- bits/utmp.h | 103 ++++++++++++++-- elf/Makefile | 6 +- elf/tst-dlopen-aout.c | 21 ++-- include/features.h | 21 +++- include/limits.h | 2 +- login/getutid_r.c | 5 - login/getutmp.c | 12 -- login/getutmpx.c | 13 -- login/login.c | 4 - login/logout.c | 10 -- login/logwtmp.c | 10 -- login/programs/utmpdump.c | 46 +------ login/tst-utmp.c | 25 ---- login/utmp_file.c | 199 ++++++++++++++++-------------- manual/creature.texi | 7 ++ math/bits/mathcalls.h | 16 +-- math/fenv.h | 8 +- math/math.h | 12 +- math/tgmath.h | 6 +- stdlib/bits/stdlib-ldbl.h | 2 +- stdlib/stdint.h | 2 +- stdlib/stdlib.h | 2 +- string/string.h | 6 +- support/support_descriptors.c | 1 + sysdeps/aarch64/bits/fenv.h | 2 +- sysdeps/aarch64/multiarch/memset_base64.S | 12 +- sysdeps/aarch64/multiarch/memset_emag.S | 12 +- sysdeps/alpha/fpu/bits/fenv.h | 2 +- sysdeps/arm/bits/fenv.h | 2 +- sysdeps/csky/bits/fenv.h | 2 +- sysdeps/generic/utmp-equal.h | 34 ++--- sysdeps/gnu/bits/utmp.h | 126 ------------------- sysdeps/hppa/fpu/bits/fenv.h | 2 +- sysdeps/ia64/bits/fenv.h | 2 +- sysdeps/m68k/bits/fenv.h | 2 +- sysdeps/microblaze/bits/fenv.h | 2 +- sysdeps/mips/bits/fenv.h | 2 +- sysdeps/nios2/bits/fenv.h | 2 +- sysdeps/powerpc/bits/fenv.h | 2 +- sysdeps/riscv/bits/fenv.h | 2 +- sysdeps/s390/fpu/bits/fenv.h | 2 +- sysdeps/sh/bits/fenv.h | 2 +- sysdeps/sparc/fpu/bits/fenv.h | 2 +- sysdeps/x86/fpu/bits/fenv.h | 2 +- 49 files changed, 474 insertions(+), 445 deletions(-) delete mode 100644 sysdeps/gnu/bits/utmp.h