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-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 1aea5580c4 Automatic date update in version.in
adds 2a912e42d7 Automatic date update in version.in
No new revisions were added by this update.
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-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 8077def7 0: update: binutils-gcc-linux: boot
new 38357f70 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 (8077def7)
\
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 | 20 +-
02-prepare_abe/console.log | 276 +-
03-build_abe-binutils/console.log | 10998 +++++++-------
04-build_abe-stage1/console.log | 15274 ++++++++++----------
05-build_linux/console.log | 911 +-
06-boot_linux/console.log | 360 +-
console.log | 27839 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 27855 insertions(+), 27841 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-arm-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 1aea5580c4 Automatic date update in version.in
adds 2a912e42d7 Automatic date update in version.in
No new revisions were added by this update.
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-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 02e3181c 0: update: binutils-gcc-linux: all
new bb1af36d 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 (02e3181c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 128 +-
02-prepare_abe/console.log | 52 +-
03-build_abe-binutils/console.log | 10786 +++----
04-build_abe-stage1/console.log | 19858 ++++++-------
05-build_linux/console.log | 25882 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 56708 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 56740 insertions(+), 56688 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 lld.
from ed9b80904 [ELF] Fix getRelocTargetVA formulae of R_TLS and R_NEG_TLS
new f587308ec Revert "[ELF] -z combreloc: sort dynamic relocations by (symb [...]
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:
ELF/SyntheticSections.cpp | 16 ++++----
test/ELF/combreloc.s | 48 ----------------------
test/ELF/combrelocs.s | 95 ++++++++++++++++++++++++++++++++++++++++++++
test/ELF/i386-got-and-copy.s | 2 +-
test/ELF/mips-mgot.s | 4 +-
5 files changed, 107 insertions(+), 58 deletions(-)
delete mode 100644 test/ELF/combreloc.s
create mode 100644 test/ELF/combrelocs.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.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 72fa547fbac Daily bump.
new 6f247884f02 PR c++/90532 Ensure __is_constructible(T[]) is false
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/cp/ChangeLog | 9 ++++
gcc/cp/method.c | 2 +
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/ext/90532.C | 27 +++++++++++
libstdc++-v3/ChangeLog | 16 +++++++
libstdc++-v3/include/std/type_traits | 52 +++-------------------
.../testsuite/20_util/is_constructible/value.cc | 7 +++
.../20_util/is_default_constructible/value.cc | 10 +++++
.../20_util/is_trivially_constructible/value.cc | 2 +
.../is_trivially_default_constructible/value.cc | 9 ++++
10 files changed, 95 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/90532.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_gnu/gnu-master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards a655d99d 0: update: gcc-b0b4f30104aa9d63867e280b5040c662627cd2a5: -5
new 1096750a 0: update: gcc-76bfe522ab1e16a8cb578315521f6c659ffe3538: -5
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 (a655d99d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 166 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-bootstrap_ubsan/console.log | 92999 ++++++++++++++--------------
console.log | 93597 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
5 files changed, 93623 insertions(+), 93581 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.