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 7eb1526a80 gdb: update gdb-gdb.py.in for latest changes to struct field
adds e6582e1b3c gdb: improve reuse of value contents when fetching array elements
adds 408db576c9 gdb: Powerpc mark xfail in gdb.base/catch-syscall.exp
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.base/catch-syscall.exp | 37 ++++++++--
...bt-on-fatal-signal.c => non-lazy-array-index.c} | 11 ++-
gdb/testsuite/gdb.base/non-lazy-array-index.exp | 78 ++++++++++++++++++++++
gdb/valarith.c | 18 ++---
4 files changed, 128 insertions(+), 16 deletions(-)
copy gdb/testsuite/gdb.base/{bt-on-fatal-signal.c => non-lazy-array-index.c} (87%)
create mode 100644 gdb/testsuite/gdb.base/non-lazy-array-index.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-arm
in repository toolchain/ci/linux.
from 2585cf9dfaad Linux 5.16-rc5
new e386dfc56f83 fget: clarify and improve __fget_files() implementation
new aa50faff4416 PCI: mt7621: Convert driver into 'bool'
The 2 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:
drivers/pci/controller/Kconfig | 4 +--
fs/file.c | 72 ++++++++++++++++++++++++++++++++----------
2 files changed, 58 insertions(+), 18 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/gcc.
from 494ebfa7c9a Fortran: Handle compare in OpenMP atomic
adds 7bf710b5116 libstdc++: Add support for '?' in linker script globs
adds f3f923e5139 Leverage sysroot for VxWorks
adds b80e6d97a9e Ensure VxWorks headers expose C99 features for C++
adds 55fb12f12fe Include yvals.h for VxWorks < 7 RTPs as well
adds 9eb8785b3fa inline: fix ICE with -fprofile-generate
adds 0caf592d6ae aarch64: Add support for Armv8.8-a memory operations and me [...]
adds bb768f8b45a aarch64: Add memmove expansion for +mops
adds d3bd985e799 aarch64: Use +mops to inline memset operations
adds 5954b4d415f aarch64: Add command-line support for Armv8.8-a
adds 16c848090f2 Add -fipa-strict-aliasing
adds 0ecb48d7530 Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7
adds 0515c95d5fe VxWorks config fixes for shared objects
adds 4099d6501e3 Tigthen libc_internal and crtstuff for VxWorks shared objects
adds 20a0e2721a9 Remove special case for arm-vxworks on the use of vxcrtstuff
adds 04577ac0843 Remove ppc*-vxworks7* inadequate libgcc Makefile fragments
adds fc4a93eb412 Rework VXWORKS_LINK_SPEC for shared objects support
adds 149739c3947 x86: Avoid generating orb $0, %ah
new a7acb6dca94 [PR99531] Modify pseudo class cost calculation when process [...]
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/common.opt | 4 +
gcc/config/aarch64/aarch64-arches.def | 1 +
gcc/config/aarch64/aarch64-option-extensions.def | 3 +
gcc/config/aarch64/aarch64.c | 155 +++++++++++++++++----
gcc/config/aarch64/aarch64.h | 29 ++--
gcc/config/aarch64/aarch64.md | 84 +++++++++++-
gcc/config/aarch64/aarch64.opt | 12 ++
gcc/config/i386/i386.md | 9 ++
gcc/config/rs6000/vxworks.h | 15 +-
gcc/config/t-vxworks | 8 ++
gcc/config/vx-common.h | 7 +-
gcc/config/vxworks.h | 168 ++++++++++++++++-------
gcc/config/vxworks/_yvals.h | 6 +-
gcc/doc/invoke.texi | 17 ++-
gcc/ipa-inline.c | 25 ++--
gcc/ipa-modref.c | 8 +-
gcc/ira-costs.c | 22 +--
gcc/testsuite/gcc.target/aarch64/mops_1.c | 57 ++++++++
gcc/testsuite/gcc.target/aarch64/mops_2.c | 57 ++++++++
gcc/testsuite/gcc.target/aarch64/mops_3.c | 85 ++++++++++++
gcc/testsuite/gcc.target/i386/pr103611-1.c | 30 ++++
gcc/testsuite/gcc.target/i386/pr99531.c | 7 +
libgcc/config.host | 11 +-
libgcc/config/t-vxcrtstuffS | 9 ++
libgcc/config/t-vxworks | 11 +-
libgcc/config/t-vxworks7 | 22 ---
libgcc/config/vxcrtstuff.c | 77 ++++++++++-
libstdc++-v3/scripts/make_exports.pl | 6 +-
28 files changed, 763 insertions(+), 182 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103611-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr99531.c
create mode 100644 libgcc/config/t-vxcrtstuffS
delete mode 100644 libgcc/config/t-vxworks7
--
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/binutils-gdb.
from 7eb1526a80 gdb: update gdb-gdb.py.in for latest changes to struct field
adds e6582e1b3c gdb: improve reuse of value contents when fetching array elements
adds 408db576c9 gdb: Powerpc mark xfail in gdb.base/catch-syscall.exp
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.base/catch-syscall.exp | 37 ++++++++--
...bt-on-fatal-signal.c => non-lazy-array-index.c} | 11 ++-
gdb/testsuite/gdb.base/non-lazy-array-index.exp | 78 ++++++++++++++++++++++
gdb/valarith.c | 18 ++---
4 files changed, 128 insertions(+), 16 deletions(-)
copy gdb/testsuite/gdb.base/{bt-on-fatal-signal.c => non-lazy-array-index.c} (87%)
create mode 100644 gdb/testsuite/gdb.base/non-lazy-array-index.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-arm
in repository toolchain/ci/base-artifacts.
discards 78a7d3ea9 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 53594ee3f 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 (78a7d3ea9)
\
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 1552 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 31228 -> 31344 bytes
05-build_abe-stage1/console.log.xz | Bin 90608 -> 90744 bytes
07-build_abe-linux/console.log.xz | Bin 8700 -> 9408 bytes
08-build_abe-glibc/console.log.xz | Bin 229976 -> 230216 bytes
09-build_abe-stage2/console.log.xz | Bin 216928 -> 216612 bytes
10-build_abe-gdb/console.log.xz | Bin 38872 -> 38696 bytes
11-build_abe-qemu/console.log.xz | Bin 29408 -> 29616 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.