This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 54ee425275 Avoid use-after-free in DWARF debug names code adds 390b205f45 Automatic date update in version.in adds 8941884429 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY adds 83adff695c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions adds 01c1ee4a70 [AArch64] Allow MOVPRFX to be used with FMOV adds bb32413ff7 Ensure that debug information is retained for ARMv8-M securi [...] adds 4d83e8d97e PR ld/24709 [arm] linker crash and assertion failure with CMSE adds 163b2c58bd This patch fixes a bug in the AArch64 assembler where an inc [...] adds 125f83f66c Fix a bug recently introduced to the linker where it would c [...] adds 854f60884c Move generic_load declaration to symfile.h new 1faa385ff6 Stop the BFD library from issuing a warning message when pro [...]
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 | 28 ++++++ bfd/compress.c | 3 + bfd/elf-bfd.h | 2 + bfd/elf.c | 37 +++++++- bfd/elf32-arm.c | 44 ++++++++- bfd/version.h | 2 +- gas/ChangeLog | 27 ++++++ gas/config/tc-aarch64.c | 9 ++ gas/testsuite/gas/aarch64/diagnostic.l | 1 + gas/testsuite/gas/aarch64/diagnostic.s | 1 + gas/testsuite/gas/aarch64/illegal.l | 6 +- gas/testsuite/gas/aarch64/illegal.s | 5 + gas/testsuite/gas/aarch64/sve-movprfx_25.d | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_25.l | 1 - gas/testsuite/gas/aarch64/sve-movprfx_25.s | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_26.d | 40 ++++++++ gas/testsuite/gas/aarch64/sve-movprfx_26.l | 12 ++- gas/testsuite/gas/aarch64/sve-movprfx_26.s | 28 ++++-- gas/testsuite/gas/aarch64/sve-movprfx_27.d | 14 +++ gas/testsuite/gas/aarch64/sve-movprfx_27.s | 11 +++ gdb/ChangeLog | 7 ++ gdb/defs.h | 3 - gdb/symfile.c | 2 + gdb/symfile.h | 6 ++ ld/ChangeLog | 13 +++ ld/emultempl/aarch64elf.em | 2 +- ld/testsuite/ld-arm/arm-elf.exp | 6 ++ ld/testsuite/ld-arm/cmse_main.s | 21 +++++ ld/testsuite/ld-arm/cmse_main_sec_debug.d | 29 ++++++ ld/testsuite/ld-arm/cmse_sec_debug.s | 142 +++++++++++++++++++++++++++++ opcodes/ChangeLog | 15 +++ opcodes/aarch64-opc.c | 5 - opcodes/aarch64-tbl.h | 58 ++++++------ 33 files changed, 532 insertions(+), 52 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.d create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.s create mode 100644 ld/testsuite/ld-arm/cmse_main.s create mode 100644 ld/testsuite/ld-arm/cmse_main_sec_debug.d create mode 100644 ld/testsuite/ld-arm/cmse_sec_debug.s