This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from f717994fe8 [PATCH v2 2/2] coff-go32: support extended relocations adds 6a05414145 Automatic date update in version.in adds c98a4545dc Re: readelf: Consolidate --syms --use-dynamic with --dyn-syms adds 89246a0e79 readelf: increase size of static buffers adds b71d4fa7c3 readelf: zero static vars after freeing adds 001890e1f9 PR25822, Invalid read in process_symbol_table adds 0ca4866abe Fix makeinfo warnings in gdb.texinfo and python.texi docs adds 7ecb51549a PR25823, Use after free in bfd_hash_lookup adds b1bc1394df objdump --no-addresses adds 95a5156812 Unify the behaviour of ld.bfd and ld.gold with respect to wa [...] adds 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 adds 7a1a12f4d1 Fix the test for PR 18963 so that it will work on 16-bit targets. adds 8e4979ac1e Stop the MIPS assembler from accepting ifunc symbols. adds 00ac85d375 gdb: is_linked_with_cygwin_dll: handle import table not at b [...] adds 1619720823 gdb: is_linked_with_cygwin_dll: mention filename in warning [...] adds ffb60ef355 Automatic date update in version.in adds ca3f923f82 PR25840, Null pointer dereference in objdump adds 8d55d10ac0 PR25842, Null pointer dereference in nm-new adds 49af2f5c83 bfin: allow ".=.+delta" adds 3557f442a1 Remove obsolete and unused inf_ptrace_target::auxv_parse adds 49c16254b4 Commit: Running the linker testsuite with clang adds 0fe0f2d621 [PATCH 1/2] coff-go32: update ldscript adds ce1feff0e7 Revert "Fix the test for PR 18963 so that it will work on 16 [...] adds 0203cad215 Fix the test for PR 18963 so that it will work on 16-bit targets. adds e409955ddc [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 41 ++++ bfd/coff-rs6000.c | 3 +- bfd/coff64-rs6000.c | 5 +- bfd/dwarf2.c | 12 +- bfd/elf-bfd.h | 5 +- bfd/elf.c | 8 +- bfd/elf32-m32r.c | 12 +- bfd/elf32-score.c | 13 +- bfd/elf32-score7.c | 11 +- bfd/elf32-sh.c | 13 +- bfd/elf32-spu.c | 15 +- bfd/elf64-hppa.c | 17 +- bfd/elf64-ppc.c | 17 +- bfd/elflink.c | 12 +- bfd/elfxx-mips.c | 30 ++- bfd/peXXigen.c | 20 +- bfd/version.h | 2 +- binutils/ChangeLog | 54 +++++ binutils/debug.c | 2 + binutils/doc/binutils.texi | 6 + binutils/objdump.c | 57 +++-- binutils/readelf.c | 48 ++-- binutils/testsuite/binutils-all/arm/vdup-cond.d | 27 +++ binutils/testsuite/binutils-all/arm/vdup-cond.s | 18 ++ binutils/testsuite/binutils-all/arm/vdup-thumb.d | 13 + binutils/testsuite/binutils-all/arm/vdup-thumb.s | 4 + cpu/ChangeLog | 5 + cpu/bpf.cpu | 29 ++- gas/ChangeLog | 21 ++ gas/config/obj-elf.c | 4 + gas/config/tc-bfin.h | 2 +- gas/testsuite/gas/bpf/bpf.exp | 1 + gas/testsuite/gas/bpf/jump32.d | 31 +++ gas/testsuite/gas/bpf/jump32.s | 25 ++ gas/testsuite/gas/elf/elf.exp | 5 +- gas/testsuite/gas/elf/type-noifunc.e | 2 +- gdb/ChangeLog | 75 ++++++ gdb/completer.c | 18 +- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 20 +- gdb/doc/python.texi | 2 +- gdb/dwarf2/index-write.c | 19 +- gdb/inf-ptrace.c | 36 --- gdb/inf-ptrace.h | 5 - 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 | 38 ++- gdb/windows-tdep.c | 59 +++-- gdbserver/ChangeLog | 9 + gdbserver/win32-low.cc | 10 +- include/ChangeLog | 7 + include/bfdlink.h | 8 +- ld/ChangeLog | 31 +++ ld/emultempl/aix.em | 4 +- ld/emultempl/elf.em | 6 +- ld/lexsup.c | 36 +-- ld/scripttempl/i386go32.sc | 12 + ld/testsuite/config/default.exp | 50 ++++ ld/testsuite/ld-elf/pr22269-1.c | 1 + ld/testsuite/ld-elfvers/vers.exp | 14 +- ld/testsuite/ld-scripts/pr18963.d | 14 +- ld/testsuite/ld-scripts/pr18963.t | 8 +- opcodes/ChangeLog | 13 + opcodes/arm-dis.c | 57 ++++- opcodes/bpf-desc.c | 220 +++++++++++++++++ opcodes/bpf-desc.h | 4 +- opcodes/bpf-opc.c | 264 +++++++++++++++++++++ opcodes/bpf-opc.h | 33 ++- 79 files changed, 1697 insertions(+), 411 deletions(-) create mode 100644 binutils/testsuite/binutils-all/arm/vdup-cond.d create mode 100644 binutils/testsuite/binutils-all/arm/vdup-cond.s create mode 100644 binutils/testsuite/binutils-all/arm/vdup-thumb.d create mode 100644 binutils/testsuite/binutils-all/arm/vdup-thumb.s 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