Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotofffuncdesc-static.d
CommitLineData
8e45593f
NC
1#source: fdpic-gotofffuncdesc-static.s
2#as: --isa=sh2a -big --fdpic
3#ld: -EB -mshelf_fd
4#objdump: -ds
5#target: sh*-*-uclinux*
6
7.*:[ \t]+file format elf32-shbig-fdpic
8
9Contents of section \.text:
10 400094 d10031cc fffffff8 00090009[ \t]+.*
11Contents of section \.rofixup:
12 4000a0 004100ac 004100b0 004100b4[ \t]+.*
13Contents of section \.got:
14 4100ac 0040009c 004100b4 00000000 00000000[ \t]+.*
15 4100bc 00000000[ \t]+.*
16
17Disassembly of section \.text:
18
1900400094 <_start>:
20[ \t]+400094:[ \t]+d1 00[ \t]+mov\.l[ \t]+400098 <_start\+0x4>,r1[ \t]+! fffffff8
21[ \t]+400096:[ \t]+31 cc[ \t]+add[ \t]+r12,r1
22[ \t]+400098:[ \t]+ff ff[ \t]+\.word 0xffff
23[ \t]+40009a:[ \t]+ff f8[ \t]+fmov[ \t]+@r15,fr15
24
250040009c <foo>:
26[ \t]+40009c:[ \t]+00 09[ \t]+nop[ \t]+
27[ \t]+40009e:[ \t]+00 09[ \t]+nop[ \t]+
This page took 0.588342 seconds and 4 git commands to generate.