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-aarch64 in repository toolchain/ci/gdb.
from 16538271c8 Revert pr29072 lto test changes adds 639d467b08 Fix potential buffer overruns when creating DLLs. adds 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.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/elf.c | 3 + gas/testsuite/gas/i386/evex-lig.s | 12 + gas/testsuite/gas/i386/evex-lig256-intel.d | 10 + gas/testsuite/gas/i386/evex-lig256.d | 10 + gas/testsuite/gas/i386/evex-lig512-intel.d | 10 + gas/testsuite/gas/i386/evex-lig512.d | 10 + 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 +- ld/ChangeLog | 10 + ld/pe-dll.c | 58 +- opcodes/i386-opc.tbl | 3 +- opcodes/i386-tbl.h | 2 +- 23 files changed, 832 insertions(+), 140 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