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 0c1041ee5b Use Linux 5.0 in build-many-glibcs.py. adds 97f8225d22 scripts/check-obsolete-constructs.py: Process all headers as UTF-8. adds 081bdf9421 nss: Fix tst-nss-files-alias-truncated for default --as-need [...] adds a0a0dc8317 Remove obsolete, never-implemented XSI STREAMS declarations new 5b06f538c5 malloc: Check for large bin list corruption when inserting u [...]
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 | 59 ++++++++ NEWS | 3 + bits/stropts.h | 230 ------------------------------- bits/xtitypes.h | 33 ----- conform/Makefile | 16 +-- conform/data/stropts.h-data | 140 ------------------- include/stropts.h | 1 - include/sys/stropts.h | 1 - malloc/malloc.c | 4 + manual/terminal.texi | 13 -- nss/Makefile | 3 +- nss/tst-nss-files-alias-truncated.c | 7 +- posix/Makefile | 3 +- posix/Versions | 6 + posix/streams-compat.c | 101 ++++++++++++++ scripts/check-obsolete-constructs.py | 2 +- streams/Makefile | 28 ---- streams/Versions | 15 -- streams/fattach.c | 29 ---- streams/fdetach.c | 29 ---- streams/getmsg.c | 29 ---- streams/getpmsg.c | 30 ---- streams/isastream.c | 33 ----- streams/putmsg.c | 30 ---- streams/putpmsg.c | 30 ---- streams/stropts.h | 92 ------------- streams/sys/stropts.h | 1 - sysdeps/ia64/bits/xtitypes.h | 33 ----- sysdeps/posix/sysconf.c | 4 - sysdeps/s390/bits/xtitypes.h | 33 ----- sysdeps/unix/inet/Subdirs | 1 - sysdeps/unix/sysv/linux/i386/getmsg.c | 33 ----- sysdeps/unix/sysv/linux/i386/putmsg.c | 34 ----- sysdeps/unix/sysv/linux/m68k/getmsg.c | 1 - sysdeps/unix/sysv/linux/m68k/putmsg.c | 1 - sysdeps/unix/sysv/linux/mips/getmsg.c | 1 - sysdeps/unix/sysv/linux/mips/putmsg.c | 1 - sysdeps/unix/sysv/linux/powerpc/getmsg.c | 1 - sysdeps/unix/sysv/linux/powerpc/putmsg.c | 1 - sysdeps/unix/sysv/linux/syscalls.list | 2 - sysdeps/x86/bits/xtitypes.h | 33 ----- 41 files changed, 191 insertions(+), 956 deletions(-) delete mode 100644 bits/stropts.h delete mode 100644 bits/xtitypes.h delete mode 100644 conform/data/stropts.h-data delete mode 100644 include/stropts.h delete mode 100644 include/sys/stropts.h create mode 100644 posix/streams-compat.c delete mode 100644 streams/Makefile delete mode 100644 streams/Versions delete mode 100644 streams/fattach.c delete mode 100644 streams/fdetach.c delete mode 100644 streams/getmsg.c delete mode 100644 streams/getpmsg.c delete mode 100644 streams/isastream.c delete mode 100644 streams/putmsg.c delete mode 100644 streams/putpmsg.c delete mode 100644 streams/stropts.h delete mode 100644 streams/sys/stropts.h delete mode 100644 sysdeps/ia64/bits/xtitypes.h delete mode 100644 sysdeps/s390/bits/xtitypes.h delete mode 100644 sysdeps/unix/sysv/linux/i386/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/i386/putmsg.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/putmsg.c delete mode 100644 sysdeps/unix/sysv/linux/mips/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/mips/putmsg.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/getmsg.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/putmsg.c delete mode 100644 sysdeps/x86/bits/xtitypes.h