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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 1218a4bf49 gdb: make avr_integer_to_address generate code or data addre [...] adds 043e2e02c0 [gdb/testsuite] Add target board gold-gdb-index adds 68dc60e6a7 ELF: Updated comments for ET_EXEC and ET_DYN adds 6c115e16ca gas: Silence GCC 10 warning on tc-cr16.c adds dcb5d41bef Automatic date update in version.in adds 9fcc34577e tc-cr16.c: Use memmove to concatenate 2 overlapping strings adds c6412eeea9 gas: Silence GCC 10 warning on tc-mcore.c adds 40d22035a7 [gdb/testsuite] Add test-case gold-gdb-index.exp adds a05e3e2039 tc-score.c: Replace overlapping sprintf with memmove adds 9e7cb4c359 Extend the error message displayed when a plugin fails to load. adds e67e940f5d gas: Silence GCC 10 warning on tc-crx.c adds 70b1b570bf gas: Silence GCC 10 warning on tc-v850.c adds c4612b92e3 gas: Silence GCC 10 warning tc-vax.c adds 8bbc5da5ee gas: Silence GCC 10 warning on tc-visium.c new f687f5f563 S/390: z13: Accept vector alignment hints new e3fed0f2fe tc-xgate.c: Replace R_XGATE_PCREL_X with BFD_RELOC_XGATE_PCREL_X new 57b179405a ChangeLog entries for f687f5f563 new 0db49895f3 Use = instead of == for better portability
The 4 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 | 5 +++ bfd/plugin.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 63 +++++++++++++++++++++++++++++++ gas/config/tc-cr16.c | 7 +++- gas/config/tc-crx.c | 6 +-- gas/config/tc-mcore.c | 2 +- gas/config/tc-score.c | 20 ++++++---- gas/config/tc-v850.c | 4 +- gas/config/tc-vax.c | 4 +- gas/config/tc-visium.c | 2 +- gas/config/tc-xgate.c | 8 ++-- gas/testsuite/gas/s390/zarch-z13.d | 12 ++++-- gas/testsuite/gas/s390/zarch-z13.s | 12 ++++-- gdb/testsuite/ChangeLog | 16 ++++++++ gdb/testsuite/Makefile.in | 4 +- gdb/testsuite/boards/gold-gdb-index.exp | 45 ++++++++++++++++++++++ gdb/testsuite/gdb.base/gold-gdb-index-2.c | 23 +++++++++++ gdb/testsuite/gdb.base/gold-gdb-index.c | 29 ++++++++++++++ gdb/testsuite/gdb.base/gold-gdb-index.exp | 48 +++++++++++++++++++++++ gdb/testsuite/gdb.base/gold-gdb-index.h | 25 ++++++++++++ include/ChangeLog | 4 ++ include/elf/common.h | 5 ++- opcodes/ChangeLog | 6 +++ opcodes/s390-opc.txt | 19 ++++------ 25 files changed, 325 insertions(+), 49 deletions(-) create mode 100644 gdb/testsuite/boards/gold-gdb-index.exp create mode 100644 gdb/testsuite/gdb.base/gold-gdb-index-2.c create mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.c create mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.exp create mode 100644 gdb/testsuite/gdb.base/gold-gdb-index.h