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
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: R_MIPS_26	text_label
170+0014 <[^>]*> nop
180+0018 <[^>]*> jal	0+ <text_label>
19[ 	]*18: R_MIPS_26	external_text_label
200+001c <[^>]*> nop
210+0020 <[^>]*> j	0+ <text_label>
22[ 	]*20: R_MIPS_26	text_label
230+0024 <[^>]*> nop
240+0028 <[^>]*> j	0+ <text_label>
25[ 	]*28: R_MIPS_26	external_text_label
260+002c <[^>]*> nop
27	\.\.\.
28