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-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 59a3e90e 2: update: binutils-gcc: 0
new 8c246401 2: update: binutils-gcc: 0
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 (59a3e90e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1576 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 21320 -> 24456 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++++----
6 files changed, 28 insertions(+), 28 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 e01124d0 0: update: glibc-1305edd42c44fee6f8660734d2dfa4911ec755d6: 1
new 130412a9 0: update: linux-af2d861d4cd2a4da5137f795ee3509e6f944a25b: 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 (e01124d0)
\
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 1580 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 36440 -> 36784 bytes
04-build_abe-gcc/console.log.xz | Bin 208488 -> 207548 bytes
06-build_abe-linux/console.log.xz | Bin 10588 -> 8632 bytes
07-build_abe-glibc/console.log.xz | Bin 237532 -> 235216 bytes
08-build_abe-gdb/console.log.xz | Bin 34364 -> 34240 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3816 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2688 -> 2680 bytes
11-check_regression/console.log.xz | Bin 3040 -> 3152 bytes
11-check_regression/fails.sum | 6 +-
11-check_regression/results.compare | 12 +-
11-check_regression/results.compare2 | 37 +-
11-check_regression/results.regressions | 12 +-
12-update_baseline/console.log | 325 +--
12-update_baseline/fails.sum | 6 +-
12-update_baseline/results.compare | 12 +-
12-update_baseline/results.compare2 | 37 +-
12-update_baseline/results.regressions | 12 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3635812 -> 3627700 bytes
sumfiles/g++.sum | 14 +-
sumfiles/gcc.log.xz | Bin 3171404 -> 3171440 bytes
sumfiles/gcc.sum | 4234 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1065280 -> 1064504 bytes
sumfiles/gfortran.sum | 6 +-
sumfiles/libatomic.log.xz | Bin 2272 -> 2268 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 213312 -> 213360 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2664 -> 2668 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 425172 -> 432576 bytes
sumfiles/libstdc++.sum | 8 +-
34 files changed, 2399 insertions(+), 2336 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/release-aarch64-bootstrap_debug
in repository toolchain/ci/gcc.
from afec66b054a c++: wrong error with constexpr COMPOUND_EXPR [PR105321]
adds 977cbabeb1c libstdc++: Make atomic notify_one and notify_all non-const
adds 64c73a25c23 Daily bump.
adds f805800317e Daily bump.
adds 0da057c7d95 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 18 ++++++++++++++++++
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
libstdc++-v3/ChangeLog | 17 +++++++++++++++++
libstdc++-v3/include/bits/atomic_base.h | 8 ++++----
libstdc++-v3/include/std/atomic | 16 ++++++++--------
.../testsuite/29_atomics/atomic/wait_notify/102994.cc | 4 ++--
7 files changed, 67 insertions(+), 15 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/release-aarch64-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 806da170bc Automatic date update in version.in
adds 62c7851044 Automatic date update in version.in
adds 661f63c165 Automatic date update in version.in
adds 334a1f8735 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_gcc_bootstrap/release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 480f9cac 0: update: binutils-gcc: 2
new f1adbcc5 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 (480f9cac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 37584 -> 37724 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 244232 -> 246376 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 14 +++++++-------
6 files changed, 7 insertions(+), 7 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_llvm_tk1/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 59508c57 0: update: binutils-gcc-linux-glibc: 1
new 83144afc 0: update: llvm-13815e8cbf8d49b20f2c9d521a7cc6f5153ff9da: 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 (59508c57)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-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 1784 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30928 -> 29148 bytes
04-build_abe-stage1/console.log.xz | Bin 92300 -> 91548 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 9100 -> 10448 bytes
07-build_abe-glibc/console.log.xz | Bin 234268 -> 230008 bytes
08-build_abe-stage2/console.log.xz | Bin 212780 -> 208884 bytes
09-build_llvm-true/console.log.xz | Bin 62192 -> 61348 bytes
10-benchmark/benchmark-build.log | 68 +-
10-benchmark/benchmark.log | 66 +-
10-benchmark/console.log.xz | Bin 3240 -> 3228 bytes
11-check_regression/console.log.xz | Bin 5376 -> 5420 bytes
11-check_regression/results-0.csv | 212465 ++++++------
11-check_regression/results-1.csv | 207075 ++++++------
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 2283 +-
11-check_regression/results-internal.csv | 153 +-
11-check_regression/results-md5sum-0.csv | 51680 +--
11-check_regression/results-md5sum-1.csv | 51445 ++-
11-check_regression/results-perf-0.csv | 2251 +-
11-check_regression/results-perf-1.csv | 2208 +-
11-check_regression/results-size-0.csv | 301326 +++++++++--------
11-check_regression/results-size-1.csv | 310846 +++++++++---------
11-check_regression/results-vect-0.csv | 20 +-
11-check_regression/results-vect-1.csv | 21 +-
11-check_regression/results.log | 3129 +-
12-update_baseline/console.log | 3956 +-
12-update_baseline/results-0.csv | 212465 ++++++------
12-update_baseline/results-1.csv | 207075 ++++++------
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 2283 +-
12-update_baseline/results-internal.csv | 153 +-
12-update_baseline/results-md5sum-0.csv | 51680 +--
12-update_baseline/results-md5sum-1.csv | 51445 ++-
12-update_baseline/results-perf-0.csv | 2251 +-
12-update_baseline/results-perf-1.csv | 2208 +-
12-update_baseline/results-size-0.csv | 301326 +++++++++--------
12-update_baseline/results-size-1.csv | 310846 +++++++++---------
12-update_baseline/results-vect-0.csv | 20 +-
12-update_baseline/results-vect-1.csv | 21 +-
12-update_baseline/results.log | 3099 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1341432 -> 1340808 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 102444 -> 102496 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3751944 -> 3752188 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 34436 -> 34400 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 154712 -> 154628 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 211956 -> 212016 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 2084980 -> 2084464 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3316176 -> 3275324 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 526728 -> 523308 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1257704 -> 1257620 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 349308 -> 0 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 173460 -> 173588 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 52020 -> 52532 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 665224 -> 665652 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25336 -> 25300 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 864400 -> 843352 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 75416 -> 75236 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 235896 -> 235792 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7169220 -> 7167948 bytes
jenkins/manifest.sh | 13 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1341432 -> 1340808 bytes
save-temps/401.bzip2.tar.xz | Bin 102444 -> 102496 bytes
save-temps/403.gcc.tar.xz | Bin 3751944 -> 3752188 bytes
save-temps/429.mcf.tar.xz | Bin 34436 -> 34400 bytes
save-temps/433.milc.tar.xz | Bin 154712 -> 154628 bytes
save-temps/444.namd.tar.xz | Bin 211956 -> 212016 bytes
save-temps/445.gobmk.tar.xz | Bin 2084980 -> 2084464 bytes
save-temps/447.dealII.tar.xz | Bin 3316176 -> 3275324 bytes
save-temps/450.soplex.tar.xz | Bin 526728 -> 523308 bytes
save-temps/453.povray.tar.xz | Bin 1257704 -> 1257620 bytes
save-temps/456.hmmer.tar.xz | Bin 349308 -> 0 bytes
save-temps/458.sjeng.tar.xz | Bin 173460 -> 173588 bytes
save-temps/462.libquantum.tar.xz | Bin 52020 -> 52532 bytes
save-temps/464.h264ref.tar.xz | Bin 665224 -> 665652 bytes
save-temps/470.lbm.tar.xz | Bin 25336 -> 25300 bytes
save-temps/471.omnetpp.tar.xz | Bin 864400 -> 843352 bytes
save-temps/473.astar.tar.xz | Bin 75416 -> 75236 bytes
save-temps/482.sphinx3.tar.xz | Bin 235896 -> 235792 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7169220 -> 7167948 bytes
83 files changed, 1134019 insertions(+), 1159938 deletions(-)
delete mode 100644 12-update_baseline/top-artifacts/save-temps/456.hmmer.tar.xz
delete mode 100644 save-temps/456.hmmer.tar.xz
--
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_llvm_apm/llvm-release-aarch64-spec2k6-Oz
in repository toolchain/ci/glibc.
from 8e8d46d598 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
adds 68d3a9a696 nptl: Fix pthread_cancel cancelhandling atomic operations
adds d3feff2232 m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)
adds 70f1eecdc1 scripts: Add glibcelf.py module
adds 499a601796 Default to --with-default-link=no (bug 25812)
new c8ee1c85c0 misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
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:
INSTALL | 6 +
NEWS | 1 +
configure | 65 +-
configure.ac | 55 +-
debug/tst-fortify.c | 5 +
elf/Makefile | 40 ++
elf/tst-glibcelf.py | 260 ++++++++
elf/tst-relro-symbols.py | 137 ++++
manual/install.texi | 6 +
misc/sys/cdefs.h | 12 +-
nptl/pthread_cancel.c | 3 +-
scripts/glibcelf.py | 1135 +++++++++++++++++++++++++++++++++
sysdeps/m68k/dl-machine.h | 12 +-
sysdeps/unix/sysv/linux/ia64/Makefile | 6 +
14 files changed, 1612 insertions(+), 131 deletions(-)
create mode 100644 elf/tst-glibcelf.py
create mode 100644 elf/tst-relro-symbols.py
create mode 100644 scripts/glibcelf.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.