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_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 1a29fc19 0: update: binutils-gcc: 1
new c6b21147 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 (1a29fc19)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1608 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 51348 -> 53204 bytes
04-build_abe-bootstrap/console.log.xz | Bin 465236 -> 465224 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3856 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2600 -> 2496 bytes
07-check_regression/console.log.xz | Bin 5584 -> 3960 bytes
07-check_regression/fails.sum | 12 +-
07-check_regression/results.compare | 98 +-
07-check_regression/results.compare2 | 458 +--
07-check_regression/results.regressions | 95 +-
08-update_baseline/console.log | 1201 +++----
08-update_baseline/fails.sum | 12 +-
08-update_baseline/results.compare | 98 +-
08-update_baseline/results.compare2 | 458 +--
08-update_baseline/results.regressions | 95 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2819376 -> 2863756 bytes
sumfiles/g++.sum | 166 +-
sumfiles/gcc.log.xz | Bin 2513616 -> 2473044 bytes
sumfiles/gcc.sum | 4570 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 941364 -> 951580 bytes
sumfiles/gfortran.sum | 66 +-
sumfiles/libatomic.log.xz | Bin 2308 -> 2304 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 209496 -> 209552 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 471888 -> 470728 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 3329 insertions(+), 4048 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_gdb/master-aarch64
in repository toolchain/ci/gdb.
from 8df9766816 Automatic date update in version.in
adds d92c7521f9 x86: don't leak sub-architecture accumulated strings
adds 3ce2ebcf88 x86: permit "default" with .arch
adds ae89daecb1 x86: generalize disabling of sub-architectures
adds f68697e823 x86: introduce a state stack for .arch
adds ad349f2493 Descriptive DWARF operations dump support for DW_AT_rank
adds c975cec5ff x86: fix 3-operand insn reverse-matching
adds 3d0738af2a x86: fold two switch() statements in match_template()
adds 8bd915b770 x86: make D attribute usable for XOP and FMA4 insns
adds fb5a4a581d elf: Copy p_align of PT_GNU_STACK for stack alignment
adds 41bbac64c3 gprofng: implement a functional gp-display-html
adds 2025522ac7 Automatic date update in version.in
new 9b5ebf652b PR29320, 'struct obstack' declared inside parameter list
new 37cf60c6a6 RISC-V: Fix requirement handling on Zhinx+{D,Q}
new 3d5d6bd554 RISC-V: Fix disassembling Zfinx with -M numeric
The 3 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/elf.c | 4 +-
bfd/elfxx-riscv.c | 30 +-
bfd/version.h | 2 +-
binutils/dwarf.c | 1 +
gas/as.h | 2 +
gas/config/tc-i386.c | 619 +-
gas/doc/c-i386.texi | 3 +-
gas/frags.h | 2 -
gas/testsuite/gas/i386/arch-dflt.l | 19 +
gas/testsuite/gas/i386/arch-dflt.s | 14 +
gas/testsuite/gas/i386/arch-stk.l | 43 +
gas/testsuite/gas/i386/arch-stk.s | 34 +
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/inval-avx.l | 25 +-
gas/testsuite/gas/i386/inval-avx.s | 6 +
gas/testsuite/gas/riscv/fp-zhinx-insns.d | 2 +-
gas/testsuite/gas/riscv/zfinx-dis-numeric.d | 10 +
gas/testsuite/gas/riscv/zfinx-dis-numeric.s | 2 +
gprofng/gp-display-html/gp-display-html.in | 14631 +++++++++++++++++++++++++-
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 75 +-
opcodes/i386-tbl.h | 700 +-
opcodes/riscv-dis.c | 2 +-
23 files changed, 15062 insertions(+), 1169 deletions(-)
create mode 100644 gas/testsuite/gas/i386/arch-dflt.l
create mode 100644 gas/testsuite/gas/i386/arch-dflt.s
create mode 100644 gas/testsuite/gas/i386/arch-stk.l
create mode 100644 gas/testsuite/gas/i386/arch-stk.s
create mode 100644 gas/testsuite/gas/riscv/zfinx-dis-numeric.d
create mode 100644 gas/testsuite/gas/riscv/zfinx-dis-numeric.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_gnu_native_check_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 347b2a85 0: update: binutils-gcc-linux-glibc-gdb: 1
new 530fdc2f 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 (347b2a85)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/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 1628 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
03-build_abe-binutils/console.log.xz | Bin 37780 -> 38908 bytes
04-build_abe-gcc/console.log.xz | Bin 212612 -> 214624 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9368 -> 8988 bytes
07-build_abe-glibc/console.log.xz | Bin 239764 -> 242656 bytes
08-build_abe-gdb/console.log.xz | Bin 37504 -> 39328 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3836 -> 3924 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2020 -> 2264 bytes
11-check_regression/console.log.xz | Bin 17800 -> 10104 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 51 +-
11-check_regression/results.compare | 100 +-
11-check_regression/results.compare2 | 4803 ++++----------
11-check_regression/results.regressions | 100 +-
12-update_baseline/console.log | 10273 +++++++++++-------------------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 51 +-
12-update_baseline/results.compare | 100 +-
12-update_baseline/results.compare2 | 4803 ++++----------
12-update_baseline/results.regressions | 100 +-
jenkins/manifest.sh | 24 +-
sumfiles/gdb.log.xz | Bin 1733120 -> 1766468 bytes
sumfiles/gdb.sum | 7654 +++++++++++++++-------
25 files changed, 11741 insertions(+), 16322 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/llvm-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 906d2eae 2: update: binutils-8df97668162050ccd708c6b5c8ac9c98f9bebdac: 20387
new ec552f1d 2: update: qemu-39e19f5f67d925c60278a6156fd1776d04495a93: 20387
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 (906d2eae)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log.xz | Bin 1724 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30424 -> 30444 bytes
04-build_kernel_llvm/console.log.xz | Bin 65584 -> 64784 bytes
05-build_abe-qemu/console.log.xz | Bin 34596 -> 33444 bytes
06-build_linux/console.log.xz | Bin 6860 -> 7024 bytes
08-check_regression/console.log.xz | Bin 480 -> 484 bytes
09-update_baseline/console.log | 134 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +--
9 files changed, 71 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.