This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gdb.
from 36b124126b x86: VFPCLASSSH is Evex.LLIG adds 41b96eef5f gdb/testsuite: fix FAIL in gdb.base/clear_non_user_bp.exp adds fcaa1071d7 gdb/arm: Fix prologue analysis to support vpush adds 9074667a85 gdb/arm: Define MSP and PSP registers for M-Profile adds 0824193fd3 gdb/arm: Introduce arm_cache_init adds ae7e2f45aa gdb/arm: Add support for multiple stack pointers on Cortex-M adds ef27337758 gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, a [...] adds 8e6afe4013 Create pseudo sections for NT_ARM_TLS notes on FreeBSD. adds 801eb70f9a Fix gdbserver build for x86-64 Windows adds 5b758627a1 Make gdb.base/parse_number.exp test all architectures adds 0d29b1a462 x86: Disable 2 tests with large memory requirement
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/elf.c | 3 + gas/testsuite/gas/i386/i386.exp | 3 +- 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 + gdb/testsuite/gdb.base/clear_non_user_bp.exp | 66 +- gdb/testsuite/gdb.base/parse_number.exp | 74 ++- gdbserver/win32-i386-low.cc | 20 +- gdbserver/win32-low.cc | 41 +- gdbserver/win32-low.h | 3 + ld/testsuite/ld-x86-64/x86-64.exp | 4 +- 20 files changed, 828 insertions(+), 164 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