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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 9ee1941355 Revert "gdbserver: When attaching, add process before lwps" adds 7054e2fff6 Use trad_frame_set_reg_addr for FreeBSD arm signal trampolin [...] adds 75c1c97184 xtensa: gas: don't keep relocations for constants new 9065c2ceff Automatic date update in version.in new c49829c3c3 Skip ld/pr23169 on SPARC. new ad0f979c9d Add a testcase for PR ld/24008 new eeb14ea976 Automatic date update in version.in new b5eba2d8c0 Release the GIL while running a gdb command or expression new 956cc47c56 [PR gdb/23985] Fix libinproctrace.so build new 061e12709b Automatic date update in version.in new 4f4690cd42 Document ld -t behaviour new 3ca4a8eca7 Assorted warning fixes new fc60b8c806 S/390: Implement instruction set extensions new 16bfc2f970 Readline: Cleanup some warnings
The 11 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/version.h | 2 +- gas/ChangeLog | 23 +++ 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/config/tc-xtensa.c | 6 + gas/doc/c-s390.texi | 8 +- gas/testsuite/gas/all/forward.d | 2 +- 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 | 20 +++ gdb/aarch64-fbsd-tdep.c | 87 ++++-------- gdb/arm-fbsd-tdep.c | 63 +++------ 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 +- 39 files changed, 670 insertions(+), 120 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