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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d377d74d 0: update: llvm-linux: 16
new 4972e554 0: update: llvm-linux: 16
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 (d377d74d)
\
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 | 11960 ++++++++++++++++++------------------
03-build_linux/console.log | 854 ++-
console.log | 12944 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 12948 insertions(+), 12948 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards ab4b21a3 0: update: binutils-gcc-linux: boot
new ea6c9475 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 (ab4b21a3)
\
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 | 216 +-
02-prepare_abe/console.log | 236 +-
03-build_abe-binutils/console.log | 11579 +++++++-------
04-build_abe-stage1/console.log | 15985 ++++++++++----------
05-build_linux/console.log | 972 +-
06-boot_linux/console.log | 434 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 29430 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 29440 insertions(+), 29444 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 lld.
from 05e1ab2da Unify the two CRC implementations
new 07fe59cf0 dummy comment typo fix commit to cycle the bots
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:
COFF/DLL.cpp | 2 +-
COFF/Driver.cpp | 3 +--
COFF/ICF.cpp | 6 +++---
COFF/InputFiles.cpp | 4 ++--
COFF/MinGW.cpp | 2 +-
5 files changed, 8 insertions(+), 9 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-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 41481f9e4e Automatic date update in version.in
adds 336bfbeb18 PR25070, SEGV in function _bfd_dwarf2_find_nearest_line
adds 6d9d6da48e s390: Add record/replay support for arch13 instructions
adds 8610e0fd93 PR25081, Discrepancy between VMA and LMA after ALIGN
adds 1d3787499d Fix the disassembly of the LDS and STS instructions of the A [...]
adds 6a25e8a290 Mark guile_{extension_,}script_ops as static
adds cff32449e8 [gdb/target] Fix pretty-printer for MPX bnd registers
adds a50faaf620 [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorr [...]
adds d2dd1084c1 Remove two TUI comments
adds 6d7fd9aa47 Remove tui_default_win_viewport_height
adds 5c45899e28 Remove tui_win_is_auxiliary
adds a7798e7f7d Remove declaration from tui-wingeneral.h
adds 7523da63ca Make TUI window handle a unique_ptr
adds a31bff9d2d Don't call erase_data_content from tui_data_window::show_registers
new 61f0556832 Automatic date update in version.in
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:
bfd/ChangeLog | 6 +++
bfd/dwarf2.c | 11 +++-
bfd/version.h | 2 +-
gas/ChangeLog | 6 +++
gas/testsuite/gas/avr/pr25041.d | 9 ++++
gas/testsuite/gas/avr/pr25041.s | 4 ++
gdb/ChangeLog | 75 +++++++++++++++++++++++++++
gdb/guile/guile.c | 55 ++++++++++----------
gdb/python/lib/gdb/printer/bound_registers.py | 2 +-
gdb/s390-tdep.c | 55 +++++++++++++++++---
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.rust/simple.exp | 56 ++++++++++++++++++--
gdb/tui/tui-command.c | 8 +--
gdb/tui/tui-data.c | 11 ----
gdb/tui/tui-data.h | 17 ++++--
gdb/tui/tui-disasm.c | 10 +++-
gdb/tui/tui-io.c | 23 ++++----
gdb/tui/tui-layout.c | 69 ++----------------------
gdb/tui/tui-layout.h | 2 -
gdb/tui/tui-regs.c | 34 ++++++------
gdb/tui/tui-stack.c | 14 ++---
gdb/tui/tui-win.c | 6 +--
gdb/tui/tui-wingeneral.c | 22 ++------
gdb/tui/tui-wingeneral.h | 2 -
gdb/tui/tui-winsource.c | 22 ++++----
gdb/tui/tui.c | 6 +--
gdb/tui/tui.h | 2 -
ld/ChangeLog | 6 +++
ld/ldlang.c | 2 +-
opcodes/ChangeLog | 6 +++
opcodes/avr-dis.c | 2 +
31 files changed, 343 insertions(+), 207 deletions(-)
create mode 100644 gas/testsuite/gas/avr/pr25041.d
create mode 100644 gas/testsuite/gas/avr/pr25041.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-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9ba16b06 0: update: binutils-gcc-linux: all
new 96bae66f 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 (9ba16b06)
\
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 | 166 +-
02-prepare_abe/console.log | 294 +-
03-build_abe-binutils/console.log | 10804 +++++++-------
04-build_abe-stage1/console.log | 15316 +++++++++----------
05-build_linux/console.log | 2276 +--
06-boot_linux/console.log | 8 +-
console.log | 28859 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 28908 insertions(+), 28831 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.