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 c8ed8c8ac38 [gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.exp new 4d224f4a589 [ARM] Refactor some constants new dc22c61a160 [ARM] Small refactoring of arm gdbarch initialization new ecbf5d4f9b7 [ARM] Refactor pseudo register numbering new ae66a8f19ef [ARM] Add support for M-profile MVE extension
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/NEWS | 4 + gdb/arch/arm.c | 7 + gdb/arch/arm.h | 17 +- gdb/arm-tdep.c | 293 +++++++++++++++++++++++++++------ gdb/arm-tdep.h | 20 ++- gdb/doc/gdb.texinfo | 11 ++ gdb/features/Makefile | 1 + gdb/features/arm/arm-m-profile-mve.c | 20 +++ gdb/features/arm/arm-m-profile-mve.xml | 19 +++ 9 files changed, 335 insertions(+), 57 deletions(-) create mode 100644 gdb/features/arm/arm-m-profile-mve.c create mode 100644 gdb/features/arm/arm-m-profile-mve.xml