Don't hardcode offset of .shstrtab section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotfuncdesc-shared.d
CommitLineData
8e45593f
NC
1#source: fdpic-gotfuncdesc-shared.s
2#as: --isa=sh2a -big --fdpic
3#ld: -EB -mshelf_fd -shared
4#objdump: -dsR -j.text -j.got
5#target: sh*-*-uclinux*
6
7.*:[ \t]+file format elf32-shbig-fdpic
8
9Contents of section \.text:
10 [0-9a-f]+ d00001ce 0000000c[ \t]+.*
11Contents of section \.got:
12 [0-9a-f]+ 00000000 00000000 00000000 00000000[ \t]+.*
13
14Disassembly of section \.text:
15
16[0-9a-f]+ <f>:
17 [0-9a-f]+:[ \t]+d0 00[ \t]+mov\.l[ \t]+[0-9a-f]+ <f\+0x4>,r0[ \t]+! c
18 [0-9a-f]+:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1
19 [0-9a-f]+:[ \t]+00 00 00 0c[ \t]+movi20[ \t]+#12,r0
20
21Disassembly of section \.got:
22
23[0-9a-f]+ <\.got>:
24[ \t]+\.\.\.
25[ \t]+[0-9a-f]+: R_SH_FUNCDESC[ \t]+foo
This page took 0.215278 seconds and 4 git commands to generate.