This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/morello-binutils-gdb-master in repository binutils-gdb.
from 862dbfa125c aarch64: Fix scbnds validation new ce451150a48 New --enable-threading configure option to control use of t [...] new 01ae9258509 Handle bitfield instructions in the prologue new 3f6d78d9844 Handle C regset write warnings better in GDBServer new 3904c2a5518 Workaround GDBserver register cache management new 006af8691a7 Fix segfault when creating builtin types new a8acc70c5e5 Introduce capability pseudo registers
The 6 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/aarch64-tdep.c | 155 ++++++++++++++++++++++++++++++++++++++++- gdb/aarch64-tdep.h | 9 +++ gdb/configure | 24 ++++++- gdb/gdbtypes.c | 5 +- gdbserver/configure | 24 ++++++- gdbserver/linux-aarch64-low.cc | 108 ++++++++++++++++++---------- gdbserver/linux-low.cc | 21 ++++++ gdbserver/linux-low.h | 9 ++- gdbserver/regcache.cc | 7 ++ gdbsupport/common.m4 | 22 +++++- gdbsupport/configure | 24 ++++++- 11 files changed, 363 insertions(+), 45 deletions(-)