PR ld/15428: MIPS/LD/testsuite: Un-KFAIL `__ehdr_start' test 2
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-goti20-shared.d
CommitLineData
8e45593f
NC
1#source: fdpic-goti20-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]+ 0000000c 01ce[ \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]+00 00 00 0c[ \t]+movi20[ \t]+#12,r0
18 [0-9a-f]+:[ \t]+01 ce[ \t]+mov\.l[ \t]+@\(r0,r12\),r1
19
20Disassembly of section \.got:
21
22[0-9a-f]+ <\.got>:
23[ \t]+\.\.\.
24[ \t]+[0-9a-f]+: R_SH_GLOB_DAT[ \t]+foo
This page took 0.267413 seconds and 4 git commands to generate.