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 da5f19a253 i386: Support .code64 directive only with 64-bit bfd new 3779bbe01b Fix my previous gas/ChangeLog entry new 3342be5dab RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2
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/ChangeLog | 5 +++++ bfd/elfnn-riscv.c | 5 +++-- gas/ChangeLog | 11 +++++++++-- gas/testsuite/gas/riscv/c-lui-fail.d | 3 +++ gas/testsuite/gas/riscv/c-lui-fail.l | 2 ++ gas/testsuite/gas/riscv/c-lui-fail.s | 2 ++ gas/testsuite/gas/riscv/riscv.exp | 1 + include/ChangeLog | 5 +++++ include/opcode/riscv.h | 2 +- ld/ChangeLog | 6 ++++++ ld/testsuite/ld-riscv-elf/c-lui.d | 17 +++++++++++++++++ ld/testsuite/ld-riscv-elf/c-lui.s | 5 +++++ .../testsuite/ld-riscv-elf/ld-riscv-elf.exp | 10 +++++----- 13 files changed, 64 insertions(+), 10 deletions(-) create mode 100644 gas/testsuite/gas/riscv/c-lui-fail.d create mode 100644 gas/testsuite/gas/riscv/c-lui-fail.l create mode 100644 gas/testsuite/gas/riscv/c-lui-fail.s create mode 100644 ld/testsuite/ld-riscv-elf/c-lui.d create mode 100644 ld/testsuite/ld-riscv-elf/c-lui.s copy gas/testsuite/gas/riscv/riscv.exp => ld/testsuite/ld-riscv-elf/ld-riscv-elf.e [...]