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-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 08f10e02be Move gdb's xmalloc and friends to new file
adds 2057d69dcc Add support for reporting Alpha and Vax symbol visibility in [...]
adds a5fd13a915 Dwarf: Don't add nameless modules to partial symbol table
adds d106773eac Dwarf: Don't add nameless modules to partial symbol table (C [...]
adds 0529f3fe5c Automatic date update in version.in
adds 540e617049 Add support to readelf to display NetBSD auxv notes in core files.
adds c0d38b0ec6 Add support for NetBSD/sh3 core reg sections to readelf.
adds 9abca70219 Add support for NetBSD PaX notes to readelf.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 26 ++++++++
binutils/readelf.c | 109 ++++++++++++++++++++++++-------
gdb/ChangeLog | 4 ++
gdb/dwarf2read.c | 17 ++---
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.fortran/block-data.exp | 63 ++++++++++++++++++
gdb/testsuite/gdb.fortran/block-data.f | 56 ++++++++++++++++
8 files changed, 250 insertions(+), 32 deletions(-)
create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp
create mode 100644 gdb/testsuite/gdb.fortran/block-data.f
--
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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4d82e2b3 0: update: binutils-gcc-linux: all
new ab8812b4 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 (4d82e2b3)
\
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 | 52 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11337 ++++----
04-build_abe-stage1/console.log | 15493 +++++------
05-build_linux/console.log | 26584 +++++++++---------
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 49 +-
console.log | 54159 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 53997 insertions(+), 54115 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 llvm.
from a574b409a8d [NFC[ Updated tests for D54411
new d5db6519349 Revert rL363156.
new ca0b43a08cc [InstCombine] add tests for fmin/fmax libcalls; NFC
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:
test/Transforms/HardwareLoops/ARM/calls.ll | 1 -
test/Transforms/HardwareLoops/ARM/counter.ll | 2 --
test/Transforms/HardwareLoops/ARM/do-rem.ll | 2 --
test/Transforms/HardwareLoops/ARM/fp-emulation.ll | 2 --
test/Transforms/HardwareLoops/ARM/simple-do.ll | 2 --
test/Transforms/HardwareLoops/ARM/structure.ll | 2 --
test/Transforms/InstCombine/fast-math.ll | 18 ++++++++++++++++++
7 files changed, 18 insertions(+), 11 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 c93dbb25ac Fix an unitinitalised local variable in decode_arm_unwind().
adds 1c7fe9515d Remove linux-waitpid.c debugging code
adds 08f10e02be Move gdb's xmalloc and friends to new file
adds 2057d69dcc Add support for reporting Alpha and Vax symbol visibility in [...]
adds a5fd13a915 Dwarf: Don't add nameless modules to partial symbol table
adds d106773eac Dwarf: Don't add nameless modules to partial symbol table (C [...]
adds 0529f3fe5c Automatic date update in version.in
adds 540e617049 Add support to readelf to display NetBSD auxv notes in core files.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 13 ++++
binutils/readelf.c | 49 +++++++++++---
gdb/ChangeLog | 17 +++++
gdb/Makefile.in | 1 +
gdb/alloc.c | 111 +++++++++++++++++++++++++++++++
gdb/common/common-utils.c | 72 --------------------
gdb/dwarf2read.c | 17 ++---
gdb/gdbserver/ChangeLog | 8 +++
gdb/gdbserver/Makefile.in | 11 +++
gdb/nat/linux-waitpid.c | 34 +---------
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.fortran/block-data.exp | 63 ++++++++++++++++++
gdb/testsuite/gdb.fortran/block-data.f | 56 ++++++++++++++++
14 files changed, 335 insertions(+), 124 deletions(-)
create mode 100644 gdb/alloc.c
create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp
create mode 100644 gdb/testsuite/gdb.fortran/block-data.f
--
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 75b6f3e3 0: update: binutils-gcc-linux: all
new 4ae2d688 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 (75b6f3e3)
\
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 | 166 +-
02-prepare_abe/console.log | 413 +-
03-build_abe-binutils/console.log | 11440 +++++++--------
04-build_abe-stage1/console.log | 14971 +++++++++----------
05-build_linux/console.log | 686 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 39 -
console.log | 27723 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
11 files changed, 27697 insertions(+), 27767 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 163a5418c8c Disable hash-table sanitization for mem stats maps.
new 00f08bc3d9b Replace std::to_string for integers with optimized version
new 7445abf1ee5 Simplify std::scoped_lock destructor
new 387a4a81a22 Improve static_assert messages for std::variant
new 2461f833466 [nvptx] Assert fork has at most one join in nvptx_find_par
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/ChangeLog | 5 +
gcc/config/nvptx/nvptx.c | 1 +
libstdc++-v3/ChangeLog | 32 ++++
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/basic_string.h | 64 +++++---
libstdc++-v3/include/bits/charconv.h | 106 +++++++++++++
libstdc++-v3/include/std/charconv | 75 +++-------
libstdc++-v3/include/std/mutex | 6 +-
libstdc++-v3/include/std/variant | 34 ++---
libstdc++-v3/include/std/version | 1 +
.../numeric_conversions/char/to_string.cc | 4 +-
.../numeric_conversions/char/to_string_int.cc | 164 +++++++++++++++++++++
13 files changed, 397 insertions(+), 97 deletions(-)
create mode 100644 libstdc++-v3/include/bits/charconv.h
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversi [...]
--
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/llvm-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/binutils-gdb.
from 86e3aac1c4 Automatic date update in version.in
adds ac0e4b7814 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.