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_LTO 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]
No new revisions were added by this update.
Summary of changes: ChangeLog | 42 ++ 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/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 +- 17 files changed, 561 insertions(+), 87 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%)