This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 30e1820d02 Automatic date update in version.in adds 9a7543e1c7 Automatic date update in version.in adds e07bdcfb0e Automatic date update in version.in adds 67fcb693d7 Automatic date update in version.in adds 88cd931f4b Automatic date update in version.in adds 8127c1fbe9 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY adds 989c1bd31c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions adds 0c1d55b839 [AArch64] Allow MOVPRFX to be used with FMOV adds cd40594f59 Ensure that debug information for ARM security functions is [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 ++ bfd/elf32-arm.c | 18 ++++ bfd/version.h | 2 +- gas/ChangeLog | 19 ++++ 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 +++ ld/ChangeLog | 7 ++ 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 ++++++------ 20 files changed, 393 insertions(+), 45 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