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-aarch64-bootstrap_profiled_lto in repository toolchain/ci/binutils-gdb.
from 019a5c6297 gdb/testsuite: use with_cwd where possible adds 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. 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 new dfb138f934 Automatic date update in version.in
The 1 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: bfd/ChangeLog | 4 + bfd/elf.c | 3 + bfd/version.h | 2 +- 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 + 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/ChangeLog | 10 + ld/pe-dll.c | 58 +- ld/testsuite/ld-plugin/lto-3r.d | 2 +- ld/testsuite/ld-plugin/lto-5r.d | 2 +- ld/testsuite/ld-plugin/lto.exp | 4 +- ld/testsuite/ld-x86-64/x86-64.exp | 4 +- opcodes/i386-opc.tbl | 3 +- opcodes/i386-tbl.h | 2 +- 33 files changed, 940 insertions(+), 187 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