This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from c8ed8c8ac3 [gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.exp adds 4d224f4a58 [ARM] Refactor some constants adds dc22c61a16 [ARM] Small refactoring of arm gdbarch initialization adds ecbf5d4f9b [ARM] Refactor pseudo register numbering adds ae66a8f19e [ARM] Add support for M-profile MVE extension adds 255a531196 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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 +++ 10 files changed, 336 insertions(+), 58 deletions(-) create mode 100644 gdb/features/arm/arm-m-profile-mve.c create mode 100644 gdb/features/arm/arm-m-profile-mve.xml