1 #objdump: -rst -mips16
2 #name: MIPS16 reloc 2
3 #as: -32 -mips16
4 #source: mips16-f.s
5 
6 # Check MIPS16 reloc processing
7 
8 .*: +file format elf.*mips.*
9 
10 SYMBOL TABLE:
11 0+0000000 l    d  \.text	0+0000000 (|\.text)
12 0+0000000 l    d  \.data	0+0000000 (|\.data)
13 0+0000000 l    d  \.bss	0+0000000 (|\.bss)
14 0+0000000 l    d  foo	0+0000000 (|foo)
15 0+0000000 l    d  \.reginfo	0+0000000 (|\.reginfo)
16 0+0000000 l    d  \.(mdebug|pdr)	0+0000000 (|\.mdebug|\.pdr)
17 0+0000002 l       \.text	0+0000000 0xf0 l1
18 
19 
20 RELOCATION RECORDS FOR \[foo\]:
21 OFFSET [ ]+ TYPE              VALUE
22 0+0000000 R_MIPS_32         l1
23 
24 
25 Contents of section \.text:
26  0000 00650065 00650065 00650065 00650065  .*
27 Contents of section \.reginfo:
28  0000 01000000 00000000 00000000 00000000  .*
29  0010 00000000 00000000                    .*
30 Contents of section foo:
31  0000 03000000 00000000 00000000 00000000  .*
32