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-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 9f8b135f76 Fix maybe-uninitialized error on powerpc adds 63675a927e translations: Run msgmerge when downloading translations adds 35869b8531 Update translations adds afbfe2d963 translations: Trim po files using msgattrib adds 3cb57302ed translations: Update translations adds aba12794dc Get rid of Werror=maybe-uninitialized in res_send.c. adds 92ce43eef7 Run bench-timing-type with newly built libc. adds 8b222fa387 getaddrinfo: Fix resource leak after strdup failure in getho [...] adds d937694059 Fix array overflow in backtrace on PowerPC (bug 25423) adds ba44e5b508 Add NEWS entry about the change in handling of PT_GNU_STACK on MIPS adds de077de10f gitlog-to-changelog: Drop scripts in favour of gnulib version adds 00167b531d Fix cross-testing of tst-ifunc-fault-* tests. adds d01fd5f0ce Fix elf/tst-rtld-preload cross-testing. adds ef02e3c476 Fix locale/tst-locale-locpath cross-testing when sshd sets LANG. adds 352bb99754 Build raise with -fasynchronous-unwind-tables. adds 9baa46aa7b nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [...] adds 2cd01a1df2 Add NEWS entry about 64-bit time_t syscall use on 32-bit targets adds 4844a8437f Add Portuguese (Portugal) translation adds f1bb5499d1 Add note to NEWS about kernel headers dependency on risc-v adds 711416872d Add more contributors to the manual adds df5919dfeb Update newest tested versions of dependencies in install.texi adds e7daa7fcf7 Add bugs fixed in 2.31 in NEWS adds 7ef9556328 Update version numbers for 2.31 release adds 9ea3686266 Generate ChangeLog.old/ChangeLog.20 for 2.31 adds d8775136b5 Open master for 2.32 development adds 635d6fae03 x86: Don't make 2 calls to dlerror () in a row adds 15eab1e3e8 i386: Don't unnecessarily save and restore EAX, ECX and EDX [...] adds 4031d7484a i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target adds 825b58f3fb i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__ adds 0455f251f4 i386: Use ENTRY/END in assembly codes adds bbfc0f0f8e i386: Remove _exit.S
No new revisions were added by this update.
Summary of changes: ChangeLog.old/ChangeLog.20 | 6542 +++++++++++++++++ INSTALL | 10 +- NEWS | 124 +- benchtests/Makefile | 5 +- debug/tst-backtrace5.c | 12 + elf/Makefile | 9 +- elf/tst-rtld-preload.sh | 15 +- include/features.h | 2 +- locale/tst-locale-locpath.sh | 4 +- manual/contrib.texi | 18 + manual/install.texi | 10 +- po/Makefile | 8 +- po/be.po | 6137 +++------------- po/bg.po | 189 +- po/ca.po | 189 +- po/cs.po | 963 +-- po/da.po | 1812 +---- po/de.po | 55 +- po/el.po | 5505 +------------- po/eo.po | 3624 +--------- po/es.po | 1019 +-- po/fi.po | 1512 +--- po/fr.po | 2070 +++--- po/gl.po | 3525 +-------- po/hr.po | 376 +- po/hu.po | 7523 +++----------------- po/ia.po | 4845 +------------ po/id.po | 1885 +---- po/it.po | 1539 +--- po/ja.po | 2297 +----- po/ko.po | 189 +- po/lt.po | 8156 +++------------------ po/nb.po | 5348 +------------- po/nl.po | 428 +- po/pl.po | 189 +- po/pt.po | 2422 +++++++ po/pt_BR.po | 234 +- po/ru.po | 432 +- po/rw.po | 8288 +--------------------- po/sk.po | 3313 +-------- po/sl.po | 5251 +------------- po/sv.po | 55 +- po/tr.po | 380 +- po/uk.po | 393 +- po/vi.po | 397 +- po/zh_CN.po | 1087 +-- po/zh_TW.po | 224 +- resolv/res_send.c | 4 + scripts/gitlog_to_changelog.py | 138 - scripts/vcs_to_changelog/frontend_c.py | 827 --- scripts/vcs_to_changelog/misc_util.py | 51 - scripts/vcs_to_changelog/vcs_git.py | 164 - scripts/{vcs_to_changelog => }/vcstocl_quirks.py | 1 - signal/Makefile | 1 + sysdeps/i386/i386-mcount.S | 2 + sysdeps/i386/nptl/pthread_spin_lock.S | 8 +- sysdeps/i386/nptl/pthread_spin_unlock.S | 9 +- sysdeps/i386/pthread_spin_trylock.S | 8 +- sysdeps/i386/sub_n.S | 1 + sysdeps/nptl/pthread.h | 2 +- sysdeps/posix/getaddrinfo.c | 1 + sysdeps/powerpc/powerpc32/backtrace.c | 2 + sysdeps/powerpc/powerpc64/backtrace.c | 2 + sysdeps/unix/sysv/linux/i386/_exit.S | 44 - sysdeps/unix/sysv/linux/i386/getcontext.S | 8 +- sysdeps/unix/sysv/linux/i386/setcontext.S | 11 +- sysdeps/unix/sysv/linux/i386/swapcontext.S | 17 +- sysdeps/unix/sysv/linux/i386/ucontext_i.sym | 3 - sysdeps/x86/tst-cet-legacy-5.c | 2 +- sysdeps/x86/tst-cet-legacy-6.c | 2 +- version.h | 2 +- 71 files changed, 16100 insertions(+), 73820 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.20 create mode 100644 po/pt.po delete mode 100755 scripts/gitlog_to_changelog.py delete mode 100644 scripts/vcs_to_changelog/frontend_c.py delete mode 100644 scripts/vcs_to_changelog/misc_util.py delete mode 100644 scripts/vcs_to_changelog/vcs_git.py rename scripts/{vcs_to_changelog => }/vcstocl_quirks.py (99%) delete mode 100644 sysdeps/unix/sysv/linux/i386/_exit.S