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.
discards 3f5877e2 6: update: gcc-ed12749a3c9d9569a2c23df2e0db2136dcd3512d: 33
new c6ca62a9 6: update: binutils-gcc-linux-qemu: 33
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 (3f5877e2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 1580 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 29424 -> 30676 bytes
04-build_abe-stage1/console.log.xz | Bin 89988 -> 89460 bytes
05-build_abe-qemu/console.log.xz | Bin 32960 -> 31692 bytes
06-build_linux/console.log.xz | Bin 6372 -> 5076 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 179 ++++++++++++++++++++++-------------
jenkins/manifest.sh | 21 ++--
9 files changed, 123 insertions(+), 77 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/gdb.
from ee3272d472 arm: Fix system register fpcxt_ns and fpcxt_s naming convention.
adds ef5d515048 Automatic date update in version.in
adds bd7d326deb Tidy warn-execstack handling
adds b43771b045 add a trie to map quickly from address range to compilation unit
adds f270fd72f6 Fix non-pointer type compilation error in aix-thread.c
adds aa8c9d60a6 RISC-V: Remove RV128-only fmv instructions
adds 9ecdcd1be1 RISC-V: Update zfinx implement with zicsr.
adds 94585d6d44 Stop readekf and objdump from aggressively following links.
adds 61cf5823fd Remove obsolete text from documentation
adds f9a8785566 PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
new 0661562829 add_location_to_breakpoint -> breakpoint::add_location
new 1c2cbcf1de Make structs breakpoint/base_breakpoint/catchpoint be abstract
new f317d1eb2a ranged_breakpoint: don't use init_raw_breakpoint
new 27a62b4359 ranged_breakpoint: use install_breakpoint
new b925bf21e0 ranged_breakpoint: move initialization to ctor
new ff733ec228 Make a few functions work with base_breakpoint instead of br [...]
new ef4848c75f More breakpoint_ops parameter elimination
new d837fd813d Remove "internal" parameter from a couple functions
new 3b003a6126 init_breakpoint_sal -> base_breakpoint::base_breakpoint
new 8cd0bf5e7e Make ada_catchpoint_location's owner ctor parameter be ada_c [...]
new bd21b6c9cf Convert init_ada_exception_catchpoint to a ctor
new 752a2291b1 Refactor set_internal_breakpoint / internal_breakpoint ctor
new 7a3e3265ed Refactor momentary breakpoints, eliminate set_raw_breakpoint [...]
new 249dfeafc9 Make exception_catchpoint inherit base_breakpoint instead of [...]
new 6e14e4412b Make breakpoint_address_bits look at the location kind
new acd0955bc1 Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
new 92bb0228c8 Move common bits of catchpoint/exception_catchpoint to break [...]
new 960bc2bd14 Move add_location(sal) to base_breakpoint
new 9a71ed14cb Add/tweak intro comments of struct breakpoint and several su [...]
new f970305146 Momentary breakpoints should have no breakpoint number
new 7ab979957c Make sure momentary breakpoints are always thread-specific
new 46f0aab143 Test "set multiple-symbols on" creating multiple breakpoints
new 74421c0bc8 Rename base_breakpoint -> code_breakpoint
The 23 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/dwarf2.c | 386 ++++++-
bfd/elflink.c | 2 +-
bfd/elfxx-riscv.c | 1 +
bfd/version.h | 2 +-
binutils/ChangeLog | 21 +
binutils/dwarf.c | 110 +-
binutils/dwarf.h | 4 +-
binutils/objdump.c | 54 +-
binutils/readelf.c | 42 +-
binutils/testsuite/binutils-all/debuginfod.exp | 4 +-
binutils/testsuite/binutils-all/objdump.Wk | 5 +-
binutils/testsuite/binutils-all/readelf.k | 5 +-
...csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} | 2 +-
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d | 3 +
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l | 3 +
gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.s | 2 +
gdb/ada-lang.c | 81 +-
gdb/aix-thread.c | 4 +-
gdb/break-catch-syscall.c | 6 +-
gdb/break-catch-throw.c | 14 +-
gdb/breakpoint.c | 801 ++++++--------
gdb/breakpoint.h | 93 +-
gdb/doc/gdb.texinfo | 3 -
gdb/elfread.c | 6 +-
gdb/mi/mi-cmd-break.c | 4 +-
gdb/minsyms.c | 4 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/symtab.h | 5 +-
gdb/testsuite/gdb.arch/powerpc-power10.s | 1114 +++++++++++++-------
gdb/testsuite/gdb.cp/ovldbreak.exp | 100 +-
include/bfdlink.h | 9 +-
include/opcode/riscv-opc.h | 6 -
ld/configure | 9 +-
ld/configure.ac | 9 +-
ld/ld.texi | 4 +-
ld/lexsup.c | 6 +-
opcodes/riscv-opc.c | 30 +-
37 files changed, 1878 insertions(+), 1078 deletions(-)
copy gas/testsuite/gas/riscv/{csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} (98%)
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l
create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.s
--
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 b015dcd62b86 Merge tag 'for-5.18/parisc-4' of git://git.kernel.org/pub/ [...]
adds 16287397ec5c crypto: qcom-rng - fix infinite loop on requests not multi [...]
adds 3d7285a335ed Merge tag 'v5.18-p2' of git://git.kernel.org/pub/scm/linux [...]
adds 19bef63f951e arm64: paravirt: Use RCU read locks to guard stolen_time
adds eb3d8ea3e1f0 arm64: kexec: load from kimage prior to clobbering
adds 1d0cb4c8864a arm64: mte: Ensure the cleared tags are visible before set [...]
adds a956f4e281fe Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds b17410182b6f riscv: dts: sifive: fu540-c000: align dma node name with dtschema
adds c932edeaf6d6 riscv: dts: microchip: fix gpio1 reg property typo
adds 265f34c25bad Merge tag 'riscv-for-linus-5.18-rc8' of git://git.kernel.o [...]
adds 75dbb685f4e8 libceph: fix potential use-after-free on linger ping and resends
adds d0bb883c6355 libceph: fix misleading ceph_osdc_cancel_request() comment
adds b851c1f8e02a Merge tag 'ceph-for-5.18-rc8' of https://github.com/ceph/c [...]
adds e949dee3625e mmc: core: Fix busy polling for MMC_SEND_OP_COND again
adds 317de3dbe2f1 Merge tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/sc [...]
adds 9bf3ac466faa gpio: gpio-vf610: do not touch other bits when set the target bit
adds 3ecb10175b1f gpio: mvebu/pwm: Refuse requests with inverted polarity
adds 3b5e1590a267 Merge tag 'gpio-fixes-for-v5.18' of git://git.kernel.org/p [...]
No new revisions were added by this update.
Summary of changes:
arch/arm64/kernel/mte.c | 3 +
arch/arm64/kernel/paravirt.c | 29 +-
arch/arm64/kernel/relocate_kernel.S | 22 +-
arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 2 +-
arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 2 +-
drivers/crypto/qcom-rng.c | 1 +
drivers/gpio/gpio-mvebu.c | 3 +
drivers/gpio/gpio-vf610.c | 8 +-
drivers/mmc/core/mmc_ops.c | 2 +-
include/linux/ceph/osd_client.h | 3 +
net/ceph/osd_client.c | 311 +++++++++-------------
11 files changed, 181 insertions(+), 205 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/base-artifacts.
discards 40943e51 0: update: binutils-gcc-linux-glibc-gdb: 1
new 3dfd5985 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 (40943e51)
\
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 1544 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 52264 -> 52832 bytes
04-build_abe-gcc/console.log.xz | Bin 233328 -> 231404 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9216 -> 8764 bytes
07-build_abe-glibc/console.log.xz | Bin 230428 -> 230800 bytes
08-build_abe-gdb/console.log.xz | Bin 49760 -> 50196 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3860 -> 3824 bytes
10-build_abe-check_gcc/console.log.xz | Bin 3096 -> 2496 bytes
11-check_regression/console.log.xz | Bin 3220 -> 3148 bytes
11-check_regression/extra-bisect-params | 1 -
11-check_regression/fails.sum | 7 -
11-check_regression/results.compare | 25 +-
11-check_regression/results.compare2 | 208 +-
11-check_regression/results.regressions | 27 -
12-update_baseline/console.log | 482 ++--
12-update_baseline/extra-bisect-params | 1 -
12-update_baseline/fails.sum | 7 -
12-update_baseline/results.compare | 25 +-
12-update_baseline/results.compare2 | 208 +-
12-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 2826952 -> 2869632 bytes
sumfiles/g++.sum | 132 +-
sumfiles/gcc.log.xz | Bin 2468836 -> 2512056 bytes
sumfiles/gcc.sum | 4402 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 933228 -> 940228 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 212568 -> 212680 bytes
sumfiles/libgomp.sum | 42 +-
sumfiles/libitm.log.xz | Bin 2672 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 456252 -> 466208 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2778 insertions(+), 2904 deletions(-)
delete mode 100644 11-check_regression/extra-bisect-params
delete mode 100644 11-check_regression/fails.sum
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 12-update_baseline/extra-bisect-params
delete mode 100644 12-update_baseline/fails.sum
delete mode 100644 12-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_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 25a1785d 0: update: binutils-gcc: 2
new 88dc9af5 0: update: binutils-gcc: 2
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 (25a1785d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 37744 -> 38728 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 265608 -> 270684 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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-12
in repository gcc.
from fdf50499a40 tree-optimization/103116 - SLP permutes and peeling for gaps
new c83d7858507 rs6000: Prefer assigning the MMA vector operands to altivec [...]
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/config/rs6000/mma.md | 150 +++++++++++++++++++++++------------------------
1 file changed, 75 insertions(+), 75 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 8421ad37 0: update: binutils-gcc-newlib: 1
new 0a026392 0: update: binutils-gcc-newlib: 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 (8421ad37)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 2744 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 29964 -> 30628 bytes
04-build_abe-stage1/console.log.xz | Bin 88748 -> 88164 bytes
06-build_abe-newlib/console.log.xz | Bin 16816 -> 16788 bytes
07-build_abe-stage2/console.log.xz | Bin 159284 -> 158992 bytes
08-benchmark/benchmark-build.log | 50 ++++-----
08-benchmark/benchmark.log | 48 ++++----
08-benchmark/console.log.xz | Bin 3020 -> 3044 bytes
09-check_regression/console.log.xz | Bin 1704 -> 1700 bytes
09-check_regression/results.log | 4 +-
10-update_baseline/console.log | 212 +++++++++++++++++------------------
10-update_baseline/results.log | 4 +-
jenkins/manifest.sh | 20 ++--
results_id | 2 +-
15 files changed, 170 insertions(+), 170 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/binutils-gdb.
from d8ecd959cc Automatic date update in version.in
adds e1a54cb87b Automatic date update in version.in
adds 134f17ef68 Automatic date update in version.in
adds 6a8f225543 Automatic date update in version.in
adds 39c6088537 Automatic date update in version.in
adds f20245c35f Automatic date update in version.in
adds ffc7aa903b AArch64: Enable FP16 by default for Armv9-A.
adds 475549dc3a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
include/opcode/aarch64.h | 1 +
2 files changed, 2 insertions(+), 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 7a5eef85 0: update: binutils-gcc-newlib: 1
new 1c934a46 0: update: binutils-gcc-newlib: 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 (7a5eef85)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1580 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 29828 -> 29660 bytes
04-build_abe-stage1/console.log.xz | Bin 82848 -> 83492 bytes
06-build_abe-newlib/console.log.xz | Bin 16936 -> 16440 bytes
07-build_abe-stage2/console.log.xz | Bin 158444 -> 157268 bytes
08-benchmark/benchmark-build.log | 50 +++++++++++++++----------------
08-benchmark/benchmark.log | 48 ++++++++++++++---------------
08-benchmark/console.log.xz | Bin 3104 -> 3068 bytes
09-check_regression/console.log.xz | Bin 1700 -> 1708 bytes
09-check_regression/results-1.csv | 2 +-
09-check_regression/results-brief.csv | 2 +-
09-check_regression/results-full.csv | 2 +-
09-check_regression/results-internal.csv | 2 +-
09-check_regression/results-perf-1.csv | 2 +-
09-check_regression/results.log | 4 +--
10-update_baseline/console.log | 15 +++++-----
10-update_baseline/results-1.csv | 2 +-
10-update_baseline/results-brief.csv | 2 +-
10-update_baseline/results-full.csv | 2 +-
10-update_baseline/results-internal.csv | 2 +-
10-update_baseline/results-perf-1.csv | 2 +-
10-update_baseline/results.log | 4 +--
jenkins/manifest.sh | 20 ++++++-------
results_id | 2 +-
25 files changed, 80 insertions(+), 83 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.