1 #as: -march=mips1 -mabi=32 -KPIC
2 #objdump: -M gpr-names=numeric -dr
3 #name: MIPS ELF reloc 14
4 
5 .*:     file format .*
6 
7 Disassembly of section \.text:
8 
9 0+00 <foo>:
10    0:	8f840000 	lw	\$4,0\(\$28\)
11 			0: R_MIPS_CALL16	bar
12    4:	8f850000 	lw	\$5,0\(\$28\)
13 			4: R_MIPS_GOT16	\.text
14    8:	00000000 	nop
15    c:	24a50014 	addiu	\$5,\$5,20
16 			c: R_MIPS_LO16	\.text
17   10:	24c60001 	addiu	\$6,\$6,1
18 	\.\.\.
19