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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6504020c7b 0: last-good: binutils-gcc-linux: all
new 82e64a2566 0: last-good: 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 (6504020c7b)
\
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3538 +++---
4-build_abe-stage1/console.log | 3460 ++---
5-count_linux_objs/console.log | 11504 +++++++++--------
console.log | 25332 +++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
6 files changed, 21947 insertions(+), 21907 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 llvm.
from 978f4b006b0 Refine ArgPromotion metadata handling
new 4b5fc6f0269 [X86][AVX] Add PR40730 test case
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:
test/CodeGen/X86/pr40730.ll | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 test/CodeGen/X86/pr40730.ll
--
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 2988d01ea5 (riscv/ada) fix error when calling functions with range argument
new b1041ae0ae [gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' fun [...]
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:
gdb/ChangeLog | 4 ++++
gdb/config/i386/nm-i386gnu.h | 2 --
2 files changed, 4 insertions(+), 2 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-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 01c7ae818b Adding a test case
adds 007024cc6a Add Andrew Burgess as global maintainer of gdb/ and sim/
adds e6e006612f Automatic date update in version.in
adds c559d7096b (Windows) remove thread notification for main thread of inferior
adds 2988d01ea5 (riscv/ada) fix error when calling functions with range argument
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 20 ++++++++++++++
gdb/MAINTAINERS | 1 +
gdb/riscv-tdep.c | 1 +
gdb/windows-nat.c | 78 ++++++++++++++++++++++++++++++++++++++++---------------
sim/ChangeLog | 4 +++
sim/MAINTAINERS | 3 ++-
7 files changed, 86 insertions(+), 23 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 41006359ca 0: last-good: binutils-gcc-linux: all
new 7d7ed0b4a9 0: last-good: 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 (41006359ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3306 +++++++-------
4-build_abe-stage1/console.log | 5443 ++++++++++++-----------
5-count_linux_objs/console.log | 22 +-
console.log | 8757 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 8765 insertions(+), 8779 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 lldb.
from a463377e6 [lldb] [lldb-server] Catch and report errors from main loop
new a6b9b0192 Move UnwindTable from ObjectFile to Module
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:
include/lldb/Core/Module.h | 17 +++++++++++++
include/lldb/Symbol/ObjectFile.h | 17 -------------
include/lldb/Symbol/UnwindTable.h | 6 +++--
source/Commands/CommandObjectTarget.cpp | 3 +--
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 ++--
.../Process/Utility/RegisterContextLLDB.cpp | 19 +++++++--------
source/Symbol/ObjectFile.cpp | 8 +++----
source/Symbol/UnwindTable.cpp | 28 ++++++++++++----------
8 files changed, 50 insertions(+), 52 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards b5938547bf 0: last-good: binutils-gcc-linux: all
new 3b0de74400 0: last-good: 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 (b5938547bf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3186 ++++++++---------
4-build_abe-stage1/console.log | 3747 ++++++++++----------
5-count_linux_objs/console.log | 62 +-
console.log | 7075 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 7052 insertions(+), 7050 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.