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 41b96eef5f1 gdb/testsuite: fix FAIL in gdb.base/clear_non_user_bp.exp new fcaa1071d79 gdb/arm: Fix prologue analysis to support vpush new 9074667a858 gdb/arm: Define MSP and PSP registers for M-Profile new 0824193fd31 gdb/arm: Introduce arm_cache_init new ae7e2f45aa4 gdb/arm: Add support for multiple stack pointers on Cortex-M new ef273377587 gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, [...]
The 5 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/NEWS | 5 + gdb/arch/arm.c | 6 + gdb/arch/arm.h | 1 + gdb/arm-tdep.c | 685 ++++++++++++++++++--- gdb/arm-tdep.h | 10 + gdb/doc/gdb.texinfo | 10 + gdb/features/Makefile | 1 + gdb/features/arm/arm-m-system.c | 15 + .../{aarch64-pauth.xml => arm/arm-m-system.xml} | 9 +- gdb/features/arm/arm-secext.c | 17 + gdb/features/arm/arm-secext.xml | 15 + 11 files changed, 670 insertions(+), 104 deletions(-) create mode 100644 gdb/features/arm/arm-m-system.c copy gdb/features/{aarch64-pauth.xml => arm/arm-m-system.xml} (58%) create mode 100644 gdb/features/arm/arm-secext.c create mode 100644 gdb/features/arm/arm-secext.xml