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 9392ebb3bbe Remove obsolete declaration new 5e33d5f4e1a gdb: add type::num_fields / type::set_num_fields new 1f704f761b3 gdb: remove TYPE_NFIELDS macro new 3cabb6b0694 gdb: add type::fields / type::set_fields new 80fc5e77f07 gdb: remove TYPE_FIELDS macro
The 4 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 | 25 +++++++ gdb/aarch64-tdep.c | 4 +- gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 109 ++++++++++++++------------- gdb/ada-typeprint.c | 18 ++--- gdb/ada-valprint.c | 6 +- gdb/ada-varobj.c | 4 +- gdb/amd64-tdep.c | 6 +- gdb/arm-tdep.c | 6 +- gdb/ax-gdb.c | 6 +- gdb/buildsym.c | 9 ++- gdb/c-lang.c | 2 +- gdb/c-typeprint.c | 24 +++--- gdb/c-varobj.c | 6 +- gdb/coffread.c | 36 +++++---- gdb/compile/compile-c-symbols.c | 2 +- gdb/compile/compile-c-types.c | 10 +-- gdb/compile/compile-cplus-types.c | 8 +- gdb/compile/compile-object-load.c | 8 +- gdb/compile/compile-object-run.c | 10 +-- gdb/completer.c | 2 +- gdb/cp-valprint.c | 4 +- gdb/ctfread.c | 12 +-- gdb/d-valprint.c | 2 +- gdb/dwarf2/read.c | 89 +++++++++++----------- gdb/eval.c | 14 ++-- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 2 +- gdb/gdbtypes.c | 153 +++++++++++++++++++------------------- gdb/gdbtypes.h | 37 +++++++-- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 14 ++-- gdb/go-lang.c | 4 +- gdb/guile/scm-type.c | 14 ++-- 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 | 8 +- gdb/iq2000-tdep.c | 4 +- gdb/m2-typeprint.c | 16 ++-- gdb/m2-valprint.c | 4 +- gdb/m32c-tdep.c | 2 +- gdb/m68k-tdep.c | 2 +- gdb/mdebugread.c | 28 +++---- gdb/mips-tdep.c | 34 ++++----- gdb/mn10300-tdep.c | 4 +- gdb/nds32-tdep.c | 4 +- gdb/or1k-tdep.c | 2 +- gdb/p-lang.c | 4 +- gdb/p-typeprint.c | 8 +- gdb/p-valprint.c | 2 +- gdb/ppc-sysv-tdep.c | 6 +- gdb/python/py-type.c | 8 +- gdb/riscv-tdep.c | 8 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 52 ++++++------- gdb/rx-tdep.c | 4 +- gdb/s390-tdep.c | 6 +- gdb/score-tdep.c | 2 +- gdb/sh-tdep.c | 10 +-- gdb/sparc64-tdep.c | 8 +- gdb/stabsread.c | 37 ++++----- gdb/symtab.c | 4 +- gdb/tic6x-tdep.c | 2 +- gdb/typeprint.c | 2 +- gdb/v850-tdep.c | 8 +- gdb/valops.c | 26 +++---- gdb/valprint.c | 4 +- gdb/windows-tdep.c | 6 +- 70 files changed, 523 insertions(+), 462 deletions(-)