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/gdb.
from afc41ffb99 RISC-V: Reorder the prefixed extensions which are out of order.
adds f18acc9c4e Binutils support for split-dwarf and dwarf-5
adds 90b7a5df15 aarch64: Disallow copy relocations on protected data
adds 3af607d998 Use unique_xmalloc_ptr in interp
adds ee04bfc01e Move mi_interpreter to mi-interp.h
adds b2a696a881 Use std::string for interpreter_p
No new revisions were added by this update.
Summary of changes:
bfd/elfnn-aarch64.c | 28 ++++++++++++-
binutils/ChangeLog | 13 +++++-
binutils/dwarf.c | 57 +++++++++++++++++++-------
binutils/dwarf.h | 1 +
gdb/interps.c | 15 ++-----
gdb/interps.h | 10 ++---
gdb/main.c | 24 ++++-------
gdb/main.h | 2 +-
gdb/mi/mi-common.h | 50 ----------------------
gdb/mi/mi-interp.h | 50 ++++++++++++++++++++++
gdb/mi/mi-main.c | 2 +-
gdb/tui/tui-interp.c | 9 ++--
ld/testsuite/ld-aarch64/aarch64-elf.exp | 9 ++++
ld/testsuite/ld-aarch64/copy-reloc-protected.d | 2 +
ld/testsuite/ld-aarch64/protected.s | 8 ++++
15 files changed, 174 insertions(+), 106 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-protected.d
create mode 100644 ld/testsuite/ld-aarch64/protected.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_cross_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from dc30acf20b debug: make __read_chk a cancellation point (bug 29274)
adds dd06af4f81 stdlib: Remove trailing whitespace from Makefile
adds 464d189b96 stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]
No new revisions were added by this update.
Summary of changes:
stdlib/Makefile | 5 ++++-
stdlib/bits/stdlib.h | 16 +++++++++++-----
stdlib/testmb.c | 7 +++++++
3 files changed, 22 insertions(+), 6 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/linux.
from ca1fdab7fd27 Merge tag 'efi-urgent-for-v5.19-1' of git://git.kernel.org [...]
adds beca774fc51a 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl
adds e5690f263208 9p: fix fid refcount leak in v9fs_vfs_get_link
adds 2a3dcbccd64b 9p: Fix refcounting during full path walks for fid lookups
adds b0017602fdf6 9p: fix EBADF errors in cached mode
adds 3abc3ae553c7 Merge tag '9p-for-5.19-rc4' of https://github.com/martinetd/linux
adds 795285ef2425 selftests: Fix clang cross compilation
adds 12a29115be72 selftests dma: fix compile error for dma_map_benchmark
adds 3084a4ec7f9b selftests: vm: Fix resource leak when return error
adds 9b4d5c01eb23 selftests: make use of GUP_TEST_FILE macro
adds de5c208d533a Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.ke [...]
No new revisions were added by this update.
Summary of changes:
fs/9p/fid.c | 22 +++++++++-------------
fs/9p/vfs_addr.c | 13 +++++++++++++
fs/9p/vfs_inode.c | 8 ++++----
fs/9p/vfs_inode_dotl.c | 3 +++
tools/testing/selftests/dma/Makefile | 1 +
tools/testing/selftests/dma/dma_map_benchmark.c | 2 +-
tools/testing/selftests/lib.mk | 25 +++++++++++++++++++++++--
tools/testing/selftests/vm/gup_test.c | 4 ++--
tools/testing/selftests/vm/ksm_tests.c | 2 ++
9 files changed, 58 insertions(+), 22 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/binutils-gdb.
from afc41ffb99 RISC-V: Reorder the prefixed extensions which are out of order.
adds f18acc9c4e Binutils support for split-dwarf and dwarf-5
adds 90b7a5df15 aarch64: Disallow copy relocations on protected data
adds 3af607d998 Use unique_xmalloc_ptr in interp
adds ee04bfc01e Move mi_interpreter to mi-interp.h
adds b2a696a881 Use std::string for interpreter_p
No new revisions were added by this update.
Summary of changes:
bfd/elfnn-aarch64.c | 28 ++++++++++++-
binutils/ChangeLog | 13 +++++-
binutils/dwarf.c | 57 +++++++++++++++++++-------
binutils/dwarf.h | 1 +
gdb/interps.c | 15 ++-----
gdb/interps.h | 10 ++---
gdb/main.c | 24 ++++-------
gdb/main.h | 2 +-
gdb/mi/mi-common.h | 50 ----------------------
gdb/mi/mi-interp.h | 50 ++++++++++++++++++++++
gdb/mi/mi-main.c | 2 +-
gdb/tui/tui-interp.c | 9 ++--
ld/testsuite/ld-aarch64/aarch64-elf.exp | 9 ++++
ld/testsuite/ld-aarch64/copy-reloc-protected.d | 2 +
ld/testsuite/ld-aarch64/protected.s | 8 ++++
15 files changed, 174 insertions(+), 106 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/copy-reloc-protected.d
create mode 100644 ld/testsuite/ld-aarch64/protected.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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards ac56c100 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new a756aac6 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (ac56c100)
\
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 1552 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30736 -> 30548 bytes
04-build_abe-stage1/console.log.xz | Bin 73244 -> 72716 bytes
06-build_abe-linux/console.log.xz | Bin 9104 -> 8976 bytes
07-build_abe-glibc/console.log.xz | Bin 237736 -> 238916 bytes
08-build_abe-stage2/console.log.xz | Bin 204040 -> 203696 bytes
09-build_abe-gdb/console.log.xz | Bin 38088 -> 37744 bytes
10-build_abe-qemu/console.log.xz | Bin 32524 -> 32948 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3900 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3776 -> 2900 bytes
13-check_regression/console.log.xz | Bin 3488 -> 2832 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 27 -
13-check_regression/results.compare | 17 +-
13-check_regression/results.compare2 | 117 +-
13-check_regression/results.regressions | 47 -
14-update_baseline/console.log | 389 +--
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 27 -
14-update_baseline/results.compare | 17 +-
14-update_baseline/results.compare2 | 117 +-
14-update_baseline/results.regressions | 47 -
jenkins/manifest.sh | 30 +-
sumfiles/g++.log.xz | Bin 3394080 -> 3376884 bytes
sumfiles/g++.sum | 69 +-
sumfiles/gcc.log.xz | Bin 2956060 -> 2977564 bytes
sumfiles/gcc.sum | 4491 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1020740 -> 1020284 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2292 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 199080 -> 199252 bytes
sumfiles/libgomp.sum | 7 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2664 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 417336 -> 419108 bytes
sumfiles/libstdc++.sum | 2 +-
38 files changed, 2525 insertions(+), 2887 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-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-release-aarch64-next-allnoconfig
in repository toolchain/ci/llvm-project.
from c12386ae247c [MC][AArch64] Enable '+v8a' when nothing specified for MCS [...]
adds ec42d3c069c7 [AVR] Add more devices
adds aa586b6f5f55 [clang][AVR] Implement standard calling convention for AVR [...]
adds f28c006a5895 Bump version to 14.0.6
No new revisions were added by this update.
Summary of changes:
clang/lib/Basic/Targets/AVR.cpp | 543 +++++++++++----------
clang/lib/Driver/ToolChains/AVR.cpp | 17 +
clang/test/Misc/target-invalid-cpu-note.c | 2 +-
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/lib/Target/AVR/AVRDevices.td | 16 +
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 +-
.../llvm/include/llvm/Config/llvm-config.h | 2 +-
12 files changed, 322 insertions(+), 274 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-release-aarch64-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from a06ed65fce Automatic date update in version.in
adds 5cc2bdc75b Automatic date update in version.in
adds f0b5a0b568 Automatic date update in version.in
adds 6b2a26c63b Automatic date update in version.in
adds 8e001ed8f2 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.