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 a0e9b53238 Better handling of realpath() failure in windows_make_so() o [...] adds 99f1bc6aaa gdb: Don't corrupt completions hash when expanding the hash table adds ce127a96c9 Use debug_printf in windows-nat.c adds c7d6480903 Fix OpenBSD build error. adds 27e91adae9 Automatic date update in version.in adds e2275c6ee8 gdbserver: fix format string warning in win32-low.cc adds 937f661468 Extend objdump --no-addresses info adds 06507dab61 PowerPC64 GOT reloc optimisation adds 2165dc8d90 PowerPC64 GOT reloc reserving PLT entry for ifunc adds d191d716f3 [gdb/testsuite] Fix maint-expand-symbols-header-file.exp for [...] adds c54a9b5669 cpu,gas,opcodes: support for eBPF JMP32 instruction class adds aec72fda3b PR25827, Null pointer dereferencing in scan_unit_for_symbols adds 97ed802d15 Fix compilation of python/python.c for Python 3.9 adds efba5c2319 [gdb/symtab] Handle PU without import in "save gdb-index" adds a010605fef Fix Cygwin gdb build adds 381ce63f2f Refactor delete_program_space as a destructor new 7a1a12f4d1 Fix the test for PR 18963 so that it will work on 16-bit targets.
The 1 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 | 6 + bfd/dwarf2.c | 12 +- bfd/elf64-ppc.c | 17 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/doc/binutils.texi | 3 +- cpu/ChangeLog | 5 + cpu/bpf.cpu | 29 ++- gas/ChangeLog | 6 + gas/testsuite/gas/bpf/bpf.exp | 1 + gas/testsuite/gas/bpf/jump32.d | 31 +++ gas/testsuite/gas/bpf/jump32.s | 25 ++ gdb/ChangeLog | 55 +++++ gdb/completer.c | 18 +- gdb/dwarf2/index-write.c | 19 +- gdb/inferior.c | 2 +- gdb/nat/windows-nat.c | 22 +- gdb/nat/windows-nat.h | 7 + gdb/obsd-nat.c | 12 +- gdb/progspace.c | 84 +++---- gdb/progspace.h | 14 +- gdb/python/python.c | 5 + gdb/testsuite/ChangeLog | 17 ++ .../gdb.base/maint-expand-symbols-header-file.exp | 8 +- gdb/testsuite/gdb.base/many-completions.exp | 92 +++++++ gdb/testsuite/gdb.dwarf2/gdb-add-index.exp | 40 +--- .../gdb.dwarf2/imported-unit-runto-main.exp | 92 +++++++ gdb/testsuite/lib/gdb.exp | 43 ++++ gdb/windows-nat.c | 33 ++- gdbserver/ChangeLog | 9 + gdbserver/win32-low.cc | 10 +- ld/ChangeLog | 8 + ld/pe-dll.c | 2 +- ld/testsuite/ld-scripts/pr18963.d | 19 +- ld/testsuite/ld-scripts/pr18963.s | 7 + ld/testsuite/ld-scripts/pr18963.t | 13 +- opcodes/ChangeLog | 7 + opcodes/bpf-desc.c | 220 +++++++++++++++++ opcodes/bpf-desc.h | 4 +- opcodes/bpf-opc.c | 264 +++++++++++++++++++++ opcodes/bpf-opc.h | 33 ++- 41 files changed, 1117 insertions(+), 184 deletions(-) create mode 100644 gas/testsuite/gas/bpf/jump32.d create mode 100644 gas/testsuite/gas/bpf/jump32.s create mode 100644 gdb/testsuite/gdb.base/many-completions.exp create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-runto-main.exp create mode 100644 ld/testsuite/ld-scripts/pr18963.s