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 5edf42b635a Automatic date update in version.in new e9f7ba21f08 RISC-V: Add address printer tests with ADDIW new 48525554d52 RISC-V: PR29342, Fix RV32 disassembler address computation new 8fe1be5fabd RISC-V: Print highest address (-1) on the disassembler
The 3 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/testsuite/gas/riscv/dis-addr-addiw-a.d | 18 ++++++ gas/testsuite/gas/riscv/dis-addr-addiw-b.d | 18 ++++++ gas/testsuite/gas/riscv/dis-addr-addiw.s | 28 ++++++++++ gas/testsuite/gas/riscv/dis-addr-overflow-32.d | 30 ++++++++++ gas/testsuite/gas/riscv/dis-addr-overflow-64.d | 34 ++++++++++++ gas/testsuite/gas/riscv/dis-addr-overflow.s | 70 ++++++++++++++++++++++++ gas/testsuite/gas/riscv/dis-addr-topaddr-32.d | 11 ++++ gas/testsuite/gas/riscv/dis-addr-topaddr-64.d | 11 ++++ gas/testsuite/gas/riscv/dis-addr-topaddr-gp-32.d | 12 ++++ gas/testsuite/gas/riscv/dis-addr-topaddr-gp-64.d | 12 ++++ gas/testsuite/gas/riscv/dis-addr-topaddr-gp.s | 15 +++++ gas/testsuite/gas/riscv/dis-addr-topaddr.s | 10 ++++ gas/testsuite/gas/riscv/lla32.d | 2 +- opcodes/riscv-dis.c | 28 +++++++--- 14 files changed, 291 insertions(+), 8 deletions(-) create mode 100644 gas/testsuite/gas/riscv/dis-addr-addiw-a.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-addiw-b.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-addiw.s create mode 100644 gas/testsuite/gas/riscv/dis-addr-overflow-32.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-overflow-64.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-overflow.s create mode 100644 gas/testsuite/gas/riscv/dis-addr-topaddr-32.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-topaddr-64.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-topaddr-gp-32.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-topaddr-gp-64.d create mode 100644 gas/testsuite/gas/riscv/dis-addr-topaddr-gp.s create mode 100644 gas/testsuite/gas/riscv/dis-addr-topaddr.s