This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from c6e794640c aarch64: Add unwind information to _start (bug 26853) adds 5337b2af4b Remove __warn_memset_zero_len [BZ #25399] adds eba0ce6058 Remove __warndecl adds f688bcd83d support: Provide a way to reorder responses within the DNS t [...] adds 05c025abca support: Provide a way to clear the RA bit in DNS server responses adds 2dfa659a66 resolv: Handle transaction ID collisions in parallel queries [...] adds 5c36293f06 resolv: Serialize processing in resolv/tst-resolv-txnid-collision adds 3ea24955bf struct _Unwind_Exception alignment should not depend on comp [...] adds ac0a6929c5 sh: Add sh4 fpu Implies folder adds 050022910b iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] adds 1d49bede4d tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 adds 0d9793e82a Fix buffer overrun in EUC-KR conversion module (bz #24973) adds 1a24bbd43e x86-64: Avoid rep movsb with short distance [BZ #27130] adds 2b4f67c2b3 Update for [BZ #27130] fix adds 87450ecf8a x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] adds 4c619b3eed x86: Check IFUNC definition in unrelocated executable [BZ #20019] adds 610e2c5150 aarch64: Fix missing BTI protection from dependencies [BZ #26926] adds c6090dcebd aarch64: align address for BTI protection [BZ #26988] adds b6eae83717 elf: Move note processing after l_phdr is updated adds 46e1e64fe3 elf: Pass the fd to note processing adds 33dc30bc83 aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] adds 082798622d __vfscanf_internal: fix aliasing violation (bug 26690) adds d3cb8f6222 aarch64: fix static PIE start code for BTI [BZ #27068] adds 760e1d2878 gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)
No new revisions were added by this update.
Summary of changes: NEWS | 11 + Rules | 19 +- debug/Makefile | 2 +- debug/warning-nop.c | 70 ----- elf/Makefile | 2 + elf/dl-load.c | 38 +-- elf/ifuncmain6pie.c | 14 +- elf/ifuncmod6.c | 8 +- elf/rtld.c | 4 +- iconv/tst-iconv_prog.sh | 16 +- iconvdata/Makefile | 5 +- iconvdata/bug-iconv13.c | 53 ++++ iconvdata/bug-iconv14.c | 127 ++++++++ iconvdata/euc-kr.c | 6 +- iconvdata/ibm1364.c | 14 +- iconvdata/iso-2022-jp-3.c | 67 +++-- iconvdata/ksc5601.h | 6 +- malloc/Makefile | 20 ++ misc/sys/cdefs.h | 3 - resolv/Makefile | 7 + resolv/res_send.c | 40 +-- resolv/tst-resolv-txnid-collision.c | 334 +++++++++++++++++++++ stdio-common/vfscanf-internal.c | 22 +- string/bits/string_fortified.h | 15 - support/Makefile | 2 + support/resolv_response_context_duplicate.c | 37 +++ .../resolv_response_context_free.c | 24 +- support/resolv_test.c | 63 ++-- support/resolv_test.h | 41 ++- sysdeps/aarch64/dl-bti.c | 71 +++-- sysdeps/aarch64/dl-prop.h | 14 +- sysdeps/aarch64/linkmap.h | 2 +- sysdeps/aarch64/start.S | 1 + sysdeps/generic/dl-prop.h | 6 +- sysdeps/generic/ldsodefs.h | 5 +- sysdeps/generic/unwind.h | 24 +- sysdeps/i386/dl-machine.h | 16 +- sysdeps/sh/be/sh4/fpu/Implies | 1 + sysdeps/sh/le/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 + sysdeps/x86/Makefile | 6 + sysdeps/x86/dl-cet.c | 5 +- sysdeps/x86/dl-prop.h | 6 +- sysdeps/x86/tst-setjmp-cet.c | 1 + sysdeps/x86_64/dl-machine.h | 16 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 21 ++ 47 files changed, 974 insertions(+), 294 deletions(-) delete mode 100644 debug/warning-nop.c create mode 100644 iconvdata/bug-iconv13.c create mode 100644 iconvdata/bug-iconv14.c create mode 100644 resolv/tst-resolv-txnid-collision.c create mode 100644 support/resolv_response_context_duplicate.c copy sysdeps/aarch64/linkmap.h => support/resolv_response_context_free.c (51%) create mode 100644 sysdeps/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/sh/le/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies create mode 100644 sysdeps/x86/tst-setjmp-cet.c