This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 62dd9d9177 Automatic date update in version.in
adds 2235ecb8af x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[]
adds 740a1e7911 x86: reduce AVX512 FP set of insns decoded through vex_w_table[]
adds a364447b5e x86: record further wrong uses of EVEX.b
adds 928c8d70c8 x86: consistently use scalar_mode for AVX512-FP16 scalar insns
adds e6cfa893f4 x86: share yet more VEX table entries with EVEX decoding
adds fd47eb1a30 x86: drop ymmxmm_mode
adds ff66e8c5be PR28751 mbind2a / mbind2b regressions on powerpc*-linux
No new revisions were added by this update.
Summary of changes:
include/bfdlink.h | 3 +
ld/emultempl/elf.em | 1 +
ld/ldelf.c | 11 +-
ld/testsuite/ld-elf/elf.exp | 4 +-
opcodes/i386-dis-evex-mod.h | 30 -----
opcodes/i386-dis-evex-prefix.h | 203 +++++++++-----------------------
opcodes/i386-dis-evex-w.h | 249 +--------------------------------------
opcodes/i386-dis-evex.h | 82 ++++++-------
opcodes/i386-dis.c | 256 ++++++++++++++++-------------------------
9 files changed, 208 insertions(+), 631 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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards a2fbdb74 0: update: binutils-gcc: 1
new 83819987 0: update: binutils-gcc: 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 (a2fbdb74)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/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.xz | Bin 1556 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 37476 -> 38032 bytes
04-build_abe-gcc/console.log.xz | Bin 206912 -> 209720 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3820 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2660 -> 4168 bytes
07-check_regression/console.log.xz | Bin 8140 -> 9264 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 417 ++-
07-check_regression/results.compare | 649 ++--
07-check_regression/results.compare2 | 867 +++--
07-check_regression/results.regressions | 166 +-
08-update_baseline/console.log | 2718 +++++++-------
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 417 ++-
08-update_baseline/results.compare | 649 ++--
08-update_baseline/results.compare2 | 867 +++--
08-update_baseline/results.regressions | 166 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3460904 -> 3444772 bytes
sumfiles/g++.sum | 157 +-
sumfiles/gcc.log.xz | Bin 2966596 -> 2988644 bytes
sumfiles/gcc.sum | 6027 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1017868 -> 1021404 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188600 -> 188576 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 434008 -> 433104 bytes
sumfiles/libstdc++.sum | 46 +-
33 files changed, 7077 insertions(+), 6157 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 4997a533ae Update syscall lists for Linux 5.16
new 7de501f941 Disable debuginfod in printer tests [BZ #28757]
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:
scripts/test_printers_common.py | 11 +++++++++++
1 file changed, 11 insertions(+)
--
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_build/master-aarch64
in repository toolchain/ci/gdb.
from ce2d3708bc Synchronize binutils libiberty sources with gcc version.
adds 2f83249c13 elf: Remove the 1-page gap before the RELRO segment
adds 268533381f Reapply libiberty: Pass --plugin to AR and RANLIB
adds 34630bd307 ld: Disable DT_RELR in some -z relro tests
adds 62dd9d9177 Automatic date update in version.in
new 2235ecb8af x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[]
new 740a1e7911 x86: reduce AVX512 FP set of insns decoded through vex_w_table[]
new a364447b5e x86: record further wrong uses of EVEX.b
new 928c8d70c8 x86: consistently use scalar_mode for AVX512-FP16 scalar insns
new e6cfa893f4 x86: share yet more VEX table entries with EVEX decoding
new fd47eb1a30 x86: drop ymmxmm_mode
new ff66e8c5be PR28751 mbind2a / mbind2b regressions on powerpc*-linux
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:
bfd/version.h | 2 +-
include/bfdlink.h | 3 +
ld/emultempl/elf.em | 1 +
ld/ldelf.c | 11 +-
ld/ldlang.c | 89 ++++++++--
ld/testsuite/ld-elf/elf.exp | 4 +-
ld/testsuite/ld-i386/pr20830.d | 6 +-
ld/testsuite/ld-s390/gotreloc_64-relro-1.dd | 6 +-
ld/testsuite/ld-x86-64/pr14207.d | 6 +-
ld/testsuite/ld-x86-64/pr18176.d | 2 +-
ld/testsuite/ld-x86-64/pr20830a-now.d | 10 +-
ld/testsuite/ld-x86-64/pr20830a.d | 6 +-
ld/testsuite/ld-x86-64/pr20830b-now.d | 12 +-
ld/testsuite/ld-x86-64/pr20830b.d | 8 +-
ld/testsuite/ld-x86-64/pr21038a-now.d | 10 +-
ld/testsuite/ld-x86-64/pr21038a.d | 6 +-
ld/testsuite/ld-x86-64/pr21038b-now.d | 8 +-
ld/testsuite/ld-x86-64/pr21038c-now.d | 12 +-
ld/testsuite/ld-x86-64/pr21038c.d | 6 +-
libiberty/Makefile.in | 5 +-
libiberty/aclocal.m4 | 1 +
libiberty/configure | 154 +++++++++++++++--
libiberty/configure.ac | 12 ++
opcodes/i386-dis-evex-mod.h | 30 ----
opcodes/i386-dis-evex-prefix.h | 203 ++++++----------------
opcodes/i386-dis-evex-w.h | 249 +--------------------------
opcodes/i386-dis-evex.h | 82 ++++-----
opcodes/i386-dis.c | 256 +++++++++++-----------------
28 files changed, 486 insertions(+), 714 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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from ce2d3708bc Synchronize binutils libiberty sources with gcc version.
adds 2f83249c13 elf: Remove the 1-page gap before the RELRO segment
adds 268533381f Reapply libiberty: Pass --plugin to AR and RANLIB
adds 34630bd307 ld: Disable DT_RELR in some -z relro tests
adds 62dd9d9177 Automatic date update in version.in
adds 2235ecb8af x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[]
adds 740a1e7911 x86: reduce AVX512 FP set of insns decoded through vex_w_table[]
adds a364447b5e x86: record further wrong uses of EVEX.b
adds 928c8d70c8 x86: consistently use scalar_mode for AVX512-FP16 scalar insns
adds e6cfa893f4 x86: share yet more VEX table entries with EVEX decoding
adds fd47eb1a30 x86: drop ymmxmm_mode
new ff66e8c5be PR28751 mbind2a / mbind2b regressions on powerpc*-linux
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/version.h | 2 +-
include/bfdlink.h | 3 +
ld/emultempl/elf.em | 1 +
ld/ldelf.c | 11 +-
ld/ldlang.c | 89 ++++++++--
ld/testsuite/ld-elf/elf.exp | 4 +-
ld/testsuite/ld-i386/pr20830.d | 6 +-
ld/testsuite/ld-s390/gotreloc_64-relro-1.dd | 6 +-
ld/testsuite/ld-x86-64/pr14207.d | 6 +-
ld/testsuite/ld-x86-64/pr18176.d | 2 +-
ld/testsuite/ld-x86-64/pr20830a-now.d | 10 +-
ld/testsuite/ld-x86-64/pr20830a.d | 6 +-
ld/testsuite/ld-x86-64/pr20830b-now.d | 12 +-
ld/testsuite/ld-x86-64/pr20830b.d | 8 +-
ld/testsuite/ld-x86-64/pr21038a-now.d | 10 +-
ld/testsuite/ld-x86-64/pr21038a.d | 6 +-
ld/testsuite/ld-x86-64/pr21038b-now.d | 8 +-
ld/testsuite/ld-x86-64/pr21038c-now.d | 12 +-
ld/testsuite/ld-x86-64/pr21038c.d | 6 +-
libiberty/Makefile.in | 5 +-
libiberty/aclocal.m4 | 1 +
libiberty/configure | 154 +++++++++++++++--
libiberty/configure.ac | 12 ++
opcodes/i386-dis-evex-mod.h | 30 ----
opcodes/i386-dis-evex-prefix.h | 203 ++++++----------------
opcodes/i386-dis-evex-w.h | 249 +--------------------------
opcodes/i386-dis-evex.h | 82 ++++-----
opcodes/i386-dis.c | 256 +++++++++++-----------------
28 files changed, 486 insertions(+), 714 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.