mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
35eeb78fa9
ld/ * testsuite/ld-riscv-elf/disas-jalr.d: New. * testsuite/ld-riscv-elf/disas-jalr.s: New. * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase. opcodes/ * riscv-dis.c (print_insn_args) <'s'>: Call maybe_print_address for a jalr.
6 lines
55 B
ArmAsm
6 lines
55 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.skip 4096
|
|
call _start
|