This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.2-branch in repository binutils-gdb.
from e817b4116d Automatic date update in version.in new d29c8c214c Rename size in get_core_register_section new bf0f22c10f Split size in regset section iterators new fb20254d1a Detect SVE when reading aarch64 core files new fec2cf3421 Parse SVE registers in aarch64 core file reading/writing
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 | 87 +++++++++++++++++++ gdb/aarch64-fbsd-tdep.c | 8 +- gdb/aarch64-linux-tdep.c | 215 +++++++++++++++++++++++++++++++++++++++++++++-- gdb/alpha-linux-tdep.c | 4 +- gdb/alpha-nbsd-tdep.c | 6 +- gdb/amd64-fbsd-tdep.c | 8 +- gdb/amd64-linux-tdep.c | 6 +- gdb/arm-bsd-tdep.c | 6 +- gdb/arm-fbsd-tdep.c | 7 +- gdb/arm-linux-tdep.c | 11 +-- gdb/corelow.c | 18 ++-- gdb/fbsd-tdep.c | 10 +-- gdb/frv-linux-tdep.c | 8 +- gdb/gdbarch.h | 12 +-- gdb/gdbarch.sh | 12 +-- gdb/hppa-linux-tdep.c | 6 +- gdb/hppa-nbsd-tdep.c | 3 +- gdb/hppa-obsd-tdep.c | 6 +- gdb/i386-fbsd-tdep.c | 11 ++- gdb/i386-linux-tdep.c | 9 +- gdb/i386-tdep.c | 6 +- gdb/ia64-linux-tdep.c | 6 +- gdb/linux-tdep.c | 15 ++-- gdb/m32r-linux-tdep.c | 3 +- gdb/m68k-bsd-tdep.c | 6 +- gdb/m68k-linux-tdep.c | 6 +- gdb/mips-fbsd-tdep.c | 8 +- gdb/mips-linux-tdep.c | 14 +-- gdb/mips-nbsd-tdep.c | 8 +- gdb/mips64-obsd-tdep.c | 3 +- gdb/mn10300-linux-tdep.c | 8 +- gdb/nios2-linux-tdep.c | 3 +- gdb/ppc-fbsd-tdep.c | 6 +- gdb/ppc-linux-tdep.c | 12 +-- gdb/ppc-nbsd-tdep.c | 4 +- gdb/ppc-obsd-tdep.c | 2 +- gdb/regcache.h | 12 +++ gdb/rs6000-aix-tdep.c | 4 +- gdb/s390-linux-tdep.c | 23 ++--- gdb/score-tdep.c | 4 +- gdb/sh-tdep.c | 6 +- gdb/sparc-tdep.c | 6 +- gdb/tilegx-linux-tdep.c | 4 +- gdb/vax-tdep.c | 2 +- gdb/xtensa-tdep.c | 4 +- 45 files changed, 488 insertions(+), 140 deletions(-)