This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c906efc700d aarch64: Move vreinterpret definitions into the compiler
new 67248ad043b Improve ptr_derefs_may_alias_p for the case of &STRING_CST
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:
gcc/tree-ssa-alias.cc | 4 +++-
1 file changed, 3 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 19892fedb7 x86: Properly check invalid relocation against protected symbol
adds 5c0b4ee406 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 5 +++++
ld/testsuite/ld-i386/pr27998a.d | 2 +-
ld/testsuite/ld-i386/pr27998b.d | 6 +-----
ld/testsuite/ld-ifunc/ifunc-2-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-i386.s | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386.s | 2 +-
7 files changed, 11 insertions(+), 10 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4d4c9789 2: update: binutils-llvm-linux-qemu: 21004
new f3ad111a 2: update: binutils-llvm-linux-qemu: 21004
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 (4d4c9789)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1908 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30776 -> 30476 bytes
04-build_kernel_llvm/console.log.xz | Bin 61960 -> 62796 bytes
05-build_abe-qemu/console.log.xz | Bin 30764 -> 31460 bytes
06-build_linux/console.log.xz | Bin 3900 -> 3984 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +--
9 files changed, 115 insertions(+), 115 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 gcc.
from bb04f9f23ac tree-optimization/106189 - avoid division by zero exception
new 8a1e05b7618 aarch64: Lower vcombine to GIMPLE
new f023cc54e86 aarch64: Consolidate simd type lookup functions
new c906efc700d aarch64: Move vreinterpret definitions into the compiler
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:
gcc/config/aarch64/aarch64-builtins.cc | 334 ++-
gcc/config/aarch64/arm_neon.h | 3155 --------------------
.../aarch64/advsimd-intrinsics/combine.c | 18 +
3 files changed, 311 insertions(+), 3196 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/combine.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_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from 64edeadbcce Daily bump.
adds 98ce66a48fb libstdc++: Do not include <cxxabi.h> in <stacktrace>
adds ca82e7900f4 libstdc++: check for openat
adds 4eb15eceaac libstdc++: check for openat with dirfd in std::filesystem
adds 4be7b79d055 libstdc++: Do not optimize away storing pathname if it's needed
adds 2a1263d3638 Daily bump.
adds 8b85716d35c Daily bump.
adds 16ea82f0fc9 Daily bump.
adds 0057fda05e2 RTEMS: Do not define _GNU_SOURCE by default
adds 3387ec26515 Daily bump.
adds 60954a06ceb c++: aggregate prvalue as for range [PR106230]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 ++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rtems.h | 3 ++
gcc/cp/semantics.cc | 5 +++
gcc/testsuite/g++.dg/cpp0x/range-for38.C | 16 ++++++++++
libstdc++-v3/ChangeLog | 39 ++++++++++++++++++++++
libstdc++-v3/acinclude.m4 | 12 +++++++
libstdc++-v3/config.h.in | 3 ++
libstdc++-v3/configure | 55 ++++++++++++++++++++++++++++++++
libstdc++-v3/include/std/stacktrace | 8 ++++-
libstdc++-v3/src/c++17/fs_dir.cc | 4 +--
libstdc++-v3/src/filesystem/dir-common.h | 2 +-
libstdc++-v3/src/filesystem/dir.cc | 2 +-
13 files changed, 152 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for38.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_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 19892fedb7 x86: Properly check invalid relocation against protected symbol
adds 5c0b4ee406 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 5 +++++
ld/testsuite/ld-i386/pr27998a.d | 2 +-
ld/testsuite/ld-i386/pr27998b.d | 6 +-----
ld/testsuite/ld-ifunc/ifunc-2-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-i386.s | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386.s | 2 +-
7 files changed, 11 insertions(+), 10 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/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 17874618 2: update: binutils-gcc-linux-qemu: 22049
new 47ce6305 2: update: binutils-gcc-linux-qemu: 22049
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 (17874618)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 1768 -> 1928 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30564 -> 31184 bytes
04-build_abe-stage1/console.log.xz | Bin 68184 -> 69216 bytes
05-build_abe-qemu/console.log.xz | Bin 31084 -> 31780 bytes
06-build_linux/console.log.xz | Bin 5012 -> 5268 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +--
9 files changed, 117 insertions(+), 117 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
in repository toolchain/ci/binutils-gdb.
from 8e883b5e11 Automatic date update in version.in
adds 60cd08d403 MI: mi_runto -pending
adds bc20e562ec gdb/varobj: Fix use after free in varobj
adds 6c96b937df gdb/varobj: Fix varobj_invalidate_iter
No new revisions were added by this update.
Summary of changes:
.../mi-var-invalidate-shlib-lib.c} | 16 ++-
.../{mi-corefile.c => mi-var-invalidate-shlib.c} | 26 +++-
gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.exp | 137 +++++++++++++++++++++
gdb/testsuite/lib/mi-support.exp | 68 ++++++++--
gdb/value.c | 27 ++++
gdb/varobj.c | 86 +++++++++++--
6 files changed, 334 insertions(+), 26 deletions(-)
copy gdb/testsuite/{gdb.base/patch.c => gdb.mi/mi-var-invalidate-shlib-lib.c} (84%)
copy gdb/testsuite/gdb.mi/{mi-corefile.c => mi-var-invalidate-shlib.c} (67%)
create mode 100644 gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 87e82bd3 0: update: binutils-gcc: 2
new 3edf4a36 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 (87e82bd3)
\
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 1596 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 51480 -> 51444 bytes
05-build_abe-bootstrap/console.log.xz | Bin 465496 -> 461408 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 37 ----------------------------------
jenkins/manifest.sh | 12 +++++------
7 files changed, 6 insertions(+), 43 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_tk1/gnu-master-arm-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards d23f23bf 2: update: binutils-gcc-linux-glibc: 1
new 1dc0a3a4 2: update: binutils-gcc-linux-glibc: 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 (d23f23bf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-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 1880 -> 1660 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30592 -> 30780 bytes
04-build_abe-stage1/console.log.xz | Bin 93932 -> 93128 bytes
06-build_abe-linux/console.log.xz | Bin 9188 -> 9192 bytes
07-build_abe-glibc/console.log.xz | Bin 234816 -> 234948 bytes
08-build_abe-stage2/console.log.xz | Bin 215276 -> 214904 bytes
09-benchmark/benchmark-build.log | 120 +-
09-benchmark/benchmark.log | 118 +-
09-benchmark/console.log.xz | Bin 3832 -> 3828 bytes
10-check_regression/console.log.xz | Bin 7776 -> 7596 bytes
10-check_regression/csv-results-0/md5sum.csv | 71035 +--
10-check_regression/csv-results-0/perf.csv | 3344 +-
10-check_regression/csv-results-0/results.csv | 571396 ++++++++---------
10-check_regression/csv-results-0/size.csv | 573644 ++++++++---------
10-check_regression/csv-results-0/vect.csv | 1141 +-
10-check_regression/csv-results-1/md5sum.csv | 73094 +--
10-check_regression/csv-results-1/perf.csv | 3304 +-
10-check_regression/csv-results-1/results.csv | 580279 +++++++++---------
10-check_regression/csv-results-1/size.csv | 557611 ++++++++---------
10-check_regression/csv-results-1/vect.csv | 888 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 3418 +-
10-check_regression/results-internal.csv | 239 +-
10-check_regression/results.log | 5234 +-
11-update_baseline/console.log | 6293 +-
11-update_baseline/csv-results-0/md5sum.csv | 71035 +--
11-update_baseline/csv-results-0/perf.csv | 3344 +-
11-update_baseline/csv-results-0/results.csv | 571396 ++++++++---------
11-update_baseline/csv-results-0/size.csv | 573644 ++++++++---------
11-update_baseline/csv-results-0/vect.csv | 1141 +-
11-update_baseline/csv-results-1/md5sum.csv | 73094 +--
11-update_baseline/csv-results-1/perf.csv | 3304 +-
11-update_baseline/csv-results-1/results.csv | 580279 +++++++++---------
11-update_baseline/csv-results-1/size.csv | 557611 ++++++++---------
11-update_baseline/csv-results-1/vect.csv | 888 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 3418 +-
11-update_baseline/results-internal.csv | 239 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1457528 -> 1459092 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 112716 -> 112532 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3996204 -> 3979316 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 19820 -> 19836 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 6019936 -> 6026712 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 39780 -> 39676 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 194744 -> 194220 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 226376 -> 226092 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 1175548 -> 1172912 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 852312 -> 852392 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 66320 -> 66304 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 231432 -> 231736 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1931756 -> 1922360 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 7117108 -> 7303184 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 854528 -> 855312 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1672492 -> 1656816 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1574924 -> 1559640 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 446816 -> 446428 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 168876 -> 168740 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 205656 -> 205196 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 70704 -> 70408 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 771716 -> 771624 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 3260892 -> 3257064 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 29172 -> 29408 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 1160072 -> 1158200 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 101476 -> 101700 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 2747036 -> 2743520 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 302416 -> 302052 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 13157824 -> 13193044 bytes
jenkins/manifest.sh | 24 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1457528 -> 1459092 bytes
save-temps/401.bzip2.tar.xz | Bin 112716 -> 112532 bytes
save-temps/403.gcc.tar.xz | Bin 3996204 -> 3979316 bytes
save-temps/410.bwaves.tar.xz | Bin 19820 -> 19836 bytes
save-temps/416.gamess.tar.xz | Bin 6019936 -> 6026712 bytes
save-temps/429.mcf.tar.xz | Bin 39780 -> 39676 bytes
save-temps/433.milc.tar.xz | Bin 194744 -> 194220 bytes
save-temps/434.zeusmp.tar.xz | Bin 226376 -> 226092 bytes
save-temps/435.gromacs.tar.xz | Bin 1175548 -> 1172912 bytes
save-temps/436.cactusADM.tar.xz | Bin 852312 -> 852392 bytes
save-temps/437.leslie3d.tar.xz | Bin 66320 -> 66304 bytes
save-temps/444.namd.tar.xz | Bin 231432 -> 231736 bytes
save-temps/445.gobmk.tar.xz | Bin 1931756 -> 1922360 bytes
save-temps/447.dealII.tar.xz | Bin 7117108 -> 7303184 bytes
save-temps/450.soplex.tar.xz | Bin 854528 -> 855312 bytes
save-temps/453.povray.tar.xz | Bin 1672492 -> 1656816 bytes
save-temps/454.calculix.tar.xz | Bin 1574924 -> 1559640 bytes
save-temps/456.hmmer.tar.xz | Bin 446816 -> 446428 bytes
save-temps/458.sjeng.tar.xz | Bin 168876 -> 168740 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 205656 -> 205196 bytes
save-temps/462.libquantum.tar.xz | Bin 70704 -> 70408 bytes
save-temps/464.h264ref.tar.xz | Bin 771716 -> 771624 bytes
save-temps/465.tonto.tar.xz | Bin 3260892 -> 3257064 bytes
save-temps/470.lbm.tar.xz | Bin 29172 -> 29408 bytes
save-temps/471.omnetpp.tar.xz | Bin 1160072 -> 1158200 bytes
save-temps/473.astar.tar.xz | Bin 101476 -> 101700 bytes
save-temps/481.wrf.tar.xz | Bin 2747036 -> 2743520 bytes
save-temps/482.sphinx3.tar.xz | Bin 302416 -> 302052 bytes
save-temps/483.xalancbmk.tar.xz | Bin 13157824 -> 13193044 bytes
99 files changed, 2463177 insertions(+), 2427516 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_binutils/master-aarch64
in repository toolchain/ci/glibc.
from ca4d3ea513 manual: Add documentation for arc4random functions
adds 0c5605989f Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT [...]
adds 794c27446f struct stat is not posix conformant on microblaze with __USE [...]
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/Makefile | 10 ++++------
sysdeps/unix/sysv/linux/microblaze/bits/struct_stat.h | 2 +-
sysdeps/unix/sysv/linux/tst-readdir64-compat.c | 4 ++++
3 files changed, 9 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_gnu_native_check_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 3afaa83b 0: update: binutils-gcc-linux-glibc-gdb: 1
new e9f5eabe 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 (3afaa83b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1616 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 38080 -> 38500 bytes
04-build_abe-gcc/console.log.xz | Bin 212668 -> 211204 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8540 -> 8516 bytes
07-build_abe-glibc/console.log.xz | Bin 238752 -> 238788 bytes
08-build_abe-gdb/console.log.xz | Bin 38176 -> 37900 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3840 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2312 -> 2736 bytes
11-check_regression/console.log.xz | Bin 2280 -> 2256 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 222 +++++++++----------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 22 +-
sumfiles/binutils.log.xz | Bin 55804 -> 55900 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 81036 -> 81012 bytes
sumfiles/gas.sum | 268 +++++++++++------------
sumfiles/ld.log.xz | Bin 121072 -> 121056 bytes
sumfiles/ld.sum | 338 ++++++++++++++---------------
23 files changed, 468 insertions(+), 468 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.