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 38b52865d4 elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h> new 7c6513082b Fix output of LD_SHOW_AUXV=1. new 711a322a23 Use a proper C tokenizer to implement the obsolete typedefs test. new 29218b265f Move inttypes.h and stdint.h to stdlib. new 043440e761 hurd: Add no-op version of __res_enable_icmp [BZ #24047]
The 4 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 | 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%)