openhwgroup / corev-binutils-gdb

GNU General Public License v2.0
9 stars 26 forks source link

Add '0x' prefix for CORE-V hwlp immediate offsets #32

Closed jessicamills closed 3 years ago

jessicamills commented 3 years ago

gas/testsuite/ChangeLog.COREV:

* gas/riscv/cv-hwlp-endi.d: Amend to include '0x' prefix for offset immediate.
* gas/riscv/cv-hwlp-march-rv32i-xcorev.d: Likewise.
* gas/riscv/cv-hwlp-setup.d: Likewise.
* gas/riscv/cv-hwlp-setupi.d: Likewise.
* gas/riscv/cv-hwlp-starti.d: Likewise.
* gas/riscv/cv-hwlp-endi.s: Amend to use hexadecimal immediate value where objdump outputs hexadecimal value.
* gas/riscv/cv-hwlp-march-rv32i-xcorev.s: Likewise.
* gas/riscv/cv-hwlp-setup.s: Likewise.
* gas/riscv/cv-hwlp-setupi.s: Likewise.
* gas/riscv/cv-hwlp-starti.s: Likewise.

opcodes/ChangeLog.COREV:

* riscv-dis.c (print_insn_args): Add '0x' prefix for hexadecimal
immediate offsets b1 and b2.

Signed-off-by: Jessica Mills jessica.mills@embecosm.com