2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / tmipsel16-e.d
1 #objdump: -rst -mips16
2 #name: MIPS16 reloc
3 #as: -mips16
4 #source: mips16-e.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
12 0+0000000 l d \.data 0+0000000
13 0+0000000 l d \.bss 0+0000000
14 0+0000002 l \.text 0+0000000 0xf0 l1
15 0+0000004 l \.text 0+0000000 0xf0 L1.1
16 0+0000000 l d foo 0+0000000
17 0+0000000 l d \.reginfo 0+0000000
18 0+0000000 l d \.mdebug 0+0000000
19 0+0000000 \*UND\* 0+0000000 g1
20
21
22 RELOCATION RECORDS FOR \[foo\]:
23 OFFSET TYPE VALUE
24 0+0000000 R_MIPS_32 l1
25 0+0000004 R_MIPS_32 l1
26 0+0000008 R_MIPS_32 L1.1
27 0+000000c R_MIPS_32 L1.1
28 0+0000010 R_MIPS_32 g1
29 0+0000014 R_MIPS_32 g1
30
31
32 Contents of section \.text:
33 0000 00650065 00650065 00650065 00650065 .*
34 Contents of section \.data:
35 Contents of section \.reginfo:
36 0000 01000000 00000000 00000000 00000000 .*
37 0010 00000000 00000000 .*
38 Contents of section \.mdebug:
39 #...
40 Contents of section foo:
41 0000 00000000 08000000 00000000 03000000 .*
42 0010 00000000 08000000 00000000 00000000 .*
This page took 0.037065 seconds and 4 git commands to generate.