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.
discards 245201ba9 0: update: binutils-llvm-linux-qemu: boot
new e5464b72c 0: update: binutils-llvm-linux-qemu: boot
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 (245201ba9)
\
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 1572 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 31120 -> 30928 bytes
04-build_llvm/console.log.xz | Bin 61360 -> 60656 bytes
05-build_abe-qemu/console.log.xz | Bin 31412 -> 31600 bytes
06-build_linux/console.log.xz | Bin 3672 -> 3628 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 416 -> 412 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 16 insertions(+), 16 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 798d716df7 linux: Fix missing __convert_scm_timestamps (BZ #28860)
new 43388b3ac0 string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, [...]
new 1a908d9074 string: Improve coverage in test-strcmp.c and test-strncmp.c
new b77b06e0e2 x86: Optimize strcmp-avx2.S
new 8418eb3ff4 x86: Optimize strcmp-evex.S
new 80e6c6554b benchtests: Add more coverage for strcmp and strncmp benchmarks
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:
benchtests/bench-strcmp.c | 142 ++-
benchtests/bench-strncmp.c | 110 +-
string/test-strcmp.c | 105 +-
string/test-strncmp.c | 291 +++++-
sysdeps/x86_64/multiarch/strcmp-avx2.S | 1590 +++++++++++++++++------------
sysdeps/x86_64/multiarch/strcmp-evex.S | 1712 +++++++++++++++++---------------
6 files changed, 2347 insertions(+), 1603 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/gdb.
from 41ba8b76cc Stop the BFD library complaining about compressed dwarf debu [...]
adds 36a13a0e62 Automatic date update in version.in
adds 3a3a4c1fe4 PowerPC64 treatment of absolute symbols
adds e69d64d21a testsuite: fix failure in gdb.threads/killed-outside.exp
adds 9d5d41c405 Add new e_machine values.
new 8d26ee1cd1 x86: Update X86_64_GOT_TYPE_P to cover more GOT relocations
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/elf64-ppc.c | 188 ++++++++++++++++++---------
bfd/elfxx-x86.h | 6 +-
bfd/version.h | 2 +-
gdb/testsuite/gdb.threads/killed-outside.exp | 4 +-
include/elf/common.h | 3 +
ld/testsuite/ld-powerpc/abs-pie-relr.d | 34 +++++
ld/testsuite/ld-powerpc/abs-pie-relr.r | 8 ++
ld/testsuite/ld-powerpc/abs-pie.d | 34 +++++
ld/testsuite/ld-powerpc/abs-pie.r | 8 ++
ld/testsuite/ld-powerpc/abs-reloc.s | 49 +++++++
ld/testsuite/ld-powerpc/abs-shared-relr.d | 34 +++++
ld/testsuite/ld-powerpc/abs-shared-relr.r | 17 +++
ld/testsuite/ld-powerpc/abs-shared.d | 34 +++++
ld/testsuite/ld-powerpc/abs-shared.r | 14 ++
ld/testsuite/ld-powerpc/abs-static.d | 32 +++++
ld/testsuite/ld-powerpc/abs-static.r | 6 +
ld/testsuite/ld-powerpc/powerpc.exp | 20 +++
17 files changed, 427 insertions(+), 66 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/abs-pie-relr.d
create mode 100644 ld/testsuite/ld-powerpc/abs-pie-relr.r
create mode 100644 ld/testsuite/ld-powerpc/abs-pie.d
create mode 100644 ld/testsuite/ld-powerpc/abs-pie.r
create mode 100644 ld/testsuite/ld-powerpc/abs-reloc.s
create mode 100644 ld/testsuite/ld-powerpc/abs-shared-relr.d
create mode 100644 ld/testsuite/ld-powerpc/abs-shared-relr.r
create mode 100644 ld/testsuite/ld-powerpc/abs-shared.d
create mode 100644 ld/testsuite/ld-powerpc/abs-shared.r
create mode 100644 ld/testsuite/ld-powerpc/abs-static.d
create mode 100644 ld/testsuite/ld-powerpc/abs-static.r
--
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 ffe6aed58 0: update: binutils-gcc-linux-glibc-gdb: 1
new 30b7d7d56 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 (ffe6aed58)
\
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 1556 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 51480 -> 52144 bytes
04-build_abe-gcc/console.log.xz | Bin 229212 -> 229268 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8776 -> 9068 bytes
07-build_abe-glibc/console.log.xz | Bin 229536 -> 229948 bytes
08-build_abe-gdb/console.log.xz | Bin 46760 -> 46844 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3812 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2584 -> 2496 bytes
11-check_regression/console.log.xz | Bin 3452 -> 3396 bytes
11-check_regression/results.compare | 30 +-
11-check_regression/results.compare2 | 297 +-
12-update_baseline/console.log | 569 ++--
12-update_baseline/results.compare | 30 +-
12-update_baseline/results.compare2 | 297 +-
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 2844400 -> 2839300 bytes
sumfiles/g++.sum | 147 +-
sumfiles/gcc.log.xz | Bin 2438320 -> 2455132 bytes
sumfiles/gcc.sum | 4763 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 929776 -> 927860 bytes
sumfiles/gfortran.sum | 103 +-
sumfiles/libatomic.log.xz | Bin 2256 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 196716 -> 196936 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2676 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 455992 -> 448188 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 3077 insertions(+), 3219 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.