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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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. adds 7a995095f3 gdb/aarch64: Use default gdbarch methods where possible adds 480e46cfc5 gdb/alpha: Use default gdbarch methods where possible adds f8278c3c7e gdb/arc: Use default gdbarch methods where possible adds a19a650fcc gdb/arm: Use default gdbarch methods where possible adds b56bf08443 gdb/bfin: Use default gdbarch methods where possible adds 8010f57641 gdb/cris: Use default gdbarch methods where possible adds 4133e5a13f gdb/csky: Use default gdbarch methods where possible adds 76055cbe88 gdb/riscv: Use default gdbarch methods where possible adds 2fbe7ad059 gdb/frv: Use default gdbarch methods where possible adds 68b867f30e gdb/ft32: Use default gdbarch methods where possible adds 9734a58667 gdb/h8300: Use default gdbarch methods where possible adds f4bc7d2cde gdb/hppa: Use default gdbarch method default_dummy_id. new 6ca6222221 Use Python 2.[67] / 3.X / PEP 3118 buffer protocol new 2c3fc25dd1 Document fact that mininum Python version is now 2.6
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: 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 | 148 ++++++ gdb/NEWS | 6 +- 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/gdb.texinfo | 2 +- 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-inferior.c | 64 +-- gdb/riscv-tdep.c | 30 -- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.base/align.exp | 180 +++++-- gdb/testsuite/gdb.python/py-value.exp | 2 +- gdb/version.in | 2 +- 44 files changed, 786 insertions(+), 875 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