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_O1
in repository toolchain/ci/base-artifacts.
discards 0fe7cfe7a 0: update: binutils-gcc: 2
new 805f3a8c0 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 (0fe7cfe7a)
\
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 38668 -> 38992 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 272056 -> 271036 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64
in repository toolchain/ci/gdb.
from 78f29594ad Automatic date update in version.in
adds 03b9347271 Automatic date update in version.in
adds 6edaa538a3 Automatic date update in version.in
new f7aaf3c25f Automatic date update in version.in
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:
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_gnu_native_build/release-aarch64
in repository toolchain/ci/glibc.
from 9d8ae95604 nios2: Remove _dl_skip_args usage (BZ# 29187)
adds ccac2d6d95 nss: add assert to DB_LOOKUP_FCT (BZ #28752)
adds b6aade18a7 nss: handle stat failure in check_reload_and_get (BZ #28752)
No new revisions were added by this update.
Summary of changes:
nss/XXX-lookup.c | 5 +++++
nss/nss_database.c | 39 ++++++++++++++++++++++++---------------
2 files changed, 29 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64
in repository toolchain/ci/gcc.
from 54ec210b72e Daily bump.
adds 5f7a1a436c1 d: Improve TypeInfo errors when compiling in -fno-rtti mode
adds 2d45d5df9ad Daily bump.
adds 65d121507de RISC-V: bitmanip: improve constant-loading for (1ULL << 31) [...]
adds 4b06b730406 x86: Require AVX for F16C and VAES
adds d1201dbf55a libstdc++: Rename __null_terminated to avoid collision with [...]
adds d10b3b5c1f6 libstdc++: Use type_identity_t for non-deducible std::atomi [...]
adds e11091012fe Daily bump.
adds bac09a89314 Fix ICE in extract_insn, at recog.cc:2791
adds 5f4931ec992 d: Set TYPE_ARTIFICIAL on internal TypeInfo types
adds 58c0bc2b62c Darwin: Fix empty g++ command lines [PR105599].
adds be343e001eb Darwin: Future-proof -mmacosx-version-min
adds 64f5efce03c Darwin: Truncate kernel-provided version to OS major for Da [...]
new f5fe920ec1e Daily bump.
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/ChangeLog | 52 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/common/config/i386/cpuinfo.h | 8 ++--
gcc/config/darwin-c.cc | 3 +-
gcc/config/darwin-driver.cc | 16 +++----
gcc/config/darwin.h | 17 +++----
gcc/config/i386/sse.md | 3 +-
gcc/config/riscv/riscv.cc | 9 ++++
gcc/config/riscv/riscv.h | 11 ++---
gcc/d/ChangeLog | 19 ++++++++
gcc/d/d-tree.h | 5 ++-
gcc/d/expr.cc | 36 +++++++--------
gcc/d/typeinfo.cc | 35 ++++++++++-----
gcc/testsuite/ChangeLog | 18 ++++++++
gcc/testsuite/g++.target/i386/pr105953.C | 4 ++
gcc/testsuite/gdc.dg/Wpadded.d | 4 ++
gcc/testsuite/gdc.dg/rtti1.d | 18 ++++++++
libstdc++-v3/ChangeLog | 18 ++++++++
libstdc++-v3/include/experimental/bits/fs_path.h | 12 ++---
libstdc++-v3/include/std/atomic | 5 ++-
.../testsuite/29_atomics/atomic/lwg3220.cc | 13 ++++++
21 files changed, 233 insertions(+), 75 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr105953.C
create mode 100644 gcc/testsuite/gdc.dg/Wpadded.d
create mode 100644 gcc/testsuite/gdc.dg/rtti1.d
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.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_gnu_native_build/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 78f29594ad Automatic date update in version.in
adds 03b9347271 Automatic date update in version.in
adds 6edaa538a3 Automatic date update in version.in
new f7aaf3c25f Automatic date update in version.in
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:
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_gnu_native_build/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 02fd596e8 0: update: binutils-gcc-linux-glibc-gdb: 6
new bd7570cdd 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (02fd596e8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/release [...]
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 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 37928 -> 37744 bytes
05-build_abe-gcc/console.log.xz | Bin 200380 -> 200920 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8816 -> 8848 bytes
08-build_abe-glibc/console.log.xz | Bin 237988 -> 238528 bytes
09-build_abe-gdb/console.log.xz | Bin 36948 -> 37040 bytes
10-check_regression/console.log.xz | Bin 416 -> 420 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 insertions(+), 20 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 57919813e7 riscv: Change the relocations handled for RTLD_BOOTSTRAP
new e89913d0aa aarch64: Handle fewer relocations for RTLD_BOOTSTRAP
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:
sysdeps/aarch64/dl-machine.h | 33 +++++++++++++++------------------
1 file changed, 15 insertions(+), 18 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/gdb.
from b9b66a3a57 gdb/arm: Make sp alias for one of the other stack pointers
adds 285dfa0f68 Add to documentation of Python 'dont_repeat' method
adds 9d741cbedb Check for listeners in emit_exiting_event
adds 33b90f59f3 sim: fix BFD_VMA format arguments on 32-bit hosts [PR gdb/29184]
adds 0fbc4f6aeb Automatic date update in version.in
adds 45bf072b34 PR29250, readelf erases CIE initial register state
adds 68f7e451e5 Restore readelf -wF
adds 8ad7c8be4b Revert "Revert "Fix fbsd core matching""
No new revisions were added by this update.
Summary of changes:
bfd/elfcore.h | 40 ++-----
bfd/version.h | 2 +-
binutils/dwarf.c | 229 +++++++++++++++-----------------------
gas/testsuite/gas/i386/ehinterp.d | 20 ++++
gas/testsuite/gas/i386/ehinterp.s | 35 ++++++
gas/testsuite/gas/i386/i386.exp | 2 +-
gdb/doc/python.texi | 6 +-
gdb/python/python.c | 3 +
sim/cris/sim-if.c | 10 +-
sim/m32c/syscalls.c | 4 +-
sim/rx/syscalls.c | 4 +-
11 files changed, 174 insertions(+), 181 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ehinterp.d
create mode 100644 gas/testsuite/gas/i386/ehinterp.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.