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-master-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from b167e53f05 Fix mi_gdb_exit with secondary MI channels
adds 4f94229e83 Automatic date update in version.in
adds b1b11e922b PR26569, R_RISCV_RVC_JUMP results in buffer overflow
adds c73eac969a rx-dis.c:103:3: suspicious concatenation of string literals
adds 5dd918d980 Fix sparc prologue skipping
adds 427234c78b Update the binutils documentation to make it clear the the - [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 9 +++++++
bfd/elfxx-riscv.c | 60 +++++++++++++++++++++++-----------------------
bfd/version.h | 2 +-
binutils/ChangeLog | 5 ++++
binutils/doc/binutils.texi | 9 +++++--
gas/ChangeLog | 8 +++++++
gas/config/tc-riscv.c | 10 +++++---
gdb/ChangeLog | 5 ++++
gdb/sparc-tdep.c | 13 +++++-----
opcodes/ChangeLog | 8 +++++++
opcodes/rx-dis.c | 16 ++++++-------
11 files changed, 95 insertions(+), 50 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_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0257e8a9 2: update: binutils-gcc-linux: 17559
new 0bd25ea3 2: update: binutils-gcc-linux: 17559
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 (0257e8a9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 200 +-
02-prepare_abe/console.log | 374 +-
03-build_abe-binutils/console.log | 11838 +++++-----
04-build_abe-stage1/console.log | 16111 +++++++-------
05-build_linux/console.log | 6592 +++---
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 92 +-
08-update_baseline/results.regressions | 20 +-
console.log | 35221 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
11 files changed, 35233 insertions(+), 35259 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_cross/gnu-release-arm-check_cross
in repository toolchain/ci/gcc.
from dc586a74922 aarch64: Introduce SLS mitigation for RET and BR instructions
adds 2155170525f aarch64: Mitigate SLS for BLR instruction
No new revisions were added by this update.
Summary of changes:
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 225 ++++++++++++++++++++-
gcc/config/aarch64/aarch64.h | 15 ++
gcc/config/aarch64/aarch64.md | 11 +-
gcc/config/aarch64/constraints.md | 9 +
gcc/config/aarch64/predicates.md | 3 +-
.../aarch64/sls-mitigation/sls-miti-blr-bti.c | 40 ++++
.../aarch64/sls-mitigation/sls-miti-blr.c | 33 +++
8 files changed, 328 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-blr-bti.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-blr.c
--
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.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 54213005e6d Daily bump.
new bdaf0ce0af3 libstdc++: handle small max_blocks_per_chunk in pool resour [...]
new 90fdf477a1c libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
new 3ec14c9a49a libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem [...]
new 90f845adff0 libstdc++: Fix build for targets without lstat [PR 94681]
new b3043e49089 libstdc++: Fix std::gcd and std::lcm for unsigned integers [...]
The 5 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:
libstdc++-v3/acinclude.m4 | 413 ++++++++++-----------
libstdc++-v3/configure | 282 +++++++-------
libstdc++-v3/include/experimental/numeric | 38 +-
libstdc++-v3/include/std/functional | 4 +-
libstdc++-v3/include/std/numeric | 83 +++--
libstdc++-v3/src/c++17/fs_ops.cc | 2 +-
libstdc++-v3/src/c++17/memory_resource.cc | 21 +-
libstdc++-v3/src/filesystem/ops.cc | 2 +-
.../3.cc => function_objects/bind_front/97101.cc} | 26 +-
.../unsynchronized_pool_resource/allocate.cc | 20 +
.../93208.cc => 26_numerics/gcd/92978.cc} | 24 +-
libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 10 +-
.../char/79162.cc => 26_numerics/lcm/92978.cc} | 8 +-
libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 10 +-
.../testsuite/experimental/numeric/92978.cc | 48 +++
15 files changed, 550 insertions(+), 441 deletions(-)
copy libstdc++-v3/testsuite/20_util/{unwrap_reference/3.cc => function_objects/bin [...]
copy libstdc++-v3/testsuite/{20_util/monotonic_buffer_resource/93208.cc => 26_nume [...]
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 26_nume [...]
create mode 100644 libstdc++-v3/testsuite/experimental/numeric/92978.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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 8db568c3c6c libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
new 4e00119c780 libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem [...]
new eef40b0037b libstdc++: Fix build for targets without lstat [PR 94681]
The 2 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:
libstdc++-v3/acinclude.m4 | 413 ++++++++++++++++++-------------------
libstdc++-v3/configure | 282 +++++++++++++------------
libstdc++-v3/src/c++17/fs_ops.cc | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 2 +-
4 files changed, 348 insertions(+), 351 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_kernel/gnu-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from 72faabe5 0: update: binutils-gcc: all
new 6f3fc472 1: reset: linux-e2ec5128254518cae320d5dc631b71b94160f663: 19033
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 | 177 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 10823 ++++++-----
04-build_abe-stage1/console.log | 17578 +++++++++--------
05-build_linux/console.log | 682 +-
06-boot_linux/console.log | 8 -
07-check_regression/console.log | 87 +-
07-check_regression/results.regressions | 6 +-
07-check_regression/trigger-bisect | 3 +
08-update_baseline/console.log | 27 +-
08-update_baseline/results.regressions | 6 +-
console.log | 30006 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results | 10 +-
15 files changed, 29528 insertions(+), 30307 deletions(-)
delete mode 100644 06-boot_linux/console.log
create mode 100644 07-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 9ae110d4f8e libstdc++: handle small max_blocks_per_chunk in pool resour [...]
new b59b9cb4834 libgo: don't put golang.org packages in zstdpkglist.go
new 8db568c3c6c libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
The 2 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:
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
libstdc++-v3/include/std/functional | 4 ++--
.../function_objects/bind_front/97101.cc} | 24 ++++++++++++++--------
4 files changed, 20 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/{26_numerics/transform_exclusive_scan/constexpr.cc => [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.