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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards fa79cdc 2: update: llvm-19a71f6bdf2dddb10764939e7f0ec2b98dba76c9: 18592
new 3587c51 2: update: llvm-linux: 18592
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 (fa79cdc)
\
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 | 70 +-
02-build_llvm/console.log | 11644 ++++++++++++++++----------------
03-build_linux/console.log | 1747 ++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 48 +-
console.log | 13515 +++++++++++++++++++-------------------
jenkins/manifest.sh | 9 +-
7 files changed, 13595 insertions(+), 13444 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 21879fb 0: update: llvm-linux: all
new 2d7b5aa 0: update: llvm-180a937d9a66237e061190e9865383236db5d0c0: 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 (21879fb)
\
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 | 60 +-
02-build_llvm/console.log | 11645 +++++++++++++++++-----------------
03-build_linux/console.log | 1670 +++--
04-boot_linux/console.log | 3 -
console.log | 13403 +++++++++++++++++++--------------------
jenkins/manifest.sh | 7 +-
6 files changed, 13239 insertions(+), 13549 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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 98b1095 0: update: llvm-linux: 17869
new de53fa4 0: update: llvm-linux: 17873
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 (98b1095)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 130 +-
02-build_llvm/console.log | 11624 ++++++++++++++++-----------------
03-build_linux/console.log | 1497 ++---
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 28 -
console.log | 13287 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
8 files changed, 13169 insertions(+), 13415 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-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 00db953196 Make value_must_coerce_to_target return a bool
adds 72ee03ff58 Fix use-after-move bug in add_thread_object
adds b777eb6de2 Remove init_cli_cmds
adds 021d8588f6 gdb: Allow quoting around string options in the gdb::option [...]
adds b16507e091 gdb: Make use of gdb::option framework for some info commands
adds 60cfcb20ce gdb: Add command completers for some info commands
adds a89fdbdb20 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 52 +++++++++++++
gdb/NEWS | 4 +-
gdb/auto-load.c | 2 +-
gdb/cli/cli-cmds.c | 11 +--
gdb/cli/cli-cmds.h | 2 -
gdb/cli/cli-option.c | 5 +-
gdb/cli/cli-utils.c | 151 +++++++++++++------------------------
gdb/cli/cli-utils.h | 45 +++++++----
gdb/gdbsupport/common-utils.c | 59 +++++++++++++++
gdb/gdbsupport/common-utils.h | 10 +++
gdb/main.c | 6 +-
gdb/python/py-inferior.c | 2 +-
gdb/stack.c | 48 ++++--------
gdb/symtab.c | 63 +++++++---------
gdb/testsuite/ChangeLog | 6 ++
gdb/testsuite/gdb.base/options.exp | 56 +++++++++-----
gdb/top.c | 5 --
gdb/top.h | 1 -
19 files changed, 308 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5f9012c 0: update: binutils-gcc-linux: all
new d0f07b0 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 (5f9012c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 50 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11446 +++++++------
04-build_abe-stage1/console.log | 19376 +++++++++++-----------
05-build_linux/console.log | 805 +-
06-boot_linux/console.log | 2 +-
console.log | 32124 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 32077 insertions(+), 32156 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.