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-defconfig in repository toolchain/ci/binutils-gdb.
from 75c1c97184 xtensa: gas: don't keep relocations for constants adds 9065c2ceff Automatic date update in version.in adds c49829c3c3 Skip ld/pr23169 on SPARC. adds ad0f979c9d Add a testcase for PR ld/24008 adds eeb14ea976 Automatic date update in version.in adds b5eba2d8c0 Release the GIL while running a gdb command or expression adds 956cc47c56 [PR gdb/23985] Fix libinproctrace.so build adds 061e12709b Automatic date update in version.in adds 4f4690cd42 Document ld -t behaviour adds 3ca4a8eca7 Assorted warning fixes adds fc60b8c806 S/390: Implement instruction set extensions adds 16bfc2f970 Readline: Cleanup some warnings
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 17 +++ gas/config/tc-alpha.c | 6 +- gas/config/tc-arm.c | 8 +- gas/config/tc-csky.c | 2 +- gas/config/tc-s390.c | 2 + gas/doc/c-s390.texi | 8 +- gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-arch13.d | 156 +++++++++++++++++++++ gas/testsuite/gas/s390/zarch-arch13.s | 150 ++++++++++++++++++++ gas/testsuite/gas/s390/zarch-z13.d | 8 +- gdb/ChangeLog | 7 + gdb/gdbserver/ChangeLog | 6 + gdb/gdbserver/Makefile.in | 6 + gdb/python/python-internal.h | 25 ++++ gdb/python/python.c | 3 + include/ChangeLog | 5 + include/opcode/s390.h | 1 + ld/ChangeLog | 18 +++ ld/NEWS | 6 + ld/ld.texi | 6 +- ld/testsuite/ld-ifunc/ifunc.exp | 4 +- ld/testsuite/ld-scripts/defined.exp | 1 + ld/testsuite/ld-scripts/pr24008.d | 8 ++ ld/testsuite/ld-scripts/pr24008.map | 7 + .../{ld-undefined/dummy.s => ld-scripts/pr24008.s} | 0 ld/testsuite/ld-scripts/pr24008.t | 8 ++ opcodes/ChangeLog | 7 + opcodes/s390-mkopc.c | 2 + opcodes/s390-opc.c | 4 + opcodes/s390-opc.txt | 104 ++++++++++++++ readline/ChangeLog.gdb | 6 + readline/config.h.in | 10 ++ readline/histfile.c | 3 +- readline/util.c | 6 +- 35 files changed, 591 insertions(+), 22 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-arch13.d create mode 100644 gas/testsuite/gas/s390/zarch-arch13.s create mode 100644 ld/testsuite/ld-scripts/pr24008.d create mode 100644 ld/testsuite/ld-scripts/pr24008.map copy ld/testsuite/{ld-undefined/dummy.s => ld-scripts/pr24008.s} (100%) create mode 100644 ld/testsuite/ld-scripts/pr24008.t