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 62d8e3b731 libctf: eschew %zi format specifier adds 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 new 3847a7bfbf Add timestamps to "maint time" output new 8d01b5310e gas: Correct ChangeLog for commit 5d79adc4b22b0abd new dd455cf51d gas: Add .enqcmd and noenqcmd directives
The 3 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 | 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 | 41 ++++++++++----- gas/config/tc-i386.c | 3 ++ gas/doc/c-i386.texi | 1 + gas/testsuite/gas/i386/disassem.d | 5 +- gas/testsuite/gas/i386/disassem.s | 2 + gas/testsuite/gas/i386/x86-64-disassem.d | 5 +- gas/testsuite/gas/i386/x86-64-disassem.s | 2 + gdb/ChangeLog | 9 ++++ gdb/maint.c | 25 ++++++++++ gdb/maint.h | 7 +-- gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.base/maint.exp | 7 ++- 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 ++++++++ opcodes/ChangeLog | 19 +++++++ opcodes/i386-dis-evex.h | 72 ++++++++++++++++++++++++--- opcodes/i386-dis.c | 10 +++- 39 files changed, 319 insertions(+), 71 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