1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS JALX local symbol relocation
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]+ <[^>]*> f400 0810 	jal	00001020 <bar>
11[ 	]*[0-9a-f]+: R_MICROMIPS_26_S1	\.text
12[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
13[0-9a-f]+ <[^>]*> f000 0408 	jalx	00001020 <bar>
14[ 	]*[0-9a-f]+: R_MICROMIPS_26_S1	\.text
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]+ <[^>]*> 0c000000 	jal	00000000 <foo-0x1000>
21[ 	]*[0-9a-f]+: R_MIPS_26	foo
22[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
23[0-9a-f]+ <[^>]*> 74000000 	jalx	00000000 <foo-0x1000>
24[ 	]*[0-9a-f]+: R_MIPS_26	foo
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