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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7d91f495 4: update: qemu-4bf58c7213b0ab03209a53731c71f0861c35ef91: 40
new 6bd017ab 4: update: linux-aeeb1f66846df8905b62286d8e7661efafb4b01d: 40
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 (7d91f495)
\
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.xz | Bin 1544 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30360 -> 30112 bytes
04-build_llvm/console.log.xz | Bin 61164 -> 62416 bytes
05-build_abe-qemu/console.log.xz | Bin 31268 -> 32580 bytes
06-build_linux/console.log.xz | Bin 5140 -> 3548 bytes
08-check_regression/console.log.xz | Bin 472 -> 472 bytes
09-update_baseline/console.log | 204 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
9 files changed, 107 insertions(+), 107 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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cf08044d 4: update: linux-406376d021c28d652b98d802a8cd5c8bfdbffe64: 40
new 47fa3af8 4: update: llvm-4dba3d4c539f5ffa025d6dc356862dff3e70784f: 40
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 (cf08044d)
\
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.xz | Bin 1608 -> 1744 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 30188 -> 30344 bytes
04-build_llvm/console.log.xz | Bin 62532 -> 61008 bytes
05-build_abe-qemu/console.log.xz | Bin 33060 -> 33224 bytes
06-build_linux/console.log.xz | Bin 3740 -> 4888 bytes
08-check_regression/console.log.xz | Bin 472 -> 500 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 8 ++++----
9 files changed, 10 insertions(+), 10 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 glibc.
from 592b6d00aa stdio: Split __get_errname definition from errlist.c
new e3fdbe9f39 support: Add xmkfifo
new 096c27684a misc: Add syslog test
new 0cc15f45c9 misc: syslog: Fix indentation and style
new f9f5c70e7f misc: syslog: Simplify implementation
new a583b6add4 misc: syslog: Use fixed-sized buffer and remove memstream
new cac6b54ae2 misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
new ac0d208b54 misc: Use 64 bit time_t interfaces on syslog
The 7 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:
misc/Makefile | 2 +
misc/sys/syslog.h | 4 +-
misc/syslog.c | 483 +++++++++++++++++++---------------------
misc/tst-syslog.c | 473 +++++++++++++++++++++++++++++++++++++++
support/Makefile | 1 +
support/{xchmod.c => xmkfifo.c} | 13 +-
support/xunistd.h | 1 +
7 files changed, 715 insertions(+), 262 deletions(-)
create mode 100644 misc/tst-syslog.c
copy support/{xchmod.c => xmkfifo.c} (79%)
--
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_cross_build/master-arm
in repository toolchain/ci/glibc.
from 26b2478322 x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
adds 592b6d00aa stdio: Split __get_errname definition from errlist.c
No new revisions were added by this update.
Summary of changes:
stdio-common/Makefile | 1 +
stdio-common/errlist.c | 38 ++----------------------------
stdio-common/{errlist.c => errname.c} | 21 ++---------------
sysdeps/mach/hurd/{errlist.c => errname.c} | 2 +-
4 files changed, 6 insertions(+), 56 deletions(-)
copy stdio-common/{errlist.c => errname.c} (79%)
copy sysdeps/mach/hurd/{errlist.c => errname.c} (96%)
--
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_cross_build/master-arm
in repository toolchain/ci/gcc.
from e580f81d22d c++: unsigned int32_t enum promotion [PR102804]
adds a335a94a1bf i386: Correct target attribute for crc32 intrinsics
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/smmintrin.h | 25 +++++++-----------------
gcc/testsuite/gcc.target/i386/crc32-6.c | 2 +-
gcc/testsuite/gcc.target/i386/crc32-7.c | 34 +++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/crc32-7.c
--
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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from e580f81d22d c++: unsigned int32_t enum promotion [PR102804]
adds a335a94a1bf i386: Correct target attribute for crc32 intrinsics
new a54137c8806 libstdc++: Optimize integer std::from_chars
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:
gcc/config/i386/smmintrin.h | 25 +--
gcc/testsuite/gcc.target/i386/crc32-6.c | 2 +-
gcc/testsuite/gcc.target/i386/crc32-7.c | 34 ++++
libstdc++-v3/include/std/charconv | 247 +++++++++++---------------
libstdc++-v3/src/c++17/floating_from_chars.cc | 18 +-
5 files changed, 144 insertions(+), 182 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/crc32-7.c
--
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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 3c75e3b0 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 861f22a2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (3c75e3b0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1544 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 30308 -> 30092 bytes
05-build_abe-stage1/console.log.xz | Bin 90408 -> 90472 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 10068 -> 9560 bytes
08-build_abe-glibc/console.log.xz | Bin 232684 -> 232496 bytes
09-build_abe-stage2/console.log.xz | Bin 222316 -> 221840 bytes
10-build_abe-gdb/console.log.xz | Bin 37296 -> 37164 bytes
11-build_abe-qemu/console.log.xz | Bin 30828 -> 30412 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
13 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.