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 in repository toolchain/ci/binutils-gdb.
from 639d467b08 Fix potential buffer overruns when creating DLLs. adds 36b124126b x86: VFPCLASSSH is Evex.LLIG new 41b96eef5f gdb/testsuite: fix FAIL in gdb.base/clear_non_user_bp.exp new fcaa1071d7 gdb/arm: Fix prologue analysis to support vpush new 9074667a85 gdb/arm: Define MSP and PSP registers for M-Profile new 0824193fd3 gdb/arm: Introduce arm_cache_init new ae7e2f45aa gdb/arm: Add support for multiple stack pointers on Cortex-M new ef27337758 gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, a [...]
The 6 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: 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 +- opcodes/i386-opc.tbl | 3 +- opcodes/i386-tbl.h | 2 +- 19 files changed, 772 insertions(+), 125 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