This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from eb51a3cd82 Automatic date update in version.in adds 1dbc40b9d7 Remove duplicate skip_python_tests invocation adds e044973b0c Control gas enable-checking default by bfd/development.sh adds 6a84624340 PR24008, Wrong value of ternary expression in map file adds 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 new c75eca848b Automatic date update in version.in
The 1 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/elf32-arm.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 34 + 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/configure | 7 +- gas/configure.ac | 7 +- 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/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 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 3 - include/ChangeLog | 5 + include/opcode/s390.h | 1 + ld/ChangeLog | 30 + ld/NEWS | 6 + ld/ld.texi | 6 +- ld/ldexp.c | 84 +- ld/ldexp.h | 4 +- ld/ldlang.c | 9 +- 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 +- 51 files changed, 7122 insertions(+), 5804 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