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-arm
in repository toolchain/ci/base-artifacts.
discards deac864c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 0f895081 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 (deac864c)
\
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 1616 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30360 -> 30256 bytes
04-build_abe-stage1/console.log.xz | Bin 91484 -> 91236 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9116 -> 9280 bytes
07-build_abe-glibc/console.log.xz | Bin 233408 -> 233200 bytes
08-build_abe-stage2/console.log.xz | Bin 222888 -> 223304 bytes
09-build_abe-gdb/console.log.xz | Bin 37484 -> 37576 bytes
10-build_abe-qemu/console.log.xz | Bin 31164 -> 30844 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3908 -> 3896 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2632 -> 2632 bytes
13-check_regression/console.log.xz | Bin 3280 -> 2580 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 8 -
13-check_regression/results.compare | 51 +-
13-check_regression/results.compare2 | 60 +-
13-check_regression/results.regressions | 42 -
14-update_baseline/console.log | 358 ++---
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 8 -
14-update_baseline/results.compare | 51 +-
14-update_baseline/results.compare2 | 60 +-
14-update_baseline/results.regressions | 42 -
jenkins/manifest.sh | 28 +-
sumfiles/g++.log.xz | Bin 2686268 -> 2688020 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2204532 -> 2197496 bytes
sumfiles/gcc.sum | 2390 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 878820 -> 883520 bytes
sumfiles/gfortran.sum | 50 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2264 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 198960 -> 199000 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2672 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 422452 -> 423884 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 1531 insertions(+), 1787 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/step-over-thread-exit
in repository binutils-gdb.
at 1a41079f044 Cancel execution command on thread exit, when stepping, nex [...]
This branch includes the following new commits:
new 1242231d40b displaced step: pass down target_waitstatus instead of gdb_signal
new e53f8e8346d linux-nat: introduce pending_status_str
new 3e46c3427aa gdb/linux: Delete all other LWPs immediately on ptrace exec event
new 6652277f920 Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THRE [...]
new 36f5ee6e5d8 Support clone events in the remote protocol
new e00f8a36682 Avoid duplicate QThreadEvents packets
new 3494a6e7ac8 Thread options & clone events (core + remote)
new e5a5c15bdc3 Thread options & clone events (native Linux)
new deeb4710fda Thread options & clone events (Linux GDBserver)
new 5c6103d4452 gdbserver: Hide and don't detach pending clone children
new b6f077e3b18 Remove gdb/19675 kfails (displaced stepping + clone)
new dcab494170b Add test for stepping over clone syscall
new b9ce2850e5c all-stop/synchronous RSP support thread-exit events
new 344d7f921a4 gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIN [...]
new 6bbe599c6f1 Introduce GDB_TO_EXIT thread option, fix step-over-thread-exit
new a26032cf5a3 Implement GDB_TO_EXIT support for Linux GDBserver
new a62c2aa3c6e Implement GDB_TO_EXIT support for native Linux
new 9b070adf90e gdb: clear step over information on thread exit (PR gdb/27338)
new 1412b317735 stop_all_threads: (re-)enable async before waiting for stops
new 544bcc3ac83 gdbserver: Queue no-resumed event after thread exit
new c96ff78049b Don't resume new threads if scheduler-locking is in effect
new f179a4a8521 Report thread exit event for leader if reporting thread exi [...]
new 3bc4e2059b0 Ignore failure to read PC when resuming
new abd61a49e0b gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macro
new 2282f01fb59 Testcases for stepping over thread exit syscall (PR gdb/27338)
new d36b9b577c1 Document remote clone events, and QThreadOptions packet
new 1defe16643a inferior::clear_thread_list always silent
new 9ba356a18fe Centralize "[Thread ...exited]" notifications
new 1a41079f044 Cancel execution command on thread exit, when stepping, nex [...]
The 29 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.
--
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-aarch64
in repository toolchain/ci/gdb.
from 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
No new revisions were added by this update.
Summary of changes:
gdb/infrun.c | 19 +++++--
.../step-N-all-progress.c} | 41 +++++++--------
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 ++++++++++++++++++++++
gdb/value.c | 3 ++
4 files changed, 93 insertions(+), 29 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
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-aarch64
in repository toolchain/ci/linux.
from ca85855bdcae Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds 543ce63b664e lockdown: Fix kexec lockdown bypass with ima policy
adds 353f7988dd84 watchqueue: make sure to serialize 'wqueue->defunct' properly
No new revisions were added by this update.
Summary of changes:
kernel/watch_queue.c | 53 ++++++++++++++++++++++++++-----------
security/integrity/ima/ima_policy.c | 4 +++
2 files changed, 41 insertions(+), 16 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-aarch64
in repository toolchain/ci/binutils-gdb.
from 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
No new revisions were added by this update.
Summary of changes:
gdb/infrun.c | 19 +++++--
.../step-N-all-progress.c} | 41 +++++++--------
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 ++++++++++++++++++++++
gdb/value.c | 3 ++
4 files changed, 93 insertions(+), 29 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
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-aarch64
in repository toolchain/ci/base-artifacts.
discards 9d33aaed 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new b9af00ce 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (9d33aaed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1640 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30468 -> 31208 bytes
05-build_abe-stage1/console.log.xz | Bin 72864 -> 74060 bytes
07-build_abe-linux/console.log.xz | Bin 9068 -> 9644 bytes
08-build_abe-glibc/console.log.xz | Bin 238460 -> 240116 bytes
09-build_abe-stage2/console.log.xz | Bin 202152 -> 206524 bytes
10-build_abe-gdb/console.log.xz | Bin 37720 -> 38592 bytes
11-build_abe-qemu/console.log.xz | Bin 31212 -> 31476 bytes
12-check_regression/console.log.xz | Bin 432 -> 420 bytes
13-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 28 ++++++++++++++--------------
12 files changed, 16 insertions(+), 16 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/qemu.
from 1f64dd76a1 Merge tag 'pull-hex-20220719-1' of https://github.com/quic/q [...]
adds 13c59eb09b target/s390x: fix handling of zeroes in vfmin/vfmax
adds 63dd7bcbea target/s390x: fix NaN propagation rules
adds 23f13e1986 tests/tcg/s390x: test signed vfmin/vfmax
adds f45fd24c90 Merge tag 'pull-request-2022-07-20' of https://gitlab.com/th [...]
No new revisions were added by this update.
Summary of changes:
fpu/softfloat-specialize.c.inc | 4 +-
target/s390x/tcg/vec_fpu_helper.c | 4 +-
tests/tcg/s390x/Makefile.target | 7 +
tests/tcg/s390x/vfminmax.c | 411 ++++++++++++++++++++++++++++++++++++++
4 files changed, 422 insertions(+), 4 deletions(-)
create mode 100644 tests/tcg/s390x/vfminmax.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_build/master-arm
in repository toolchain/ci/gdb.
from 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
new fe587fc997 Handle Python 3.11 deprecation of PySys_SetPath and Py_SetPr [...]
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:
gdb/infrun.c | 19 +++--
gdb/python/python-internal.h | 5 ++
gdb/python/python.c | 99 ++++++++++++++++++----
.../step-N-all-progress.c} | 41 ++++-----
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 +++++++++++++
gdb/value.c | 3 +
6 files changed, 179 insertions(+), 47 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.