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/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/binutils-gdb.
from 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. adds 0743fc83c0 Replace most calls to help_list and cmd_show_list adds 2bed205e44 Fix the build of fork-running-state.c on NetBSD adds 4ddfec930c Fix gdb.base/attach-twice.c build on NetBSD adds 41937b52d8 Automatic date update in version.in adds 18f9735354 bfd_is_const_section thinko adds 08feed99cb Change get_objfile_arch to a method on objfile adds 54975ae91f elf: Don't use .set for alpha target adds dbe23755ac ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC adds 13d43873d8 Automatic date update in version.in adds 45e1f031e8 Restore some windows-tdep.c code adds 2efec98b28 PowerPC64: remove empty .rela.dyn (.rela.branch_lt) adds ceb9bf11b9 readelf memory leaks adds 58ee9a8a46 Automatic date update in version.in adds 8ff66993e0 readelf: segfaults fuzzing multiple object files adds a5e0be5cb2 readelf: segfault at readelf.c:12227 adds 3052c068aa fix typo last commit adds 8a6e1d1d7f [AArch64, Binutils] Make hint space instructions valid for Armv8-a adds c2e5c986b3 [AArch64, Binutils] Add missing TSB instruction adds 23c8270e9d When bfd/pdp11.c was copied from bfd/aoutx.h, the #defines f [...] adds e0c45f3055 Fix compilation error with clang in gdb/testsuite/gdb.base/j [...] adds fa93cc8f35 Fix compilation error with clang in gdb/testsuite/gdb.trace/ [...] adds 2523028544 Fix compilation error with clang in gdb/testsuite/gdb.cp/exc [...] adds aac66a4c0b gdb: fix tabs vs spaces in ChangeLog adds 809730f3ee Fix ChangeLog entry for commit fa93cc8f35dbed69c3c47aa803686 [...] adds ad23bda0db Add myself to gdb/MAINTAINERS adds b5d1d6f7b7 Disable nested function tests for clang adds 9b2c992cfa Use support_nested_function_tests in gdb.base/nested-subp1.e [...] adds 0fa7617d84 Mark move constructors as "noexcept" adds 0ff8f4b9f0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 35 + bfd/bfd-in2.h | 4 +- bfd/dwarf2.c | 12 +- bfd/elf.c | 8 +- bfd/elf64-ppc.c | 19 +- bfd/elfxx-mips.c | 21 +- bfd/pdp11.c | 4 +- bfd/section.c | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 40 + binutils/debug.c | 2 + binutils/doc/binutils.texi | 3 +- binutils/readelf.c | 46 +- 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 | 37 + gas/config/obj-elf.c | 4 + gas/config/tc-aarch64.c | 4 +- gas/config/tc-bfin.h | 2 +- gas/testsuite/gas/aarch64/bti.d | 2 +- gas/testsuite/gas/aarch64/illegal-bti.d | 3 - gas/testsuite/gas/aarch64/illegal-bti.l | 8 - gas/testsuite/gas/aarch64/illegal-ras-1.l | 2 - gas/testsuite/gas/aarch64/illegal-ras-1.s | 2 - gas/testsuite/gas/aarch64/system-2.d | 15 +- gas/testsuite/gas/aarch64/system-2.s | 5 + gas/testsuite/gas/aarch64/system.d | 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 | 386 ++- gdb/MAINTAINERS | 1 + gdb/ada-lang.c | 63 +- gdb/annotate.c | 2 +- gdb/arc-tdep.c | 18 +- gdb/arm-tdep.c | 26 +- gdb/auto-load.c | 15 +- gdb/block.c | 2 +- gdb/breakpoint.c | 30 +- gdb/btrace.c | 79 +- gdb/buildsym.c | 2 +- gdb/cli/cli-cmds.c | 73 +- gdb/cli/cli-decode.c | 52 + gdb/cli/cli-dump.c | 147 +- gdb/cli/cli-style.c | 126 +- gdb/cli/cli-style.h | 2 - gdb/coffread.c | 8 +- gdb/command.h | 14 + gdb/completer.c | 10 +- gdb/completer.h | 2 +- gdb/cp-support.c | 23 +- gdb/ctfread.c | 4 +- gdb/dbxread.c | 6 +- gdb/dcache.c | 24 +- gdb/dtrace-probe.c | 2 +- gdb/dwarf2/frame.c | 2 +- gdb/dwarf2/index-write.c | 21 +- gdb/dwarf2/loc.c | 20 +- gdb/dwarf2/read.c | 87 +- gdb/elfread.c | 10 +- gdb/frame.c | 25 +- gdb/gcore.c | 2 +- gdb/gdbtypes.c | 6 +- gdb/go32-nat.c | 10 +- gdb/guile/guile.c | 51 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 28 +- gdb/ia64-tdep.c | 2 +- gdb/inf-ptrace.c | 36 - gdb/inf-ptrace.h | 5 - gdb/infcmd.c | 14 +- gdb/inferior.c | 2 +- gdb/infrun.c | 2 +- gdb/jit.c | 2 +- gdb/language.c | 25 +- gdb/linespec.c | 2 +- gdb/linux-fork.c | 2 +- gdb/linux-tdep.c | 4 +- gdb/machoread.c | 4 +- gdb/macrocmd.c | 15 +- gdb/maint-test-options.c | 22 +- gdb/maint-test-settings.c | 44 +- gdb/maint.c | 120 +- gdb/mdebugread.c | 8 +- gdb/mi/mi-symbol-cmds.c | 4 +- gdb/minsyms.c | 2 +- gdb/mips-tdep.c | 29 +- gdb/nat/windows-nat.c | 22 +- gdb/nat/windows-nat.h | 7 + gdb/objfiles.c | 10 +- gdb/objfiles.h | 8 +- gdb/obsd-nat.c | 12 +- gdb/printcmd.c | 2 +- gdb/progspace.c | 84 +- gdb/progspace.h | 14 +- gdb/psymtab.c | 10 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-objfile.c | 2 +- gdb/python/py-tui.c | 2 +- gdb/python/py-type.c | 2 +- gdb/python/python.c | 46 +- gdb/ravenscar-thread.c | 30 +- gdb/record-btrace.c | 107 +- gdb/record-full.c | 31 +- gdb/record.c | 29 +- gdb/remote.c | 24 +- gdb/riscv-tdep.c | 64 +- gdb/rs6000-tdep.c | 28 +- gdb/ser-tcp.c | 26 +- gdb/serial.c | 30 +- gdb/sh-tdep.c | 22 +- gdb/source.c | 3 +- gdb/sparc64-tdep.c | 15 +- gdb/stabsread.c | 10 +- gdb/stap-probe.c | 2 +- gdb/symfile.c | 29 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 27 +- gdb/target-descriptions.c | 36 +- gdb/testsuite/ChangeLog | 60 +- gdb/testsuite/gdb.base/attach-twice.c | 9 +- gdb/testsuite/gdb.base/completion.exp | 6 +- gdb/testsuite/gdb.base/default.exp | 32 +- gdb/testsuite/gdb.base/fork-running-state.c | 1 + gdb/testsuite/gdb.base/jit-main.c | 2 +- .../gdb.base/maint-expand-symbols-header-file.exp | 8 +- gdb/testsuite/gdb.base/maint.exp | 6 +- gdb/testsuite/gdb.base/nested-subp1.exp | 5 + gdb/testsuite/gdb.base/nested-subp2.exp | 5 + gdb/testsuite/gdb.base/nested-subp3.exp | 5 + gdb/testsuite/gdb.btrace/cpu.exp | 4 +- gdb/testsuite/gdb.cp/exception.cc | 2 - gdb/testsuite/gdb.cp/maint.exp | 4 +- gdb/testsuite/gdb.dwarf2/gdb-add-index.exp | 40 +- .../gdb.dwarf2/imported-unit-runto-main.exp | 92 + gdb/testsuite/gdb.trace/tspeed.c | 2 +- gdb/testsuite/lib/gdb.exp | 43 + gdb/top.c | 14 - gdb/top.h | 4 - gdb/tui/tui-layout.c | 13 +- gdb/tui/tui-source.c | 2 +- gdb/tui/tui-win.c | 14 +- gdb/tui/tui-winsource.c | 2 +- gdb/typeprint.c | 28 +- gdb/valops.c | 4 +- gdb/valprint.c | 56 +- gdb/value.c | 2 +- gdb/windows-nat.c | 33 +- gdb/windows-tdep.c | 71 +- gdb/xcoffread.c | 4 +- gdbserver/ChangeLog | 9 + gdbserver/win32-low.cc | 10 +- gdbsupport/ChangeLog | 9 + gdbsupport/gdb_ref_ptr.h | 2 +- gdbsupport/scoped_fd.h | 2 +- gdbsupport/scoped_mmap.h | 9 +- ld/ChangeLog | 39 + ld/scripttempl/i386go32.sc | 12 + ld/testsuite/config/default.exp | 50 + ld/testsuite/ld-elf/elf.exp | 1 + ld/testsuite/ld-elf/pr19789.s | 4 + ld/testsuite/ld-elf/pr22269-1.c | 1 + ld/testsuite/ld-elf/warn1.d | 1 - ld/testsuite/ld-elf/warn2.d | 1 - ld/testsuite/ld-elfvers/vers.exp | 14 +- ld/testsuite/ld-powerpc/tlsopt5.d | 12 +- ld/testsuite/ld-powerpc/tlsopt5.s | 4 +- ld/testsuite/ld-powerpc/tlsopt6.d | 12 +- ld/testsuite/ld-scripts/pr18963.d | 14 +- ld/testsuite/ld-scripts/pr18963.t | 8 +- opcodes/ChangeLog | 40 + opcodes/aarch64-asm-2.c | 224 +- opcodes/aarch64-asm.c | 11 + opcodes/aarch64-asm.h | 1 + opcodes/aarch64-dis-2.c | 2520 ++++++++++---------- opcodes/aarch64-dis.c | 10 + opcodes/aarch64-dis.h | 1 + opcodes/aarch64-opc-2.c | 18 +- opcodes/aarch64-opc.c | 3 + opcodes/aarch64-tbl.h | 52 +- 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 +- 191 files changed, 3939 insertions(+), 3219 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 delete mode 100644 gas/testsuite/gas/aarch64/illegal-bti.d delete mode 100644 gas/testsuite/gas/aarch64/illegal-bti.l create mode 100644 gas/testsuite/gas/bpf/jump32.d create mode 100644 gas/testsuite/gas/bpf/jump32.s create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-runto-main.exp