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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards fb3c5610 0: update: binutils-gcc-linux: boot
new 46c73051 0: update: binutils-gcc-linux: boot
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 (fb3c5610)
\
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 | 184 +-
02-prepare_abe/console.log | 174 +-
03-build_abe-binutils/console.log | 11567 +++++------
04-build_abe-stage1/console.log | 15690 ++++++++-------
05-build_linux/console.log | 2820 +--
06-boot_linux/console.log | 438 +-
07-check_regression/console.log | 26 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30911 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 30923 insertions(+), 30921 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.
unknown user pushed a change to branch master
in repository gcc.
from b4ace720e00 riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950]
new 1e47cb3597c Enable TARGET_TSXLDTRK for GCC support.
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/common/config/i386/i386-common.c | 15 ++++++++++++
gcc/config.gcc | 6 +++--
gcc/config/i386/cpuid.h | 2 ++
gcc/config/i386/driver-i386.c | 5 +++-
gcc/config/i386/i386-builtin.def | 3 +++
gcc/config/i386/i386-c.c | 2 ++
gcc/config/i386/i386-options.c | 4 +++-
gcc/config/i386/i386.h | 2 ++
gcc/config/i386/i386.md | 15 ++++++++++++
gcc/config/i386/i386.opt | 4 ++++
gcc/config/i386/immintrin.h | 2 ++
gcc/config/i386/tsxldtrkintrin.h | 33 +++++++++++++++++++++++++++
gcc/doc/invoke.texi | 5 +++-
gcc/testsuite/g++.dg/other/i386-2.C | 4 ++--
gcc/testsuite/g++.dg/other/i386-3.C | 4 ++--
gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 ++
gcc/testsuite/gcc.target/i386/sse-12.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-14.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-22.c | 6 ++---
gcc/testsuite/gcc.target/i386/sse-23.c | 4 ++--
gcc/testsuite/gcc.target/i386/tsxldtrk-1.c | 13 +++++++++++
22 files changed, 120 insertions(+), 17 deletions(-)
create mode 100644 gcc/config/i386/tsxldtrkintrin.h
create mode 100644 gcc/testsuite/gcc.target/i386/tsxldtrk-1.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from c3236f84c1 gdb: remove TYPE_INCOMPLETE
adds 7d0bd48744 [GAS] change of ELF flags initial value in rx-linux
adds 546cb2d85e Restore readelf's warnings that describe real problems with [...]
adds aa8509b4ed Mention the NetBSD support in "info proc" documentation
adds a3bbacc120 gdb: remove main_type::flag_incomplete
adds 4167d44ce2 Automatic date update in version.in
adds 6173d6a696 [gdb/testsuite] Compile compile-ifunc.c with -Wno-attribute-alias
adds 7c99e7e2b0 [gdb/testsuite] Fix gdb.base/consecutive.exp with gcc-8
new 873dd4273f [gdb/testsuite] Fix gdb_unbuffer_output return-type
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 +-
binutils/ChangeLog | 17 +++++++++++++++
binutils/dwarf.c | 27 +++++++++++++++---------
binutils/dwarf.h | 1 +
binutils/elfcomm.c | 9 --------
binutils/elfcomm.h | 4 ++--
binutils/readelf.c | 31 ++++++----------------------
gas/ChangeLog | 11 +++++++++-
gas/config/tc-rx.c | 9 ++------
gas/dwarf2dbg.c | 5 +++++
gas/testsuite/gas/elf/pr25917.d | 4 ++--
gdb/ChangeLog | 4 ++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 22 ++++++++++----------
gdb/gdbtypes.h | 1 -
gdb/testsuite/ChangeLog | 17 +++++++++++++++
gdb/testsuite/gdb.base/async.exp | 14 ++-----------
gdb/testsuite/gdb.base/consecutive.exp | 15 +++++++++++++-
gdb/testsuite/gdb.compile/compile-ifunc.exp | 12 +++++++++--
gdb/testsuite/lib/gdb.exp | 32 +++++++++++++++++++++++++++++
gdb/testsuite/lib/unbuffer_output.c | 2 +-
21 files changed, 160 insertions(+), 85 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4b6cda6c 0: update: binutils-gcc-linux: boot
new 29058201 0: update: binutils-gcc-linux: boot
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 (4b6cda6c)
\
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 | 162 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11762 ++++++------
04-build_abe-stage1/console.log | 15870 +++++++++--------
05-build_linux/console.log | 548 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 28430 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 28610 insertions(+), 28618 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-next-allnoconfig
in repository toolchain/ci/gcc.
from 8b7fb3935ab Daily bump.
adds f3e32d19dc5 IBM Z: vec_store_len_r/vec_load_len_r fix
adds fa01517b28f Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 13 +++
gcc/DATESTAMP | 2 +-
gcc/config/s390/constraints.md | 14 +++-
gcc/config/s390/vecintrin.h | 6 +-
gcc/config/s390/vx-builtins.md | 58 ++++++++++---
gcc/testsuite/ChangeLog | 8 ++
.../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++++++++++++++++++
.../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++++++++++++++++++
8 files changed, 273 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_load_len_r.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_store_len_r.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e3a09be2 0: update: binutils-gcc-linux: all
new 08d9558d 0: update: binutils-gcc-linux: 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 (e3a09be2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 214 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11338 +++++------
04-build_abe-stage1/console.log | 18131 +++++++++---------
05-build_linux/console.log | 552 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30621 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 30662 insertions(+), 30660 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 7c99e7e2b08 [gdb/testsuite] Fix gdb.base/consecutive.exp with gcc-8
new 873dd4273f9 [gdb/testsuite] Fix gdb_unbuffer_output return-type
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/unbuffer_output.c | 2 +-
2 files changed, 6 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from f14848aea70 combine: Don't replace SET_SRC with REG_EQUAL note content [...]
new b4ace720e00 riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950]
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 | 4 ++++
gcc/config/riscv/riscv-builtins.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.