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-allnoconfig
in repository toolchain/ci/base-artifacts.
from e187f860b9 18: onsuccess: #471: boot: Success after binutils/llvm/linux [...]
new da5876996f 19: onsuccess: #472: boot: Success after binutils/llvm/qemu: [...]
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 1692 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30920 -> 30464 bytes
04-build_kernel_llvm/console.log.xz | Bin 65672 -> 66216 bytes
05-build_abe-qemu/console.log.xz | Bin 32656 -> 31796 bytes
06-build_linux/console.log.xz | Bin 3376 -> 3344 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4364 -> 3880 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
16 files changed, 21 insertions(+), 21 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_fast_check_gdb/master-arm
in repository toolchain/ci/base-artifacts.
from d7cf5965d5 2: onsuccess: #3: 1: Success after binutils/gcc/linux/gdb: 5 [...]
new c35c6fd454 3: onsuccess: #4: 1: Success after binutils/gcc/linux/glibc/ [...]
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 1664 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 50652 -> 50808 bytes
04-build_abe-gcc/console.log.xz | Bin 233308 -> 234000 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8920 -> 8908 bytes
07-build_abe-glibc/console.log.xz | Bin 234888 -> 235076 bytes
08-build_abe-gdb/console.log.xz | Bin 49352 -> 50316 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3812 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2568 -> 2600 bytes
11-check_regression/console.log.xz | Bin 5660 -> 6060 bytes
11-check_regression/results.compare | 4 ++--
11-check_regression/results.compare2 | 6 +++---
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 38 +++++++++++++++++-----------------
sumfiles/gdb.log.xz | Bin 14300 -> 14300 bytes
sumfiles/gdb.sum | 34 +++++++++++++++---------------
25 files changed, 50 insertions(+), 50 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 8d291eabd5 Apply asm redirection in gmp.h before first use
new 19934d629e hurd: Add sigtimedwait and sigwaitinfo support
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:
sysdeps/mach/hurd/{sigwait.c => sigtimedwait.c} | 52 +++++++---
sysdeps/mach/hurd/sigwait.c | 121 ++----------------------
{signal => sysdeps/mach/hurd}/sigwaitinfo.c | 9 +-
3 files changed, 52 insertions(+), 130 deletions(-)
copy sysdeps/mach/hurd/{sigwait.c => sigtimedwait.c} (75%)
copy {signal => sysdeps/mach/hurd}/sigwaitinfo.c (86%)
--
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 412cf590e52 gdb: make lookup_selected_frame static
new 027fb74964e Silence libtool during link
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/Makefile.in | 2 +-
gdb/silent-rules.mk | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
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 gcc.
from 03ed4e57e3d Extend optimization for integer bit test on __atomic_fetch_ [...]
new a239a63f868 Improve multiplication by powers of 2 in range-ops.
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/range-op.cc | 16 ++++++++++++++--
gcc/testsuite/gcc.dg/tree-ssa/{vrp122.c => pr55157.c} | 4 ++--
2 files changed, 16 insertions(+), 4 deletions(-)
copy gcc/testsuite/gcc.dg/tree-ssa/{vrp122.c => pr55157.c} (58%)
--
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-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
from a8432cabf6 19: onsuccess: #327: boot: Success after binutils/llvm/linux [...]
new 114ec5a658 20: onsuccess: #328: boot: Success after binutils/linux/qemu [...]
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 1696 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30720 -> 29880 bytes
04-build_kernel_llvm/console.log.xz | Bin 64648 -> 63552 bytes
05-build_abe-qemu/console.log.xz | Bin 31804 -> 31400 bytes
06-build_linux/console.log.xz | Bin 3236 -> 3216 bytes
07-boot_linux/console.log.xz | Bin 5660 -> 5660 bytes
08-check_regression/console.log.xz | Bin 4272 -> 3676 bytes
08-check_regression/mail-body.txt | 4 ++--
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
results | 2 +-
19 files changed, 30 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.