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 2fba6c8908c Automatic date update in version.in new 04c9cf0a8c5 RISC-V: PR32014, .option directives shuoldn't affect elf at [...]
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: gas/config/tc-riscv.c | 28 ++++++++++++---------- gas/doc/c-riscv.texi | 7 +++++- gas/testsuite/gas/riscv/option-arch-01.s | 10 -------- gas/testsuite/gas/riscv/option-arch-01a.d | 14 ----------- gas/testsuite/gas/riscv/option-arch-02.d | 8 ------- gas/testsuite/gas/riscv/option-arch-02.s | 8 ------- gas/testsuite/gas/riscv/option-arch-03.d | 8 ------- gas/testsuite/gas/riscv/option-arch-03.s | 3 --- .../{option-arch-01b.d => option-arch-attr.d} | 3 +-- gas/testsuite/gas/riscv/option-arch-dis.d | 26 ++++++++++++++++++++ gas/testsuite/gas/riscv/option-arch.s | 11 +++++++++ 11 files changed, 60 insertions(+), 66 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/option-arch-01.s delete mode 100644 gas/testsuite/gas/riscv/option-arch-01a.d delete mode 100644 gas/testsuite/gas/riscv/option-arch-02.d delete mode 100644 gas/testsuite/gas/riscv/option-arch-02.s delete mode 100644 gas/testsuite/gas/riscv/option-arch-03.d delete mode 100644 gas/testsuite/gas/riscv/option-arch-03.s rename gas/testsuite/gas/riscv/{option-arch-01b.d => option-arch-attr.d} (77%) create mode 100644 gas/testsuite/gas/riscv/option-arch-dis.d create mode 100644 gas/testsuite/gas/riscv/option-arch.s