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 38b52865d4 elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h> adds 7c6513082b Fix output of LD_SHOW_AUXV=1. adds 711a322a23 Use a proper C tokenizer to implement the obsolete typedefs test. adds 29218b265f Move inttypes.h and stdint.h to stdlib. adds 043440e761 hurd: Add no-op version of __res_enable_icmp [BZ #24047] new 0c1041ee5b Use Linux 5.0 in build-many-glibcs.py.
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 | 49 +++ Rules | 17 +- elf/dl-sysdep.c | 11 +- include/inttypes.h | 2 +- include/stdint.h | 1 + posix/bits/types.h | 10 +- posix/sys/types.h | 33 +- scripts/build-many-glibcs.py | 7 +- scripts/check-installed-headers.sh | 37 +- scripts/check-obsolete-constructs.py | 466 +++++++++++++++++++++ {sysdeps/generic => stdlib}/inttypes.h | 0 {sysdeps/generic => stdlib}/stdint.h | 0 .../mach/hurd/res_enable_icmp.c | 13 +- sysdeps/powerpc/dl-procinfo.h | 2 +- sysdeps/sparc/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/arm/dl-procinfo.h | 2 +- sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 4 +- 18 files changed, 572 insertions(+), 90 deletions(-) create mode 100644 include/stdint.h create mode 100755 scripts/check-obsolete-constructs.py rename {sysdeps/generic => stdlib}/inttypes.h (100%) rename {sysdeps/generic => stdlib}/stdint.h (100%) copy elf/tst-audit13.c => sysdeps/mach/hurd/res_enable_icmp.c (81%)