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 b892db369b8 Automatic date update in version.in new bbac5532cc1 RISC-V: Add zilsd & zclsd support new 27f754ee503 RISC-V: check offsets when linker relaxation is disabled
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/elfxx-riscv.c | 20 ++++++++ gas/config/tc-riscv.c | 44 +++++++++++++++--- .../gas/riscv/{l-s-macro.d => l-s-macro-zilsd.d} | 9 ++-- gas/testsuite/gas/riscv/l-s-macro.d | 2 +- gas/testsuite/gas/riscv/l-s-macro.s | 2 + gas/testsuite/gas/riscv/march-help.l | 2 + .../gas/riscv/no-relax-branch-offset-fail.d | 2 + .../gas/riscv/no-relax-branch-offset-fail.l | 8 ++++ .../gas/riscv/no-relax-branch-offset-fail.s | 20 ++++++++ .../gas/riscv/no-relax-branch-offset-ok.d | 17 +++++++ .../gas/riscv/no-relax-branch-offset-ok.s | 17 +++++++ .../gas/riscv/no-relax-pcrel-offset-fail-64.d | 2 + .../gas/riscv/no-relax-pcrel-offset-fail-64.l | 7 +++ .../gas/riscv/no-relax-pcrel-offset-fail-64.s | 31 +++++++++++++ .../gas/riscv/no-relax-pcrel-offset-fail-not-32.d | 22 +++++++++ gas/testsuite/gas/riscv/no-relax-pcrel-offset-ok.d | 21 +++++++++ gas/testsuite/gas/riscv/no-relax-pcrel-offset-ok.s | 29 ++++++++++++ gas/testsuite/gas/riscv/zilsd-zclsd-fail.d | 3 ++ gas/testsuite/gas/riscv/zilsd-zclsd-fail.l | 15 ++++++ gas/testsuite/gas/riscv/zilsd-zclsd-fail.s | 15 ++++++ gas/testsuite/gas/riscv/zilsd-zclsd.d | 29 ++++++++++++ gas/testsuite/gas/riscv/zilsd-zclsd.s | 20 ++++++++ include/opcode/riscv.h | 2 + opcodes/riscv-opc.c | 53 ++++++++++++++++++++++ 24 files changed, 379 insertions(+), 13 deletions(-) copy gas/testsuite/gas/riscv/{l-s-macro.d => l-s-macro-zilsd.d} (89%) create mode 100644 gas/testsuite/gas/riscv/no-relax-branch-offset-fail.d create mode 100644 gas/testsuite/gas/riscv/no-relax-branch-offset-fail.l create mode 100644 gas/testsuite/gas/riscv/no-relax-branch-offset-fail.s create mode 100644 gas/testsuite/gas/riscv/no-relax-branch-offset-ok.d create mode 100644 gas/testsuite/gas/riscv/no-relax-branch-offset-ok.s create mode 100644 gas/testsuite/gas/riscv/no-relax-pcrel-offset-fail-64.d create mode 100644 gas/testsuite/gas/riscv/no-relax-pcrel-offset-fail-64.l create mode 100644 gas/testsuite/gas/riscv/no-relax-pcrel-offset-fail-64.s create mode 100644 gas/testsuite/gas/riscv/no-relax-pcrel-offset-fail-not-32.d create mode 100644 gas/testsuite/gas/riscv/no-relax-pcrel-offset-ok.d create mode 100644 gas/testsuite/gas/riscv/no-relax-pcrel-offset-ok.s create mode 100644 gas/testsuite/gas/riscv/zilsd-zclsd-fail.d create mode 100644 gas/testsuite/gas/riscv/zilsd-zclsd-fail.l create mode 100644 gas/testsuite/gas/riscv/zilsd-zclsd-fail.s create mode 100644 gas/testsuite/gas/riscv/zilsd-zclsd.d create mode 100644 gas/testsuite/gas/riscv/zilsd-zclsd.s