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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 96537189c9 sim: frv: resolve syscalls dynamically
new 64ae70dde5 sim: nltvals: pull target syscalls out into a dedicated source file
new e38330f8b0 sim: iq2000/lm32/m32c/moxie/rx: switch to new target-newlib- [...]
new 96b1eb7e17 sim: v850: switch to new target-newlib-syscall
new c44df9148d sim: sh: switch to new target-newlib-syscall
new 0bf1633f01 sim: d10v: switch to new target-newlib-syscall
new ab230d13fc sim: cr16: switch to new target-newlib-syscall
new c8c6ef3807 sim: riscv: switch to new target-newlib-syscall
new 6cbb891faa sim: mcore: switch to new target-newlib-syscall
new 1e42d01772 sim: drop unused gentmap & nltvals.def logic
The 9 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:
sim/.gitignore | 2 -
sim/Makefile.am | 5 +-
sim/Makefile.in | 24 +-
sim/README-HACKING | 23 +-
sim/common/Make-common.in | 29 +-
sim/common/gennltvals.py | 163 ++++++----
sim/common/gentmap.c | 79 -----
sim/common/local.mk | 1 +
sim/common/nltvals.def | 248 ---------------
sim/common/target-newlib-syscall.c | 634 +++++++++++++++++++++++++++++++++++++
sim/common/target-newlib-syscall.h | 237 ++++++++++++++
sim/cr16/Makefile.in | 3 -
sim/cr16/interp.c | 3 +
sim/cr16/simops.c | 73 ++---
sim/d10v/Makefile.in | 5 +-
sim/d10v/interp.c | 3 +
sim/d10v/simops.c | 54 ++--
sim/iq2000/iq2000.c | 16 +-
sim/lm32/traps.c | 4 +-
sim/m32c/syscalls.c | 18 +-
sim/mcore/Makefile.in | 3 -
sim/mcore/interp.c | 5 +
sim/mips/Makefile.in | 2 +-
sim/moxie/interp.c | 12 +-
sim/ppc/Makefile.in | 36 +--
sim/riscv/Makefile.in | 3 -
sim/riscv/interp.c | 2 +
sim/rx/syscalls.c | 20 +-
sim/sh/Makefile.in | 3 -
sim/sh/interp.c | 45 +--
sim/v850/Makefile.in | 2 -
sim/v850/interp.c | 3 +
sim/v850/simops.c | 88 ++---
33 files changed, 1152 insertions(+), 696 deletions(-)
delete mode 100644 sim/common/gentmap.c
delete mode 100644 sim/common/nltvals.def
create mode 100644 sim/common/target-newlib-syscall.c
create mode 100644 sim/common/target-newlib-syscall.h
--
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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards e76d9195 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 16c3429c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (e76d9195)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1564 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 44648 -> 44820 bytes
05-build_abe-stage1/console.log.xz | Bin 71656 -> 72164 bytes
07-build_abe-linux/console.log.xz | Bin 8948 -> 8984 bytes
08-build_abe-glibc/console.log.xz | Bin 236584 -> 236304 bytes
09-build_abe-stage2/console.log.xz | Bin 195072 -> 195604 bytes
10-build_abe-gdb/console.log.xz | Bin 45168 -> 44992 bytes
11-build_abe-qemu/console.log.xz | Bin 29664 -> 29692 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
12 files changed, 12 insertions(+), 12 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 6688220490d sim: unify syscall.o building
new e9307449c31 sim: add checks to core headers to prevent incorrect common [...]
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:
sim/common/sim-config.h | 3 +++
sim/common/sim-load.c | 3 +--
sim/common/sim-types.h | 4 ++++
3 files changed, 8 insertions(+), 2 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-aarch64
in repository toolchain/ci/base-artifacts.
discards 2aeabd29 0: update: binutils-gcc-linux-glibc-gdb: 1
new cd823d60 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 (2aeabd29)
\
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 1552 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 52824 -> 53096 bytes
04-build_abe-gcc/console.log.xz | Bin 204024 -> 203040 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9896 -> 8612 bytes
07-build_abe-glibc/console.log.xz | Bin 237272 -> 234996 bytes
08-build_abe-gdb/console.log.xz | Bin 45184 -> 45176 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3844 -> 3820 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2572 -> 2892 bytes
11-check_regression/console.log.xz | Bin 3524 -> 3148 bytes
11-check_regression/fails.sum | 6 +-
11-check_regression/results.compare | 32 +-
11-check_regression/results.compare2 | 74 +-
11-check_regression/results.regressions | 32 +-
12-update_baseline/console.log | 458 ++--
12-update_baseline/fails.sum | 6 +-
12-update_baseline/results.compare | 32 +-
12-update_baseline/results.compare2 | 74 +-
12-update_baseline/results.regressions | 32 +-
jenkins/manifest.sh | 20 +-
sumfiles/g++.log.xz | Bin 3589704 -> 3565060 bytes
sumfiles/g++.sum | 114 +-
sumfiles/gcc.log.xz | Bin 3102368 -> 3104364 bytes
sumfiles/gcc.sum | 4338 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 907340 -> 913860 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2252 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 180720 -> 181408 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2648 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 422116 -> 430716 bytes
sumfiles/libstdc++.sum | 14 +-
35 files changed, 2592 insertions(+), 2708 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-aarch64-lts-defconfig
in repository toolchain/ci/qemu.
from 14d02cfbe4 Update version for v6.2.0-rc2 release
adds dd4b0de459 Fix version for v6.2.0-rc2 release
No new revisions were added by this update.
Summary of changes:
VERSION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.