This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from f174ef9fb2 Updated Brazillian portuguese and Russian translation new 78c8836415 binutils/testsuite: Support stderr options with `run_dump_test' new 7550610057 ELF/BFD: Propagate the return status from backend section pr [...] new 2d6dda7161 MIPS/BFD: Correctly report unsupported `.reginfo' section size new e65b1a7868 RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCC new 89424b1d69 RISC-V/GAS: Correct an `expr' global shadowing error for pre [...]
The 5 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 | 16 ++ bfd/elf.c | 3 +- bfd/elfnn-riscv.c | 3 +- bfd/elfxx-mips.c | 11 +- binutils/ChangeLog | 16 ++ .../testsuite/binutils-all/mips/mips-reginfo-n32.d | 7 + .../testsuite/binutils-all/mips/mips-reginfo.d | 6 + .../testsuite/binutils-all/mips/mips-reginfo.s | 2 + binutils/testsuite/binutils-all/mips/mips.exp | 5 + binutils/testsuite/config/default.exp | 1 + binutils/testsuite/lib/utils-lib.exp | 190 ++++++++++++++++----- gas/ChangeLog | 13 ++ gas/config/tc-riscv.c | 6 +- gas/testsuite/gas/mips/mips.exp | 4 + gas/testsuite/gas/mips/reginfo-2-n32.d | 4 + gas/testsuite/gas/mips/reginfo-2.d | 3 + gas/testsuite/gas/mips/reginfo-2.l | 3 + gas/testsuite/gas/mips/reginfo-2.s | 2 + 18 files changed, 246 insertions(+), 49 deletions(-) create mode 100644 binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-reginfo.d create mode 100644 binutils/testsuite/binutils-all/mips/mips-reginfo.s create mode 100644 gas/testsuite/gas/mips/reginfo-2-n32.d create mode 100644 gas/testsuite/gas/mips/reginfo-2.d create mode 100644 gas/testsuite/gas/mips/reginfo-2.l create mode 100644 gas/testsuite/gas/mips/reginfo-2.s