1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS JAL/JALX addend encoding
3#as: -32
4
5.*: +file format .*mips.*
6
7Disassembly of section \.text:
8	\.\.\.
9[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
10[0-9a-f]+ <[^>]*> f600 0001 	jal	04000002 <bar\+0x3ffefe2>
11[ 	]*[0-9a-f]+: R_MICROMIPS_26_S1	foo
12[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
13[0-9a-f]+ <[^>]*> f200 0001 	jalx	08000004 <bar\+0x7ffefe4>
14[ 	]*[0-9a-f]+: R_MICROMIPS_26_S1	bar
15[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
16[0-9a-f]+ <[^>]*> 001f 0f3c 	jr	ra
17[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
18[0-9a-f]+ <[^>]*> 0000 0000 	nop
19[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
20[0-9a-f]+ <[^>]*> 76000001 	jalx	08000004 <bar\+0x7ffefe4>
21[ 	]*[0-9a-f]+: R_MIPS_26	foo
22[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
23[0-9a-f]+ <[^>]*> 0e000001 	jal	08000004 <bar\+0x7ffefe4>
24[ 	]*[0-9a-f]+: R_MIPS_26	bar
25[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
26[0-9a-f]+ <[^>]*> 03e00009 	jalr	zero,ra
27[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
28	\.\.\.
29