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 39c7793ba8b RISC-V: Bind defined symbol locally in PIE new 66b7995ac5a RISC-V: Added testcase to show the current rvc and xlen problems new e4364b98812 RISC-V: Fixed that .option push/pop won't recover the xlen new 9be7e79a967 RISC-V: Fixed dis-assembler to set correct xlen from mappin [...] new 1edefea39ff RISC-V: Fixed mapping symbol for .option norvc directive
The 4 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: gas/config/tc-riscv.c | 6 +++- gas/testsuite/gas/riscv/option-arch-dis.d | 2 +- gas/testsuite/gas/riscv/option-arch.s | 4 +-- gas/testsuite/gas/riscv/option-norvc.d | 48 +++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/option-norvc.s | 50 +++++++++++++++++++++++++++++++ opcodes/riscv-dis.c | 8 +++-- 6 files changed, 111 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/riscv/option-norvc.d create mode 100644 gas/testsuite/gas/riscv/option-norvc.s