ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotoffi20-shared.d
CommitLineData
8e45593f
NC
1#source: fdpic-gotoffi20-shared.s
2#as: --isa=sh2a -big --fdpic
3#ld: -EB -mshelf_fd -shared
4#objdump: -dsR -j.text -j.data -j.got
5#target: sh*-*-uclinux*
6
7.*:[ \t]+file format elf32-shbig-fdpic
8
9Contents of section \.text:
10 [0-9a-f]+ 00f0fffc 01ce[ \t]+.*
11Contents of section \.data:
12 [0-9a-f]+ 00000001[ \t]+.*
13Contents of section \.got:
14 [0-9a-f]+ 00000000 00000000 00000000[ \t]+.*
15
16Disassembly of section \.text:
17
18[0-9a-f]+ <f>:
19 [0-9a-f]+:[ \t]+00 f0 ff fc[ \t]+movi20[ \t]+#-4,r0
20 [0-9a-f]+:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1
21
22Disassembly of section \.data:
23
24[0-9a-f]+ <foo>:
25[ \t]+[0-9a-f]+:[ \t]+00 00 00 01[ \t]+\.\.\.\.
26
27Disassembly of section \.got:
28
29[0-9a-f]+ <\.got>:
30[ \t]+\.\.\.
This page took 0.345781 seconds and 4 git commands to generate.