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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ff68c3a4 0: update: binutils-gcc-linux-qemu: all
new 751f44fe 0: update: binutils-gcc-linux-qemu: 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 (ff68c3a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 1604 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30060 -> 29936 bytes
04-build_abe-stage1/console.log.xz | Bin 91920 -> 89948 bytes
05-build_abe-qemu/console.log.xz | Bin 30828 -> 30356 bytes
06-build_linux/console.log.xz | Bin 4776 -> 4424 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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 gdb-11-branch
in repository binutils-gdb.
from 329e80989e4 Automatic date update in version.in
new 4967faf422b 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 8a78349bebf Automatic date update in version.in
new 26ab93fb53a 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 master
in repository binutils-gdb.
from 065a00b3a46 Add support for hardware breakpoints/watchpoints on FreeBSD [...]
new 9457d59e9d1 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_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 86ed2a5eae Fix return code in _bfd_dwarf2_find_nearest_line().
adds de8fd80cf9 Remove two unused variables
new 711b0b6698 Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug r [...]
new 922c2fc18e x86-nat: Use an unordered_map to store per-pid debug reg state.
new b1babce7c3 x86-nat: Add x86_lookup_debug_reg_state.
new a49ce729c8 Add an x86_fbsd_nat_target mixin class for FreeBSD x86 nativ [...]
new c77282d8ba fbsd-nat: Add a low_new_fork virtual method.
new 041a4212d3 x86-fbsd-nat: Copy debug register state on fork.
new 4bd817e71e nat: Split out platform-independent aarch64 debug register support.
new 1570c37c34 aarch64: Add an aarch64_nat_target mixin class.
new 6719bc690e fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.
new 983b1119bc fbsd-nat: Add a low_delete_thread virtual method.
new a3627b5428 fbsd-nat: Add a low_prepare_to_resume virtual method.
new 065a00b3a4 Add support for hardware breakpoints/watchpoints on FreeBSD/ [...]
The 12 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/NEWS | 2 +
gdb/aarch64-fbsd-nat.c | 260 ++++++++-
gdb/aarch64-linux-nat.c | 352 +-----------
gdb/aarch64-nat.c | 302 ++++++++++
gdb/aarch64-nat.h | 109 ++++
gdb/amd64-fbsd-nat.c | 20 +-
gdb/configure.nat | 12 +-
gdb/csky-tdep.c | 1 -
gdb/fbsd-nat.c | 28 +-
gdb/fbsd-nat.h | 18 +
gdb/i386-fbsd-nat.c | 20 +-
...aarch64-linux-hw-point.c => aarch64-hw-point.c} | 341 ++----------
...aarch64-linux-hw-point.h => aarch64-hw-point.h} | 101 +---
gdb/nat/aarch64-linux-hw-point.c | 605 +--------------------
gdb/nat/aarch64-linux-hw-point.h | 105 +---
gdb/nat/aarch64-linux.c | 4 +-
gdb/sparc-tdep.c | 1 -
gdb/x86-fbsd-nat.c | 45 ++
gdb/x86-fbsd-nat.h | 36 ++
gdb/x86-nat.c | 92 +---
gdb/x86-nat.h | 5 +
gdbserver/configure.srv | 1 +
gdbserver/linux-aarch64-low.cc | 13 +-
23 files changed, 917 insertions(+), 1556 deletions(-)
create mode 100644 gdb/aarch64-nat.c
create mode 100644 gdb/aarch64-nat.h
copy gdb/nat/{aarch64-linux-hw-point.c => aarch64-hw-point.c} (63%)
copy gdb/nat/{aarch64-linux-hw-point.h => aarch64-hw-point.h} (58%)
create mode 100644 gdb/x86-fbsd-nat.c
create mode 100644 gdb/x86-fbsd-nat.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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards cd35ecfd 0: update: binutils-gcc: 1
new 3a4af27a 0: update: binutils-gcc: 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 (cd35ecfd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (3a4af27a)
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 1520 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 50640 -> 52472 bytes
04-build_abe-gcc/console.log.xz | Bin 228832 -> 229980 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3804 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2400 -> 2928 bytes
07-check_regression/console.log.xz | Bin 3272 -> 2548 bytes
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 53 +-
08-update_baseline/console.log | 242 +-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 53 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2791416 -> 2762604 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2331888 -> 2314280 bytes
sumfiles/gcc.sum | 4633 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 888712 -> 890824 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2164 -> 2168 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 198692 -> 198636 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 438952 -> 451552 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2603 insertions(+), 2656 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/qemu.
from 330724977b Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/ar [...]
adds 3ec5ad4008 target/i386: kvm: do not access uninitialized variable on ol [...]
adds 17e6ffa6a5 hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12
adds 48fb0a826e Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes:
hw/i386/amd_iommu.c | 7 ++-----
target/i386/kvm/kvm.c | 17 +++++++++++++----
2 files changed, 15 insertions(+), 9 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 7e316ec7 0: update: linux-b47d5a4f6b8d42f8a8fbe891b36215e4fddc53be: 1
new b55d833e 0: update: qemu-48fb0a826eea2e7b0135f49e7fa63e7efe2b7677: 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 (7e316ec7)
\
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 1584 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30184 -> 30088 bytes
04-build_abe-stage1/console.log.xz | Bin 73216 -> 73268 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 8948 -> 11020 bytes
07-build_abe-glibc/console.log.xz | Bin 235636 -> 235704 bytes
08-build_abe-stage2/console.log.xz | Bin 199512 -> 199968 bytes
09-build_abe-gdb/console.log.xz | Bin 34336 -> 34180 bytes
10-build_abe-qemu/console.log.xz | Bin 32276 -> 31160 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3892 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3024 -> 3020 bytes
13-check_regression/console.log.xz | Bin 9608 -> 9172 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 96 +-
13-check_regression/results.compare | 76 +-
13-check_regression/results.compare2 | 686 ++--
13-check_regression/results.regressions | 50 +-
14-update_baseline/console.log | 3264 ++++++++---------
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 96 +-
14-update_baseline/results.compare | 76 +-
14-update_baseline/results.compare2 | 686 ++--
14-update_baseline/results.regressions | 50 +-
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 3366168 -> 3339988 bytes
sumfiles/g++.sum | 199 +-
sumfiles/gcc.log.xz | Bin 2914412 -> 2931260 bytes
sumfiles/gcc.sum | 6031 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1029260 -> 1016964 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2292 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 195768 -> 195844 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 412512 -> 404484 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 5629 insertions(+), 5779 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.