-
- Downloads
"README.md" did not exist on "09db17d0e12b44611939fe77d42fff56faa6db7e"
RISC-V: make C-extension JAL available again for (32-bit) assembly
Along with the normal JAL alias, the C-extension one should have been moved as well by 839189bc ("RISC-V: re-arrange opcode table for consistent alias handling"), for the assembler to actually be able to use it where/when possible. Since neither this nor any other compressed branch insn was being tested so far, take the opportunity and introduce a new testcase covering those.
Showing
- gas/config/tc-riscv.c 3 additions, 0 deletionsgas/config/tc-riscv.c
- gas/testsuite/gas/riscv/c-branch-na.d 20 additions, 0 deletionsgas/testsuite/gas/riscv/c-branch-na.d
- gas/testsuite/gas/riscv/c-branch.d 19 additions, 0 deletionsgas/testsuite/gas/riscv/c-branch.d
- gas/testsuite/gas/riscv/c-branch.s 11 additions, 0 deletionsgas/testsuite/gas/riscv/c-branch.s
- opcodes/riscv-opc.c 1 addition, 1 deletionopcodes/riscv-opc.c
Loading
Please register or sign in to comment