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-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e1279ca 0: update: binutils-llvm-linux-qemu: boot
new d66d04e 0: update: binutils-llvm-linux-qemu: 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 (e1279ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 188 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 12238 +++++------
04-build_llvm/console.log | 13862 ++++++------
05-build_abe-qemu/console.log | 7007 +++---
06-build_linux/console.log | 880 +-
07-boot_linux/console.log | 8 +-
08-check_regression/console.log | 14 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 81 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34716 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34683 insertions(+), 34811 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-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 3c4029d244 Automatic date update in version.in
adds 99c9bb313e Automatic date update in version.in
adds b8f4b69aaa arm: Fix bugs with MVE vmov from two GPRs to vector lanes
adds 9112450f1e Automatic date update in version.in
adds cff396521d Automatic date update in version.in
adds 4ec27dd262 Automatic date update in version.in
adds 683278f1ed Automatic date update in version.in
adds 0fdbb25414 Automatic date update in version.in
adds f0b059d08e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 8 ++
gas/config/tc-arm.c | 4 +-
gas/testsuite/gas/arm/mve-vmov-3.d | 169 +++++++++++++++++++++++++++++++++
gas/testsuite/gas/arm/mve-vmov-3.s | 160 +++++++++++++++++++++++++++++++
gas/testsuite/gas/arm/mve-vmov-bad-2.l | 2 +-
opcodes/ChangeLog | 9 ++
opcodes/arm-dis.c | 7 +-
8 files changed, 355 insertions(+), 6 deletions(-)
create mode 100644 gas/testsuite/gas/arm/mve-vmov-3.d
create mode 100644 gas/testsuite/gas/arm/mve-vmov-3.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_kernel/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 99e097c 0: update: binutils-gcc-linux-qemu: all
new 63c7889 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 (99e097c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 22 +-
02-prepare_abe/console.log | 178 +-
03-build_abe-binutils/console.log | 11730 ++++-----
04-build_abe-stage1/console.log | 18466 +++++++--------
05-build_abe-qemu/console.log | 6584 +++---
06-build_linux/console.log | 884 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 37882 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 37908 insertions(+), 37876 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 74fd118fb91 Add range checks to local array accesses in elf32-arm.c.
new d3e52e120b6 Arm: Fix forward thumb references [PR gas/25235]
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:
gas/ChangeLog | 8 ++++++++
gas/config/tc-arm.c | 11 ++++++++++-
gas/testsuite/gas/arm/pr25235.d | 24 ++++++++++++++++++++++++
gas/testsuite/gas/arm/pr25235.s | 30 ++++++++++++++++++++++++++++++
4 files changed, 72 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/arm/pr25235.d
create mode 100644 gas/testsuite/gas/arm/pr25235.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 binutils-2_36-branch
in repository binutils-gdb.
from f0b059d08e4 Automatic date update in version.in
new eaf6d3b360d Arm: Fix forward thumb references [PR gas/25235]
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:
gas/config/tc-arm.c | 11 ++++++++++-
gas/testsuite/gas/arm/pr25235.d | 24 ++++++++++++++++++++++++
gas/testsuite/gas/arm/pr25235.s | 30 ++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/arm/pr25235.d
create mode 100644 gas/testsuite/gas/arm/pr25235.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 master
in repository newlib.
from 49b84cb26 Cygwin: POSIX msg queues: improve error output in fixup_after_fork
new 4ea7c12a2 Cygwin: POSIX msg queues: move definition of struct msg_hdr
new 15c96f2b2 Cygwin: get_nt_native_path: allow to append suffix
new 2cc914a34 Cygwin: POSIX msg queues: simplify mq_close
new a4e074672 Cygwin: POSIX msg queues: slightly rephrase get_mqinfo
new b62450cf1 Cygwin: POSIX msg queues: implement open/mq_open entirely in [...]
new fbcd61063 Cygwin: POSIX msg queues: Implement dup
new e0cdd462f Cygwin: POSIX msg queues: allocate section views top down
The 7 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:
winsup/cygwin/fhandler.h | 21 +--
winsup/cygwin/fhandler_mqueue.cc | 324 ++++++++++++++++++++++++++++++++++-----
winsup/cygwin/globals.cc | 1 +
winsup/cygwin/mqueue_types.h | 7 +
winsup/cygwin/path.cc | 20 ++-
winsup/cygwin/path.h | 2 +-
winsup/cygwin/posix_ipc.cc | 190 +++--------------------
7 files changed, 343 insertions(+), 222 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 7a5e9a58fbe c++tools: Include <cstdlib> for exit [PR100731]
new 1d3707a52d6 Fix thinko in latest change to setup_one_parameter
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/tree-inline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.