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 1e66f4c55f8 x86: permit all relational operators in insn operands new 26e91972538 RISC-V: Minor improvements for dis-assembler. new f1cd8b94e7c RISC-V: Support subtraction of .uleb128.
The 2 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/bfd-in2.h | 2 + bfd/elfnn-riscv.c | 83 ++++++++++++++++++++++++++++++ bfd/elfxx-riscv.c | 54 +++++++++++++++++++ bfd/libbfd.h | 2 + bfd/reloc.c | 4 ++ binutils/testsuite/binutils-all/nm.exp | 2 - gas/config/tc-riscv.c | 56 +++++++++++++++++++- include/elf/riscv.h | 3 ++ ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 + ld/testsuite/ld-riscv-elf/uleb128.d | 18 +++++++ ld/testsuite/ld-riscv-elf/uleb128.s | 18 +++++++ opcodes/disassemble.c | 1 + opcodes/disassemble.h | 2 + opcodes/riscv-dis.c | 58 +++++++++++++-------- 14 files changed, 279 insertions(+), 25 deletions(-) create mode 100644 ld/testsuite/ld-riscv-elf/uleb128.d create mode 100644 ld/testsuite/ld-riscv-elf/uleb128.s