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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 298e13af 4: update: binutils-llvm-linux-qemu: 22258
new 638638fa 4: update: binutils-llvm-linux-qemu: 22258
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 (298e13af)
\
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 1572 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 30528 -> 30344 bytes
04-build_llvm/console.log.xz | Bin 62048 -> 60300 bytes
05-build_abe-qemu/console.log.xz | Bin 32244 -> 32320 bytes
06-build_linux/console.log.xz | Bin 5136 -> 5040 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 222 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 122 insertions(+), 122 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-arm
in repository toolchain/ci/gdb.
from ee3272d472 arm: Fix system register fpcxt_ns and fpcxt_s naming convention.
adds ef5d515048 Automatic date update in version.in
adds bd7d326deb Tidy warn-execstack handling
new b43771b045 add a trie to map quickly from address range to compilation unit
new f270fd72f6 Fix non-pointer type compilation error in aix-thread.c
new aa8c9d60a6 RISC-V: Remove RV128-only fmv instructions
new 9ecdcd1be1 RISC-V: Update zfinx implement with zicsr.
new 94585d6d44 Stop readekf and objdump from aggressively following links.
new 61cf5823fd Remove obsolete text from documentation
new f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
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/dwarf2.c | 386 ++++++-
bfd/elflink.c | 2 +-
bfd/elfxx-riscv.c | 1 +
bfd/version.h | 2 +-
binutils/ChangeLog | 21 +
binutils/dwarf.c | 110 +-
binutils/dwarf.h | 4 +-
binutils/objdump.c | 54 +-
binutils/readelf.c | 42 +-
binutils/testsuite/binutils-all/debuginfod.exp | 4 +-
binutils/testsuite/binutils-all/objdump.Wk | 5 +-
binutils/testsuite/binutils-all/readelf.k | 5 +-
...csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} | 2 +-
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d | 3 +
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l | 3 +
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.s | 2 +
gdb/aix-thread.c | 4 +-
gdb/doc/gdb.texinfo | 3 -
gdb/testsuite/gdb.arch/powerpc-power10.s | 1114 +++++++++++++-------
include/bfdlink.h | 9 +-
include/opcode/riscv-opc.h | 6 -
ld/configure | 9 +-
ld/configure.ac | 9 +-
ld/ld.texi | 4 +-
ld/lexsup.c | 6 +-
opcodes/riscv-opc.c | 30 +-
26 files changed, 1336 insertions(+), 504 deletions(-)
copy gas/testsuite/gas/riscv/{csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} (98%)
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.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_build/master-arm
in repository toolchain/ci/linux.
from b015dcd62b86 Merge tag 'for-5.18/parisc-4' of git://git.kernel.org/pub/ [...]
adds 16287397ec5c crypto: qcom-rng - fix infinite loop on requests not multi [...]
adds 3d7285a335ed Merge tag 'v5.18-p2' of git://git.kernel.org/pub/scm/linux [...]
No new revisions were added by this update.
Summary of changes:
drivers/crypto/qcom-rng.c | 1 +
1 file changed, 1 insertion(+)
--
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-arm
in repository toolchain/ci/binutils-gdb.
from ee3272d472 arm: Fix system register fpcxt_ns and fpcxt_s naming convention.
adds ef5d515048 Automatic date update in version.in
adds bd7d326deb Tidy warn-execstack handling
adds b43771b045 add a trie to map quickly from address range to compilation unit
adds f270fd72f6 Fix non-pointer type compilation error in aix-thread.c
adds aa8c9d60a6 RISC-V: Remove RV128-only fmv instructions
adds 9ecdcd1be1 RISC-V: Update zfinx implement with zicsr.
adds 94585d6d44 Stop readekf and objdump from aggressively following links.
adds 61cf5823fd Remove obsolete text from documentation
new f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
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/dwarf2.c | 386 ++++++-
bfd/elflink.c | 2 +-
bfd/elfxx-riscv.c | 1 +
bfd/version.h | 2 +-
binutils/ChangeLog | 21 +
binutils/dwarf.c | 110 +-
binutils/dwarf.h | 4 +-
binutils/objdump.c | 54 +-
binutils/readelf.c | 42 +-
binutils/testsuite/binutils-all/debuginfod.exp | 4 +-
binutils/testsuite/binutils-all/objdump.Wk | 5 +-
binutils/testsuite/binutils-all/readelf.k | 5 +-
...csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} | 2 +-
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d | 3 +
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l | 3 +
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.s | 2 +
gdb/aix-thread.c | 4 +-
gdb/doc/gdb.texinfo | 3 -
gdb/testsuite/gdb.arch/powerpc-power10.s | 1114 +++++++++++++-------
include/bfdlink.h | 9 +-
include/opcode/riscv-opc.h | 6 -
ld/configure | 9 +-
ld/configure.ac | 9 +-
ld/ld.texi | 4 +-
ld/lexsup.c | 6 +-
opcodes/riscv-opc.c | 30 +-
26 files changed, 1336 insertions(+), 504 deletions(-)
copy gas/testsuite/gas/riscv/{csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} (98%)
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.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_build/master-arm
in repository toolchain/ci/base-artifacts.
discards c407ba5f 0: update: binutils-gcc-linux-glibc-gdb: 6
new 493c6989 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (c407ba5f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 52236 -> 53284 bytes
05-build_abe-gcc/console.log.xz | Bin 231756 -> 229584 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9400 -> 8748 bytes
08-build_abe-glibc/console.log.xz | Bin 233152 -> 231240 bytes
09-build_abe-gdb/console.log.xz | Bin 50188 -> 49980 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
11 files changed, 19 insertions(+), 19 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-release-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 134f17ef68 Automatic date update in version.in
adds 6a8f225543 Automatic date update in version.in
adds 39c6088537 Automatic date update in version.in
adds f20245c35f Automatic date update in version.in
adds ffc7aa903b AArch64: Enable FP16 by default for Armv9-A.
adds 475549dc3a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
include/opcode/aarch64.h | 1 +
2 files changed, 2 insertions(+), 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/llvm-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e57600d5 0: update: binutils-llvm-linux-qemu: all
new baad38eb 0: update: binutils-llvm-linux-qemu: 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 (e57600d5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 29892 -> 29972 bytes
04-build_llvm/console.log.xz | Bin 59744 -> 58664 bytes
05-build_abe-qemu/console.log.xz | Bin 32276 -> 31640 bytes
06-build_linux/console.log.xz | Bin 3868 -> 3832 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/release-aarch64
in repository toolchain/ci/gdb.
from 8a17a0a20d Automatic date update in version.in
adds 785ea35de2 Automatic date update in version.in
adds 12be2a860b Automatic date update in version.in
adds e8d58df5b1 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_gnu_native_check_gcc/release-aarch64
in repository toolchain/ci/glibc.
from 72d9dcfd16 csu: Implement and use _dl_early_allocate during static startup
adds 04892c543e S390: Enable static PIE
adds f5f7144dfc rtld: Use generic argv adjustment in ld.so [BZ #23293]
adds 2b128a7d30 linux: Add a getauxval test [BZ #23293]
No new revisions were added by this update.
Summary of changes:
elf/rtld.c | 73 +++++++++++++++----
sysdeps/mach/hurd/dl-sysdep.c | 30 ++++----
sysdeps/s390/s390-64/configure | 122 ++++++++++++++++++++++++++++++++
sysdeps/s390/s390-64/configure.ac | 92 ++++++++++++++++++++++++
sysdeps/s390/s390-64/start.S | 28 ++++++++
sysdeps/unix/sysv/linux/Makefile | 1 +
sysdeps/unix/sysv/linux/tst-getauxval.c | 74 +++++++++++++++++++
7 files changed, 390 insertions(+), 30 deletions(-)
create mode 100644 sysdeps/s390/s390-64/configure
create mode 100644 sysdeps/s390/s390-64/configure.ac
create mode 100644 sysdeps/unix/sysv/linux/tst-getauxval.c
--
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/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 8a17a0a20d Automatic date update in version.in
adds 785ea35de2 Automatic date update in version.in
adds 12be2a860b Automatic date update in version.in
adds e8d58df5b1 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_gnu_native_check_gcc/release-aarch64
in repository toolchain/ci/base-artifacts.
discards bc0a45c2 0: update: binutils-gcc-linux-glibc-gdb: 1
new 342255dc 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 (bc0a45c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/rel [...]
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 1548 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2708 bytes
03-build_abe-binutils/console.log.xz | Bin 52128 -> 52000 bytes
04-build_abe-gcc/console.log.xz | Bin 192736 -> 193148 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8860 -> 8832 bytes
07-build_abe-glibc/console.log.xz | Bin 237408 -> 237844 bytes
08-build_abe-gdb/console.log.xz | Bin 41968 -> 41552 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3828 -> 3820 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2380 -> 2376 bytes
11-check_regression/console.log.xz | Bin 3588 -> 3484 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 11 +-
11-check_regression/results.compare | 36 +-
11-check_regression/results.compare2 | 114 +-
11-check_regression/results.regressions | 36 +-
12-update_baseline/console.log | 722 +++---
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 11 +-
12-update_baseline/results.compare | 36 +-
12-update_baseline/results.compare2 | 114 +-
12-update_baseline/results.regressions | 36 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 3478568 -> 3487364 bytes
sumfiles/g++.sum | 135 +-
sumfiles/gcc.log.xz | Bin 3032040 -> 3010164 bytes
sumfiles/gcc.sum | 4321 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 858860 -> 844492 bytes
sumfiles/gfortran.sum | 52 +-
sumfiles/libatomic.log.xz | Bin 2256 -> 2252 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 146144 -> 147032 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2648 -> 2652 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 434928 -> 425228 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2833 insertions(+), 2857 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_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 9c841227 0: update: binutils-gcc: 2
new b245dc7f 0: update: binutils-gcc: 2
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 (9c841227)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1500 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2696 -> 2692 bytes
04-build_abe-binutils/console.log.xz | Bin 52204 -> 52448 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 527980 -> 526944 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
7 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 binutils-gdb.
from 61cf5823fd0 Remove obsolete text from documentation
new f9a8785566f PowerPC: Make test gdb.arch/powerpc-power10.exp Endian inde [...]
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:
gdb/testsuite/gdb.arch/powerpc-power10.s | 1114 ++++++++++++++++++++----------
1 file changed, 746 insertions(+), 368 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.