bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-jal.d
1 #objdump: -dr --prefix-addresses
2 #name: MIPS ELF jal
3 #source: jal.s
4 #as: -32
5
6 # Test the jal macro.
7
8 .*: +file format .*mips.*
9
10 Disassembly of section .text:
11 0+0000 <[^>]*> jalr t9
12 0+0004 <[^>]*> nop
13 0+0008 <[^>]*> jalr a0,t9
14 0+000c <[^>]*> nop
15 0+0010 <[^>]*> jal 0+ <text_label>
16 [ ]*10: (MIPS_JMP|MIPS_JMP|JMPADDR|R_MIPS_26) text_label
17 0+0014 <[^>]*> nop
18 0+0018 <[^>]*> jal 0+ <text_label>
19 [ ]*18: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label
20 0+001c <[^>]*> nop
21 0+0020 <[^>]*> j 0+ <text_label>
22 [ ]*20: (MIPS_JMP|JMPADDR|R_MIPS_26) text_label
23 0+0024 <[^>]*> nop
24 0+0028 <[^>]*> j 0+ <text_label>
25 [ ]*28: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label
26 0+002c <[^>]*> nop
27 \.\.\.
This page took 0.033333 seconds and 4 git commands to generate.