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-mainline-defconfig in repository toolchain/binutils-gdb.
from 420ecd9ce8 gdb/riscv: Give user-friendly names for CSRs adds 405b61965f S12Z: Handle 16 bit fixups which are constant. adds 2849d19feb S12Z: New 32 bit Reloc. adds f19c7ff839 GDBSERVER: Listen on a unix domain (instead of TCP) socket i [...] adds 6d0f8100c1 GDB: Document the unix::/path/to/socket of remote connection. adds 0a163825df GDB: Fix documentation for invoking GDBSERVER adds 88f5cc8cf8 GDB: Remote target can now accept the form unix::/path/to/socket. adds 51d21d60b3 GDB: New target s12z adds f47998d69f S/390: Support vector alignment hints adds 79b8d3b090 Fix use-after-free in record_btrace_start_replaying adds 35ed81d4f4 Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new ( [...] adds bea556ab08 Fix failing cooked_read selftest for CSKY. adds 20784627bf Automatic date update in version.in adds 4df46df7a4 [gdb/testsuite] Handle removed valgrind option --db-attach adds a76dc3b770 [gdb/testsuite] Rewrite catch-follow-exec.exp using gdb_test adds 8c246a60c0 cmse_scan segfault adds fe1a5cad30 [gdb/testsuite] Log wait status on process no longer exists error adds 0e139b8787 Automatic date update in version.in new 0a640d7196 ELF: Hide symbols defined in discarded input sections
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 | 11 + bfd/elf32-arm.c | 3 +- bfd/elf32-s12z.c | 23 + bfd/elflink.c | 12 +- bfd/version.h | 2 +- binutils/readelf.c | 3 +- gas/ChangeLog | 5 + gas/config/tc-s12z.c | 3 + gas/config/tc-s390.c | 15 + gas/testsuite/gas/s390/zarch-arch12.d | 8 + gas/testsuite/gas/s390/zarch-arch12.s | 8 + gdb/ChangeLog | 19 + gdb/Makefile.in | 1 + gdb/NEWS | 8 + gdb/common/netstuff.c | 8 + gdb/configure.tgt | 5 + gdb/doc/gdb.texinfo | 100 +++- gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/remote-utils.c | 159 ++++-- gdb/inflow.c | 16 + gdb/infrun.c | 10 +- gdb/record-btrace.c | 19 +- gdb/regcache.c | 2 +- gdb/s12z-tdep.c | 544 +++++++++++++++++++++ gdb/ser-uds.c | 18 +- gdb/serial.c | 5 +- gdb/terminal.h | 3 + gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.base/catch-follow-exec.exp | 63 +-- gdb/testsuite/gdb.base/valgrind-db-attach.exp | 4 + gdb/testsuite/lib/gdb.exp | 11 + include/elf/s12z.h | 3 +- ld/ChangeLog | 9 + ld/testsuite/ld-plugin/lto.exp | 6 + ld/testsuite/ld-plugin/pr23818.d | 4 + .../{ld-elf/pr14862.map => ld-plugin/pr23818.t} | 2 +- .../{ld-elfvers/vers26a.c => ld-plugin/pr23818a.c} | 0 .../{ld-elf/indirect1c.c => ld-plugin/pr23818b.c} | 2 +- opcodes/s390-opc.txt | 7 + 39 files changed, 995 insertions(+), 142 deletions(-) create mode 100644 gdb/s12z-tdep.c create mode 100644 ld/testsuite/ld-plugin/pr23818.d copy ld/testsuite/{ld-elf/pr14862.map => ld-plugin/pr23818.t} (76%) copy ld/testsuite/{ld-elfvers/vers26a.c => ld-plugin/pr23818a.c} (100%) copy ld/testsuite/{ld-elf/indirect1c.c => ld-plugin/pr23818b.c} (56%)