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