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-aarch64-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 00975ff6eb gdb/gdbserver: Remove reference to vec-ipa.o adds d9f06fca19 Automatic date update in version.in adds 8ef6decbc1 qsort: tc-xtensa.c tidy adds dfde93ab8c genscripts comment tidy new 12234dfd5f Fix potential illegal memory access when disassembling corru [...]
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/elf32-m68hc1x.c | 41 +- bfd/version.h | 2 +- gas/ChangeLog | 7 + gas/config/tc-xtensa.c | 48 +- gdb/ChangeLog | 124 ++++ 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 | 4 +- 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/tui/tui-winsource.c | 11 +- gdb/varobj.c | 8 +- gdb/varobj.h | 3 +- gdb/windows-nat.c | 12 +- gdb/xml-support.h | 1 - ld/ChangeLog | 8 + ld/genscripts.sh | 95 ++-- opcodes/ChangeLog | 10 + opcodes/rx-dis.c | 97 +++- 76 files changed, 485 insertions(+), 1565 deletions(-) delete mode 100644 gdb/gdbsupport/vec.c delete mode 100644 gdb/gdbsupport/vec.h