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 b7dcc42dfd MSP430: Fix simulator execution of RRUX instruction adds 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_ [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 39 + bfd/elf.c | 16 +- bfd/elfnn-riscv.c | 146 +- bfd/elfxx-riscv.c | 213 +- bfd/elfxx-riscv.h | 17 + bfd/po/fr.po | 3366 ++++++++-------- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/fr.po | 4054 +++++++++++--------- 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 | 102 + gdb/amd64-windows-tdep.c | 3 +- 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 | 38 +- gdb/hppa-bsd-tdep.c | 2 +- gdb/hppa-tdep.c | 2 +- gdb/i386-cygwin-tdep.c | 2 +- gdb/ia64-tdep.c | 2 +- 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/solib-svr4.c | 2 +- gdb/stap-probe.c | 2 +- gdb/windows-nat.c | 2 + gdb/windows-tdep.c | 20 +- gdb/windows-tdep.h | 1 + gdb/xcoffread.c | 12 +- gprof/ChangeLog | 5 + gprof/po/es.po | 280 +- gprof/po/fi.po | 282 +- 45 files changed, 4965 insertions(+), 4013 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