1#name: MIPS relax-jalr-shared n32
2#source: relax-jalr.s
3#as: -KPIC -n32 -EB
4#objdump: --prefix-addresses -d --show-raw-insn
5#ld: --relax -shared -melf32btsmipn32
6
7.*:     file format elf.*mips.*
8
9Disassembly of section \.text:
10	\.\.\.
11	\.\.\.
12.*	lw	t9,.*
13.*	jalr	t9
14.*	nop
15	\.\.\.
16.*	lw	t9,.*
17.*	jalr	t9
18.*	nop
19	\.\.\.
20.*	lw	t9,.*
21.*	bal	.* <__start>
22.*	nop
23	\.\.\.
24Disassembly of section \.MIPS\.stubs:
25	\.\.\.
26