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 c8ed8c8ac3 [gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.exp
adds 4d224f4a58 [ARM] Refactor some constants
adds dc22c61a16 [ARM] Small refactoring of arm gdbarch initialization
adds ecbf5d4f9b [ARM] Refactor pseudo register numbering
adds ae66a8f19e [ARM] Add support for M-profile MVE extension
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 4 +
gdb/arch/arm.c | 7 +
gdb/arch/arm.h | 17 +-
gdb/arm-tdep.c | 293 +++++++++++++++++++++++++++------
gdb/arm-tdep.h | 20 ++-
gdb/doc/gdb.texinfo | 11 ++
gdb/features/Makefile | 1 +
gdb/features/arm/arm-m-profile-mve.c | 20 +++
gdb/features/arm/arm-m-profile-mve.xml | 19 +++
9 files changed, 335 insertions(+), 57 deletions(-)
create mode 100644 gdb/features/arm/arm-m-profile-mve.c
create mode 100644 gdb/features/arm/arm-m-profile-mve.xml
--
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 886433f38 0: update: binutils-gcc: 1
new 39c8dcd59 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 (886433f38)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (39 [...]
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 1532 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 67556 -> 66100 bytes
04-build_abe-gcc/console.log.xz | Bin 232144 -> 231808 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3804 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3660 -> 2428 bytes
07-check_regression/console.log.xz | Bin 3424 -> 2360 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 18 -
07-check_regression/results.compare | 37 +-
07-check_regression/results.compare2 | 99 +-
07-check_regression/results.regressions | 38 -
08-update_baseline/console.log | 296 +--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 18 -
08-update_baseline/results.compare | 37 +-
08-update_baseline/results.compare2 | 99 +-
08-update_baseline/results.regressions | 38 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2681940 -> 2692056 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2223132 -> 2270152 bytes
sumfiles/gcc.sum | 4272 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 865676 -> 860132 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 167212 -> 167480 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2512 -> 2516 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 448352 -> 452692 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2368 insertions(+), 2810 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfig
in repository toolchain/ci/qemu.
from 14f12119aa Merge remote-tracking branch 'remotes/vsementsov/tags/pull-j [...]
adds 7437b13eac macfb: handle errors that occur during realize
adds c047862acd macfb: update macfb.c to use the Error API best practices
adds 906c2323f1 macfb: fix invalid object reference in macfb_common_realize()
adds 14d0ddfce7 macfb: fix overflow of color_palette array
adds 3b10b5673c macfb: use memory_region_init_ram() in macfb_common_realize( [...]
adds 4ec27073fd macfb: add trace events for reading and writing the control [...]
adds e6108b9636 macfb: implement mode sense to allow display type to be detected
adds 4317c51861 macfb: add qdev property to specify display type
adds df8abbbadf macfb: add common monitor modes supported by the MacOS toolbox ROM
adds 57eeaf44ce macfb: fix up 1-bit pixel encoding
adds 432d59c56e macfb: fix 24-bit RGB pixel encoding
adds c7a2f7ba0c macfb: add vertical blank interrupt
adds efd0c37edc q800: wire macfb IRQ to separate video interrupt on VIA2
adds 15a0578903 Merge remote-tracking branch 'remotes/vivier-m68k/tags/m68k- [...]
adds f0ed36a64f iothread: rename PollParamInfo to IOThreadParamInfo
adds 1cc7eada97 iothread: use IOThreadParamInfo in iothread_[set|get]_param()
adds c09124dcb8 Merge remote-tracking branch 'remotes/stefanha/tags/block-pu [...]
No new revisions were added by this update.
Summary of changes:
hw/display/macfb.c | 386 ++++++++++++++++++++++++++++++++++++++++++---
hw/display/trace-events | 7 +
hw/m68k/q800.c | 23 ++-
include/hw/display/macfb.h | 43 +++++
iothread.c | 28 ++--
5 files changed, 444 insertions(+), 43 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_kernel/llvm-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 7ab89cae9 0: update: binutils-llvm-linux-qemu: boot
new ff312ef8d 0: update: binutils-llvm-linux-qemu: boot
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 (7ab89cae9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 1552 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 43908 -> 44544 bytes
04-build_llvm/console.log.xz | Bin 57984 -> 58980 bytes
05-build_abe-qemu/console.log.xz | Bin 30156 -> 29532 bytes
06-build_linux/console.log.xz | Bin 4044 -> 4012 bytes
07-boot_linux/console.log.xz | Bin 5676 -> 5660 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/qemu.
from 14f12119aa Merge remote-tracking branch 'remotes/vsementsov/tags/pull-j [...]
adds 7437b13eac macfb: handle errors that occur during realize
adds c047862acd macfb: update macfb.c to use the Error API best practices
adds 906c2323f1 macfb: fix invalid object reference in macfb_common_realize()
adds 14d0ddfce7 macfb: fix overflow of color_palette array
adds 3b10b5673c macfb: use memory_region_init_ram() in macfb_common_realize( [...]
adds 4ec27073fd macfb: add trace events for reading and writing the control [...]
adds e6108b9636 macfb: implement mode sense to allow display type to be detected
adds 4317c51861 macfb: add qdev property to specify display type
adds df8abbbadf macfb: add common monitor modes supported by the MacOS toolbox ROM
adds 57eeaf44ce macfb: fix up 1-bit pixel encoding
adds 432d59c56e macfb: fix 24-bit RGB pixel encoding
adds c7a2f7ba0c macfb: add vertical blank interrupt
adds efd0c37edc q800: wire macfb IRQ to separate video interrupt on VIA2
adds 15a0578903 Merge remote-tracking branch 'remotes/vivier-m68k/tags/m68k- [...]
adds f0ed36a64f iothread: rename PollParamInfo to IOThreadParamInfo
adds 1cc7eada97 iothread: use IOThreadParamInfo in iothread_[set|get]_param()
adds c09124dcb8 Merge remote-tracking branch 'remotes/stefanha/tags/block-pu [...]
No new revisions were added by this update.
Summary of changes:
hw/display/macfb.c | 386 ++++++++++++++++++++++++++++++++++++++++++---
hw/display/trace-events | 7 +
hw/m68k/q800.c | 23 ++-
include/hw/display/macfb.h | 43 +++++
iothread.c | 28 ++--
5 files changed, 444 insertions(+), 43 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_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 052b2df6f0e c++: variadic ttp constraint subsumption [PR99904]
adds 373345c5c92 Daily bump.
adds 6c3860845c9 openmp: Fix up declare target handling for vars with DECL_L [...]
adds 6c3d3f15200 Daily bump.
adds 142ae9f5f06 Daily bump.
adds 309827c85f1 var-tracking: Fix a wrong-debug issue caused by my r10-7665 [...]
adds b3dfc8635d2 Daily bump.
adds b7c46a1d1ce doc: improve -fsanitize=undefined description
new e3c06b990b2 tree-optimization: [PR102622]: wrong code due to signed one [...]
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 | 9 ++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 18 ++++
gcc/cp/parser.c | 132 +++++++++++++-----------
gcc/doc/invoke.texi | 3 +-
gcc/testsuite/ChangeLog | 16 +++
gcc/testsuite/c-c++-common/gomp/pr102640.c | 44 ++++++++
gcc/testsuite/gcc.c-torture/execute/bitfld-10.c | 24 +++++
gcc/var-tracking.c | 3 +-
9 files changed, 189 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr102640.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-10.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_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from c20c7adbea PR28422, build_id use-after-free
adds ac5145d6df Automatic date update in version.in
adds f7c07ade85 Automatic date update in version.in
adds 6fc54b1d1e Automatic date update in version.in
adds 0d4e7d656e Automatic date update in version.in
No new revisions were added by this update.
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_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8ffc20fd4 0: update: binutils-gcc-linux-qemu: boot
new 9ce871c73 0: update: binutils-gcc-linux-qemu: boot
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 (8ffc20fd4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2808 bytes
03-build_abe-binutils/console.log.xz | Bin 43068 -> 43272 bytes
04-build_abe-stage1/console.log.xz | Bin 67908 -> 68208 bytes
05-build_abe-qemu/console.log.xz | Bin 30164 -> 29964 bytes
06-build_linux/console.log.xz | Bin 3436 -> 3500 bytes
07-boot_linux/console.log.xz | Bin 5900 -> 5968 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 13 insertions(+), 13 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_kernel/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from c22b60180 5: reset: gcc-4dc7ce6fb3917958d1a6036d8acf2953b9c1b868: 19304
new 68526b69c 6: reset: gcc-5f9ccf17de7f7581412c6bffd4a37beca9a79836: 18321
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 1608 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 43016 -> 44604 bytes
04-build_abe-stage1/console.log.xz | Bin 90540 -> 90084 bytes
05-build_abe-qemu/console.log.xz | Bin 31564 -> 31532 bytes
06-build_linux/console.log.xz | Bin 45004 -> 156460 bytes
08-check_regression/console.log.xz | Bin 1260 -> 1292 bytes
08-check_regression/mail-body.txt | 35 +++++++++++++++++---------
08-check_regression/results.regressions | 20 +++++++--------
08-check_regression/trigger-bisect | 2 +-
09-update_baseline/console.log | 14 +++++------
jenkins/manifest.sh | 8 +++---
mail/jira-body.txt | 8 +++---
mail/mail-body.txt | 43 ++++++++++++++++++++------------
mail/mail-subject.txt | 2 +-
results | 22 ++++++++--------
16 files changed, 88 insertions(+), 66 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_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 5d26d12f4a benchtests: Add medium cases and increase iters in bench-memset.c
adds eb73b87897 resolv: Avoid GCC 12 false positive warning [BZ #28439].
adds bf433b849a elf: Remove Intel MPX support (lazy PLT, ld.so profile, and [...]
new 4912c738fc Fix nios2 localplt failure
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:
NEWS | 2 ++
config.h.in | 3 --
resolv/res_query.c | 4 ++-
sysdeps/i386/configure | 27 ---------------
sysdeps/i386/configure.ac | 15 --------
sysdeps/i386/dl-trampoline.S | 21 -----------
sysdeps/i386/link-defines.sym | 2 --
sysdeps/unix/sysv/linux/nios2/localplt.data | 1 +
sysdeps/x86/bits/link.h | 10 +++---
sysdeps/x86_64/configure | 27 ---------------
sysdeps/x86_64/configure.ac | 15 --------
sysdeps/x86_64/dl-trampoline.S | 9 -----
sysdeps/x86_64/dl-trampoline.h | 54 -----------------------------
sysdeps/x86_64/link-defines.sym | 8 -----
14 files changed, 11 insertions(+), 187 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_check_gcc/master-arm
in repository toolchain/ci/linux.
from efb52a7d9511 Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm [...]
adds 64570fbc14f8 Linux 5.15-rc5
No new revisions were added by this update.
Summary of changes:
Makefile | 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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards ecd7520c3 0: update: binutils-gcc-linux-glibc-gdb: 1
new bf6c2393b 0: update: binutils-gcc-linux-glibc-gdb: 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 (ecd7520c3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1572 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 65428 -> 65544 bytes
04-build_abe-gcc/console.log.xz | Bin 232464 -> 231524 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9616 -> 8628 bytes
07-build_abe-glibc/console.log.xz | Bin 228004 -> 227668 bytes
08-build_abe-gdb/console.log.xz | Bin 53324 -> 52928 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3808 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2568 -> 2460 bytes
11-check_regression/console.log.xz | Bin 2704 -> 3580 bytes
11-check_regression/extra-bisect-params | 1 +
11-check_regression/fails.sum | 18 +
11-check_regression/results.compare | 37 +-
11-check_regression/results.compare2 | 154 +-
11-check_regression/results.regressions | 38 +
12-update_baseline/console.log | 468 ++--
12-update_baseline/extra-bisect-params | 1 +
12-update_baseline/fails.sum | 18 +
12-update_baseline/results.compare | 37 +-
12-update_baseline/results.compare2 | 154 +-
12-update_baseline/results.regressions | 38 +
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 2685448 -> 2672764 bytes
sumfiles/g++.sum | 158 +-
sumfiles/gcc.log.xz | Bin 2376408 -> 2344052 bytes
sumfiles/gcc.sum | 3952 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 901236 -> 892748 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2236 -> 2236 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 177212 -> 177016 bytes
sumfiles/libgomp.sum | 24 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2648 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 452096 -> 450316 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2813 insertions(+), 2371 deletions(-)
create mode 100644 11-check_regression/extra-bisect-params
create mode 100644 11-check_regression/fails.sum
create mode 100644 11-check_regression/results.regressions
create mode 100644 12-update_baseline/extra-bisect-params
create mode 100644 12-update_baseline/fails.sum
create mode 100644 12-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.