* gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-jal.d
CommitLineData
5915a74a
CD
1#objdump: -dr --prefix-addresses
2#name: MIPS ELF jal
7388e440 3#source: jal.s
21b99e26 4#as: -32
7388e440
L
5
6# Test the jal macro.
7
8.*: +file format .*mips.*
9
10Disassembly of section .text:
110+0000 <[^>]*> jalr t9
120+0004 <[^>]*> nop
130+0008 <[^>]*> jalr a0,t9
140+000c <[^>]*> nop
150+0010 <[^>]*> jal 0+ <text_label>
16[ ]*10: (MIPS_JMP|MIPS_JMP|JMPADDR|R_MIPS_26) text_label
170+0014 <[^>]*> nop
180+0018 <[^>]*> jal 0+ <text_label>
19[ ]*18: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label
200+001c <[^>]*> nop
210+0020 <[^>]*> j 0+ <text_label>
22[ ]*20: (MIPS_JMP|JMPADDR|R_MIPS_26) text_label
230+0024 <[^>]*> nop
240+0028 <[^>]*> j 0+ <text_label>
25[ ]*28: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label
260+002c <[^>]*> nop
This page took 0.209831 seconds and 4 git commands to generate.