This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from ae6400219c gdb: Remove use of VEC from dwarf2read.c new 0dc327459b gdb: Remove vec.{c,h} and update code to not include vec.h new 791b7405f4 gdb: Update comments that reference VEC or vec.h
The 2 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: gdb/ChangeLog | 54 +++ gdb/Makefile.in | 2 - gdb/aarch64-tdep.c | 2 - gdb/ada-lang.c | 1 - gdb/ada-lang.h | 1 - gdb/arm-tdep.c | 2 - gdb/ax.h | 2 - gdb/breakpoint.h | 1 - gdb/charset.c | 1 - gdb/cp-support.h | 1 - gdb/dtrace-probe.c | 1 - gdb/dwarf2read.c | 1 - gdb/extension.h | 1 - gdb/gdb_bfd.c | 1 - gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/Makefile.in | 2 - gdb/gdbsupport/gdb_vecs.h | 2 - gdb/gdbsupport/vec.c | 118 ----- gdb/gdbsupport/vec.h | 1150 --------------------------------------------- gdb/gdbthread.h | 1 - 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/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-type.c | 1 - gdb/record-btrace.c | 1 - gdb/rust-exp.y | 1 - 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/varobj.c | 8 +- gdb/varobj.h | 3 +- gdb/xml-support.h | 1 - 48 files changed, 74 insertions(+), 1334 deletions(-) delete mode 100644 gdb/gdbsupport/vec.c delete mode 100644 gdb/gdbsupport/vec.h