RISC-V: Print symbol address for jalr w/ zero offset.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / disas-jalr.d
1 #name: jalr zero-offset symbols
2 #source: disas-jalr.s
3 #ld: --no-relax
4 #objdump: -d
5
6 .*:[ ]+file format .*
7
8 Disassembly of section \.text:
9
10 .* <_start>:
11 #...
12 .*:[ ]+fffff097[ ]+auipc[ ]+ra,0xfffff
13 .*:[ ]+000080e7[ ]+jalr[ ]+ra # .* <_start>
This page took 0.032468 seconds and 4 git commands to generate.