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_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from 381b29616a aarch64: Disable A64FX memcpy/memmove BTI unconditionally
adds 91e92272ca i386: Port elf_machine_{load_address,dynamic} from x86-64
adds 5ad9d62c3b Linux: Avoid closing -1 on failure in __closefrom_fallback
adds b26901b26e Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor case
adds 4ae2b8a423 build-many-glibcs.py: add powerpc64le glibc variant without [...]
adds 8807e560c0 Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__
No new revisions were added by this update.
Summary of changes:
NEWS | 3 +++
include/stdc-predef.h | 4 ++++
scripts/build-many-glibcs.py | 4 +++-
sysdeps/i386/dl-machine.h | 25 +++++++++----------------
sysdeps/unix/sysv/linux/closefrom_fallback.c | 2 +-
sysdeps/x86/fpu/s_ffma.c | 8 ++++++--
6 files changed, 26 insertions(+), 20 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 121596ea3 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new b7c6915e0 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (121596ea3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1580 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 44316 -> 43660 bytes
04-build_abe-stage1/console.log.xz | Bin 71348 -> 71792 bytes
06-build_abe-linux/console.log.xz | Bin 9080 -> 9016 bytes
07-build_abe-glibc/console.log.xz | Bin 234928 -> 235948 bytes
08-build_abe-stage2/console.log.xz | Bin 190364 -> 190260 bytes
09-build_abe-gdb/console.log.xz | Bin 43920 -> 43544 bytes
10-build_abe-qemu/console.log.xz | Bin 30656 -> 30336 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3920 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2632 -> 2924 bytes
13-check_regression/console.log.xz | Bin 6832 -> 8544 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 160 -
13-check_regression/results.compare | 322 +-
13-check_regression/results.compare2 | 939 ++++--
13-check_regression/results.regressions | 101 -
14-update_baseline/console.log | 2559 +++++++++------
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 160 -
14-update_baseline/results.compare | 322 +-
14-update_baseline/results.compare2 | 939 ++++--
14-update_baseline/results.regressions | 101 -
jenkins/manifest.sh | 30 +-
sumfiles/g++.log.xz | Bin 3268888 -> 3262492 bytes
sumfiles/g++.sum | 430 ++-
sumfiles/gcc.log.xz | Bin 2802516 -> 2797260 bytes
sumfiles/gcc.sum | 5241 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 851124 -> 854728 bytes
sumfiles/gfortran.sum | 18 +-
sumfiles/libatomic.log.xz | Bin 2272 -> 2276 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 163408 -> 163512 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2640 -> 2640 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 402808 -> 403816 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 6425 insertions(+), 4913 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
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_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 4ed7a383f9 Fix ffma use of round-to-odd on x86
adds 54ff4f1e39 powerpc64le: Avoid conflicting types for f64xfmaf128 when IF [...]
adds 2efca218b5 xsysconf: Only fail on error results and errno set
adds 381b29616a aarch64: Disable A64FX memcpy/memmove BTI unconditionally
adds 91e92272ca i386: Port elf_machine_{load_address,dynamic} from x86-64
adds 5ad9d62c3b Linux: Avoid closing -1 on failure in __closefrom_fallback
adds b26901b26e Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor case
new 4ae2b8a423 build-many-glibcs.py: add powerpc64le glibc variant without [...]
new 8807e560c0 Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__
The 2 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:
NEWS | 3 +++
include/stdc-predef.h | 4 ++++
scripts/build-many-glibcs.py | 4 +++-
support/xsysconf.c | 2 +-
sysdeps/aarch64/multiarch/memcpy_a64fx.S | 3 +++
sysdeps/i386/dl-machine.h | 25 +++++++++----------------
sysdeps/ieee754/float128/s_fmaf128.c | 2 ++
sysdeps/unix/sysv/linux/closefrom_fallback.c | 2 +-
sysdeps/x86/fpu/s_ffma.c | 8 ++++++--
9 files changed, 32 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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards fa6572d75 0: update: binutils-gcc-linux-glibc-gdb: 1
new 11efa7cb8 0: update: binutils-gcc-linux-glibc-gdb: 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 (fa6572d75)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 63052 -> 63572 bytes
04-build_abe-gcc/console.log.xz | Bin 223640 -> 223388 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8844 -> 8984 bytes
07-build_abe-glibc/console.log.xz | Bin 227632 -> 228500 bytes
08-build_abe-gdb/console.log.xz | Bin 51908 -> 51688 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3848 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2536 -> 2860 bytes
11-check_regression/console.log.xz | Bin 4108 -> 2948 bytes
11-check_regression/results.compare | 37 +-
11-check_regression/results.compare2 | 375 +---
12-update_baseline/console.log | 620 ++----
12-update_baseline/results.compare | 37 +-
12-update_baseline/results.compare2 | 375 +---
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 2706232 -> 2658888 bytes
sumfiles/g++.sum | 112 +-
sumfiles/gcc.log.xz | Bin 2347048 -> 2345692 bytes
sumfiles/gcc.sum | 3745 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 892780 -> 902228 bytes
sumfiles/gfortran.sum | 66 +-
sumfiles/libatomic.log.xz | Bin 2240 -> 2236 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 176108 -> 175932 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2648 -> 2648 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 441104 -> 450952 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 2295 insertions(+), 3132 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.