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-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 1bced8cadc Don't put non-ASCII into installed headers adds 3a9d025fdd Fix posix/tst-regex by using a dedicated input-file. new 61d3db4281 login: pututxline could fail to overwrite existing entries [ [...] new ffced383cd nptl: Move pthread_attr_setdetachstate implementation into libc new 35ffd20dbd misc: Use allocate_once in getmntent new cd7ce12a02 [powerpc] fe{en,dis}ableexcept optimize bit translations new 3c1766ea10 [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accesses new e905212627 [powerpc] SET_RESTORE_ROUND improvements new fec2bd2c2d [powerpc] fesetenv: optimize FPSCR access new 0b3c9e57a4 [powerpc] fegetenv_status: simplify instruction generation
The 8 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 | 123 ++++++++++++++ login/Makefile | 5 +- login/tst-pututxline-lockfail.c | 176 +++++++++++++++++++++ login/utmp_file.c | 21 +-- misc/mntent.c | 37 +++-- nptl/Makefile | 4 +- nptl/Versions | 1 - nptl/forward.c | 3 - nptl/nptl-init.c | 1 - posix/tst-regex.c | 2 +- ChangeLog.old/ChangeLog.8 => posix/tst-regex.input | 12 +- sysdeps/nptl/pthread-functions.h | 1 - sysdeps/powerpc/fpu/fedisblxcpt.c | 23 +-- sysdeps/powerpc/fpu/feenablxcpt.c | 24 +-- sysdeps/powerpc/fpu/fenv_libc.h | 103 ++++++++---- sysdeps/powerpc/fpu/fenv_private.h | 38 ++++- sysdeps/powerpc/fpu/fesetenv.c | 12 +- sysdeps/powerpc/fpu/fesetmode.c | 15 +- sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/arm/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/csky/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/i386/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 1 - .../sysv/linux/m68k/coldfire/libpthread.abilist | 1 - .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 1 - .../unix/sysv/linux/microblaze/libpthread.abilist | 1 - .../unix/sysv/linux/mips/mips32/libpthread.abilist | 1 - .../unix/sysv/linux/mips/mips64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 - .../linux/powerpc/powerpc32/libpthread.abilist | 1 - .../linux/powerpc/powerpc64/be/libpthread.abilist | 1 - .../linux/powerpc/powerpc64/le/libpthread.abilist | 1 - .../unix/sysv/linux/riscv/rv64/libpthread.abilist | 1 - .../sysv/linux/s390/s390-32/libpthread.abilist | 1 - .../sysv/linux/s390/s390-64/libpthread.abilist | 1 - sysdeps/unix/sysv/linux/sh/libpthread.abilist | 1 - .../sysv/linux/sparc/sparc32/libpthread.abilist | 1 - .../sysv/linux/sparc/sparc64/libpthread.abilist | 1 - .../unix/sysv/linux/x86_64/64/libpthread.abilist | 1 - .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 1 - 42 files changed, 480 insertions(+), 145 deletions(-) create mode 100644 login/tst-pututxline-lockfail.c copy ChangeLog.old/ChangeLog.8 => posix/tst-regex.input (99%)