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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 12efd68d15 i386: Check vector length for EVEX vextractfXX and vinsertfXX adds 811731b21b Automatic date update in version.in adds 8bf6d176b0 [LD, AArch64] Move ELF options behind -z adds 237df8fe18 [BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue adds 3847a7bfbf Add timestamps to "maint time" output adds 8d01b5310e gas: Correct ChangeLog for commit 5d79adc4b22b0abd adds dd455cf51d gas: Add .enqcmd and noenqcmd directives adds 1a3da2cd61 Add thread-exit annotation. adds 4fa0265ede Apply substitute-path to relative filenames as well
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 +++++++++++ bfd/bfd-in.h | 2 +- bfd/bfd-in2.h | 2 +- bfd/elfnn-aarch64.c | 4 ++-- bfd/elfxx-aarch64.c | 10 ++++++++- bfd/version.h | 2 +- gas/ChangeLog | 32 +++++++++++++++++---------- gas/config/tc-i386.c | 3 +++ gas/doc/c-i386.texi | 1 + gdb/ChangeLog | 19 ++++++++++++++++ gdb/NEWS | 2 ++ gdb/annotate.c | 14 ++++++++++++ gdb/doc/ChangeLog | 5 +++++ gdb/doc/annotate.texinfo | 7 ++++++ gdb/maint.c | 25 +++++++++++++++++++++ gdb/maint.h | 7 +++--- gdb/source.c | 13 ++++------- gdb/testsuite/ChangeLog | 9 ++++++++ gdb/testsuite/gdb.base/annota1.exp | 12 +++++++++- gdb/testsuite/gdb.base/maint.exp | 7 ++++-- gdb/testsuite/gdb.base/watch_thread_num.c | 25 ++++++++++++++++----- gdb/testsuite/gdb.cp/annota2.exp | 2 ++ ld/ChangeLog | 28 +++++++++++++++++++++++ ld/NEWS | 4 ++-- ld/emultempl/aarch64elf.em | 28 +++++++++++------------ ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 ++ ld/testsuite/ld-aarch64/bti-pac-plt-1.d | 2 +- ld/testsuite/ld-aarch64/bti-pac-plt-2.d | 2 +- ld/testsuite/ld-aarch64/bti-plt-1.d | 4 ++-- ld/testsuite/ld-aarch64/bti-plt-2.d | 4 ++-- ld/testsuite/ld-aarch64/bti-plt-3.d | 4 ++-- ld/testsuite/ld-aarch64/bti-plt-4.d | 4 ++-- ld/testsuite/ld-aarch64/bti-plt-6.d | 4 ++-- ld/testsuite/ld-aarch64/bti-plt-7.d | 6 ++--- ld/testsuite/ld-aarch64/bti-warn.d | 6 ++--- ld/testsuite/ld-aarch64/pac-plt-1.d | 2 +- ld/testsuite/ld-aarch64/pac-plt-2.d | 2 +- ld/testsuite/ld-aarch64/property-bti-pac4-a.d | 11 +++++++++ ld/testsuite/ld-aarch64/property-bti-pac4-b.d | 11 +++++++++ ld/testsuite/ld-aarch64/property-bti-pac4.s | 21 ++++++++++++++++++ 40 files changed, 285 insertions(+), 76 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/property-bti-pac4-a.d create mode 100644 ld/testsuite/ld-aarch64/property-bti-pac4-b.d create mode 100644 ld/testsuite/ld-aarch64/property-bti-pac4.s