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 ecf25064e87 gdb: fix pretty printing max depth behaviour
new 75f03fa7743 RISC-V: Check the overflow for %pcrel_lo addend more strictly.
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/ChangeLog | 6 ++++++
bfd/elfnn-riscv.c | 22 ++++++++++++++++------
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 3 ++-
ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2.d | 5 -----
ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2a.d | 5 +++++
.../{pcrel-lo-addend-2.s => pcrel-lo-addend-2a.s} | 2 +-
ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2b.d | 5 +++++
.../{pcrel-lo-addend-2.s => pcrel-lo-addend-2b.s} | 2 +-
9 files changed, 45 insertions(+), 14 deletions(-)
delete mode 100644 ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2.d
create mode 100644 ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2a.d
copy ld/testsuite/ld-riscv-elf/{pcrel-lo-addend-2.s => pcrel-lo-addend-2a.s} (84%)
create mode 100644 ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2b.d
rename ld/testsuite/ld-riscv-elf/{pcrel-lo-addend-2.s => pcrel-lo-addend-2b.s} (83%)
--
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/gnu-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards c55c49e4 6: update: binutils-55b26492bbd05637f24b9b70a507e842e466b723: 1
discards 09d3d175 5: reset: binutils-d8147d7053fa848f7f1ce6692c6788224d14869d: 1
discards d0cc53fa 4: update: binutils-2d4b49864eba70606b1bee3d0a3e8414189dcd6d: 1
new 60fffbdc 4: update: binutils-75f03fa77434ad49f1e7d333e0c93048639806e3: 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 (c55c49e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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 | 119 +-
02-prepare_abe/console.log | 174 +-
03-build_abe-binutils/console.log | 19650 +++++++++++------------
04-build_abe-check_binutils/console.log | 4066 ++---
05-check_regression/console.log | 83 +-
05-check_regression/results.regressions | 34 +-
06-update_baseline/console.log | 1038 +-
06-update_baseline/results.regressions | 150 +-
console.log | 25130 ++++++++++++++++--------------
jenkins/manifest.sh | 10 +-
sumfiles/binutils.log.xz | Bin 40184 -> 40184 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95496 -> 95408 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 117980 -> 117856 bytes
sumfiles/ld.sum | 18 +-
sumfiles/libctf.log.xz | Bin 2236 -> 2232 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 26312 insertions(+), 24168 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/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/gcc.
from ee359d860d7 RISC-V: For '-march' and '-mabi' options, add 'Negative' pr [...]
adds 28bb5c4bd61 Daily bump.
adds 419c243dfb9 aarch64: Avoid duplicating bti j insns for jump tables [PR99988]
adds 0d1e4025b2b PR middle-end/100571 - bogus -Wstringop-overflow with VLA o [...]
adds be80f3e9030 Daily bump.
adds 1d1a690b4df arm: correctly handle inequality comparisons against max co [...]
adds 788f9c8e0c2 arm: Remove duplicate definitions from arm_mve.h (pr100419).
new 0c6fe939eb7 Daily bump.
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 | 54 ++++
gcc/DATESTAMP | 2 +-
gcc/calls.c | 5 +
gcc/config/aarch64/aarch64-bti-insert.c | 15 +
gcc/config/arm/arm.c | 29 +-
gcc/config/arm/arm_mve.h | 460 ++++++++-------------------
gcc/testsuite/ChangeLog | 17 +
gcc/testsuite/gcc.dg/Wstringop-overflow-67.c | 92 ++++++
gcc/testsuite/gcc.dg/pr100563.c | 9 +
gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 ++++
10 files changed, 416 insertions(+), 333 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-67.c
create mode 100644 gcc/testsuite/gcc.dg/pr100563.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99988.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/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards ddd79247 0: update: gcc-ee359d860d750e7c6d0acf397b31b35dfa4513fe: 1
new 9a15d2f4 0: update: gcc-0c6fe939eb7b05c25c443c8f06d6439c3d8110f4: 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 (ddd79247)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 52 +-
02-prepare_abe/console.log | 226 +-
04-build_abe-bootstrap_ubsan/console.log | 75207 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 75525 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 75548 insertions(+), 75476 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 master
in repository binutils-gdb.
from 64654371d63 sim: callback: inline PTR define
new ecf25064e87 gdb: fix pretty printing max depth behaviour
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/ChangeLog | 12 +++++++++++
gdb/cp-valprint.c | 10 ++-------
gdb/guile/scm-pretty-print.c | 30 ++++++++++++++-------------
gdb/python/py-prettyprint.c | 28 ++++++++++++++-----------
gdb/testsuite/ChangeLog | 9 ++++++++
gdb/testsuite/gdb.guile/scm-pretty-print.exp | 4 ++++
gdb/testsuite/gdb.python/py-format-string.c | 6 ++++++
gdb/testsuite/gdb.python/py-format-string.exp | 9 ++++++++
gdb/testsuite/gdb.python/py-nested-maps.exp | 6 +++---
9 files changed, 77 insertions(+), 37 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 master
in repository binutils-gdb.
from df68e12b3b3 sim: create header namespace
new 2e4885ee8fa sim: callback: always include necessary headers
new 7fb6dc36bb5 sim: callback: use ATTRIBUTE_NORETURN
new 64654371d63 sim: callback: inline PTR define
The 3 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:
include/sim/ChangeLog | 13 +++++++++++++
include/sim/callback.h | 16 ++++------------
sim/common/ChangeLog | 5 +++++
sim/common/callback.c | 2 +-
sim/common/sim-syscall.c | 4 ++--
5 files changed, 25 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.