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 26417f19193 [PATCH] arm: Add DFB instruction for ARMv8-R new 262abc0d67a gdb: add type::index_type / type::set_index_type new 3d967001ecd gdb: remove TYPE_INDEX_TYPE macro new 5d14b6e5d65 gdb: add field::type / field::set_type new b6cdac4b80c gdb: remove FIELD_TYPE macro new 940da03e32c gdb: remove TYPE_FIELD_TYPE macro
The 5 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 | 31 ++++++++ gdb/aarch64-tdep.c | 2 +- gdb/ada-exp.y | 4 +- gdb/ada-lang.c | 146 ++++++++++++++++++-------------------- gdb/ada-tasks.c | 4 +- gdb/ada-typeprint.c | 20 +++--- gdb/ada-valprint.c | 12 ++-- gdb/ada-varobj.c | 8 +-- gdb/amd64-tdep.c | 4 +- gdb/arm-tdep.c | 6 +- gdb/ax-gdb.c | 6 +- gdb/buildsym.c | 2 +- gdb/c-lang.c | 6 +- gdb/c-typeprint.c | 22 +++--- gdb/c-valprint.c | 2 +- gdb/c-varobj.c | 20 +++--- gdb/coffread.c | 8 +-- gdb/compile/compile-c-symbols.c | 4 +- gdb/compile/compile-c-types.c | 8 +-- gdb/compile/compile-cplus-types.c | 8 +-- gdb/compile/compile-object-load.c | 6 +- gdb/compile/compile-object-run.c | 4 +- gdb/completer.c | 4 +- gdb/cp-valprint.c | 10 +-- gdb/ctfread.c | 8 +-- gdb/d-valprint.c | 4 +- gdb/dwarf2/read.c | 57 +++++++-------- gdb/eval.c | 21 +++--- gdb/f-typeprint.c | 6 +- gdb/f-valprint.c | 4 +- gdb/gdbtypes.c | 86 +++++++++++----------- gdb/gdbtypes.h | 37 +++++++--- gdb/gnu-v2-abi.c | 4 +- gdb/gnu-v3-abi.c | 38 +++++----- gdb/go-lang.c | 4 +- gdb/go-valprint.c | 2 +- gdb/guile/scm-type.c | 8 +-- gdb/i386-darwin-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/i386-windows-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/infcall.c | 2 +- gdb/iq2000-tdep.c | 2 +- gdb/m2-lang.c | 4 +- gdb/m2-typeprint.c | 34 ++++----- gdb/m2-valprint.c | 17 +++-- gdb/m68k-tdep.c | 2 +- gdb/mdebugread.c | 8 +-- gdb/mips-tdep.c | 28 ++++---- gdb/mn10300-tdep.c | 4 +- gdb/nds32-tdep.c | 2 +- gdb/p-exp.y | 5 +- gdb/p-lang.c | 8 +-- gdb/p-typeprint.c | 6 +- gdb/p-valprint.c | 14 ++-- gdb/ppc-sysv-tdep.c | 4 +- gdb/python/py-type.c | 8 +-- gdb/riscv-tdep.c | 12 ++-- gdb/rust-lang.c | 20 +++--- gdb/rx-tdep.c | 2 +- gdb/s390-tdep.c | 2 +- gdb/score-tdep.c | 2 +- gdb/sh-tdep.c | 6 +- gdb/sparc64-tdep.c | 8 +-- gdb/stabsread.c | 16 ++--- gdb/type-stack.c | 2 +- gdb/typeprint.c | 2 +- gdb/v850-tdep.c | 12 ++-- gdb/valarith.c | 4 +- gdb/valops.c | 31 ++++---- gdb/valprint.c | 4 +- gdb/value.c | 12 ++-- 72 files changed, 480 insertions(+), 443 deletions(-)