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 367dda85965 [gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-lo [...] new 0655397b573 Use bool in gdbarch new b987c79ac13 Use new and delete for gdbarch new 8b154043010 Allow registry to refer to const types new cb275538dbd Use registry in gdbarch
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/arch-utils.c | 124 +------------- gdb/bsd-uthread.c | 37 ++-- gdb/d-lang.c | 21 ++- gdb/d-lang.h | 48 +++--- gdb/dwarf2/expr.c | 32 +--- gdb/dwarf2/frame.c | 58 +++---- gdb/f-lang.c | 18 +- gdb/f-lang.h | 32 ++-- gdb/fbsd-tdep.c | 25 +-- gdb/frame-base.c | 38 ++-- gdb/frame-unwind.c | 39 ++--- gdb/gdbarch.c | 428 +++++++++++++++++++++++----------------------- gdb/gdbarch.h | 34 +--- gdb/gdbarch.py | 30 ++-- gdb/gdbtypes.c | 29 ++-- gdb/gdbtypes.h | 94 +++++----- gdb/gnu-v3-abi.c | 42 +++-- gdb/go-lang.c | 21 ++- gdb/go-lang.h | 36 ++-- gdb/guile/scm-arch.c | 45 ++--- gdb/guile/scm-symbol.c | 34 ++-- gdb/ia64-libunwind-tdep.c | 23 +-- gdb/ia64-libunwind-tdep.h | 10 +- gdb/jit.c | 37 ++-- gdb/language.c | 39 ++--- gdb/linux-tdep.c | 22 +-- gdb/m2-lang.c | 24 ++- gdb/m2-lang.h | 10 +- gdb/netbsd-tdep.c | 25 +-- gdb/python/py-arch.c | 24 ++- gdb/python/py-registers.c | 31 +--- gdb/python/py-unwind.c | 18 +- gdb/regcache.c | 36 ++-- gdb/reggroups.c | 54 +++--- gdb/registry.h | 2 +- gdb/remote.c | 31 ++-- gdb/rs6000-tdep.c | 2 +- gdb/solib-svr4.c | 32 ++-- gdb/solib.c | 26 +-- gdb/target-descriptions.c | 52 +++--- gdb/user-regs.c | 44 ++--- gdb/windows-tdep.c | 25 +-- 42 files changed, 755 insertions(+), 1077 deletions(-)