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-arm
in repository toolchain/ci/base-artifacts.
discards 92d83540 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new f6200b93 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 (92d83540)
\
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 1620 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2804 bytes
04-build_abe-binutils/console.log.xz | Bin 30228 -> 30272 bytes
05-build_abe-stage1/console.log.xz | Bin 90920 -> 91064 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 8776 -> 9332 bytes
08-build_abe-glibc/console.log.xz | Bin 233144 -> 232836 bytes
09-build_abe-stage2/console.log.xz | Bin 223340 -> 225916 bytes
10-build_abe-gdb/console.log.xz | Bin 37600 -> 37324 bytes
11-build_abe-qemu/console.log.xz | Bin 31772 -> 32032 bytes
12-check_regression/console.log.xz | Bin 432 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 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_build/master-aarch64
in repository toolchain/ci/gdb.
from d21d919bc1 Improve "set scheduler-locking" documentation
new dd4c046506 Automatic date update in version.in
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/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_build/master-aarch64
in repository toolchain/ci/glibc.
from c5bec9d491 i386: Remove -Wa,-mtune=i686
adds 9c38deec96 x86: Remove generic strncat, strncpy, and stpncpy implementations
new f2698954ff x86: Remove __mmask intrinsics in strstr-avx512.c
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:
sysdeps/x86_64/multiarch/Makefile | 3 ---
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 9 +++-----
sysdeps/x86_64/multiarch/ifunc-strcpy.h | 8 ++-----
.../multiarch/{ifunc-avx2.h => ifunc-strncpy.h} | 14 +++++-------
sysdeps/x86_64/multiarch/stpncpy-generic.c | 26 ----------------------
sysdeps/x86_64/multiarch/stpncpy.c | 3 +--
sysdeps/x86_64/multiarch/strncat-generic.c | 21 -----------------
sysdeps/x86_64/multiarch/strncat.c | 3 +--
sysdeps/x86_64/multiarch/strncpy-generic.c | 24 --------------------
sysdeps/x86_64/multiarch/strncpy.c | 3 +--
sysdeps/x86_64/multiarch/strstr-avx512.c | 16 ++++++++-----
11 files changed, 23 insertions(+), 107 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-strncpy.h} (82%)
delete mode 100644 sysdeps/x86_64/multiarch/stpncpy-generic.c
delete mode 100644 sysdeps/x86_64/multiarch/strncat-generic.c
delete mode 100644 sysdeps/x86_64/multiarch/strncpy-generic.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_cross_build/master-aarch64
in repository toolchain/ci/linux.
from 72a8e05d4f66 Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub [...]
new 7edc3945bdce tracing/histograms: Fix memory leak problem
new 495fcec8648c tracing: Fix sleeping while atomic in kdb ftdump
new 0a6d7d45414a ftrace: Be more specific about arch impact when function t [...]
new 0bb7e14c8e15 blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is as [...]
new e3655dfa5805 fprobe/samples: Make sample_probe static
new 1e1fb420fe68 samples: Use KSYM_NAME_LEN for kprobes
new b047602d579b Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/sc [...]
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:
include/trace/events/iocost.h | 2 +-
kernel/trace/Kconfig | 3 ++-
kernel/trace/trace.c | 11 ++++++-----
kernel/trace/trace_events_hist.c | 2 ++
samples/fprobe/fprobe_example.c | 2 +-
samples/kprobes/kprobe_example.c | 5 ++---
samples/kprobes/kretprobe_example.c | 5 ++---
7 files changed, 16 insertions(+), 14 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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from d21d919bc1 Improve "set scheduler-locking" documentation
adds dd4c046506 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards bd388043 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 6cfa395f 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 (bd388043)
\
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 1624 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 30484 -> 30508 bytes
05-build_abe-stage1/console.log.xz | Bin 72960 -> 72804 bytes
07-build_abe-linux/console.log.xz | Bin 8936 -> 9356 bytes
08-build_abe-glibc/console.log.xz | Bin 238492 -> 238544 bytes
09-build_abe-stage2/console.log.xz | Bin 201788 -> 201808 bytes
10-build_abe-gdb/console.log.xz | Bin 37740 -> 37504 bytes
11-build_abe-qemu/console.log.xz | Bin 32440 -> 32416 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 14 insertions(+), 14 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_check/master-aarch64
in repository toolchain/ci/gcc.
from cab411a2b4b Set nonzero bits from bitwise and operator in range-ops.
adds 6e9d5dfc291 Fortran: error recovery simplifying PACK with invalid argum [...]
adds 5ae74944af1 libstdc++: Check for EOF if extraction avoids buffer overfl [...]
new 43997608a08 Daily bump.
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/ChangeLog | 45 +++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 328 +++++++++++++++++++++
gcc/fortran/ChangeLog | 7 +
gcc/fortran/simplify.cc | 12 +
gcc/testsuite/ChangeLog | 33 +++
gcc/testsuite/gfortran.dg/pack_simplify_1.f90 | 15 +
include/ChangeLog | 7 +
libgomp/ChangeLog | 10 +
libstdc++-v3/ChangeLog | 22 ++
libstdc++-v3/include/std/istream | 31 +-
.../extractors_character/char/pr106248.cc | 40 +++
.../extractors_character/wchar_t/pr106248.cc | 40 +++
lto-plugin/ChangeLog | 7 +
14 files changed, 593 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pack_simplify_1.f90
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...]
--
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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from d21d919bc1 Improve "set scheduler-locking" documentation
adds dd4c046506 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 431d36b0 0: update: binutils-gcc: 1
new b557b29c 0: update: binutils-gcc: 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 (431d36b0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1588 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 38960 -> 37652 bytes
04-build_abe-gcc/console.log.xz | Bin 212356 -> 212804 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3828 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2968 -> 2404 bytes
07-check_regression/console.log.xz | Bin 3248 -> 2584 bytes
07-check_regression/results.compare | 53 +-
07-check_regression/results.compare2 | 81 +-
08-update_baseline/console.log | 384 ++-
08-update_baseline/results.compare | 53 +-
08-update_baseline/results.compare2 | 81 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3563356 -> 3581256 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 3060912 -> 3071088 bytes
sumfiles/gcc.sum | 4436 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1032432 -> 1030576 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2192 -> 2192 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204836 -> 205228 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440636 -> 443604 bytes
sumfiles/libstdc++.sum | 16 +-
27 files changed, 2528 insertions(+), 2780 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_fx/gnu-master-aarch64-cpu2017-O2
in repository toolchain/ci/base-artifacts.
discards ab63c3c1 0: update: : 1
new 70ece65e 0: update: : 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 (ab63c3c1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_fx/gnu-master-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 1692 -> 1648 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30380 -> 30372 bytes
04-build_abe-stage1/console.log.xz | Bin 77344 -> 76848 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 11128 -> 11112 bytes
07-build_abe-glibc/console.log.xz | Bin 239324 -> 239328 bytes
08-build_abe-stage2/console.log.xz | Bin 185068 -> 184472 bytes
09-benchmark/benchmark-build.log | 96 +-
09-benchmark/benchmark.log | 94 +-
09-benchmark/console.log.xz | Bin 3688 -> 3696 bytes
10-check_regression/console.log.xz | Bin 4680 -> 4564 bytes
10-check_regression/csv-results-0/md5sum.csv | 99663 ++---
10-check_regression/csv-results-0/perf.csv | 2375 +-
10-check_regression/csv-results-0/results.csv | 70978 +--
10-check_regression/csv-results-0/size.csv | 532113 +++++++++++-----------
10-check_regression/csv-results-0/vect.csv | 885 +-
10-check_regression/csv-results-1/md5sum.csv | 99906 ++---
10-check_regression/csv-results-1/perf.csv | 2348 +-
10-check_regression/csv-results-1/results.csv | 67788 +--
10-check_regression/csv-results-1/size.csv | 532120 +++++++++++------------
10-check_regression/csv-results-1/vect.csv | 888 +-
10-check_regression/results-brief.csv | 32 +-
10-check_regression/results-full.csv | 2476 +-
10-check_regression/results-internal.csv | 106 +-
10-check_regression/results.log | 2524 +-
11-update_baseline/console.log | 2986 +-
11-update_baseline/csv-results-0/md5sum.csv | 99663 ++---
11-update_baseline/csv-results-0/perf.csv | 2375 +-
11-update_baseline/csv-results-0/results.csv | 70978 +--
11-update_baseline/csv-results-0/size.csv | 532113 +++++++++++-----------
11-update_baseline/csv-results-0/vect.csv | 885 +-
11-update_baseline/csv-results-1/md5sum.csv | 99906 ++---
11-update_baseline/csv-results-1/perf.csv | 2348 +-
11-update_baseline/csv-results-1/results.csv | 67788 +--
11-update_baseline/csv-results-1/size.csv | 532120 +++++++++++------------
11-update_baseline/csv-results-1/vect.csv | 888 +-
11-update_baseline/results-brief.csv | 32 +-
11-update_baseline/results-full.csv | 2476 +-
11-update_baseline/results-internal.csv | 106 +-
11-update_baseline/results.log | 2618 +-
jenkins/manifest.sh | 6 +-
results | 2 +-
results_id | 2 +-
44 files changed, 1415918 insertions(+), 1415766 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0cfdd80f 0: update: linux-41e7f64a7079172029149cbdaba6f88a58324370: boot
new 35785373 0: update: linux-41e7f64a7079172029149cbdaba6f88a58324370: boot
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 (0cfdd80f)
\
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 1676 -> 1804 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2792 bytes
03-build_abe-binutils/console.log.xz | Bin 29904 -> 29708 bytes
04-build_abe-stage1/console.log.xz | Bin 70844 -> 70616 bytes
05-build_abe-qemu/console.log.xz | Bin 34312 -> 34164 bytes
06-build_linux/console.log.xz | Bin 3364 -> 3436 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 6 +++---
10 files changed, 4 insertions(+), 4 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 releases/gcc-12
in repository gcc.
from e25a446597e Daily bump.
new 8c57e8005db Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 16afe2e2862 tree-sra: Fix union handling in build_reconstructed_reference
new 4b70d21bc05 Daily bump.
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/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 19 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from a96788c5db2 Daily bump.
new daf99eafaec Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch master
in repository gcc.
from 5ae74944af1 libstdc++: Check for EOF if extraction avoids buffer overfl [...]
new 43997608a08 Daily bump.
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/ChangeLog | 45 +++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 328 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/fortran/ChangeLog | 7 ++
gcc/testsuite/ChangeLog | 33 +++++
include/ChangeLog | 7 ++
libgomp/ChangeLog | 10 ++
libstdc++-v3/ChangeLog | 22 ++++
lto-plugin/ChangeLog | 7 ++
9 files changed, 460 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_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards fb7cc691 2: update: gcc-a8cfc36b9964e5b62433269182232e59d82d6a23: 1
new 529d2ace 2: update: binutils-gcc: 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 (fb7cc691)
\
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 1660 -> 1656 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 50296 -> 50928 bytes
.../console.log.xz | Bin 131276 -> 131276 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 61 +++++++++++++++------
jenkins/manifest.sh | 13 +++--
7 files changed, 52 insertions(+), 22 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 d21d919bc1d Improve "set scheduler-locking" documentation
new dd4c046506c Automatic date update in version.in
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/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.
unknown user pushed a change to branch binutils-2_39-branch
in repository binutils-gdb.
from 23b1320eb51 PR29355, ld segfaults with -r/-q and custom-named section .rela*
new 8df729f4f96 Automatic date update in version.in
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/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.
unknown user pushed a change to branch gdb-12-branch
in repository binutils-gdb.
from 54e3ab40aed Automatic date update in version.in
new 36b70436306 Automatic date update in version.in
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/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/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards fbe7d945 2: update: binutils-gcc: 1
new 9f9a60e2 2: update: binutils-gcc: 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 (fbe7d945)
\
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 1608 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 50680 -> 51932 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 130824 -> 131116 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 46 ++++++++++++++--------------
jenkins/manifest.sh | 14 ++++-----
7 files changed, 30 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.