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-master-aarch64-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 0f8e278da2 sim: ChangeLog: move arch-specific entries into the arch dir
adds 9a50f40e82 Automatic date update in version.in
adds f4cfa91741 sim: ppc: stub out sim_memory_map
adds e343681375 gdb/fortran: Correct the lval type for array elements of int [...]
adds 1940319c0e [gdb] Fix internal-error in process_event_stop_test
adds fb932b57cb Treat the AArch64 register id_aa64mmfr2_el1 as a core system [...]
adds e84c871648 Fix places in the AArch64 opcodes library code where a call [...]
adds 3c8c6de21d gdb: user variables with components of dynamic type
adds ed20522215 Updated Swedish translation for the opcodes/ subdirectory
adds d00f086803 gdb: add missing test for completion of invalid /FMT strings
adds 6abd4cf281 gdb: check for empty strings in get_standard_cache_dir/get_s [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 20 +
gdb/breakpoint.c | 164 +++---
gdb/f-lang.c | 6 +-
gdb/testsuite/ChangeLog | 19 +
gdb/testsuite/gdb.base/completion.exp | 5 +
gdb/testsuite/gdb.base/empty-host-env-vars.exp | 72 +++
gdb/testsuite/gdb.fortran/intvar-array.exp | 59 ++
gdb/testsuite/gdb.fortran/intvar-array.f90 | 28 +
gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp | 97 ++++
gdb/testsuite/gdb.fortran/intvar-dynamic-types.f90 | 32 ++
gdb/value.c | 37 +-
gdbsupport/ChangeLog | 6 +
gdbsupport/pathstuff.cc | 14 +-
opcodes/ChangeLog | 16 +
opcodes/aarch64-asm.c | 13 +-
opcodes/aarch64-dis.c | 4 +-
opcodes/aarch64-opc.c | 2 +-
opcodes/po/sv.po | 629 ++++++++++++---------
sim/ppc/ChangeLog | 4 +
sim/ppc/sim_calls.c | 6 +
21 files changed, 867 insertions(+), 368 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/empty-host-env-vars.exp
create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.exp
create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.f90
create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp
create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.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/gnu-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 0a5aba85b 0: update: binutils-gcc-linux-qemu: boot
new 85acce705 0: update: binutils-gcc-linux-qemu: 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 (0a5aba85b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 92 +-
02-prepare_abe/console.log | 70 +-
03-build_abe-binutils/console.log | 11944 +++++-----
04-build_abe-stage1/console.log | 15882 ++++++-------
05-build_linux/console.log | 848 +-
06-build_abe-qemu/console.log | 6765 +++---
07-boot_linux/console.log | 488 +-
08-check_regression/console.log | 14 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 20 +-
09-update_baseline/results.regressions | 2 +-
console.log | 36123 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
13 files changed, 36216 insertions(+), 36050 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-master-aarch64-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 0f8e278da2 sim: ChangeLog: move arch-specific entries into the arch dir
adds 9a50f40e82 Automatic date update in version.in
adds f4cfa91741 sim: ppc: stub out sim_memory_map
adds e343681375 gdb/fortran: Correct the lval type for array elements of int [...]
adds 1940319c0e [gdb] Fix internal-error in process_event_stop_test
adds fb932b57cb Treat the AArch64 register id_aa64mmfr2_el1 as a core system [...]
adds e84c871648 Fix places in the AArch64 opcodes library code where a call [...]
adds 3c8c6de21d gdb: user variables with components of dynamic type
adds ed20522215 Updated Swedish translation for the opcodes/ subdirectory
adds d00f086803 gdb: add missing test for completion of invalid /FMT strings
adds 6abd4cf281 gdb: check for empty strings in get_standard_cache_dir/get_s [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 20 +
gdb/breakpoint.c | 164 +++---
gdb/f-lang.c | 6 +-
gdb/testsuite/ChangeLog | 19 +
gdb/testsuite/gdb.base/completion.exp | 5 +
gdb/testsuite/gdb.base/empty-host-env-vars.exp | 72 +++
gdb/testsuite/gdb.fortran/intvar-array.exp | 59 ++
gdb/testsuite/gdb.fortran/intvar-array.f90 | 28 +
gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp | 97 ++++
gdb/testsuite/gdb.fortran/intvar-dynamic-types.f90 | 32 ++
gdb/value.c | 37 +-
gdbsupport/ChangeLog | 6 +
gdbsupport/pathstuff.cc | 14 +-
opcodes/ChangeLog | 16 +
opcodes/aarch64-asm.c | 13 +-
opcodes/aarch64-dis.c | 4 +-
opcodes/aarch64-opc.c | 2 +-
opcodes/po/sv.po | 629 ++++++++++++---------
sim/ppc/ChangeLog | 4 +
sim/ppc/sim_calls.c | 6 +
21 files changed, 867 insertions(+), 368 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/empty-host-env-vars.exp
create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.exp
create mode 100644 gdb/testsuite/gdb.fortran/intvar-array.f90
create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.exp
create mode 100644 gdb/testsuite/gdb.fortran/intvar-dynamic-types.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/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c023c21c2 0: update: binutils-gcc-linux-qemu: all
new d233e0dad 0: update: binutils-gcc-linux-qemu: all
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 (c023c21c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 76 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11934 ++++----
04-build_abe-stage1/console.log | 16242 +++++------
05-build_linux/console.log | 9390 +++----
06-build_abe-qemu/console.log | 6632 ++---
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 10 +-
09-update_baseline/results.regressions | 2 +-
console.log | 44732 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
13 files changed, 44825 insertions(+), 44657 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-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-O2
in repository toolchain/ci/base-artifacts.
discards fded092f7 0: update: binutils-gcc: -8
new 43df522d2 0: update: binutils-gcc: -8
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 (fded092f7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-maste [...]
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 | 14 +-
02-prepare_abe/console.log | 73 +-
03-build_abe-binutils/console.log | 11497 ++++++-------
04-build_abe-stage1/console.log | 20746 +++++++++++------------
05-build_abe-newlib/console.log | 40 +-
09-check_regression/console.log | 2 +-
10-update_baseline/console.log | 4 +-
console.log | 32376 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
9 files changed, 32435 insertions(+), 32331 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.