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-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 61b08178e4 PR28459, readelf issues bogus warning
adds 03e3464158 Automatic date update in version.in
adds 1ee3ba2d67 Automatic date update in version.in
adds acd295e43e Automatic date update in version.in
adds ccf0c86c87 Automatic date update in version.in
adds 6f552ca803 [GOLD] PowerPC64: Don't pretend to support multi-toc
adds 644ed18669 [GOLD] Two GOT sections for PowerPC64
adds 34bebf56c8 [GOLD] Re: PowerPC64: Don't pretend to support multi-toc
adds 6bb799d222 Re: PR27625, powerpc64 gold __tls_get_addr calls
adds 0effb90eb7 PR28417, std::string no longer allows accepting nullptr_t
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gold/incremental.cc | 2 +-
gold/options.h | 2 +-
gold/output.cc | 7 +-
gold/output.h | 3 +-
gold/powerpc.cc | 691 ++++++++++++++++++++++++----------------------------
gold/s390.cc | 7 +-
gold/target.h | 15 +-
8 files changed, 338 insertions(+), 391 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6df9439a 0: update: binutils-gcc-linux-qemu: all
new 7df47b7a 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 (6df9439a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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.xz | Bin 1604 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 42112 -> 41896 bytes
04-build_abe-stage1/console.log.xz | Bin 85816 -> 85192 bytes
05-build_abe-qemu/console.log.xz | Bin 30052 -> 29784 bytes
06-build_linux/console.log.xz | Bin 3200 -> 3212 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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_gnu_native_build/master-arm
in repository toolchain/ci/gdb.
from 570bc7936f Use std::string in print_one_catch_syscall
adds c7fdac09d9 Re: PR27625, powerpc64 gold __tls_get_addr calls
adds 068a039b8b PR28417, std::string no longer allows accepting nullptr_t
adds f4efb229b7 Automatic date update in version.in
adds 84714f86b3 Avoid -Waddress warnings in readelf
adds ced10cb78d -Waddress warning in ldelf.c
adds 4d1795ac4d Fix latent Ada bug when accessing field offsets
adds e3e4224e79 Fix test step-and-next-inline.cc
new cdeebaab92 [gdb/tui] Fix breakpoint display functionality
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/version.h | 2 +-
binutils/readelf.c | 209 ++++++++++++---------
gdb/ada-lang.c | 31 ++-
gdb/testsuite/gdb.ada/same_component_name.exp | 84 +++++----
gdb/testsuite/gdb.ada/same_component_name/foo.adb | 3 +
gdb/testsuite/gdb.cp/step-and-next-inline.cc | 2 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 4 +-
.../gdb.tui/{list-before.exp => break.exp} | 14 +-
gdb/tui/tui-winsource.c | 3 +-
gold/incremental.cc | 2 +-
gold/options.h | 2 +-
gold/powerpc.cc | 192 ++++---------------
ld/ldelf.c | 1 -
13 files changed, 250 insertions(+), 299 deletions(-)
copy gdb/testsuite/gdb.tui/{list-before.exp => break.exp} (75%)
--
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_gnu_native_build/master-arm
in repository toolchain/ci/glibc.
from e037274c8e stdlib: Fix tst-canon-bz26341 when the glibc build current w [...]
adds d962cce139 x86-64: Add sysdeps/x86_64/fpu/Makeconfig
adds aa783f9a7b linux: Fix a possibly non-constant expression in _Static_assert
adds 8a9a593115 Add alloc_align attribute to memalign et al
adds 4e32c8f568 posix: Remove alloca usage for internal fnmatch implementation
adds 0ff2d30dae iconv: Use TIMEOUTFACTOR for iconv test timeout
No new revisions were added by this update.
Summary of changes:
iconv/tst-iconv_prog.sh | 5 +-
malloc/malloc.h | 5 +-
misc/sys/cdefs.h | 10 ++
posix/fnmatch.c | 24 +----
posix/fnmatch_loop.c | 190 +++++++++++++++-------------------
stdlib/stdlib.h | 4 +-
support/support.h | 5 +-
sysdeps/unix/sysv/linux/opendir.c | 6 +-
sysdeps/x86_64/fpu/Makeconfig | 92 ++++++++++++++++
sysdeps/x86_64/fpu/Makefile | 134 ++++++++----------------
sysdeps/x86_64/fpu/multiarch/Makefile | 68 ++++--------
11 files changed, 268 insertions(+), 275 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/Makeconfig
--
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_gnu_native_build/master-arm
in repository toolchain/ci/linux.
from 8e37395c3a5d Merge tag 'sound-5.15-rc7' of git://git.kernel.org/pub/scm [...]
adds 011a9ce80763 dma-mapping: fix the kerneldoc for dma_map_sgtable()
adds 293d92cbbd24 dma-debug: fix sg checks in debug_dma_map_sg()
adds c2bbf9d1e9ac dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
adds 515dcc2e0217 Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/ [...]
adds 98d0a6fb7303 ceph: skip existing superblocks that are blocklisted or sh [...]
adds 1bd85aa65d0e ceph: fix handling of "meta" errors
adds 2f111a6fd5b5 Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/cep [...]
No new revisions were added by this update.
Summary of changes:
fs/ceph/caps.c | 12 +++---------
fs/ceph/file.c | 1 -
fs/ceph/inode.c | 2 --
fs/ceph/mds_client.c | 17 +++++------------
fs/ceph/super.c | 17 ++++++++++++++---
fs/ceph/super.h | 3 ---
kernel/dma/debug.c | 36 ++++++++++++++++++++----------------
kernel/dma/debug.h | 24 ++++++++++++++++--------
kernel/dma/mapping.c | 24 ++++++++++++------------
9 files changed, 70 insertions(+), 66 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_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 1380aee5 0: update: binutils-gcc-linux-glibc-gdb: 6
new 33617916 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (1380aee5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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.xz | Bin 1516 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 65556 -> 66100 bytes
05-build_abe-gcc/console.log.xz | Bin 231232 -> 230916 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9340 -> 8860 bytes
08-build_abe-glibc/console.log.xz | Bin 227688 -> 227852 bytes
09-build_abe-gdb/console.log.xz | Bin 53612 -> 53832 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
11 files changed, 21 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.