This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 9f3ab5dddb Automatic date update in version.in
adds 04d55a034c Automatic date update in version.in
adds 7f9a495a16 libctf: fix linking together multiple objects derived from t [...]
adds b8a2baa80b libctf: tests: prune warnings from compiler output
adds ed74e861d7 Automatic date update in version.in
adds 04d235629f Automatic date update in version.in
adds 969726c31f Automatic date update in version.in
adds c26e2c8be8 Automatic date update in version.in
adds f0b3db3175 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
libctf/ctf-dedup.c | 2 +
libctf/ctf-impl.h | 4 +
libctf/ctf-link.c | 161 ++++++++++++++++-----
libctf/testsuite/config/default.exp | 7 +
libctf/testsuite/lib/ctf-lib.exp | 4 +-
.../libctf-regression/libctf-repeat-cu-lib.c | 9 ++
.../libctf-regression/libctf-repeat-cu-main.c | 5 +
.../testsuite/libctf-regression/libctf-repeat-cu.d | 7 +
.../libctf-regression/libctf-repeat-cu.exp | 118 +++++++++++++++
10 files changed, 283 insertions(+), 36 deletions(-)
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.d
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.exp
--
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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 60d43d3f 0: update: binutils-gcc-newlib: 1
new e0598956 0: update: binutils-gcc-newlib: 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 (60d43d3f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1560 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 29636 -> 29684 bytes
04-build_abe-stage1/console.log.xz | Bin 84140 -> 84540 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 16452 -> 16404 bytes
07-build_abe-stage2/console.log.xz | Bin 158848 -> 159072 bytes
08-benchmark/benchmark-build.log | 106 ++++++++---------
08-benchmark/benchmark.log | 104 ++++++++--------
08-benchmark/console.log.xz | Bin 3736 -> 3820 bytes
09-check_regression/console.log.xz | Bin 1620 -> 1624 bytes
09-check_regression/csv-results-1/perf.csv | 2 +-
09-check_regression/csv-results-1/results.csv | 2 +-
09-check_regression/results-brief.csv | 2 +-
09-check_regression/results-full.csv | 2 +-
09-check_regression/results-internal.csv | 2 +-
09-check_regression/results.log | 90 +++++++-------
10-update_baseline/console.log | 163 +++++++++++++-------------
10-update_baseline/csv-results-1/perf.csv | 2 +-
10-update_baseline/csv-results-1/results.csv | 2 +-
10-update_baseline/results-brief.csv | 2 +-
10-update_baseline/results-full.csv | 2 +-
10-update_baseline/results-internal.csv | 2 +-
10-update_baseline/results.log | 90 +++++++-------
jenkins/manifest.sh | 20 ++--
results | 2 +-
results_id | 2 +-
27 files changed, 299 insertions(+), 298 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/qemu.
from d495e432c0 Merge tag 'pull-aspeed-20220630' of https://github.com/legoa [...]
adds af2ae2e8ac bsd-user: Implement mount, umount and nmount
adds c7b62b4a87 bsd-user: Implement symlink, symlinkat, readlink and readlinkat
adds 0db0db8f23 bsd-user: implement chmod, fchmod, lchmod and fchmodat
adds 79cfae0c1b bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat
adds 58af3e295c bsd-user: Implement chown, fchown, lchown and fchownat
adds c6f0a7d91a bsd-user: Implement chflags, lchflags and fchflags
adds 17a4d13cea bsd-user: Implement chroot and flock
adds 5fbd8011ff bsd-user: Implement mkfifo and mkfifoat
adds d3f29ddacd bsd-user: Implement pathconf, lpathconf and fpathconf
adds 952d5d30d6 bsd-user: Implement undelete
adds 3f1b0235f6 bsd-user: Remove stray 'inline' from do_bsd_close
adds ba45b82518 Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://g [...]
No new revisions were added by this update.
Summary of changes:
bsd-user/bsd-file.h | 392 +++++++++++++++++++++++++++++++++++++++++-
bsd-user/freebsd/os-syscall.c | 118 +++++++++++++
2 files changed, 509 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 33fd0a3363 [gdb/symtab] Fix data race on per_cu->dwarf_version
adds dcc9b683dc 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 33fd0a3363 [gdb/symtab] Fix data race on per_cu->dwarf_version
adds dcc9b683dc 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 84a4942d 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new d1323b73 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (84a4942d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/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 1632 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 31424 -> 30428 bytes
04-build_abe-stage1/console.log.xz | Bin 72544 -> 72804 bytes
06-build_abe-linux/console.log.xz | Bin 8800 -> 8912 bytes
07-build_abe-glibc/console.log.xz | Bin 238776 -> 238624 bytes
08-build_abe-stage2/console.log.xz | Bin 202104 -> 201852 bytes
09-build_abe-gdb/console.log.xz | Bin 38436 -> 37612 bytes
10-build_abe-qemu/console.log.xz | Bin 33312 -> 32824 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3932 -> 3904 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2540 -> 2628 bytes
13-check_regression/console.log.xz | Bin 4176 -> 3780 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 31 +-
13-check_regression/results.compare | 75 +-
13-check_regression/results.compare2 | 221 +-
13-check_regression/results.regressions | 75 +-
14-update_baseline/console.log | 634 ++---
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 31 +-
14-update_baseline/results.compare | 75 +-
14-update_baseline/results.compare2 | 221 +-
14-update_baseline/results.regressions | 75 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3374272 -> 3397492 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2984340 -> 2962840 bytes
sumfiles/gcc.sum | 4588 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1021592 -> 1021356 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2296 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 199164 -> 199228 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2660 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 418732 -> 415364 bytes
sumfiles/libstdc++.sum | 2 +-
38 files changed, 2973 insertions(+), 3213 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2
in repository toolchain/ci/newlib.
from e7ffbdb01 newlib/libc/sys/rtems/include/sys/cpuset.h
adds 54930ae7d Cygwin: poll: Fix a bug on inquiring same fd with different events.
adds 27fd806cd RTEMS: _KERNEL tweak for <sys/cpuset.h>
adds 746c8116d Cygwin: console: Allow pasting very long text input.
new 2c2c2b631 Cygwin: console: Fix new bugs in cons_master_thread().
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:
newlib/libc/sys/rtems/include/sys/cpuset.h | 2 +
winsup/cygwin/fhandler.h | 1 +
winsup/cygwin/fhandler_console.cc | 122 ++++++++++++++++++++++-------
winsup/cygwin/poll.cc | 8 +-
winsup/cygwin/release/3.3.6 | 9 +++
winsup/cygwin/wincap.cc | 12 +++
winsup/cygwin/wincap.h | 2 +
7 files changed, 126 insertions(+), 30 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2
in repository toolchain/ci/binutils-gdb.
from 9f3ab5dddb Automatic date update in version.in
adds 04d55a034c Automatic date update in version.in
adds 7f9a495a16 libctf: fix linking together multiple objects derived from t [...]
adds b8a2baa80b libctf: tests: prune warnings from compiler output
adds ed74e861d7 Automatic date update in version.in
adds 04d235629f Automatic date update in version.in
adds 969726c31f Automatic date update in version.in
adds c26e2c8be8 Automatic date update in version.in
adds f0b3db3175 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
libctf/ctf-dedup.c | 2 +
libctf/ctf-impl.h | 4 +
libctf/ctf-link.c | 161 ++++++++++++++++-----
libctf/testsuite/config/default.exp | 7 +
libctf/testsuite/lib/ctf-lib.exp | 4 +-
.../libctf-regression/libctf-repeat-cu-lib.c | 9 ++
.../libctf-regression/libctf-repeat-cu-main.c | 5 +
.../testsuite/libctf-regression/libctf-repeat-cu.d | 7 +
.../libctf-regression/libctf-repeat-cu.exp | 118 +++++++++++++++
10 files changed, 283 insertions(+), 36 deletions(-)
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.d
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.