This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 3401347452 Automatic date update in version.in adds 403d1bd91d RISC-V: Change -march parsing. adds 67641dd326 PR25444, Floating point exception in _bfd_elf_compute_sectio [...] adds 24e648d4b8 Updated translations for various binutils sub-directories. adds c162ed3e66 Cache the text section offset of shared libraries adds e7eee665a1 gdb: fix darwin-nat.c build / adapt to multi-target adds ab53f38262 gdb: fix variable shadowing error in darwin-nat.c adds b3b3bada0d gdb: introduce objfile text_section_offset and data_section_ [...] adds a05d007dfe Automatic date update in version.in adds 2f267673f0 gdb/tui: Prevent exceptions from trying to cross readline adds 733d0a6795 gdb/tui: asm window handles invalid memory and scrolls better adds f3364a6d0f gdb: Re-enable stdin for all UIs from start_event_loop adds 1ba1ac8801 gdb: Enable stdin on exception in execute_gdb_command adds 89203d4062 Update comments about removed function adds 2f796de6da Fix issue with warning messages about corrupt debuginfod notes. adds 42ba50eccb gdbserver: Remove a stale TAGS recipe for config files adds 42cd72aa02 gdbserver: Make `make TAGS' actually work adds caa31cfad6 Fix an illegal call to free() when copying a PE format file. adds 43198d2089 Support the NetBSD version of pthread_setname_np adds 73685c7ede Define _KERNTYPES in arm-nbsd-nat.c adds 3050c6f4bc Make the class name in the definition match the declaration adds bdaed379e9 Add install-strip target to gdbserver adds 53af73bf5e Fix re-runs of a second inferior (PR gdb/25410) adds b5f998b2dd RISC-V: Minor cleanup for s extension support. new 94a72be708 gdb: Include end of sequence markers in the line table new 3d92a3e313 gdb: Don't reorder line table entries too much when sorting. new 7ffa82e122 gdb: Better frame tracking for inline frames new e53c0f75bd Automatic date update in version.in
The 4 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 | 52 + bfd/coffgen.c | 6 +- bfd/elf.c | 16 +- bfd/elfnn-riscv.c | 146 +- bfd/elfxx-riscv.c | 211 +- bfd/elfxx-riscv.h | 17 + bfd/po/fr.po | 3366 ++++++++-------- bfd/version.h | 2 +- binutils/ChangeLog | 9 + binutils/po/fr.po | 4054 +++++++++++--------- binutils/readelf.c | 4 +- gas/ChangeLog | 11 + gas/testsuite/gas/riscv/march-fail-s-with-version | 2 + ...-with-version.d => march-fail-s-with-version.d} | 1 + .../gas/riscv/march-fail-s-with-version.l | 2 + .../gas/riscv/{march-ok-s.d => march-fail-s.d} | 1 + gas/testsuite/gas/riscv/march-fail-s.l | 2 + .../gas/riscv/{march-ok-sx.d => march-fail-sx.d} | 3 +- gas/testsuite/gas/riscv/march-fail-sx.l | 2 + gdb/ChangeLog | 199 + gdb/aarch64-fbsd-tdep.c | 2 +- gdb/aarch64-linux-tdep.c | 2 +- gdb/amd64-windows-tdep.c | 3 +- gdb/arm-fbsd-tdep.c | 2 +- gdb/arm-nbsd-nat.c | 6 +- gdb/buildsym.c | 40 +- gdb/coff-pe-read.c | 2 +- gdb/coffread.c | 14 +- gdb/ctfread.c | 2 +- gdb/darwin-nat.c | 108 +- gdb/darwin-nat.h | 121 +- gdb/dtrace-probe.c | 3 +- gdb/dwarf2-frame.c | 4 +- gdb/dwarf2read.c | 46 +- gdb/event-loop.c | 5 +- gdb/exec.c | 5 +- gdb/frame.c | 9 +- gdb/gdbcore.h | 3 +- gdb/gdbserver/ChangeLog | 26 + gdb/gdbserver/Makefile.in | 50 +- gdb/gdbserver/aclocal.m4 | 101 + gdb/gdbserver/configure | 119 +- gdb/gdbserver/configure.ac | 3 +- gdb/gdbserver/configure.srv | 49 +- gdb/hppa-bsd-tdep.c | 2 +- gdb/hppa-tdep.c | 2 +- gdb/i386-cygwin-tdep.c | 2 +- gdb/ia64-tdep.c | 2 +- gdb/infrun.c | 16 +- gdb/inline-frame.c | 30 +- gdb/minsyms.c | 41 +- gdb/minsyms.h | 17 +- gdb/nat/fork-inferior.c | 5 +- gdb/nat/fork-inferior.h | 3 +- gdb/objfiles.h | 72 +- gdb/psympriv.h | 4 +- gdb/psymtab.c | 2 +- gdb/python/python.c | 6 + gdb/riscv-fbsd-tdep.c | 2 +- gdb/solib-svr4.c | 2 +- gdb/stap-probe.c | 2 +- gdb/symmisc.c | 8 +- gdb/symtab.c | 7 +- gdb/testsuite/ChangeLog | 37 + gdb/testsuite/gdb.base/maint.exp | 20 +- gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.c | 158 + .../gdb.dwarf2/dw2-inline-many-frames.exp | 379 ++ gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.c | 45 + gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.exp | 146 + gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 22 + gdb/testsuite/gdb.multi/multi-re-run-1.c | 61 + gdb/testsuite/gdb.multi/multi-re-run-2.c | 61 + gdb/testsuite/gdb.multi/multi-re-run.exp | 115 + .../gdb.server/multi-ui-errors.c} | 29 +- gdb/testsuite/gdb.server/multi-ui-errors.exp | 107 + gdb/testsuite/gdb.server/server-kill-python.exp | 88 + gdb/testsuite/gdb.tui/tui-layout-asm.exp | 42 + gdb/thread.c | 5 +- gdb/tui/tui-disasm.c | 243 +- gdb/tui/tui-io.c | 31 +- gdb/windows-nat.c | 2 + gdb/windows-tdep.c | 20 +- gdb/windows-tdep.h | 1 + gdb/xcoffread.c | 12 +- gdbsupport/ChangeLog | 5 + gdbsupport/thread-pool.c | 12 +- gprof/ChangeLog | 5 + gprof/po/es.po | 280 +- gprof/po/fi.po | 282 +- 89 files changed, 7028 insertions(+), 4236 deletions(-) create mode 100644 gas/testsuite/gas/riscv/march-fail-s-with-version rename gas/testsuite/gas/riscv/{march-ok-s-with-version.d => march-fail-s-with-ver [...] create mode 100644 gas/testsuite/gas/riscv/march-fail-s-with-version.l rename gas/testsuite/gas/riscv/{march-ok-s.d => march-fail-s.d} (75%) create mode 100644 gas/testsuite/gas/riscv/march-fail-s.l rename gas/testsuite/gas/riscv/{march-ok-sx.d => march-fail-sx.d} (56%) create mode 100644 gas/testsuite/gas/riscv/march-fail-sx.l create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.exp create mode 100644 gdb/testsuite/gdb.multi/multi-re-run-1.c create mode 100644 gdb/testsuite/gdb.multi/multi-re-run-2.c create mode 100644 gdb/testsuite/gdb.multi/multi-re-run.exp copy gdb/{windows-tdep.h => testsuite/gdb.server/multi-ui-errors.c} (56%) create mode 100644 gdb/testsuite/gdb.server/multi-ui-errors.exp create mode 100644 gdb/testsuite/gdb.server/server-kill-python.exp