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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from d2b31b6729 gdb: introduce debuginfod_client_up type adds 6db9990640 Change the /nop directive for the BPF port of the assembler [...] adds f36eda1fe3 Fix the assembler's new .nop directive so that the input lin [...] adds 5b3eb5eda8 Add note about creating a bugzilla tag for a point release. adds 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 new ec74481d7e PR26623, buffer overflow in ppc_symbol_is_valid new c1229f84a4 Tidy elf_symbol_from
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/ChangeLog | 15 ++++ bfd/coff-x86_64.c | 22 +++--- bfd/elf-bfd.h | 5 +- bfd/elf.c | 8 +- bfd/version.h | 2 +- binutils/ChangeLog | 10 +++ binutils/README-how-to-make-a-release | 4 + binutils/nm.c | 2 +- binutils/objcopy.c | 2 +- gas/ChangeLog | 33 ++++++++ gas/config/obj-elf.c | 5 +- gas/config/tc-aarch64.c | 2 +- gas/config/tc-arm.c | 39 +++++----- gas/config/tc-bpf.h | 4 +- gas/config/tc-m68hc11.c | 2 +- gas/config/tc-ppc.c | 8 +- gas/config/tc-s12z.c | 9 +-- gas/config/tc-xgate.c | 2 +- gas/read.c | 5 ++ gas/testsuite/gas/cfi/reloc-pe-i386.d | 2 +- gas/testsuite/gas/i386/x86-64-w64-pcrel.d | 8 +- gdb/ChangeLog | 121 ++++++++++++++++++++++++++++++ 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 | 6 ++ gdb/testsuite/gdb.rust/simple.exp | 13 +++- 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 +- 61 files changed, 437 insertions(+), 196 deletions(-)