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-defconfig
in repository toolchain/ci/binutils-gdb.
from aae6e5207d Automatic date update in version.in
adds 0a2260d693 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_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 1612eba5 0: update: binutils-gcc-linux: boot
new f8b48401 0: update: binutils-gcc-linux: 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 (1612eba5)
\
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 | 130 +-
02-prepare_abe/console.log | 72 +-
03-build_abe-binutils/console.log | 11098 +++++++--------
04-build_abe-stage1/console.log | 13861 ++++++++++---------
05-build_linux/console.log | 618 +-
06-boot_linux/console.log | 344 +-
console.log | 26123 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26128 insertions(+), 26130 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-arm-stable-allnoconfig
in repository toolchain/ci/gcc.
from 83c019429b0 * crontab: Snapshots from trunk are now GCC 10 related. A [...]
adds 8017553455a Fix std::hash<std::error_condition>
adds 98a3d630a1a Improve API docs for <system_error> header
adds 84eda927e0c PR libstdc++/90299 make filesystem::absolute overloads consistent
adds 2d527eb0848 Fix reference to wrong class in comment
adds aa3d4957976 Daily bump.
new 81bd3157487 2019-05-05 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/pr90344.f90 | 25 ++++++
libstdc++-v3/ChangeLog | 31 ++++++++
libstdc++-v3/include/std/system_error | 92 ++++++++++++++++++----
libstdc++-v3/libsupc++/exception | 4 +
libstdc++-v3/libsupc++/exception_ptr.h | 7 ++
libstdc++-v3/libsupc++/nested_exception.h | 8 ++
libstdc++-v3/src/c++11/compatibility-c++0x.cc | 4 +-
libstdc++-v3/src/c++17/fs_ops.cc | 5 +-
.../19_diagnostics/error_condition/hash.cc | 51 ++++++++++++
.../27_io/filesystem/operations/absolute.cc | 28 +++++++
12 files changed, 241 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr90344.f90
create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_condition/hash.cc
--
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-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 9d6d4be89d [gdb/testsuite] Add cc-with-debug-names.exp
adds af97b4161f Don't derive partial_symbol from general_symbol_info
adds b6484282f8 Fix incorrect use of 'is' operator for comparison in python/ [...]
adds 7f008c9e6a Change valid_user_defined_cmd_name_p to return bool
adds 6fe876770a Change valid_command_p to return bool
adds e2eb806a17 Use "false" in select_frame_for_mi
adds fa9c2a59e3 Use bool, true, and false in arc-tdep.c
adds 9c05602219 Use "false" in compile_cplus_convert_enum
adds 06d16ec977 Use gdb_assert_not_reached in arm-linux-nat.c
adds fbdf05a16e Change arc_tdesc_init to return bool
adds 5da01df5b5 Remove a VEC from ppc-linux-nat.c
adds 89055eaa12 Remove a VEC from aarch64-tdep.c
adds 1231b7b825 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 69 ++++++++++++++++++++++++++++++++
gdb/aarch64-tdep.c | 36 +++++++----------
gdb/arc-tdep.c | 26 ++++++------
gdb/arm-linux-nat.c | 2 +-
gdb/cli/cli-cmds.c | 6 +--
gdb/cli/cli-decode.c | 8 ++--
gdb/command.h | 2 +-
gdb/compile/compile-cplus-types.c | 2 +-
gdb/dwarf-index-write.c | 8 ++--
gdb/ppc-linux-nat.c | 58 ++++++++++++++-------------
gdb/psympriv.h | 18 ++++++---
gdb/psymtab.c | 76 +++++++++++++++++++-----------------
gdb/python/lib/gdb/command/prompt.py | 4 +-
gdb/stack.c | 2 +-
15 files changed, 197 insertions(+), 122 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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e543b51c 0: update: binutils-gcc-linux: all
new 6c5469e1 0: update: binutils-gcc-linux: 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 (e543b51c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 128 +-
02-prepare_abe/console.log | 94 +-
03-build_abe-binutils/console.log | 10837 +++++++-------
04-build_abe-stage1/console.log | 15559 ++++++++++----------
05-build_linux/console.log | 560 +-
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 27348 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 27260 insertions(+), 27292 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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 9d6d4be89d [gdb/testsuite] Add cc-with-debug-names.exp
adds af97b4161f Don't derive partial_symbol from general_symbol_info
adds b6484282f8 Fix incorrect use of 'is' operator for comparison in python/ [...]
adds 7f008c9e6a Change valid_user_defined_cmd_name_p to return bool
adds 6fe876770a Change valid_command_p to return bool
adds e2eb806a17 Use "false" in select_frame_for_mi
adds fa9c2a59e3 Use bool, true, and false in arc-tdep.c
adds 9c05602219 Use "false" in compile_cplus_convert_enum
adds 06d16ec977 Use gdb_assert_not_reached in arm-linux-nat.c
adds fbdf05a16e Change arc_tdesc_init to return bool
adds 5da01df5b5 Remove a VEC from ppc-linux-nat.c
adds 89055eaa12 Remove a VEC from aarch64-tdep.c
adds 1231b7b825 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 69 ++++++++++++++++++++++++++++++++
gdb/aarch64-tdep.c | 36 +++++++----------
gdb/arc-tdep.c | 26 ++++++------
gdb/arm-linux-nat.c | 2 +-
gdb/cli/cli-cmds.c | 6 +--
gdb/cli/cli-decode.c | 8 ++--
gdb/command.h | 2 +-
gdb/compile/compile-cplus-types.c | 2 +-
gdb/dwarf-index-write.c | 8 ++--
gdb/ppc-linux-nat.c | 58 ++++++++++++++-------------
gdb/psympriv.h | 18 ++++++---
gdb/psymtab.c | 76 +++++++++++++++++++-----------------
gdb/python/lib/gdb/command/prompt.py | 4 +-
gdb/stack.c | 2 +-
15 files changed, 197 insertions(+), 122 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 214ca4cd 0: update: binutils-gcc-linux: all
new a2ad7f91 0: update: binutils-gcc-linux: 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 (214ca4cd)
\
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 | 130 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10679 +++++++-------
04-build_abe-stage1/console.log | 15307 ++++++++++----------
05-build_linux/console.log | 1402 +-
06-boot_linux/console.log | 2 +-
console.log | 28015 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 27983 insertions(+), 27998 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.