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-next-defconfig in repository toolchain/ci/binutils-gdb.
from f5f2b743ae Automatic date update in version.in adds f084d33511 gdbserver: When attaching, add process before lwps adds 36c25ffa1a Replace contribution list in CONTRIBUTE file with link adds 2d151af719 Updated Russian and French translations for the gas sub-directory adds 453f8e1e49 Fix GCC9 warning on elf32-arm.c:elf32_arm_final_link_relocate adds 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 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 adds c75eca848b Automatic date update in version.in adds 8b3a46f93c S12Z: GAS: Disallow immediate destination operands adds 1d4d86699f S12Z: GAS: Issue warning if TFR/EXG have identical source an [...] adds 91bae99160 S12Z: GAS: Fix incorrect range test for 16-bit PC relative offsets. adds c6f14c0d2c S12Z: GAS: Allow #_symbol operands as mov source adds 0019baae63 Update binutils/MAINTAINERS for S12Z. adds 9361886ee9 Automatic date update in version.in adds 7355a3c663 Automatic date update in version.in adds b32ba39525 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/elf32-arm.c | 2 +- bfd/version.h | 2 +- binutils/MAINTAINERS | 1 + gas/ChangeLog | 63 + gas/config/tc-alpha.c | 6 +- gas/config/tc-arm.c | 8 +- gas/config/tc-csky.c | 2 +- gas/config/tc-s12z.c | 210 +- gas/config/tc-s390.c | 2 + gas/config/tc-xtensa.c | 6 + gas/doc/c-s390.texi | 8 +- gas/po/fr.po | 5913 ++++++++++--------- gas/po/ru.po | 5922 +++++++++++--------- gas/testsuite/gas/all/forward.d | 2 +- gas/testsuite/gas/s12z/exg.d | 1 + gas/testsuite/gas/s12z/exg.l | 2 + gas/testsuite/gas/s12z/imm-dest.d | 4 + gas/testsuite/gas/s12z/imm-dest.l | 25 + gas/testsuite/gas/s12z/imm-dest.s | 9 + gas/testsuite/gas/s12z/mov-imm-reloc.d | 20 + gas/testsuite/gas/s12z/mov-imm-reloc.s | 5 + gas/testsuite/gas/s12z/pc-rel-bad.d | 9 + gas/testsuite/gas/s12z/pc-rel-bad.l | 3 + gas/testsuite/gas/s12z/pc-rel-bad.s | 8 + gas/testsuite/gas/s12z/pc-rel-good.d | 24 + gas/testsuite/gas/s12z/pc-rel-good.s | 6 + gas/testsuite/gas/s12z/s12z.exp | 5 + 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/CONTRIBUTE | 148 +- gdb/ChangeLog | 24 + 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 +- 59 files changed, 7335 insertions(+), 5821 deletions(-) create mode 100644 gas/testsuite/gas/s12z/exg.l create mode 100644 gas/testsuite/gas/s12z/imm-dest.d create mode 100644 gas/testsuite/gas/s12z/imm-dest.l create mode 100644 gas/testsuite/gas/s12z/imm-dest.s create mode 100644 gas/testsuite/gas/s12z/mov-imm-reloc.d create mode 100644 gas/testsuite/gas/s12z/mov-imm-reloc.s create mode 100644 gas/testsuite/gas/s12z/pc-rel-bad.d create mode 100644 gas/testsuite/gas/s12z/pc-rel-bad.l create mode 100644 gas/testsuite/gas/s12z/pc-rel-bad.s create mode 100644 gas/testsuite/gas/s12z/pc-rel-good.d create mode 100644 gas/testsuite/gas/s12z/pc-rel-good.s 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