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
in repository toolchain/ci/binutils-gdb.
from 76e4fa70e7 ld: Pass -nostdlib to compiler with -r
adds 3c539d41b4 [AArch64] Fix testcase compilation failure
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.arch/aarch64-mte.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards a190faad 0: update: binutils-gcc: 2
new f7030b26 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 (a190faad)
\
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 1608 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 38284 -> 37648 bytes
05-build_abe-bootstrap/console.log.xz | Bin 270712 -> 268876 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 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.
unknown user pushed a change to branch users/palves/packed
in repository binutils-gdb.
at 73a029bd603 struct packed: add fallback byte array implementation, use [...]
This branch includes the following new commits:
new 6994a75776b Don't stop all threads prematurely after first step of "step N"
new 73a029bd603 struct packed: add fallback byte array implementation, use [...]
The 2 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.
--
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 3c539d41b48 [AArch64] Fix testcase compilation failure
new d0ff5ca959d [AArch64] Support AArch64 MTE memory tag dumps in core files
new 68cffbbd440 [AArch64] MTE corefile support
The 2 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/elfnn-aarch64.c | 89 +++++++++++
binutils/readelf.c | 1 +
gdb/Makefile.in | 1 +
gdb/NEWS | 10 ++
gdb/aarch64-linux-tdep.c | 171 ++++++++++++++++++++
gdb/arch/aarch64-mte-linux.c | 56 +++++++
gdb/arch/aarch64-mte-linux.h | 10 ++
gdb/corelow.c | 62 ++++++++
gdb/defs.h | 3 +-
gdb/doc/gdb.texinfo | 19 +++
gdb/gcore.c | 83 +++++++++-
gdb/gdbarch-components.py | 35 +++++
gdb/gdbarch-gen.h | 26 +++
gdb/gdbarch.c | 96 +++++++++++
gdb/linux-tdep.c | 39 ++++-
gdb/memtag.c | 68 ++++++++
gdb/memtag.h | 50 ++++++
.../gdb.arch/{aarch64-mte.c => aarch64-mte-core.c} | 88 ++++++++---
gdb/testsuite/gdb.arch/aarch64-mte-core.exp | 175 +++++++++++++++++++++
include/elf/aarch64.h | 3 +
20 files changed, 1053 insertions(+), 32 deletions(-)
create mode 100644 gdb/memtag.c
create mode 100644 gdb/memtag.h
copy gdb/testsuite/gdb.arch/{aarch64-mte.c => aarch64-mte-core.c} (50%)
create mode 100644 gdb/testsuite/gdb.arch/aarch64-mte-core.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.
unknown user pushed a change to branch master
in repository gcc.
from 4a8aab9a235 .gitignore: do not ignore config.h
new 465802c0d40 c++: Enable __has_builtin for new reference binding built-ins
new 76c3f0dc2f8 tree-ssa-sink: do not sink to in front of setjmp
new 26cea5f108e tree-cfg: do not duplicate returns_twice calls
new 7a158a5776f tree-cfg: check placement of returns_twice calls
The 4 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/cfghooks.cc | 13 +++++++++---
gcc/cp/cp-objcp-common.cc | 2 ++
gcc/testsuite/gcc.dg/setjmp-7.c | 13 ++++++++++++
gcc/tree-cfg.cc | 40 ++++++++++++++++++++++++++++++++++--
gcc/tree-ssa-sink.cc | 6 ++++++
libstdc++-v3/include/std/type_traits | 4 ++++
6 files changed, 73 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/setjmp-7.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_bmk_gnu_fx/gnu-master-aarch64-cpu2017-O3
in repository toolchain/ci/base-artifacts.
discards a71c96db 0: update: : 1
new c8c86412 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 (a71c96db)
\
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 1820 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30832 -> 30700 bytes
04-build_abe-stage1/console.log.xz | Bin 76508 -> 76580 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 11144 -> 11028 bytes
07-build_abe-glibc/console.log.xz | Bin 239456 -> 239524 bytes
08-build_abe-stage2/console.log.xz | Bin 184424 -> 183744 bytes
09-benchmark/benchmark-build.log | 78 +-
09-benchmark/benchmark.log | 76 +-
09-benchmark/console.log.xz | Bin 3684 -> 3696 bytes
10-check_regression/console.log.xz | Bin 4580 -> 4524 bytes
10-check_regression/csv-results-0/md5sum.csv | 77760 ++--
10-check_regression/csv-results-0/perf.csv | 2178 +-
10-check_regression/csv-results-0/results.csv | 449818 ++++++++++------------
10-check_regression/csv-results-0/size.csv | 453431 ++++++++++-------------
10-check_regression/csv-results-0/vect.csv | 6568 +-
10-check_regression/csv-results-1/md5sum.csv | 64928 ++--
10-check_regression/csv-results-1/perf.csv | 1918 +-
10-check_regression/csv-results-1/results.csv | 391962 ++++++++++----------
10-check_regression/csv-results-1/size.csv | 395656 ++++++++++----------
10-check_regression/csv-results-1/vect.csv | 6288 +-
10-check_regression/results-brief.csv | 28 +-
10-check_regression/results-full.csv | 2031 +-
10-check_regression/results-internal.csv | 106 +-
10-check_regression/results.log | 2451 +-
11-update_baseline/console.log | 2836 +-
11-update_baseline/csv-results-0/md5sum.csv | 77760 ++--
11-update_baseline/csv-results-0/perf.csv | 2178 +-
11-update_baseline/csv-results-0/results.csv | 449818 ++++++++++------------
11-update_baseline/csv-results-0/size.csv | 453431 ++++++++++-------------
11-update_baseline/csv-results-0/vect.csv | 6568 +-
11-update_baseline/csv-results-1/md5sum.csv | 64928 ++--
11-update_baseline/csv-results-1/perf.csv | 1918 +-
11-update_baseline/csv-results-1/results.csv | 391962 ++++++++++----------
11-update_baseline/csv-results-1/size.csv | 395656 ++++++++++----------
11-update_baseline/csv-results-1/vect.csv | 6288 +-
11-update_baseline/results-brief.csv | 28 +-
11-update_baseline/results-full.csv | 2031 +-
11-update_baseline/results-internal.csv | 106 +-
11-update_baseline/results.log | 2433 +-
jenkins/manifest.sh | 4 +-
results | 2 +-
results_id | 2 +-
44 files changed, 1727128 insertions(+), 1986098 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 20ab3972240 libstdc++: Make __from_chars_alnum_to_val conversion explicit
new 4a8aab9a235 .gitignore: do not ignore config.h
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:
.gitignore | 3 ++-
1 file changed, 2 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 f2f1fae6 2: update: binutils-gcc: 1
discards fa5f1dca 1: reset: gcc-cf3a120084e94614a4917f71940325cd4b537f24: 1
discards b40d7060 0: update: binutils-e5c0531cfe8667e4f510f6357e62f488113b7049: 2
new f4c50b55 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 (f2f1fae6)
\
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 1632 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 50688 -> 51212 bytes
.../console.log.xz | Bin 129480 -> 938864 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 79 ++++++++++-----------
07-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 12 ++--
results | 2 +
9 files changed, 45 insertions(+), 50 deletions(-)
delete mode 100644 07-update_baseline/results.regressions
--
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-arm
in repository toolchain/ci/gdb.
from 76e4fa70e7 ld: Pass -nostdlib to compiler with -r
new 3c539d41b4 [AArch64] Fix testcase compilation failure
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:
gdb/testsuite/gdb.arch/aarch64-mte.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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-arm
in repository toolchain/ci/glibc.
from 1f4e90d468 linux: return UNSUPPORTED from tst-mount if entering mount n [...]
new 8b84fb862c Update scripts/config.* files from upstream GNU config version
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:
scripts/config.guess | 1437 ++++++++++++++++++++++++++++++--------------------
scripts/config.sub | 693 +++++++++++++-----------
2 files changed, 1252 insertions(+), 878 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 edf0c132b19 Remote trailing : for subheading.
new 434d521d118 analyzer: log out-edge description in exploded_graph::process_node
new 2c044ff123e analyzer: fix taint handling of switch statements [PR106321]
new 20ab3972240 libstdc++: Make __from_chars_alnum_to_val conversion explicit
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/analyzer/constraint-manager.h | 3 +
gcc/analyzer/engine.cc | 34 ++++++++-
gcc/analyzer/exploded-graph.h | 3 +
gcc/analyzer/region-model.cc | 2 +
gcc/analyzer/region-model.h | 17 +++++
gcc/analyzer/sm-taint.cc | 58 +++++++++++++++
gcc/analyzer/sm.h | 9 +++
.../gcc.dg/analyzer/torture/taint-read-index-2.c | 85 ++++++++++++++++++++++
libstdc++-v3/include/std/charconv | 2 +-
9 files changed, 210 insertions(+), 3 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-arm
in repository toolchain/ci/gcc.
from 2180cdd8a0e xtensa: Correct the relative RTX cost that corresponds to t [...]
adds 40f6e591228 PR c/106264: Silence warnings from __builtin_modf et al.
adds 0f129766fdb lto/106334 - relax assert during WPA tree merging
adds e4ff11a8f2e middle-end/106331 - fix mem attributes for string op arguments
adds f082bc79c10 RTEMS: Remove HAVE_POLL for libstdc++
adds 4c323130257 forwprop: Use lhs type instead of arg0 in folding VEC_PERM_EXPR.
No new revisions were added by this update.
Summary of changes:
gcc/builtins.cc | 32 ++++++++++++++++++++++----------
gcc/dwarf2out.cc | 6 +++++-
gcc/testsuite/gcc.dg/pr106264.c | 27 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr106331.f90 | 7 +++++++
gcc/tree-ssa-forwprop.cc | 2 +-
libstdc++-v3/configure | 2 --
libstdc++-v3/configure.ac | 1 -
7 files changed, 62 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr106264.c
create mode 100644 gcc/testsuite/gfortran.dg/pr106331.f90
--
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-arm
in repository toolchain/ci/binutils-gdb.
from 76e4fa70e7 ld: Pass -nostdlib to compiler with -r
new 3c539d41b4 [AArch64] Fix testcase compilation failure
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:
gdb/testsuite/gdb.arch/aarch64-mte.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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-arm
in repository toolchain/ci/base-artifacts.
discards 1c05c939 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new c9c653c9 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 (1c05c939)
\
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 1632 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30260 -> 30164 bytes
05-build_abe-stage1/console.log.xz | Bin 92620 -> 91220 bytes
07-build_abe-linux/console.log.xz | Bin 8892 -> 8816 bytes
08-build_abe-glibc/console.log.xz | Bin 234200 -> 233196 bytes
09-build_abe-stage2/console.log.xz | Bin 224996 -> 223172 bytes
10-build_abe-gdb/console.log.xz | Bin 37456 -> 37380 bytes
11-build_abe-qemu/console.log.xz | Bin 31088 -> 30940 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 28 ++++++++++++++--------------
12 files changed, 15 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.
unknown user pushed a change to branch master
in repository gcc.
from 4c323130257 forwprop: Use lhs type instead of arg0 in folding VEC_PERM_EXPR.
new edf0c132b19 Remote trailing : for subheading.
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/doc/extend.texi | 4 ++--
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 76e4fa70e79 ld: Pass -nostdlib to compiler with -r
new 3c539d41b48 [AArch64] Fix testcase compilation failure
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:
gdb/testsuite/gdb.arch/aarch64-mte.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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/gcc.
from 2180cdd8a0e xtensa: Correct the relative RTX cost that corresponds to t [...]
adds 40f6e591228 PR c/106264: Silence warnings from __builtin_modf et al.
adds 0f129766fdb lto/106334 - relax assert during WPA tree merging
adds e4ff11a8f2e middle-end/106331 - fix mem attributes for string op arguments
adds f082bc79c10 RTEMS: Remove HAVE_POLL for libstdc++
adds 4c323130257 forwprop: Use lhs type instead of arg0 in folding VEC_PERM_EXPR.
No new revisions were added by this update.
Summary of changes:
gcc/builtins.cc | 32 ++++++++++++++++++++++----------
gcc/dwarf2out.cc | 6 +++++-
gcc/testsuite/gcc.dg/pr106264.c | 27 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr106331.f90 | 7 +++++++
gcc/tree-ssa-forwprop.cc | 2 +-
libstdc++-v3/configure | 2 --
libstdc++-v3/configure.ac | 1 -
7 files changed, 62 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr106264.c
create mode 100644 gcc/testsuite/gfortran.dg/pr106331.f90
--
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 e072cc9e 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 38bbaf92 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 (e072cc9e)
\
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 1604 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 30448 -> 30436 bytes
05-build_abe-stage1/console.log.xz | Bin 73568 -> 72952 bytes
07-build_abe-linux/console.log.xz | Bin 8964 -> 8968 bytes
08-build_abe-glibc/console.log.xz | Bin 239580 -> 239924 bytes
09-build_abe-stage2/console.log.xz | Bin 203208 -> 202496 bytes
10-build_abe-gdb/console.log.xz | Bin 37580 -> 37712 bytes
11-build_abe-qemu/console.log.xz | Bin 32124 -> 31440 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 16 ++++++++--------
12 files changed, 9 insertions(+), 9 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 glibc.
from 1f4e90d468 linux: return UNSUPPORTED from tst-mount if entering mount n [...]
new 8b84fb862c Update scripts/config.* files from upstream GNU config version
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:
scripts/config.guess | 1437 ++++++++++++++++++++++++++++++--------------------
scripts/config.sub | 693 +++++++++++++-----------
2 files changed, 1252 insertions(+), 878 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.