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 05c966f3c9 [opcodes][arm] Remove bogus entry added by accident in former patch new d5722aa2fe Introduce gdb::byte_vector, add allocator that default-initializes
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: gdb/ChangeLog | 28 ++++++++++++ gdb/ada-lang.c | 16 +++---- gdb/charset.c | 2 +- gdb/charset.h | 4 +- gdb/cli/cli-dump.c | 16 +++---- gdb/common/byte-vector.h | 62 ++++++++++++++++++++++++++ gdb/common/{preprocessor.h => def-vector.h} | 25 ++++++----- gdb/common/default-init-alloc.h | 67 +++++++++++++++++++++++++++++ gdb/dwarf2loc.c | 7 +-- gdb/dwarf2read.c | 3 +- gdb/gdb_regex.c | 7 +-- gdb/mi/mi-main.c | 5 ++- gdb/printcmd.c | 3 +- gdb/valprint.c | 5 ++- 14 files changed, 209 insertions(+), 41 deletions(-) create mode 100644 gdb/common/byte-vector.h copy gdb/common/{preprocessor.h => def-vector.h} (57%) create mode 100644 gdb/common/default-init-alloc.h