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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 7e30b1ebbf PR26610, ARM's "VFPv3 vldr to vmov" gas testcase fail adds db92ac4568 Use arrays rather than pointers for global string constants adds cbe256847e Remove ui::num adds 08cc37dd04 Avoid running one Rust test against older LLVM adds 3743107465 Don't use PyInt_FromSsize_t adds 4bde49dc81 Don't use gdb_py_long_from_longest adds d1cab9876d Don't use gdb_py_long_from_ulongest adds 062534d44f Don't use PyLong_FromLong adds 4ab1029c56 Don't use PyLong_FromLongLong adds 512116ce26 Don't use PyLong_FromUnsignedLong adds 47f0e2ff7f Don't use PyInt_FromLong adds 0403e9ccae elf: Check bfd_target_elf_flavour on input first adds ec6653d824 PE/x86-64: Display PE relocation names adds ce0e8d9783 Automatic date update in version.in adds 6b5a7bc768 Handle member pointers directly in generic_value_print adds 12d8f940d0 Remove TYPE_CODE_INT case from f_value_print_inner adds ec74481d7e PR26623, buffer overflow in ppc_symbol_is_valid adds c1229f84a4 Tidy elf_symbol_from adds 4d91ddd342 [gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.exp adds ed29e1c7e0 Add myself to gdb/MAINTAINERS.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 15 ++++ bfd/coff-x86_64.c | 22 +++--- bfd/elf-bfd.h | 5 +- bfd/elf.c | 8 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 ++ binutils/nm.c | 2 +- binutils/objcopy.c | 2 +- gas/ChangeLog | 15 ++++ gas/config/obj-elf.c | 5 +- gas/config/tc-aarch64.c | 2 +- gas/config/tc-m68hc11.c | 2 +- gas/config/tc-ppc.c | 8 +- gas/config/tc-xgate.c | 2 +- gas/testsuite/gas/cfi/reloc-pe-i386.d | 2 +- gas/testsuite/gas/i386/x86-64-w64-pcrel.d | 8 +- gdb/ChangeLog | 125 ++++++++++++++++++++++++++++++ gdb/MAINTAINERS | 1 + gdb/c-valprint.c | 26 +------ gdb/f-valprint.c | 14 +--- gdb/jit.c | 6 +- gdb/linespec.c | 2 +- gdb/python/py-arch.c | 25 ++++-- gdb/python/py-breakpoint.c | 12 +-- gdb/python/py-exitedevent.c | 2 +- gdb/python/py-frame.c | 6 +- gdb/python/py-framefilter.c | 4 +- gdb/python/py-inferior.c | 4 +- gdb/python/py-infevents.c | 4 +- gdb/python/py-infthread.c | 27 +++++-- gdb/python/py-lazy-string.c | 4 +- gdb/python/py-record-btrace.c | 12 +-- gdb/python/py-record.c | 6 +- gdb/python/py-symbol.c | 4 +- gdb/python/py-symtab.c | 6 +- gdb/python/py-tui.c | 8 +- gdb/python/py-type.c | 16 ++-- gdb/python/py-value.c | 6 +- gdb/python/python-internal.h | 6 -- gdb/python/python.c | 6 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 5 -- gdb/testsuite/ChangeLog | 11 +++ gdb/testsuite/gdb.rust/simple.exp | 13 +++- gdb/testsuite/gdb.tui/new-layout.exp | 12 +-- gdb/testsuite/lib/rust-support.exp | 19 +++++ gdb/top.c | 4 - gdb/top.h | 3 - gdb/ui-style.c | 2 +- gdb/unittests/memory-map-selftests.c | 2 +- gdb/valprint.c | 32 +++++++- gdbserver/ChangeLog | 5 ++ gdbserver/linux-x86-low.cc | 4 +- ld/ChangeLog | 9 +++ ld/ldelf.c | 3 +- ld/plugin.c | 2 +- opcodes/ChangeLog | 4 + opcodes/ppc-dis.c | 2 +- 58 files changed, 395 insertions(+), 176 deletions(-)