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-aarch64-mainline-defconfig 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 58 +++++++++++ gdb/NEWS | 7 +- gdb/aix-thread.c | 7 -- gdb/arc-tdep.c | 23 ++++- gdb/arch-utils.c | 2 +- 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/gdbarch.h | 5 +- gdb/gdbarch.sh | 5 +- gdb/gdbtypes.c | 30 +++--- gdb/i386-tdep.c | 2 +- gdb/nios2-tdep.c | 23 ++++- gdb/python/py-value.c | 72 ++++++++++++-- gdb/python/python-internal.h | 13 +++ gdb/testsuite/ChangeLog | 15 +++ gdb/testsuite/gdb.base/align.exp | 180 ++++++++++++++++++++++++---------- gdb/testsuite/gdb.python/py-value.exp | 45 +++++++++ gdb/version.in | 2 +- 25 files changed, 441 insertions(+), 103 deletions(-)