This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from f85c0e1e206 Re: Add bionutils support for DWARF v5's DW_OP_addrx
new d1a24139adf 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.
unknown user pushed a change to branch gdb-12-branch
in repository binutils-gdb.
from b2ac3d7001a Automatic date update in version.in
new 5790e687e53 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.
unknown user pushed a change to branch binutils-2_38-branch
in repository binutils-gdb.
from 93054037f1e Automatic date update in version.in
new 912f2e4449d 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/qemu.
from 0cac736e73 Merge tag 'pull-riscv-to-apply-20220525' of github.com:alist [...]
adds 3569664ee9 qga: add guest-get-diskstats command for Linux guests
adds 323f3a8f22 trivial: qga: Log version on start
adds 2e7b218958 tests: Bump Fedora image version for cross-compilation
adds b9a002609f qga-win32: Add support for NVME bus type
adds ffae6d9585 Merge tag 'qga-win32-pull-2022-05-25' of github.com:kostyanf [...]
adds 60f1c8017a linux-user: Clean up arg_start/arg_end confusion
adds c3a28d7122 linux-user/syscall.c: fix build without RLIMIT_RTTIME
adds 2f6f4290e0 linux-user/elfload: Remove pointless non-const CPUArchState cast
adds a0939b8916 linux-user: Have do_syscall() use CPUArchState* instead of void*
adds 0effdc29b5 linux-user: Remove pointless CPU{ARCH}State casts
adds 9a12adc704 linux-user/s390x: Fix unwinding from signal handlers
adds 1a75b14038 tests/tcg/s390x: Test unwinding from signal handlers
adds 565a84c1e6 linux-user/host/s390: Treat EX and EXRL as writes
adds 6882d65161 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...]
adds 29320530cf docs: Correct the default thread-pool-size
adds 7929f75f34 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...]
new 3d393bb7d3 docs: add minibmc section in aspeed document
new fa699e80a8 hw/arm/aspeed: Add fby35 machine type
new 264a360ae0 docs: aspeed: Add fby35 board
new 188052a133 hw: m25p80: allow write_enable latch get/set
new 699db71520 aspeed: Introduce a get_irq AspeedSoCClass method
new ab5e86053d hw: aspeed: Add missing UART's
new c5e1bdb9e2 hw: aspeed: Add uarts_num SoC attribute
new 94d10f4210 hw: aspeed: Ensure AST1030 respects uart-default
new 470253b6d0 hw: aspeed: Introduce common UART init function
new 6827ff20b2 hw: aspeed: Init all UART's with serial devices
new 7b1d21a8ba hw/gpio Add GPIO read/write trace event.
new 17075ef244 hw/gpio: Add ASPEED GPIO model for AST1030
new 247c00294a hw/gpio support GPIO index mode for write operation.
new 554c294514 hw/gpio: replace HWADDR_PRIx with PRIx64
new 52bcd99780 hw/arm/aspeed: Add i2c devices for AST2600 EVB
new 6291d2588f Merge tag 'pull-aspeed-20220525' of https://github.com/legoa [...]
The 16 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:
docs/system/arm/aspeed.rst | 62 +++++
docs/tools/virtiofsd.rst | 2 +-
hw/arm/aspeed.c | 74 +++++-
hw/arm/aspeed_ast10x0.c | 48 +++-
hw/arm/aspeed_ast2600.c | 32 ++-
hw/arm/aspeed_soc.c | 46 +++-
hw/block/m25p80.c | 1 +
hw/gpio/aspeed_gpio.c | 257 +++++++++++++++++++--
hw/gpio/trace-events | 4 +
include/hw/arm/aspeed_soc.h | 13 ++
include/hw/gpio/aspeed_gpio.h | 16 +-
linux-user/elfload.c | 12 +-
linux-user/include/host/s390/host-signal.h | 7 +
linux-user/linuxload.c | 12 +-
linux-user/main.c | 4 +-
linux-user/qemu.h | 12 +-
linux-user/s390x/signal.c | 5 +
linux-user/strace.c | 202 ++++++++--------
linux-user/strace.h | 4 +-
linux-user/syscall.c | 83 ++++---
linux-user/uname.c | 4 +-
linux-user/uname.h | 2 +-
linux-user/user-internals.h | 18 +-
qga/commands-posix.c | 123 ++++++++++
qga/commands-win32.c | 11 +
qga/main.c | 2 +
qga/qapi-schema.json | 86 +++++++
semihosting/arm-compat-semi.c | 4 +-
tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +-
tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +-
tests/qtest/aspeed_gpio-test.c | 40 +---
tests/qtest/aspeed_smc-test.c | 43 ++++
tests/qtest/libqtest.c | 24 ++
tests/qtest/libqtest.h | 22 ++
tests/tcg/s390x/signals-s390x.c | 69 ++++--
35 files changed, 1084 insertions(+), 264 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_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 3ac9da4937 Add bionutils support for DWARF v5's DW_OP_addrx.
adds fbcda57701 Show enabled locations with disabled breakpoint parent as "y-"
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 10 +++++++++
gdb/breakpoint.c | 37 ++++++++++++++++++++++++++-----
gdb/doc/gdb.texinfo | 13 +++++++++++
gdb/testsuite/gdb.cp/ena-dis-br-range.exp | 28 +++++++++++------------
4 files changed, 68 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 850a9ce8bcc c++: deduction from auto fn [PR105623]
adds 34970d08c62 c++: CTAD with alias and nested template [PR105655]
adds da2c56ee601 c++: fix ICE on invalid attributes [PR96637]
No new revisions were added by this update.
Summary of changes:
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 19 +++++++++--------
gcc/cp/parser.cc | 2 +-
gcc/cp/pt.cc | 6 +++++-
.../g++.dg/cpp2a/class-deduction-alias13.C | 24 ++++++++++++++++++++++
gcc/testsuite/g++.dg/parse/error64.C | 4 ++++
6 files changed, 45 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias13.C
create mode 100644 gcc/testsuite/g++.dg/parse/error64.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/binutils-gdb.
from 3ac9da4937 Add bionutils support for DWARF v5's DW_OP_addrx.
adds fbcda57701 Show enabled locations with disabled breakpoint parent as "y-"
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 10 +++++++++
gdb/breakpoint.c | 37 ++++++++++++++++++++++++++-----
gdb/doc/gdb.texinfo | 13 +++++++++++
gdb/testsuite/gdb.cp/ena-dis-br-range.exp | 28 +++++++++++------------
4 files changed, 68 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 765ed151 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 94fbaff7 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 (765ed151)
\
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 1556 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30376 -> 31516 bytes
04-build_abe-stage1/console.log.xz | Bin 71892 -> 73144 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 9376 -> 11920 bytes
07-build_abe-glibc/console.log.xz | Bin 237416 -> 238456 bytes
08-build_abe-stage2/console.log.xz | Bin 202864 -> 202984 bytes
09-build_abe-gdb/console.log.xz | Bin 37528 -> 37884 bytes
10-build_abe-qemu/console.log.xz | Bin 31888 -> 31948 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2768 -> 2800 bytes
13-check_regression/console.log.xz | Bin 3892 -> 3180 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 9 -
13-check_regression/results.compare | 66 +-
13-check_regression/results.compare2 | 175 +-
13-check_regression/results.regressions | 54 -
14-update_baseline/console.log | 530 ++--
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 9 -
14-update_baseline/results.compare | 66 +-
14-update_baseline/results.compare2 | 175 +-
14-update_baseline/results.regressions | 54 -
jenkins/manifest.sh | 28 +-
sumfiles/g++.log.xz | Bin 3361844 -> 3362328 bytes
sumfiles/g++.sum | 184 +-
sumfiles/gcc.log.xz | Bin 2970584 -> 2951404 bytes
sumfiles/gcc.sum | 4861 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1018592 -> 1022892 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2292 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 198896 -> 198952 bytes
sumfiles/libgomp.sum | 21 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2664 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 408300 -> 419304 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 2977 insertions(+), 3327 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.