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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from c31307f9c5 Automatic date update in version.in
adds 26c897821b Define unique_ptr specialization for Py_buffer.
adds fe07eca59d Define gdb.Value(bufobj, type) constructor
adds bc2a507e6e Add tests for gdb.Value(bufobj, type) constructor
adds af54ade989 Document two argument form of gdb.Value constructor
adds 8791793caa Fix new py-value.exp test case
adds 172fb711a2 gdb/riscv: Use legacy register numbers in default target des [...]
adds 8e3173c608 Automatic date update in version.in
adds 143420fb0d Fix build errors in aix-thread.c
adds 3d34d8de5e Bump version to 8.3.50.DATE-git.
adds 9335e75a61 Update NEWS post GDB 8.3 branch creation.
adds 5561fc304f gdb: Restructure type_align and gdbarch_type_align
adds bf9a735e23 gdb: Handle alignment for C++ structures with static members
adds 52d6f3ee94 Testsuite: Allow multiple lines of "as" in testsuite.
new 7a995095f3 gdb/aarch64: Use default gdbarch methods where possible
new 480e46cfc5 gdb/alpha: Use default gdbarch methods where possible
new f8278c3c7e gdb/arc: Use default gdbarch methods where possible
new a19a650fcc gdb/arm: Use default gdbarch methods where possible
new b56bf08443 gdb/bfin: Use default gdbarch methods where possible
new 8010f57641 gdb/cris: Use default gdbarch methods where possible
new 4133e5a13f gdb/csky: Use default gdbarch methods where possible
new 76055cbe88 gdb/riscv: Use default gdbarch methods where possible
new 2fbe7ad059 gdb/frv: Use default gdbarch methods where possible
new 68b867f30e gdb/ft32: Use default gdbarch methods where possible
new 9734a58667 gdb/h8300: Use default gdbarch methods where possible
new f4bc7d2cde gdb/hppa: Use default gdbarch method default_dummy_id.
The 12 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/version.h | 2 +-
binutils/ChangeLog | 4 +
binutils/testsuite/lib/binutils-common.exp | 690 +++++++++++++------------
gas/ChangeLog | 10 +
gas/testsuite/gas/aarch64/dotproduct.d | 1 +
gas/testsuite/gas/aarch64/dotproduct_armv8_4.d | 10 -
gas/testsuite/gas/aarch64/dotproduct_armv8_4.s | 2 -
gas/testsuite/gas/aarch64/illegal-dotproduct.d | 1 +
gas/testsuite/gas/aarch64/ldst-rcpc-armv8_2.d | 21 -
gas/testsuite/gas/aarch64/ldst-rcpc.d | 2 +
gdb/ChangeLog | 147 ++++++
gdb/NEWS | 7 +-
gdb/aarch64-tdep.c | 38 --
gdb/aix-thread.c | 7 -
gdb/alpha-tdep.c | 29 --
gdb/arc-tdep.c | 68 +--
gdb/arch-utils.c | 2 +-
gdb/arm-tdep.c | 37 --
gdb/bfin-tdep.c | 18 -
gdb/cris-tdep.c | 40 --
gdb/csky-tdep.c | 34 --
gdb/doc/ChangeLog | 5 +
gdb/doc/python.texi | 8 +
gdb/features/riscv/32bit-cpu.xml | 6 +-
gdb/features/riscv/32bit-fpu.c | 2 +
gdb/features/riscv/32bit-fpu.xml | 12 +-
gdb/features/riscv/64bit-cpu.xml | 6 +-
gdb/features/riscv/64bit-fpu.c | 2 +
gdb/features/riscv/64bit-fpu.xml | 12 +-
gdb/frv-tdep.c | 27 -
gdb/ft32-tdep.c | 33 --
gdb/gdbarch.h | 5 +-
gdb/gdbarch.sh | 5 +-
gdb/gdbtypes.c | 30 +-
gdb/h8300-tdep.c | 22 -
gdb/hppa-tdep.c | 9 -
gdb/i386-tdep.c | 2 +-
gdb/nios2-tdep.c | 23 +-
gdb/python/py-value.c | 72 ++-
gdb/python/python-internal.h | 13 +
gdb/riscv-tdep.c | 30 --
gdb/testsuite/ChangeLog | 15 +
gdb/testsuite/gdb.base/align.exp | 180 +++++--
gdb/testsuite/gdb.python/py-value.exp | 45 ++
gdb/version.in | 2 +-
45 files changed, 909 insertions(+), 827 deletions(-)
delete mode 100644 gas/testsuite/gas/aarch64/dotproduct_armv8_4.d
delete mode 100644 gas/testsuite/gas/aarch64/dotproduct_armv8_4.s
delete mode 100644 gas/testsuite/gas/aarch64/ldst-rcpc-armv8_2.d
--
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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1639a4856a 2: good: binutils-gcc-linux: 18995
new cafd7d2237 2: good: binutils-gcc-linux: 18995
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 (1639a4856a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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:
1-reset_artifacts/console.log | 14 +-
3-build_abe-binutils/console.log | 3708 +-
4-build_abe-stage1/console.log | 4619 +-
5-build_linux/console.log | 310094 +++++++++++++++++------------------
console.log | 318561 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
6 files changed, 319123 insertions(+), 317889 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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 87a1b871f0 0: good: gcc-ac4cc85d34badee6be7ee2c4054e9166cdf4872e: all
new 3fe723c751 1: first-bad: linux-3f7ae5f3dc5295ac17d6521130ed8a8f8a723fbf: 19184
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:
1-reset_artifacts/console.log | 15 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4216 ++++++++----------
4-build_abe-stage1/console.log | 4211 +++++++++---------
5-build_linux/console.log | 602 +--
6-boot_linux/console.log | 8 -
7-check_regression/console.log | 13 +-
8-update_baseline/console.log | 8 +-
console.log | 9059 +++++++++++++++++---------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 4 +-
12 files changed, 8147 insertions(+), 10003 deletions(-)
delete mode 100644 6-boot_linux/console.log
create mode 100644 reset-baseline
--
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 llvm.
from ddb967d7a38 [llvm-objdump] Should print strings when dumping DT_RPATH, [...]
new a3f5d865fbf [llvm-readobj]Add additional testing for various ELF features
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:
test/tools/llvm-readobj/elf-dynamic-empty.test | 29 ++
test/tools/llvm-readobj/elf-dynamic-malformed.test | 173 +++++++++++
.../llvm-readobj/elf-dynamic-no-pt-dynamic.test | 32 ++
.../elf-dynamic-tags-machine-specific.test | 327 +++++++++++++++++++++
test/tools/llvm-readobj/elf-dynamic-tags.test | 280 ++++++++++++++++++
.../llvm-readobj/elf-malformed-pt-dynamic.test | 48 +++
test/tools/llvm-readobj/elf-no-phdrs.test | 24 ++
test/tools/llvm-readobj/elf-no-relocs.test | 48 +++
test/tools/llvm-readobj/elf-no-shdrs.test | 33 +++
test/tools/llvm-readobj/elf-types.test | 116 ++++++++
test/tools/llvm-readobj/string-dump.test | 42 +++
11 files changed, 1152 insertions(+)
create mode 100644 test/tools/llvm-readobj/elf-dynamic-empty.test
create mode 100644 test/tools/llvm-readobj/elf-dynamic-malformed.test
create mode 100644 test/tools/llvm-readobj/elf-dynamic-no-pt-dynamic.test
create mode 100644 test/tools/llvm-readobj/elf-dynamic-tags-machine-specific.test
create mode 100644 test/tools/llvm-readobj/elf-dynamic-tags.test
create mode 100644 test/tools/llvm-readobj/elf-malformed-pt-dynamic.test
create mode 100644 test/tools/llvm-readobj/elf-no-phdrs.test
create mode 100644 test/tools/llvm-readobj/elf-no-relocs.test
create mode 100644 test/tools/llvm-readobj/elf-no-shdrs.test
create mode 100644 test/tools/llvm-readobj/elf-types.test
create mode 100644 test/tools/llvm-readobj/string-dump.test
--
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 release/2.28/master
in repository glibc.
from 384113d1c0 RISC-V: Fix elfutils testsuite unwind failures.
new e5366c12d0 powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC
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:
ChangeLog | 20 +++++++++++++++
NEWS | 11 ++++++++
sysdeps/powerpc/nptl/tcb-offsets.sym | 1 -
sysdeps/powerpc/nptl/tls.h | 13 +---------
sysdeps/powerpc/powerpc32/sysdep.h | 17 ------------
sysdeps/powerpc/powerpc64/sysdep.h | 17 ------------
sysdeps/powerpc/sysdep.h | 20 ---------------
sysdeps/unix/sysv/linux/powerpc/elision-conf.c | 20 +++++++++++++++
sysdeps/unix/sysv/linux/powerpc/not-errno.h | 30 ----------------------
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 1 -
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 1 -
sysdeps/unix/sysv/linux/powerpc/syscall.S | 1 -
12 files changed, 52 insertions(+), 100 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/not-errno.h
--
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 llvm.
from d6de5789d90 [llvm-cxxfilt] Split and demangle stdin input on certain no [...]
new ddb967d7a38 [llvm-objdump] Should print strings when dumping DT_RPATH, [...]
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:
test/tools/llvm-objdump/elf-dynamic-section.test | 202 +++++++++++++++++++++++
tools/llvm-objdump/ELFDump.cpp | 4 +-
2 files changed, 205 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-objdump/elf-dynamic-section.test
--
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 lldb.
from 1da8a9fe6 Remove XFAIL-Linux from two asan tests
new 40f7ef509 [Reproducers] Add more logging to reproducer instrumentation
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:
include/lldb/Utility/ReproducerInstrumentation.h | 70 ++++++++++++++++++++----
source/Utility/ReproducerInstrumentation.cpp | 33 +++++++++--
2 files changed, 87 insertions(+), 16 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 clang.
from f1cb31ff89 [NFC] minor revision of r354929 [CUDA][HIP] Check calling co [...]
new 128411fb17 [ASTImporter] Improve import of FileID.
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:
lib/AST/ASTImporter.cpp | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.