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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 6a462ad49e x86-64: Skip GNU2 TLS tests only without compiler support adds be4c5e58bd x86: Always disallow double word suffix with word general register adds 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 [...] new 24e648d4b8 Updated translations for various binutils sub-directories.
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 | 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 | 23 + gas/config/tc-i386.c | 24 +- gas/testsuite/gas/i386/general.l | 12 +- gas/testsuite/gas/i386/general.s | 6 +- gas/testsuite/gas/i386/inval.l | 7 + gas/testsuite/gas/i386/inval.s | 4 + 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 + gprof/ChangeLog | 5 + gprof/po/es.po | 280 +- gprof/po/fi.po | 282 +- sim/msp430/ChangeLog | 5 + sim/msp430/msp430-sim.c | 6 +- sim/testsuite/sim/msp430/ChangeLog | 4 + sim/testsuite/sim/msp430/rrux.s | 14 + 29 files changed, 4697 insertions(+), 3845 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 sim/testsuite/sim/msp430/rrux.s