This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from af58abfd80 Automatic date update in version.in
adds bc8ba34fc2 Automatic date update in version.in
adds 93054037f1 Automatic date update in version.in
adds 912f2e4449 Automatic date update in version.in
new 220b941f1e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 09e44142 0: update: binutils-gcc-linux-qemu: all
new c7d5e6b3 0: update: binutils-gcc-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (09e44142)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1568 -> 1696 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30160 -> 30572 bytes
04-build_abe-stage1/console.log.xz | Bin 86436 -> 86028 bytes
05-build_abe-qemu/console.log.xz | Bin 31616 -> 31724 bytes
06-build_linux/console.log.xz | Bin 3340 -> 4796 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from 834eaf9201 Fix crash in new DWARF indexer
adds fcf8e81420 gdb: Require psymtab before calling quick_functions in objfile
adds 98aa8321ee gdb: Change psymbol_functions::require_partial_symbols to pa [...]
adds b2fdd31b03 aarch64-fbsd-nat: Move definition of debug_regs_probed under [...]
new 81cd0a49c9 cris: bfd: Correct default to no execstack
new 5d02a15c69 ld: cris*-elf: Default to --no-warn-rwx-segment
new 62b5b11b1b Automatic date update in version.in
The 3 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:
bfd/elf32-cris.c | 2 +
bfd/version.h | 2 +-
gdb/aarch64-fbsd-nat.c | 3 +-
gdb/objfiles.h | 13 +++++
gdb/psympriv.h | 5 +-
gdb/psymtab.c | 37 +++++++-------
gdb/symfile-debug.c | 30 ++++++------
.../fork-no-detach-follow-child-dlopen-shlib.c} | 8 ++-
.../fork-no-detach-follow-child-dlopen.c} | 39 +++++----------
.../fork-no-detach-follow-child-dlopen.exp | 57 ++++++++++++++++++++++
ld/configure.tgt | 5 ++
ld/testsuite/ld-elf/elf.exp | 1 +
12 files changed, 130 insertions(+), 72 deletions(-)
copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.base/fork-no-d [...]
copy gdb/testsuite/{gdb.threads/vfork-multi-inferior.c => gdb.base/fork-no-detach- [...]
create mode 100644 gdb/testsuite/gdb.base/fork-no-detach-follow-child-dlopen.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from 8d6c44ee7d Update kernel version to 5.18 in header constant tests
adds 9c66efb86f x86_64: Implement evex512 version of strlen, strnlen, wcslen [...]
adds f8587a6189 x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
No new revisions were added by this update.
Summary of changes:
sysdeps/x86_64/dl-machine.h | 6 +-
sysdeps/x86_64/multiarch/Makefile | 4 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 20 ++
sysdeps/x86_64/multiarch/strlen-evex-base.S | 302 ++++++++++++++++++++++++++++
sysdeps/x86_64/multiarch/strlen-evex512.S | 7 +
sysdeps/x86_64/multiarch/strnlen-evex512.S | 4 +
sysdeps/x86_64/multiarch/wcslen-evex512.S | 4 +
sysdeps/x86_64/multiarch/wcsnlen-evex512.S | 5 +
8 files changed, 350 insertions(+), 2 deletions(-)
create mode 100644 sysdeps/x86_64/multiarch/strlen-evex-base.S
create mode 100644 sysdeps/x86_64/multiarch/strlen-evex512.S
create mode 100644 sysdeps/x86_64/multiarch/strnlen-evex512.S
create mode 100644 sysdeps/x86_64/multiarch/wcslen-evex512.S
create mode 100644 sysdeps/x86_64/multiarch/wcsnlen-evex512.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 3397563ad6c xtensa: Fix instruction counting regarding block move expansion
adds 6f56efa94e8 c++: improve -Waddress warnings with *_cast [PR105569]
adds ae3ea143ef4 libstdc++: Move std::iostream_category() definition to new file
adds 11e1ee1b38f libstdc++: Fix atomic and error_code printers for versioned [...]
adds 367740bf6d3 libstdc++: Fix narrowing conversions for 16-bit size_t [PR105681]
new b2cb88fb45a Daily bump.
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:
gcc/ChangeLog | 22 ++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 19 ++
gcc/cp/typeck.cc | 12 +-
gcc/testsuite/ChangeLog | 12 +
gcc/testsuite/g++.dg/warn/Waddress-9.C | 31 +++
libstdc++-v3/ChangeLog | 292 +++++++++++++++++++++
.../resize_policy/hash_prime_size_policy_imp.hpp | 18 +-
libstdc++-v3/include/ext/random | 2 +
libstdc++-v3/python/libstdcxx/v6/printers.py | 15 +-
libstdc++-v3/src/c++11/Makefile.am | 1 +
libstdc++-v3/src/c++11/Makefile.in | 8 +-
libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 47 ----
libstdc++-v3/src/c++11/ios_errcat.cc | 84 ++++++
.../testsuite/27_io/ios_base/failure/error_code.cc | 13 +
15 files changed, 519 insertions(+), 59 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Waddress-9.C
create mode 100644 libstdc++-v3/src/c++11/ios_errcat.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 57810bec 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 32be729b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (57810bec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1532 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 30892 -> 30364 bytes
05-build_abe-stage1/console.log.xz | Bin 71680 -> 71588 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9576 -> 9276 bytes
08-build_abe-glibc/console.log.xz | Bin 237556 -> 237808 bytes
09-build_abe-stage2/console.log.xz | Bin 202096 -> 202356 bytes
10-build_abe-gdb/console.log.xz | Bin 37760 -> 37436 bytes
11-build_abe-qemu/console.log.xz | Bin 31968 -> 32048 bytes
12-check_regression/console.log.xz | Bin 428 -> 432 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.