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 ccbded89 0: good: binutils-gcc-linux: all
new 5cedbbeb 0: 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 (ccbded89)
\
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:
.../console.log | 36 +-
{2-prepare_abe => 02-prepare_abe}/console.log | 4 +-
.../console.log | 4015 ++++----
.../console.log | 6171 ++++++-----
{5-build_linux => 05-build_linux}/console.log | 24 +-
{6-boot_linux => 06-boot_linux}/console.log | 2 +-
.../console.log | 0
.../console.log | 0
console.log | 10204 +++++++++----------
jenkins/manifest.sh | 14 +-
10 files changed, 9627 insertions(+), 10843 deletions(-)
rename {1-reset_artifacts => 01-reset_artifacts}/console.log (87%)
rename {2-prepare_abe => 02-prepare_abe}/console.log (99%)
rename {3-build_abe-binutils => 03-build_abe-binutils}/console.log (93%)
rename {4-build_abe-stage1 => 04-build_abe-stage1}/console.log (98%)
rename {5-build_linux => 05-build_linux}/console.log (73%)
rename {6-boot_linux => 06-boot_linux}/console.log (81%)
rename {7-check_regression => 07-check_regression}/console.log (100%)
rename {8-update_baseline => 08-update_baseline}/console.log (100%)
--
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_bmk/llvm-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from 61f5e9470f S390: Mark vx and vxe as important hwcap.
adds ac64195ccd iconv, localedef: avoid floating point rounding differences [...]
adds 5abcddd794 Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372]
new 1a7df49c92 S390: Add new hwcap values for new cpu architecture arch13.
new a899a5512f S390: Add configure check to detect support for arch13.
new 96fbb9a328 S390: Add arch13 memmove ifunc variant.
new 6f47401bd5 S390: Add arch13 strstr ifunc variant.
new 421749d693 S390: Add arch13 memmem ifunc variant.
The 5 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:
ChangeLog | 71 ++++++++++++
config.h.in | 6 +
iconv/iconvconfig.c | 4 +-
locale/programs/ld-collate.c | 4 +-
sysdeps/s390/Makefile | 4 +-
sysdeps/s390/configure | 71 ++++++++++++
sysdeps/s390/configure.ac | 49 ++++++++
sysdeps/s390/dl-procinfo.c | 4 +-
sysdeps/s390/dl-procinfo.h | 9 +-
sysdeps/s390/ifunc-memcpy.h | 23 +++-
sysdeps/s390/ifunc-memmem.h | 28 ++++-
sysdeps/s390/ifunc-strstr.h | 28 ++++-
sysdeps/s390/memcpy-z900.S | 55 +++++++++
sysdeps/s390/memmem-arch13.S | 161 +++++++++++++++++++++++++++
sysdeps/s390/memmem-vx.c | 4 +-
sysdeps/s390/memmem.c | 8 +-
sysdeps/s390/memmove.c | 16 ++-
sysdeps/s390/multiarch/ifunc-impl-list.c | 13 +++
sysdeps/s390/multiarch/ifunc-resolve.h | 5 +
sysdeps/s390/strstr-arch13.S | 179 ++++++++++++++++++++++++++++++
sysdeps/s390/strstr-vx.c | 4 +-
sysdeps/s390/strstr.c | 8 +-
sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 4 +
23 files changed, 733 insertions(+), 25 deletions(-)
create mode 100644 sysdeps/s390/memmem-arch13.S
create mode 100644 sysdeps/s390/strstr-arch13.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-release-arm-stable-allnoconfig
in repository toolchain/ci/gcc.
from ab09d47eae5 Daily bump.
adds 8f53c0e49ad 2019-03-21 Bill Schmidt <wschmidt(a)linux.ibm.com>
adds e18146b75cb [testsuite, Fortran] Consistently set 'DEFAULT_FFLAGS'
adds f0c23d90fc4 [testsuite, Fortran] Apply DejaGnu 1.4.4 work-around also t [...]
adds 800851c2ac0 [testsuite] Fix 'dg-compile-aux-modules' diagnostic
adds bfd0d997017 Daily bump.
new 836c04e1d09 [gcc]
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/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/mmintrin.h | 2 +-
gcc/config/rs6000/rs6000-p8swap.c | 7 +++++++
gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/mmx-psubd-2.c | 14 +++++++++++---
.../gcc.target/powerpc/ppc-fortran/ppc-fortran.exp | 2 +-
gcc/testsuite/gfortran.dg/coarray/caf.exp | 14 ++++++++++++--
gcc/testsuite/gfortran.dg/dg.exp | 2 +-
gcc/testsuite/gfortran.dg/ieee/ieee.exp | 10 +++++-----
10 files changed, 75 insertions(+), 14 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-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 0738b7acd3 Automatic date update in version.in
adds e945e5f271 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a5b6ed3e 0: good: binutils-gcc-linux: all
new f9412848 0: 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 (a5b6ed3e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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:
.../console.log | 34 +-
{2-prepare_abe => 02-prepare_abe}/console.log | 4 +-
.../console.log | 4129 ++++-----
.../console.log | 5150 +++++------
{5-build_linux => 05-build_linux}/console.log | 34 +-
{6-boot_linux => 06-boot_linux}/console.log | 2 +-
.../console.log | 0
.../console.log | 0
console.log | 9443 +++++++++-----------
jenkins/manifest.sh | 14 +-
10 files changed, 8816 insertions(+), 9994 deletions(-)
rename {1-reset_artifacts => 01-reset_artifacts}/console.log (87%)
rename {2-prepare_abe => 02-prepare_abe}/console.log (99%)
rename {3-build_abe-binutils => 03-build_abe-binutils}/console.log (93%)
rename {4-build_abe-stage1 => 04-build_abe-stage1}/console.log (98%)
rename {5-build_linux => 05-build_linux}/console.log (70%)
rename {6-boot_linux => 06-boot_linux}/console.log (81%)
rename {7-check_regression => 07-check_regression}/console.log (100%)
rename {8-update_baseline => 08-update_baseline}/console.log (100%)
--
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_bmk/llvm-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards ba86594f 0: good: binutils-gcc-glibc-llvm: -1
new ed9309af 0: good: binutils-gcc-glibc-llvm: -1
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 (ba86594f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64- [...]
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 | 58 +-
02-prepare_abe/console.log | 22 +-
03-build_abe-binutils/console.log | 5933 ++-
04-build_abe-stage1/console.log | 9104 +++--
05-build_abe-linux/console.log | 56 +-
06-build_abe-glibc/console.log | 22362 +++++------
07-build_abe-stage2/console.log | 23338 ++++++------
08-build_llvm-true/console.log | 10469 +++---
09-benchmark/benchmark.log | 14 +-
09-benchmark/console.log | 40 +-
11-update_baseline/console.log | 2 +-
console.log | 71372 ++++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
13 files changed, 71417 insertions(+), 71373 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.