This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-Os
in repository toolchain/ci/base-artifacts.
discards 6ed256729 0: update: binutils-gcc: -8
new 96c5e8c4a 0: update: binutils-gcc: -8
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 (6ed256729)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-relea [...]
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 | 16 +-
02-prepare_abe/console.log | 110 +-
03-build_abe-binutils/console.log | 10734 +++++++-------
04-build_abe-stage1/console.log | 17811 +++++++++++-----------
05-build_abe-newlib/console.log | 20 +-
09-check_regression/console.log | 4 +-
10-update_baseline/console.log | 2 +-
console.log | 28701 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
9 files changed, 28707 insertions(+), 28701 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/llvm-release-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 44739d277 0: update: llvm-linux: boot
new fcd658d9e 0: update: llvm-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 (44739d277)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 12660 +++++++++++++++++------------------
03-build_linux/console.log | 881 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 12 +-
console.log | 13757 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13762 insertions(+), 13760 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 releases/gcc-8
in repository gcc.
from 3e7d58bc127 Daily bump.
new d4fcc365700 aarch64: fix return address access with pac [PR94891][PR94791]
new de7352725ac aarch64: fix __builtin_eh_return with pac-ret [PR94891]
new d5f58a0287d libgcc: fix the handling of return address mangling [PR94891]
new 74bffa9a325 doc: Clarify __builtin_return_address [PR94891]
new 1dbf117ce5d aarch64: Add missing ACLE support for PAC-RET
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:
gcc/config/aarch64/aarch64-c.c | 9 ++++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 31 ++++++++++++++++++-
gcc/config/aarch64/aarch64.h | 2 +-
gcc/doc/extend.texi | 17 +++++++++--
.../gcc.target/aarch64/return_address_sign_1.c | 8 ++---
libgcc/config/aarch64/aarch64-unwind.h | 35 +++++-----------------
libgcc/unwind-dw2.c | 34 +++++----------------
8 files changed, 76 insertions(+), 61 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-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 50757f95a8 gdb/testsuite: do not hard-code location indices in condbrea [...]
adds 1c64f6cbcf gdb: remove struct cached_reg typedef
adds d0089f12f6 ld/x86-64: Add PR gold/26939 tests
adds eac5c6d392 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++++
gdb/regcache.h | 4 ++--
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-x86-64/pr26939-x32.d | 13 +++++++++++++
ld/testsuite/ld-x86-64/pr26939.d | 12 ++++++++++++
ld/testsuite/{ld-sh/fdpic-stack.s => ld-x86-64/pr26939.s} | 2 +-
ld/testsuite/ld-x86-64/x86-64.exp | 2 ++
8 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pr26939-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr26939.d
copy ld/testsuite/{ld-sh/fdpic-stack.s => ld-x86-64/pr26939.s} (60%)
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 8875232f1 0: update: binutils-gcc-linux: boot
new 21bf90e63 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 (8875232f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 182 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11863 ++++++-----
04-build_abe-stage1/console.log | 20534 +++++++++---------
05-build_linux/console.log | 692 +-
06-boot_linux/console.log | 492 +-
07-check_regression/console.log | 18 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 20 +-
08-update_baseline/results.regressions | 2 +-
console.log | 34247 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 34246 insertions(+), 34264 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 a7285c86596 middle-end: Reject flexible array members in __builtin_clea [...]
new ad9cbcee543 libstdc++: Fix handling of futex wake [PR 97936]
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:
libstdc++-v3/include/bits/atomic_wait.h | 4 ++--
libstdc++-v3/testsuite/30_threads/latch/3.cc | 1 -
libstdc++-v3/testsuite/30_threads/semaphore/try_acquire_until.cc | 1 -
3 files changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.