This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from bd7d326deb Tidy warn-execstack handling adds b43771b045 add a trie to map quickly from address range to compilation unit adds f270fd72f6 Fix non-pointer type compilation error in aix-thread.c adds aa8c9d60a6 RISC-V: Remove RV128-only fmv instructions adds 9ecdcd1be1 RISC-V: Update zfinx implement with zicsr. adds 94585d6d44 Stop readekf and objdump from aggressively following links. adds 61cf5823fd Remove obsolete text from documentation
No new revisions were added by this update.
Summary of changes: bfd/dwarf2.c | 386 ++++++++++++++++++++- bfd/elfxx-riscv.c | 1 + binutils/ChangeLog | 21 ++ binutils/dwarf.c | 110 ++++-- binutils/dwarf.h | 4 +- binutils/objdump.c | 54 ++- binutils/readelf.c | 42 ++- binutils/testsuite/binutils-all/debuginfod.exp | 4 +- binutils/testsuite/binutils-all/objdump.Wk | 5 +- binutils/testsuite/binutils-all/readelf.k | 5 +- ...csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} | 2 +- gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d | 3 + gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l | 3 + gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.s | 2 + gdb/aix-thread.c | 4 +- gdb/doc/gdb.texinfo | 3 - include/opcode/riscv-opc.h | 6 - opcodes/riscv-opc.c | 30 +- 18 files changed, 572 insertions(+), 113 deletions(-) copy gas/testsuite/gas/riscv/{csr-insns-pseudo.d => csr-insns-pseudo-zfinx.d} (98%) create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.d create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.l create mode 100644 gas/testsuite/gas/riscv/fmv.x.q-rv64-fail.s