This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gdb.
from 60adf22c14 [gdb/tdep] Fix gdb.base/large-frame.exp for aarch64 adds 3c71833c67 [gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.exp adds 367dda8596 [gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.S new 0655397b57 Use bool in gdbarch new b987c79ac1 Use new and delete for gdbarch new 8b15404301 Allow registry to refer to const types new cb275538db 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/testsuite/gdb.base/watchpoint-unaligned.exp | 8 +- gdb/testsuite/gdb.dwarf2/fission-loclists.S | 14 - gdb/user-regs.c | 44 +-- gdb/windows-tdep.c | 25 +- 44 files changed, 760 insertions(+), 1094 deletions(-)