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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 137cf30f 0: update: binutils-llvm-linux-qemu: boot
new 38693435 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 (137cf30f)
\
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 | 67 +-
02-prepare_abe/console.log | 270 +-
03-build_abe-binutils/console.log | 11887 +++++------
04-build_llvm/console.log | 13980 ++++++------
05-build_abe-qemu/console.log | 7056 +++----
06-build_linux/console.log | 763 +-
07-boot_linux/console.log | 4 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34063 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 34080 insertions(+), 34078 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 979f3259 0: update: binutils-gcc-linux-qemu: all
new 0393a932 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 (979f3259)
\
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 | 14 +-
02-prepare_abe/console.log | 296 +-
03-build_abe-binutils/console.log | 12006 +++++------
04-build_abe-stage1/console.log | 14277 +++++++------
05-build_abe-qemu/console.log | 7013 +++---
06-build_linux/console.log | 816 +-
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 4 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34430 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34523 insertions(+), 34403 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 1b40d569a86 sim: cris: clean up printf & abort usage a bit
new 61e2dde2db3 gdb/python: handle saving user registers in a frame unwinder
new 8b9c48b287d gdb/python: move PyLong_From* calls into py-utils.c
new d52b8007213 gdb/python: add PendingFrame.level and Frame.level methods
new 96f842cbdb3 gdb/riscv: add support for vector registers in target descriptions
The 4 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/ChangeLog | 37 +++++++
gdb/NEWS | 11 ++
gdb/arch/riscv.c | 6 +
gdb/arch/riscv.h | 12 +-
gdb/doc/ChangeLog | 10 ++
gdb/doc/gdb.texinfo | 8 ++
gdb/doc/python.texi | 9 ++
gdb/python/py-frame.c | 23 ++++
gdb/python/py-inferior.c | 2 +-
gdb/python/py-unwind.c | 40 +++++++
gdb/riscv-tdep.c | 121 ++++++++++++++++++++-
gdb/riscv-tdep.h | 8 +-
gdb/testsuite/ChangeLog | 13 +++
gdb/testsuite/gdb.python/py-frame.exp | 11 ++
gdb/testsuite/gdb.python/py-pending-frame-level.c | 49 +++++++++
.../gdb.python/py-pending-frame-level.exp | 65 +++++++++++
gdb/testsuite/gdb.python/py-pending-frame-level.py | 55 ++++++++++
gdb/testsuite/gdb.python/py-unwind-user-regs.c | 37 +++++++
gdb/testsuite/gdb.python/py-unwind-user-regs.exp | 98 +++++++++++++++++
gdb/testsuite/gdb.python/py-unwind-user-regs.py | 72 ++++++++++++
20 files changed, 680 insertions(+), 7 deletions(-)
create mode 100644 gdb/testsuite/gdb.python/py-pending-frame-level.c
create mode 100644 gdb/testsuite/gdb.python/py-pending-frame-level.exp
create mode 100644 gdb/testsuite/gdb.python/py-pending-frame-level.py
create mode 100644 gdb/testsuite/gdb.python/py-unwind-user-regs.c
create mode 100644 gdb/testsuite/gdb.python/py-unwind-user-regs.exp
create mode 100644 gdb/testsuite/gdb.python/py-unwind-user-regs.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.