Commit | Line | Data |
---|---|---|
35c08157 | 1 | #objdump: -dr --prefix-addresses |
2af4d0d9 | 2 | #name: nds32 ji-jr instructions |
35c08157 KLC |
3 | #as: |
4 | ||
5 | # Test ls instructions | |
6 | ||
7 | .*: file format .* | |
8 | ||
9 | Disassembly of section .text: | |
fbaf61ad NC |
10 | 0+0000 <[^>]*> j 00000000 <foo> |
11 | 0: R_NDS32_25_PCREL_RELA .text | |
12 | 0: R_NDS32_RELAX_ENTRY \*ABS\* | |
13 | 0+0004 <[^>]*> jal 00000004 <foo\+0x4> | |
14 | 4: R_NDS32_25_PCREL_RELA .text | |
15 | 0+0008 <[^>]*> jr[ ]+\$r0 | |
16 | 0+000c <[^>]*> jral[ ]+\$lp, \$r0 | |
17 | 0+0010 <[^>]*> ret[ ]+\$lp |