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-aarch64-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 0088ba596b gdb/testsuite: Improve comments in recently added test adds 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 new 8bf6d176b0 [LD, AArch64] Move ELF options behind -z new 237df8fe18 [BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue
The 2 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 | 9 ++++ 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 + 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 ++++++++ libctf/ChangeLog | 6 +++ libctf/ctf-archive.c | 7 +-- libctf/ctf-create.c | 7 +-- opcodes/ChangeLog | 19 +++++++ opcodes/i386-dis-evex.h | 72 ++++++++++++++++++++++++--- opcodes/i386-dis.c | 10 +++- 35 files changed, 262 insertions(+), 60 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