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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 9223170f68 gdb.mi/list-thread-groups-available.exp: read entries one by [...] adds 22cc288441 Automatic date update in version.in adds b7be2d03fb [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp adds ed481f9799 Simplify power of two test adds 779f2ae733 PR25100, Compile fails in elf64-ppc.c because of single equa [...] adds 9a73315161 remove more xmalloc in bfd adds ba18312d8f s390: Fix infcalls passing a single-field struct with static [...] adds 9b142ddb4a m68hc1x: better arg checking for reloc_warning adds 95da600f40 Change iterate_over_breakpoints to take a function_view adds 81e6b8eb20 Make tui-winsource not use breakpoint_chain adds 953cff5630 Change gcc_target_options to return std::string adds 96b49c5ec0 Rename pid -> tid in windows-nat.c adds 55dfc88f7e Use %x when printing the TID adds ae6400219c gdb: Remove use of VEC from dwarf2read.c adds 0dc327459b gdb: Remove vec.{c,h} and update code to not include vec.h adds 791b7405f4 gdb: Update comments that reference VEC or vec.h new 00975ff6eb gdb/gdbserver: Remove reference to vec-ipa.o
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 | 26 + bfd/bfd.c | 2 +- bfd/elf32-arm.c | 5 +- bfd/elf32-m68hc1x.c | 112 ++-- bfd/elf32-nds32.c | 5 +- bfd/elf64-ppc.c | 4 +- bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/config/tc-nds32.c | 12 +- gdb/ChangeLog | 129 ++++ gdb/Makefile.in | 2 - gdb/aarch64-linux-tdep.c | 4 +- gdb/aarch64-tdep.c | 2 - gdb/ada-lang.c | 1 - gdb/ada-lang.h | 1 - gdb/arch-utils.c | 7 +- gdb/arch-utils.h | 2 +- gdb/arm-linux-tdep.c | 4 +- gdb/arm-tdep.c | 2 - gdb/ax.h | 2 - gdb/breakpoint.c | 7 +- gdb/breakpoint.h | 6 +- gdb/charset.c | 1 - gdb/compile/compile.c | 2 +- gdb/cp-support.h | 1 - gdb/dtrace-probe.c | 1 - gdb/dummy-frame.c | 15 +- gdb/dwarf2read.c | 62 +- gdb/dwarf2read.h | 44 +- gdb/extension.h | 1 - gdb/gdb_bfd.c | 1 - gdb/gdbarch.c | 2 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/gdbserver/ChangeLog | 8 + gdb/gdbserver/Makefile.in | 3 - gdb/gdbsupport/gdb_vecs.h | 2 - gdb/gdbsupport/vec.c | 118 ---- gdb/gdbsupport/vec.h | 1150 --------------------------------- gdb/gdbthread.h | 1 - gdb/guile/scm-breakpoint.c | 16 +- gdb/guile/scm-type.c | 1 - gdb/inline-frame.c | 1 - gdb/linespec.c | 5 +- gdb/machoread.c | 1 - gdb/make-target-delegates | 4 +- gdb/memattr.c | 1 - gdb/memrange.c | 4 - gdb/memrange.h | 2 - gdb/namespace.c | 4 +- gdb/namespace.h | 1 - gdb/nat/linux-btrace.h | 1 - gdb/nios2-tdep.c | 4 +- gdb/objc-lang.c | 2 +- gdb/osdata.c | 1 - gdb/parser-defs.h | 1 - gdb/ppc-linux-nat.c | 6 +- gdb/probe.h | 2 +- gdb/progspace.h | 1 - gdb/python/py-breakpoint.c | 15 +- gdb/python/py-finishbreakpoint.c | 18 +- gdb/python/py-type.c | 1 - gdb/record-btrace.c | 1 - gdb/rust-exp.y | 1 - gdb/s390-tdep.c | 25 +- gdb/solib-svr4.c | 10 +- gdb/solib-target.c | 1 - gdb/stap-probe.c | 1 - gdb/target-descriptions.c | 1 - gdb/target-memory.c | 1 - gdb/target.h | 3 +- gdb/testsuite/gdb.ada/mi_task_arg.exp | 8 +- gdb/tui/tui-winsource.c | 11 +- gdb/varobj.c | 8 +- gdb/varobj.h | 3 +- gdb/windows-nat.c | 12 +- gdb/xml-support.h | 1 - 77 files changed, 426 insertions(+), 1518 deletions(-) delete mode 100644 gdb/gdbsupport/vec.c delete mode 100644 gdb/gdbsupport/vec.h