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_lto
in repository toolchain/ci/base-artifacts.
discards c3923e18 0: update: binutils-gcc: 2
new 533b6af7 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 (c3923e18)
\
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 1544 -> 1504 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 37804 -> 37564 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 270292 -> 265884 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ------------------------------
jenkins/manifest.sh | 12 +++++-----
7 files changed, 6 insertions(+), 42 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 f60dbe8d12 Automatic date update in version.in
adds 182284deb1 Automatic date update in version.in
adds cf0ac00a84 Automatic date update in version.in
adds 3f4442ae83 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 ea5feaf8 0: update: binutils-gcc: 2
new bb0f119c 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 (ea5feaf8)
\
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 1504 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 50668 -> 50288 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 243712 -> 244820 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2ddd4c6082e fbsd-nat: Add include for gdb_argv.
new 476f77a94cd Respect `set print repeats' with Fortran arrays
new 6b4338c868e Add `set print repeats' tests for C/C++ arrays
new 5d4c63a6355 Respect `set print array-indexes' with Fortran arrays
new 101d68a9fa7 Add `set print array-indexes' tests for C/C++ arrays
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:
gdb/f-array-walker.h | 83 ++++++--
gdb/f-lang.c | 22 +-
gdb/f-lang.h | 6 +
gdb/f-valprint.c | 237 ++++++++++++++++++++-
gdb/testsuite/gdb.base/array-indices.exp | 20 ++
gdb/testsuite/gdb.base/array-indices.exp.tcl | 175 +++++++++++++++
gdb/testsuite/gdb.base/array-repeat.c | 63 ++++++
gdb/testsuite/gdb.base/array-repeat.exp | 20 ++
gdb/testsuite/gdb.base/array-repeat.exp.tcl | 138 ++++++++++++
gdb/testsuite/gdb.cp/array-indices.exp | 22 ++
gdb/testsuite/gdb.cp/array-repeat.exp | 22 ++
gdb/testsuite/gdb.fortran/array-indices.exp | 200 +++++++++++++++++
gdb/testsuite/gdb.fortran/array-repeat.exp | 167 +++++++++++++++
gdb/testsuite/gdb.fortran/array-repeat.f90 | 50 +++++
gdb/testsuite/gdb.fortran/array-slices-repeat.f90 | 99 +++++++++
gdb/testsuite/gdb.fortran/vla-value-sub-finish.exp | 2 +
gdb/testsuite/gdb.fortran/vla-value-sub.exp | 2 +
17 files changed, 1292 insertions(+), 36 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/array-indices.exp
create mode 100644 gdb/testsuite/gdb.base/array-indices.exp.tcl
create mode 100644 gdb/testsuite/gdb.base/array-repeat.c
create mode 100644 gdb/testsuite/gdb.base/array-repeat.exp
create mode 100644 gdb/testsuite/gdb.base/array-repeat.exp.tcl
create mode 100644 gdb/testsuite/gdb.cp/array-indices.exp
create mode 100644 gdb/testsuite/gdb.cp/array-repeat.exp
create mode 100644 gdb/testsuite/gdb.fortran/array-indices.exp
create mode 100644 gdb/testsuite/gdb.fortran/array-repeat.exp
create mode 100644 gdb/testsuite/gdb.fortran/array-repeat.f90
create mode 100644 gdb/testsuite/gdb.fortran/array-slices-repeat.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_kernel
in repository toolchain/ci/interesting-commits.
from 2bebffa Add regression 9d6a0f388eb048f8d87f47af78f07b5ce513bfe6 from [...]
new a3b4b63 Add regression 9d6a0f388eb048f8d87f47af78f07b5ce513bfe6 from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.