This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz 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. adds 61d3db4281 login: pututxline could fail to overwrite existing entries [ [...] adds ffced383cd nptl: Move pthread_attr_setdetachstate implementation into libc adds 35ffd20dbd misc: Use allocate_once in getmntent adds cd7ce12a02 [powerpc] fe{en,dis}ableexcept optimize bit translations adds 3c1766ea10 [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accesses adds e905212627 [powerpc] SET_RESTORE_ROUND improvements adds fec2bd2c2d [powerpc] fesetenv: optimize FPSCR access adds 0b3c9e57a4 [powerpc] fegetenv_status: simplify instruction generation new a22a582e49 Fix posix/tst-regex by using UTF-8 and own test input new ab74d59f65 Correct the spelling of more contributors
The 2 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 | 230 ++++++++++++++++----- ChangeLog.old/ChangeLog.17 | 8 +- ChangeLog.old/ChangeLog.18 | 4 +- ChangeLog.old/ChangeLog.localedata | 16 +- login/Makefile | 5 +- login/tst-pututxline-lockfail.c | 176 ++++++++++++++++ login/utmp_file.c | 21 +- manual/contrib.texi | 3 +- misc/mntent.c | 37 ++-- nptl/Makefile | 4 +- nptl/Versions | 1 - nptl/forward.c | 3 - nptl/nptl-init.c | 1 - posix/tst-regex.c | 51 +++-- ChangeLog.old/ChangeLog.8 => posix/tst-regex.input | 0 soft-fp/extendxftf2.c | 2 +- soft-fp/fixdfti.c | 2 +- soft-fp/fixsfti.c | 2 +- soft-fp/fixtfti.c | 2 +- soft-fp/fixunsdfti.c | 2 +- soft-fp/fixunssfti.c | 2 +- soft-fp/fixunstfti.c | 2 +- soft-fp/floattidf.c | 2 +- soft-fp/floattisf.c | 2 +- soft-fp/floattitf.c | 2 +- soft-fp/floatuntidf.c | 2 +- soft-fp/floatuntisf.c | 2 +- soft-fp/floatuntitf.c | 2 +- soft-fp/trunctfxf2.c | 2 +- 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 - 60 files changed, 587 insertions(+), 241 deletions(-) create mode 100644 login/tst-pututxline-lockfail.c copy ChangeLog.old/ChangeLog.8 => posix/tst-regex.input (100%)