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 6a780b67663 Fix completion related libstdc++ assert when using -D_GLIBC [...] new 3d73d29e4ef RISC-V: Add bfd/cpu-riscv.h to support all spec versions co [...]
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 | 26 ++++++++++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/cpu-riscv.c | 123 ++++++++++++++------------------------------ bfd/cpu-riscv.h | 81 +++++++++++++++++++++++++++++ bfd/elfnn-riscv.c | 5 +- bfd/elfxx-riscv.c | 5 +- bfd/elfxx-riscv.h | 12 ----- bfd/po/SRC-POTFILES.in | 1 + gas/ChangeLog | 13 +++++ gas/config/tc-riscv.c | 137 ++++++++++++++++++++++++++++++++++++++++--------- include/ChangeLog | 4 ++ include/opcode/riscv.h | 69 ------------------------- opcodes/ChangeLog | 7 +++ opcodes/riscv-dis.c | 21 +++++--- opcodes/riscv-opc.c | 87 ------------------------------- 16 files changed, 306 insertions(+), 289 deletions(-) create mode 100644 bfd/cpu-riscv.h