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_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from 475b63702e x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h adds f2c996597d hurd: Implement close_range and closefrom adds d41985b71e hurd: Remove unused __libc_close_range adds a6a9c1a36b test-memcpy.c: Double TIMEOUT to (8 * 60) adds 3a523ccd78 locale: Fix localedata/sort-test undefined behavior adds db6c4935fa Fix memmove call in vfprintf-internal.c:group_number adds b05fae4d8e elf: Use the minimal malloc on tunables_strdup adds 824dd3ec49 Fix build a chec failures after b05fae4d8e34 new 0bd356df1a Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S
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: Makeconfig | 7 -- Makerules | 9 -- elf/Makefile | 7 +- elf/dl-minimal-malloc.c | 112 +++++++++++++++++++ elf/dl-minimal.c | 124 ++------------------- elf/dl-tunables.c | 7 +- localedata/collate-test.c | 11 +- stdio-common/vfprintf-internal.c | 3 +- string/test-memcpy.c | 1 + string/test-string.h | 4 +- .../{dl-relocate-ld.h => dl-minimal-malloc.h} | 15 ++- sysdeps/mach/hurd/Makefile | 2 +- sysdeps/mach/hurd/Versions | 3 + {bits => sysdeps/mach/hurd/bits}/unistd_ext.h | 15 ++- sysdeps/mach/hurd/close_range.c | 66 +++++++++++ .../mach/hurd/closefrom.c | 13 ++- sysdeps/mach/hurd/i386/libc.abilist | 1 + sysdeps/mach/hurd/i386/localplt.data | 1 - sysdeps/unix/Makefile | 4 - sysdeps/unix/s-proto-cancel.S | 5 - sysdeps/unix/s-proto.S | 4 - 21 files changed, 247 insertions(+), 167 deletions(-) create mode 100644 elf/dl-minimal-malloc.c copy sysdeps/generic/{dl-relocate-ld.h => dl-minimal-malloc.h} (68%) copy {bits => sysdeps/mach/hurd/bits}/unistd_ext.h (65%) create mode 100644 sysdeps/mach/hurd/close_range.c copy support/xpthread_kill.c => sysdeps/mach/hurd/closefrom.c (78%) delete mode 100644 sysdeps/unix/s-proto-cancel.S delete mode 100644 sysdeps/unix/s-proto.S