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_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from d9ab2743ba [gdb] Add gdb/syscalls/Makefile
adds f3c75b2cbe [gdb] Update syscalls/{amd64,i386}-linux.xml
adds 77399b5298 gdb/testsuite: fix occasional failure in gdb.mi/mi-multi-com [...]
new 0cfd6cffde IBM zSystems: Accept (. - 0x100000000) PCRel32 operands
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:
gas/config/tc-s390.c | 14 ++--
gas/testsuite/gas/s390/esa-z900.d | 6 +-
gas/testsuite/gas/s390/esa-z900.s | 4 +
gas/testsuite/gas/s390/s390.exp | 1 +
gas/testsuite/gas/s390/zarch-z900-err.l | 3 +
gas/testsuite/gas/s390/zarch-z900-err.s | 4 +
gdb/syscalls/amd64-linux.xml | 69 +++++++++++++++-
gdb/syscalls/amd64-linux.xml.in | 70 +++++++++++++++-
gdb/syscalls/gen-header.py | 32 ++++++++
gdb/syscalls/i386-linux.xml | 126 ++++++++++++++++++++++++++--
gdb/syscalls/i386-linux.xml.in | 127 +++++++++++++++++++++++++++--
gdb/syscalls/update-linux.sh | 60 ++++++++++++++
gdb/testsuite/gdb.mi/mi-multi-commands.exp | 2 +-
13 files changed, 497 insertions(+), 21 deletions(-)
create mode 100644 gas/testsuite/gas/s390/zarch-z900-err.l
create mode 100644 gas/testsuite/gas/s390/zarch-z900-err.s
create mode 100644 gdb/syscalls/gen-header.py
create mode 100755 gdb/syscalls/update-linux.sh
--
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_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from 71e2a681f1 linux: Fix posix_spawn return code if clone fails (BZ#29109)
adds 18bd9c3d3b ia64: Always define IA64_USE_NEW_STUB as a flag macro
adds a2a6bce7d7 Linux: Implement a useful version of _startup_fatal
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/i386/startup.h | 23 +++----------
sysdeps/unix/sysv/linux/ia64/brk.c | 5 ++-
.../unix/sysv/linux/ia64/startup.h | 17 +++-------
sysdeps/unix/sysv/linux/ia64/sysdep.h | 23 +++++++------
sysdeps/unix/sysv/linux/startup.h | 39 ++++++++++++++++++++++
5 files changed, 62 insertions(+), 45 deletions(-)
copy elf/tst-audit24amod1.c => sysdeps/unix/sysv/linux/ia64/startup.h (81%)
create mode 100644 sysdeps/unix/sysv/linux/startup.h
--
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_check_gcc/master-aarch64
in repository toolchain/ci/linux.
from c5eb0a61238d Linux 5.18-rc6
adds c25d7f32e3e2 platform/x86: thinkpad_acpi: Convert btusb DMI list to quirks
adds 455cd867b85b platform/x86: thinkpad_acpi: Add a s2idle resume quirk for [...]
adds aa2fef6f40e6 platform/x86: thinkpad_acpi: Correct dual fan probe
adds 2cdfa0c20d58 platform/x86/intel: Fix 'rmmod pmt_telemetry' panic
adds ed13d4ac5747 platform/surface: gpe: Add support for Surface Pro 8
adds 44acfc22c7d0 platform/surface: aggregator: Fix initialization order whe [...]
adds 9be9ed2612b5 Merge tag 'platform-drivers-x86-v5.18-4' of git://git.kern [...]
No new revisions were added by this update.
Summary of changes:
drivers/platform/surface/aggregator/core.c | 2 +-
drivers/platform/surface/surface_gpe.c | 8 ++
drivers/platform/x86/intel/pmt/telemetry.c | 2 +-
drivers/platform/x86/thinkpad_acpi.c | 175 +++++++++++++++++++++++++++--
4 files changed, 173 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 releases/gcc-10
in repository gcc.
from 8da8ed881e7 libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]
new ad0398474af c++: deleted fn and noexcept inst [PR101532, PR104225]
new 22682e291ef c++: double non-dep folding from finish_compound_literal [P [...]
new 09ab962a42d c++: ICE when building builtin operator->* set [PR103455]
new 9a8b7edbe65 c++: ICE with requires-expr and -Wsequence-point [PR105304]
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/c-family/c-common.c | 2 +-
gcc/cp/call.c | 2 +-
gcc/cp/decl2.c | 1 +
gcc/cp/semantics.c | 10 +++-------
gcc/testsuite/g++.dg/cpp0x/nsdmi-template21.C | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-template21a.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C | 10 ++++++++++
gcc/testsuite/g++.dg/overload/builtin6.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/template/non-dependent22.C | 12 ++++++++++++
9 files changed, 60 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template21.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template21a.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C
create mode 100644 gcc/testsuite/g++.dg/overload/builtin6.C
create mode 100644 gcc/testsuite/g++.dg/template/non-dependent22.C
--
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_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards f0fe7cf68 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new bd56827df 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
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 (f0fe7cf68)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1592 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30488 -> 30540 bytes
04-build_abe-stage1/console.log.xz | Bin 72600 -> 71384 bytes
06-build_abe-linux/console.log.xz | Bin 8824 -> 8936 bytes
07-build_abe-glibc/console.log.xz | Bin 237828 -> 237800 bytes
08-build_abe-stage2/console.log.xz | Bin 201188 -> 199024 bytes
09-build_abe-gdb/console.log.xz | Bin 37396 -> 37544 bytes
10-build_abe-qemu/console.log.xz | Bin 31992 -> 32012 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3884 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3728 -> 2940 bytes
13-check_regression/console.log.xz | Bin 2900 -> 2756 bytes
13-check_regression/results.compare | 30 +-
13-check_regression/results.compare2 | 102 +-
14-update_baseline/console.log | 150 +-
14-update_baseline/results.compare | 30 +-
14-update_baseline/results.compare2 | 102 +-
jenkins/manifest.sh | 30 +-
sumfiles/g++.log.xz | Bin 3372300 -> 3375412 bytes
sumfiles/g++.sum | 163 +-
sumfiles/gcc.log.xz | Bin 2928328 -> 2918380 bytes
sumfiles/gcc.sum | 4973 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1023572 -> 1019292 bytes
sumfiles/gfortran.sum | 10 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2288 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 197444 -> 197564 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2664 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 407360 -> 406912 bytes
sumfiles/libstdc++.sum | 8 +-
32 files changed, 2829 insertions(+), 2775 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.